*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#999;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'OPPOSANS-R';
    src: url('../fonts/OPPOSANS-R.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSANS-M';
    src: url('../fonts/OPPOSANS-M.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSANS-B';
    src: url('../fonts/OPPOSANS-B.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'SiYuanSongTi-R';
    src: url('../fonts/SiYuanSongTi-R.otf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family: "SiYuanSongTi-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: 1500px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: relative;
    z-index: 9;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
    background: #FFFFFF;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.yx a {
	display: block;
}
.yx a img {
	max-width:100%;
	height: 53px;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
    line-height: 100px;
    display: flex;
    align-items: center;
}
.menupc li.proxl{
    position: static;
}
.menupc li:hover a{
    color: #681919;
}
.menupc li a{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    z-index: 999;
    padding: 0 31px;
    position: relative;
}
.menupc li a:hover{
    color: #681919;
}
.menupc li a.current{
    color: #681919;
}
.menupc li span{
    font-weight: 500;
    font-size: 16px;
    color: #888;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    top: 100px;
    width: 100%;
    height: auto;
    line-height: 0;
    text-align: left;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
}
.menupc .xiala.dropmenu{
    background: #FFFFFF;
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
    width: 461px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 35px 65px 35px 55px;
}
.menupc .xiala.dropmenu li{
    line-height: 45px;
    text-align: left;
}
.menupc .xiala.dropmenu li a{
    padding: 0;
    width: 100%;
    position: relative;
    background: url("../images/xljt.png") no-repeat right center;
    background-size: 8px 14px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}
.menupc .xiala.dropmenu li a:hover{
    background: url("../images/xljt_h1.png") no-repeat right center;
    background-size: 8px 14px;
    color: #681919;
}
.menupc .xialas{
    display: flex;
    position: relative;
}
.menupc .xialas:before{
    content: '';
    display: block;
    width: 26%;
    background: #f7f4ef;
    flex: 1;
}
.menupc .xialas:after{
    content: '';
    display: block;
    width: 26%;
    background: #ffffff;
    flex: 1;
}
.menupc .xiala .container1{
    display: flex;
    flex-direction: row;
    background: #ffffff;
}
.menupc .xiala_fl{
    width: 58.2%;
    background-color: #f7f4ef;
    padding: 35px 0;
}
.menupc .xiala_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.menupc .xiala_fl li{
    width: 44%;
    margin: 0 6% 0 0;
    line-height: 45px;
    text-align: left;
}
.menupc .xiala_fl li a{
    display: block;
    width: 100%;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    position: relative;
    padding: 0 15px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menupc .xiala_fl li a:before{
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    background: url("../images/xljt.png") no-repeat right center;
    background-size: 8px 14px;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0;
    margin: 0;
    left: auto;
}
.menupc .xiala_fl li a:after{
    content: '';
    display: block;
    width: 0;
    height: 45px;
    background: #BB9251;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}
.menupc .xiala_fl li a:hover{
    color: #ffffff;
}
.menupc .xiala_fl li a:hover:before{
    background: url("../images/xljt_h.png") no-repeat right center;
    background-size: 8px 14px;
}
.menupc .xiala_fl li a:hover:after{
    width: 100%;
}
.menupc .xiala_fr{
    width: 41.8%;
    padding: 35px 75px;
    background-color: #ffffff;
}


.nav-fr{
    display: flex;
    align-items: center;
}
.nation{
    position: relative;
    margin: 0 17px 0 0;
}
.nation_t{
    cursor: pointer;
}
.nation_t h3{
    font-size: 14px;
    color: #666666;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 8px 5px;
    padding-right: 27px;
    text-transform: capitalize;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 22px;
    overflow: hidden;
    position: absolute;
    width: 122px;
    top: 30px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 21px 0px rgba(184,144,80,0.25);
    border-radius: 5px;
}
.nation_b li{
    text-align: center;
}
.nation_b li a{
    display: block;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    background-size: 22px 22px !important;
    padding-left: 29px;
    position: relative;
}
.nation_b li a.en{
    margin-bottom: 20px;
}
.nation_b li a:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% !important;
}
.nation_b li a.en:before{
    background: url("../images/en.jpg") no-repeat left center;
}
.nation_b li a.ar:before{
    background: url("../images/ar.jpg") no-repeat left center;
}
.nation_b li a:hover{
    color: #681919;
}
.header-search{

}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 16px;
    height: 36px;
    background: url("../images/search.png") no-repeat center center;
    background-size: 16px 15px;
    color: #2E76DE;
    text-align:center;
}
/*.header-search .pull-right a.active{
    background: url("../images/search_h.png") no-repeat center center;
    background-size: 16px 15px;
}*/
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 62px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #681919;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #681919;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #681919 url(../images/overlay-icon.png) no-repeat center center;
    background-size: 25px 25px;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}
.daohang.guding{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06);
}

/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
    display:none!important;
}
.mm-opened .header a[href="#page"] {
    display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
    display:none!important;
}
#mmenu {
    z-index:9999;
}
#mmenu li .home-search {
    float:left;
    margin-left:20px;
    width:90%;
    background-color:#fff;
    padding-left:0;
    overflow:hidden;
    margin-top:10px;
    position:relative
}
#mmenu li .home-search .keyword {
    text-align:left;
    border:0;
    box-shadow:0;
    border-radius:0;
    width:86%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -mz-border-radius:0;
    font-size:14px;
    color:#999;
    line-height:20px;
    vertical-align:top;
    padding:6px 86px 6px 10px;
    -webkit-appearance:none;
    background-color:#fff;
    border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
    transition:border linear .2s, box-shadow linear .5s;
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
    outline:0;
    border:1px solid #BB9251;
}
#mmenu li .home-search .btn-sub {
    top:0;
    border:0;
    right:0;
    color:#BB9251;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#BB9251 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
    margin-left:auto;
    margin-right:auto;
    padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
    z-index: 1;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
}
.ban_txt{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
}
.ban_txt1 img{
    width: auto;
    height: 146px;
}
.ban_txt2{
    margin-top: 35px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
}
.ban_txt3{
    margin-top: 150px;
}
.ban_txt3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 221px;
    height: 64px;
    background: #FFFFFF;
    opacity: 0.9;
    font-weight: 400;
    font-size: 20px;
    color: #681919;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 33px;
    height: 59px;
    border-radius: 50%;
    background: url("../images/ban_jt.png") no-repeat center;
    background-size: 100%;
    opacity: 0.5;
    transition: .5s;
}
.home-banner .swiper-button-next:hover ,.home-banner .swiper-button-prev:hover{
    opacity: 1;
}
.home-banner .swiper-button-prev{
    left: 5%;
    right: auto;
}
.home-banner .swiper-button-next{
    right: 5%;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 35px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(187,146,81,0.3);
    border-radius: 50%;
    opacity: 0.3;
    opacity: 1;
    outline: none;
    margin: 0px 7.5px !important;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background: #bb9251;
}


.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .navdaohang{
        display: none;
    }
    .float_ck{
        display: none !important;
    }
    .yx a img{
        height: 40px;
    }
    .phone-nav {
        display:block;
    }
    .header-search{
        display: none;
    }
    .nav-fr{
        margin-right: 30px;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #151617;
}
.footer2{
    padding: 26px 0;
    border-top: 1px solid rgba(255,255,255,.2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer2_fl p{
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    line-height: 25px;
    text-align: center;
}
.footer2_fl p a{
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    line-height: 25px;
}
.footer2_fl p a:hover{
    color: rgba(255,255,255,1);
}
.footer2_fr ul{
    display: flex;
}
.footer2_fr ul li{
    margin-left: 15px;
}
.footer2_fr ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    transition: .5s;
}
.footer2_fr ul li a:hover{
    background: linear-gradient(133deg, #BB9251, #EEBB69);
    box-shadow: 0px 3px 7px 0px rgba(187,146,81,0.35);
    border: 1px solid #BB9251;
}
.footer2_fr ul li a i{
    display: inline-block;
    background-size: 100% !important;
}
.footer2_fr ul li a i.facebook{
    width: 9px;
    height: 20px;
    background: url("../images/facebook.png") no-repeat center;
}
.footer2_fr ul li a:hover i.facebook{
    background: url("../images/facebook_h.png") no-repeat center;
}
.footer2_fr ul li a i.instagram{
    width: 19px;
    height: 18px;
    background: url("../images/instagram.png") no-repeat center;
}
.footer2_fr ul li a:hover i.instagram{
    background: url("../images/instagram_h.png") no-repeat center;
}
.footer2_fr ul li a i.youtube{
    width: 18px;
    height: 12px;
    background: url("../images/youtube.png") no-repeat center;
}
.footer2_fr ul li a:hover i.youtube{
    background: url("../images/youtube_h.png") no-repeat center;
}
.footer2_fr ul li a i.in{
    width: 14px;
    height: 14px;
    background: url("../images/in.png") no-repeat center;
}
.footer2_fr ul li a:hover i.in{
    background: url("../images/in_h.png") no-repeat center;
}
.footer2_fr ul li a i.tiktok{
    width: 16px;
    height: 17px;
    background: url("../images/tiktok.png") no-repeat center;
}
.footer2_fr ul li a:hover i.tiktok{
    background: url("../images/tiktok_h.png") no-repeat center;
}
.footer1{
    padding: 90px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_1{
    width: 32.5%;
}
.footer1_1_t{
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.5;
}
.footer1_1_c{
    margin-top: 20px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #C8C8C8;
}
.footer1_1_c p{
    padding-left: 25px;
    line-height: 28px;
}
.footer1_1_c p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 14px 14px;
}
.footer1_1_c p.femail{
    background: url("../images/femail.png") no-repeat left center;
    background-size: 14px 12px;
}
.footer1_1_c span{
    color: #BB9251;
}
.footer1_1_b{
    margin-top: 25px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #C8C8C8;
    line-height: 28px;
}
.footer1_2{
    width: 33.3%;
}
.footer1_title{
    font-family: "Poppins-Regular";
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
}
.footer1_2_con{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_2_con dl{
    /*width: 48%;*/
}
.footer1_2_con dl dd a{
    display: block;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
}
.footer1_2_con dl dd a:hover{
    color: #BB9251;
}
.footer1_3{
    width: 7.6%;
}
.footer1_3_con{
    margin-top: 25px;
}
.footer1_3_con dd a{
    display: block;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 45px;
    text-transform: uppercase;
}

.float_ck{
    position: fixed;
    top: 45%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    right: 0;
}
.float_ck dl dd {
    position:relative;
    margin-bottom: 10px;
}
.float_ck dl dd:last-child{
    margin-bottom: 0;
}
.float_ck dl dd a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    position: relative;
    transition: .5s;
}
.float_ck dl dd a i{
    background-size: 100% !important;
}
.float_ck dl dd a i.dh{
    width: 20px;
    height: 20px;
    background: url("../images/dh.png") no-repeat center;
}
.float_ck dl dd a i.ly{
    width: 24px;
    height: 24px;
    background: url("../images/ly.png") no-repeat center;
}
.float_ck dl dd a i.top{
    width: 30px;
    height: 24px;
    background: url("../images/top.png") no-repeat center;
}
.float_ck dl dd a p{
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #00A0DB;
    line-height: 1;
}
.float_ck dl dd a:hover{
    background: linear-gradient(133deg, #BB9251, #EEBB69);
    box-shadow: 0px 3px 7px 0px rgba(187,146,81,0.35);
}
.float_ck dl dd:hover .floating_left {
    display: block;
}
.floating_left {
    display: none;
    position:absolute;
    right: 68px;
    background: #FFFFFF;
    box-shadow: 0px 0px 95px 0px rgba(158,177,209,0.18);
    border-radius: 5px;
    transition: .5s;
}
.floating_left.s_tel{
    width: 191px;
    padding: 19px 14px 20px 14px;
    text-align: right;
}
.floating_left.s_tel:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    font-size: 0;
    line-height: 0;
    transform: rotate(90deg) translate(-50%, 0);
    position: absolute;
    top: 50%;
    right: -12px;
}
.floating_left.s_tel h3{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.floating_left.s_tel h3 img{
    height: 16px;
    margin-left: 7px;
}
.floating_left.s_tel span{
    font-weight: 400;
    font-size: 20px;
    color: #BB9251;
    line-height: 30px;
}
.online{
    margin: 22px 0 0 auto;
    width: 53px;
    height: 101px;
    background: url("../images/onlinebg.png") no-repeat center;
    background-size: 100%;
}
.online a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.online a img{
    height: 21px;
}
.online a p{
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

/*寮瑰嚭妗�*/
.sqtytck {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 9999;
    display: none;
}
.sqtytcks {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.sqtytckss {
    position: absolute;
    width: 368px;
    left: 50%;
    top: 50%;
    max-width: 100vw;
    max-height: 100vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    border-radius: 20px;
}
.sqtytck_close {
    position: absolute;
    right: 0;
    top: 0;
}
.sqtytck_close a{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/cha.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.sqtytck_top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    background: url("../images/sqtytckbg.jpg") no-repeat center;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
    text-transform: uppercase;
}
.sqtytck_con {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 25px 33px 39px 33px;
}
.sq1{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.sq1 label{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #444444;
    line-height: 1;
    margin-bottom: 10px;
}
.sq1 label b{
    color: #CF0B1D;
}
.sq1 input{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    background: #F1EFE6;
    border: none;
    padding: 0 15px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #444444;
}
.sq1 textarea{
    width: 100%;
    height: 99px;
    line-height: 25px;
    background: #F1EFE6;
    border: none;
    padding: 15px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #444444;
    resize: none;
}
.sq2{
    margin-top: 25px;
}
.sq2 button{
    width: 185px;
    margin: 0 auto;
    height: 47px;
    border: 1px solid #BB9251;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    cursor: pointer;
    background: none;
    transition: .5s;
}
.sq2 button:hover{
    background: #BB9251;
    color: #ffffff;
}

.home-contact{
    width: 100%;
    margin: 0 auto;
    background: url("../images/contactbg.jpg") no-repeat center;
    background-size: cover;
    padding: 75px 0;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-weight: 400;
    font-size: 70px;
    color: #444;
    line-height: 0.8;
    text-transform: uppercase;
}
.index_title p{
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    line-height: 1.5;
}
.contact_con{
    margin-top: 50px;
    position: relative;
}
.contact_con .swiper-slide{
    display: initial;
}
.contact_txt{
    display:block;
    position: relative;
    width: 100%;
    transition: .5s;
    margin: 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    text-align: justify;
    padding: 47px 36px 0 42px;
    height: 354px;
    transition: .5s;
}
.contact_txt:after{
    content: '';
    display: block;
    width: 114px;
    height: 107px;
    background: url("../images/message.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 11px;
    bottom: 7px;
    opacity: 0;
    transition: .5s;
}
.contact_txt:hover:after{
    opacity: 1;
}
.contact_txt_t{
    display: flex;
    justify-content: space-between;
}
.contact_txt_t_fl{
    width: 65%;
    font-weight: 400;
    font-size: 20px;
    color: #681919;
    line-height: 30px;
    text-align: left;
}
.contact_txt_t_fr{
    width: 99px;
    height: 99px;
    border-radius: 50%;
}
.contact_txt_b{
    margin-top: 15px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    line-height: 30px;
}
.contact_txt_b p{
    padding-left: 28px;
}
.ctel{
    background: url("../images/ctel.png") no-repeat left center;
    background-size: 17px 17px !important;
}
.cwx{
    background: url("../images/cwx.png") no-repeat left center;
    background-size: 19px 16px !important;
}
.cmobile{
    background: url("../images/cmobile.png") no-repeat left center;
    background-size: 12px 21px !important;
}
.cmail{
    background: url("../images/cmail.png") no-repeat left center;
    background-size: 17px 14px !important;
}
.contact_txt:hover{
    background: #BB9251;
    transform: scale(1.05);
}
.contact_txt:hover .contact_txt_t_fl{
    color: #FFFFFF;
}
.contact_txt:hover .contact_txt_b{
    color: #FFFFFF;
}
.contact_txt:hover .contact_txt_b p.ctel{
    background: url("../images/ctel_h.png") no-repeat left center;
}
.contact_txt:hover .contact_txt_b p.cwx{
    background: url("../images/cwx_h.png") no-repeat left center;
}
.contact_txt:hover .contact_txt_b p.cmobile{
    background: url("../images/cmobile_h.png") no-repeat left center;
}
.contact_txt:hover .contact_txt_b p.cmail{
    background: url("../images/cmail_h.png") no-repeat left center;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    background: #F1EFE6;
    padding: 78px 0 52px 0;
}
.home-news .index_title{
    text-align: left;
}
.news_con{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.news_con .item {
    width: 47.5%;
    margin-right: 5%;
    position: relative;
    margin-bottom: 75px;
    transition: .5s;
}
.news_con .item:nth-child(2n){
    margin-right: 0;
}
.news_con_img{
    display: none;
}
.m-video{
    position: relative;
    cursor: pointer;
}
.video_con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news_con_bt{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    transition: .5s;
}
.news_con_txt{
    margin-top: 20px;
    font-family: "Poppins-Regular";
}
.news_con_txt1{
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 24px;
}
.news_con_txt2{
    margin-top: 10px;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 1;
}
.news_con_txt3{
    margin-top: 40px;
    width: 16px;
    height: 13px;
    background: url("../images/njt.png") no-repeat center;
    background-size: 100%;
}
.news_con .item.active .news_con_img{
    display: block;
}
.news_con .item.active .news_con_bt{
    margin-top: 30px;
    color: #681919;
    text-decoration: underline;
}
/*.news_con .item.active .news_con_bt:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #681919;
    margin-top: -5px;
}*/
.news_con .item.active .news_con_txt{
    display: none;
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    margin: 0 auto;
    height: 64px;
    background: #BB9251;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    transition: .5s;
}
.index_more a:hover{
    background: #681919;
}
.home-news .index_more a{
    margin: 0 auto 0 0;
}
.home-case{
    width: 100%;
    margin: 0 auto;
    padding-top: 85px;
    position: relative;
    background: #f7f4ef url("../images/casebg.jpg") no-repeat top center;
    background-size: contain;
}
.case_title{
    text-align: center;
}
.case_title h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 242px;
    color: #BB9251;
    line-height: 0.8;
}
.case_title p{
    margin-top: 55px;
    font-weight: bold;
    font-size: 20px;
    color: #B08642;
    line-height: 25px;
}
.case_con{
    margin-top: 50px;
    padding-bottom: 55px;
    position: relative;
    z-index: 8;
}
.case_cons{
    background: rgba(241,239,230,.7);
    padding: 80px 57px 43px 57px;
    margin-bottom: 50px;
}
.case_conss{
    margin-top: 55px;
    position: relative;
}
.cases .swiper-slide{
    display: initial;
}
.cases a{
    display: block;
    position: relative;
    width: 100%;
}
.case_txt{
    margin-top: 25px;
    text-align: left;
}
.case_txt1{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case_txt2{
    margin-top: 20px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case_txt3{
    margin-top: 15px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1;
}
.case_txt4{
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 55px;
    background: #BB9251;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}
.cases a:hover .case_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.cases a:hover .case_txt1{
    color: #681919;
}
.case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 44%;
    transform: translate(0, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-top: 0;
    cursor: pointer;
    outline: none;
    box-shadow: 0px 0px 29px 0px rgba(44,49,71,0.18);
    background: #FAFAFB url("../images/cjt.png") no-repeat center;
    background-size: 16px 13px;
    text-align: center;
    z-index: 9;
    transition: .5s;
}
.case_conss .swiper-button-next1:hover, .case_conss .swiper-button-prev1:hover{
    background: #BB9251 url("../images/cjt_h.png") no-repeat center;
    background-size: 16px 13px;
}
.case_conss .swiper-button-prev1{
    left: -29px;
    right: auto;
}
.case_conss .swiper-button-next1{
    right: -29px;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.home-newpro{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 90px;
    background: #f7f4ef;
}
.newpro_con{
    margin-top: 60px;
    position: relative;
}
.newpro_con .swiper-slide{
    display: initial;
}
.newpros a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.newpro_txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 40px 30px 23px;
    transition: .5s;
}
.newpro_txts{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.newpro_txts_fl{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 85%;
}
.newpro_txt1{
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
}
.newpro_txt2{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    color: #FFFFFF;
    line-height: 25px;
    height: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .5s;
}
/*.newpros a:hover .newpro_txt{
    padding: 30px 40px 30px 33px;
}*/
.newpros a:hover .newpro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newpros a:hover .newpro_txts{
    align-items: flex-end;
}
.newpros a:hover .newpro_txt2{
    margin-top: 15px;
    height: 75px;
    margin-bottom: 20px;
}
.newpro_txts_fr{
    width: 16px;
    height: 13px;
    background: url("../images/cjt_h.png") no-repeat center;
    background-size: 100%;
    transform: rotateY(-180deg) ;
}
.newpro_arrow .container1{
    position: relative;
    padding-bottom: 57px;
}
.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;
}
.newpro_con .swiper-pagination1{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.newpro_con .swiper-pagination-bullet{
    width: 53px;
    height: 2px;
    background: rgba(187,146,81,.3);
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 0;
}
.newpro_con .swiper-pagination-bullet-active{
    background: #bb9251;
}
.home-hotpro{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 90px;
    background: #f7f4ef;
}
.hotpro_nav{
    margin-top: 50px;
}
.hotpro_nav .bd{

}
.hotpro_nav .bd .tempWrap{
    width:100% !important;
}
.hotpro_nav .bd ul{
    overflow:hidden;
    zoom:1;
    height: 30px;
}
.hotpro_nav .bd ul li{
    float: left;
    height: 30px;
    line-height: 30px;
    text-align:left;
    _display:inline;
    width:auto !important;
}
.hotpro_nav .bd ul li a{
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    text-transform: uppercase;
    transition: .5s;
}
.hotpro_nav .bd ul li a:hover{
    color: #681919;
}
.hotpro_nav .bd ul li a span{
    padding: 0 33px;
}
.hotpro_con{
    margin: 60px 0 22px 0;
}
.hotpro_con ul{
    display: flex;
    flex-wrap: wrap;
}
.hotpro_con ul li{
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 35px;
}
.hotpro_con ul li:nth-child(4n){
    margin-right: 0;
}
.hotpro_con ul li a{
    display: block;
    position: relative;
}
.hotpro_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/hotprobg.png") no-repeat center;
    background-size: cover;
    padding: 34px 24px 24px 24px;
    display: flex;
    align-items: flex-end;
}
.hotpro_txt h3{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 30px;
}
.hotpro_con ul li a:hover .hotpro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.home-map{
    width: 100%;
    margin: 0 auto;
    background: #f7f4ef;
    padding: 95px 0;
}
.home-map .container1{
    position: relative;
}
.map2{
    position: absolute;
    right: 0;
    bottom: 0;
}
.location{
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(-50%, 0);
    animation: diffuse 2s linear infinite;
}
@keyframes diffuse {
    0% {
        right: 0;
    }
    100% {
        right: 50%;
    }
}
.home-choose{
    width: 100%;
    margin: 0 auto;
    background: #F1EFE6;
    padding: 65px 0;
}
.home-choose .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.choose_fl{
    width: 52.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.choose_fl_1{
    width: 55%;
    padding-left: 64px;
}
.choose_fl_2{
    width: 41.5%;
    display: flex;
    flex-direction: column;
}
.choose_fl_2 img:nth-child(1){
    margin-bottom: 23px;
}
.choose_fr{
    width: 40.6%;
    display: flex;
    flex-wrap: wrap;
}
.choose_fr dl{
    width: 50%;
    border-bottom: 1px dashed #B5B5B5;
    border-right: 1px dashed #B5B5B5;
    padding-bottom: 30px;
    padding-top: 30px;
}
.choose_fr dl:nth-child(odd){
    padding-right: 55px;
}
.choose_fr dl:nth-child(even){
    padding-left: 45px;
}
.choose_fr dl:nth-child(2n){
    border-right: none;
}
.choose_fr dl:nth-child(5),.choose_fr dl:nth-child(6){
    border-bottom: none;
}
.choose_fr dl dt{
    font-weight: 400;
    font-size: 26px;
    color: #222222;
    line-height: 30px;
    text-transform: capitalize;
}
.choose_fr dl dd{
    font-family: "Poppins-Regular";
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 30px;
}
.home-about{
    width: 100%;
    margin: 0 auto;
    background: #f7f4ef;
    padding: 87px 0;
}
.about_t{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about_t_fl{
    width: 50%;
    position: relative;
}
.about_t_fl .swiper-slide{
    display: initial;
}
.about_ts{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.degrees{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.degrees img{
    height: 141px;
}
.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;
}
.about_t_fl .swiper-pagination2{
    justify-content: center;
    align-items: center;
    bottom: 32px;
    left: 32px;
}
.about_t_fl .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px !important;
}
.about_t_fl .swiper-pagination-bullet-active{
    background: #ffffff;
}
.about_t_fr{
    width: 45.5%;
}
.about_t_fr .index_title{
    text-align: left;
}
.about_t_fr_con{
    margin-top: 35px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 25px;
    height: 325px;
    -webkit-line-clamp: 13;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_t_fr_cate{
    margin-top: 30px;
}
.about_t_fr_cate ul{
    display: flex;
    flex-wrap: wrap;
}
.about_t_fr_cate ul li{
    width: 40%;
    margin-bottom: 15px;
}
.about_t_fr_cate ul li a{
    display: block;
    position: relative;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 25px;
    padding-left: 19px;
}
.about_t_fr_cate ul li a:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #797C7F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7.5px;
}
.about_t_fr_cate ul li a:hover:before{
    background: #BB9251;
}
.about_t_fr .index_more a{
    margin: 20px auto 0 0;
}
.about_b{
    margin-top: 120px;
    display: none;
}
.about_b ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.about_b ul li{
    width: 25%;
}*/
.about_b_img{
    width: 100px;
    margin: 0 auto 0 0;
    height: 100px;
}
.about_b_txt{
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 25px;
}
.about_b ul li:hover .about_b_img img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

/*product*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
    z-index: 9;
}
.iban_info h3{
    text-transform: uppercase;
    text-align: center;
    font-family: Source Han Serif SC;
    font-weight: 400;
    font-size: 110px;
    color: rgba(187, 146, 81, 0);
    line-height: 0.8;
    text-shadow: 0px 0px 21px rgba(153,153,153,0.22);
    text-stroke: 1px #BB9151;
    -webkit-text-stroke: 1px #BB9151;
}
.iban_info p{
    margin-top: -55px;
    text-transform: uppercase;
    text-align: center;
    font-family: Source Han Serif SC;
    font-weight: 400;
    font-size: 70px;
    color: #FFFFFF;
    line-height: 0.8;
    text-shadow: 0px 0px 21px rgba(153,153,153,0.22);
}
.iban_wz{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.iban_wz p{
    font-family: "Poppins-Regular";
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}
.iban_wz p img{
    width: auto;
    margin: 0 13px;
}
.iban_wz p img:first-child{
    margin-left: 0;
}
.iban_wz p a{
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    background: #f7f4ef;
    padding-top: 100px;
}
.iproduct2{
    background: url("../images/ipro2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 50px 0;
}
.iproduct2_title{
    text-align: center;
}
.iproduct2_title h3{
    font-weight: 400;
    font-size: 50px;
    color: #222222;
    line-height: 1;
}
.iproduct2_title p{
    margin: 25px 0 80px 0;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 28px;
}
.iproduct{
    padding-top: 0 !important;
}
.iproduct1{
    background: #f7f4ef;
    position: relative;
}
.iproduct1 .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.iproduct1_fl{
    width: 22.5%;
    padding-top: 100px;
}
.iproduct1_fl_t{
    margin-bottom: 65px;
}
.iproduct1_fl_title{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    position: relative;
}
.iproduct1_fl_title h3{
    font-weight: 400;
    font-size: 42px;
    color: #000000;
    line-height: 1;
    text-transform: capitalize;
}
.iproduct1_fl_title h3:after{
    content: '';
    display: block;
    width: 71px;
    height: 1px;
    background: #BB9251;
    position: absolute;
    left: 0;
    bottom: 0;
}
.iproduct1_fl_t_con{
    margin-top: 50px;
}
.pform{
    position: relative;
}
.pform .pss1{
    width: 100%;
    height: 55px;
    background: #BB9252;
    border: none;
    padding: 0 70px 0 15px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #DECEB6;
    display: flex;
    align-items: center;
}
.pform .pss2{
    width: 55px;
    height: 100%;
    background: url("../images/psearch.png") no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999px;
}
.pform .pss1::-webkit-input-placeholder {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #DECEB6;
}
.pform .pss1:-moz-placeholder {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #DECEB6;
}
.pform .pss1:-ms-input-placeholder{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #DECEB6;
}
.iproduct1_fl_c{
    margin-bottom: 50px;
}
.pinfo{
    margin-top: 40px;
}
.pinfo li{
    overflow:hidden;
    position:relative;
    margin-bottom: 10px;
}
.pinfo li a{
    display:block;
    font-size:18px;
    color:#222222;
    line-height: 50px;
    text-transform: uppercase;
    transition: all .3s;
    z-index: 4;
}
.pinfo li .more{
    position: absolute;
    right: 0;
    padding:0;
    top: 0;
    border: none;
    width: 50px;
    height:50px;
    cursor: pointer;
    background: url("../images/p.png") no-repeat right center;
    display: block;
    z-index: 5;
}
.pinfo ul li a:hover.more {
    background:url("../images/p.png") no-repeat right center;
}
.pinfo ul li:hover .more {
    background:url("../images/p_h.png") no-repeat right center;
}
.pinfo .er{
    display:none;
    margin-top: 10px;
}
.pinfo .er li{
    margin-bottom: 0;
}
.pinfo .er li a {
    font-family: "Poppins-Regular";
    color: #444;
    font-size:17px;
    line-height:50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er {
    display:block;
}
.pinfo .nav-show .er li{
    margin-bottom: 0;
}
.pinfo .nav-show .er li a {
    font-family: "Poppins-Regular";
    color: #444;
    font-size:17px;
    line-height:50px;
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover{
    color: #BB9251;
}
.pinfo .nav-show:hover .more {
    background:url("../images/p_h.png") no-repeat right center;
}
.pinfo .nav-show a{
    color: #681919;
}
.pinfo .nav-show .more{
    background:url("../images/p_h.png") no-repeat right center;
}

.pinfo .er li .mmore{
    position: absolute;
    left: 0;
    padding:0;
    top: 0;
    border:none;
    width: 18px;
    height: 50px;
    cursor: pointer;
    background: url("../images/j.png") no-repeat left center;
    background-size: 11px 11px;
    display: block;
    z-index: 5;
}
.pinfo .er li a:hover.mmore {
    background:url("../images/j_h.png") no-repeat left center;
    background-size: 11px 11px !important;
}
.pinfo .er li:hover .mmore {
    background:url("../images/j_h.png") no-repeat left center;
    background-size: 11px 11px !important;
}
.pinfo .san{
    display:none;
    margin: 10px 0;
}
.pinfo .san li:last-child{
    margin-bottom: 0;
}
.pinfo .san li a {
    font-family: "Poppins-Regular";
    color: #666666;
    font-size:14px;
    line-height: 30px;
    background: url("../images/s.png") no-repeat left center;
    padding-left: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .san li a:hover {
    background: url("../images/s_h.png") no-repeat left center;
    color: #BB9251;
}
.pinfo .nnav-show .san {
    display:block;
}
.pinfo .nnav-show .san li{
    margin-bottom: 0;
}
.pinfo .nnav-show .san li a {
    font-family: "Poppins-Regular";
    color:#666666;
    font-size:14px;
    line-height:30px;
    font-weight:normal;
    background: url("../images/s.png") no-repeat 25px center;
    padding-left: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nnav-show .san li a:hover{
    background: url("../images/s_h.png") no-repeat 25px center;
    color: #BB9251;
}
.pinfo .nnav-show:hover .mmore {
    background:url("../images/j_h.png") no-repeat left center;
    background-size: 11px 11px !important;
}
.pinfo .nnav-show .mmore{
    background:url("../images/j_h.png") no-repeat left center !important;
    background-size: 11px 11px !important;
}

.pinfo .nav-show .er .nnav-show a{
    color: #BB9251;
}


.iproduct1_fl_b{
    margin-bottom: 25px;
}
.iproduct1_fl_b_con{
    margin-top: 50px;
}
.iproduct1_fl_b_con li{
    margin-bottom: 38px;
}
.iproduct1_fl_b_con li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.iproduct1_fl_b_con_img{
    width: 124px;
    height: 108px;
}
.iproduct1_fl_b_con_txt{
    flex: 1;
    padding-left: 28px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}
.iproduct1_fl_b_con li a:hover .iproduct1_fl_b_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct1_fr{
    width: 72.5%;
    margin-bottom: 35px;
}
.iproduct1_fr_wz{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 35px 0;
}
.iproduct1_fr_wz p{
    padding-left: 38px;
    background: url("../images/block.png") no-repeat left center;
    background-size: 23px 27px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.iproduct1_fr_wz p span{
    font-size: 24px;
    color: #BB9252;
    font-weight: bold;
    padding: 0 7px;
}
.iproduct1_fr_con{
    margin-bottom: 13px;
}
.iproduct1_fr_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct1_fr_con ul li{
    width: 30.8%;
    margin-right: 3.8%;
    margin-bottom: 40px;
}
.iproduct1_fr_con ul li:nth-child(3n){
    margin-right: 0;
}
.iproduct1_fr_con ul li a{
    display: block;
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
}
.iproduct1_fr_con_txt{
    position: relative;
    padding: 35px 22px 25px 22px;
    background: #F7F4EF;
}
.iproduct1_fr_con_txt1{
    width: 50px;
    height: 50px;
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
    border-radius: 50%;
    background: #FFFFFF url("../images/projt.png") no-repeat center;
    background-size: 16px 13px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) rotateY(90deg);
    top: -25px;
    transition: .5s;
}
.iproduct1_fr_con_txt2{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 28px;
    height: 84px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.iproduct1_fr_con ul li a:hover .iproduct1_fr_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct1_fr_con ul li a:hover .iproduct1_fr_con_txt1{
    transform: translate(-50%, 0) rotateY(0deg);
}
.iproduct1_fr_con ul li a:hover .iproduct1_fr_con_txt2{
    color: #681919;
}

/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    font-weight: bold;
    font-family: "Poppins-Regular";
    font-size: 17px;
    color: #222222;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 23px;
    line-height: 54px;
    margin:0px 9px 10px 9px;
    background: #FFFFFF;
    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: linear-gradient(133deg, #BB9251, #EEBB69);
    box-shadow: 0px 3px 7px 0px rgba(187,146,81,0.35);
}
.pagination a.active {
    color:#fff;
    background: linear-gradient(133deg, #BB9251, #EEBB69);
    box-shadow: 0px 3px 7px 0px rgba(187,146,81,0.35);
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color: #456BA7;
    box-shadow: none;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color: #456BA7;
    box-shadow: none;
}


/*产品详情*/
#iproshow{
    background: #f7f4ef;
}
#iproshow .daohang{
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
}
#iproshow .iban_wz{
    position: relative;
    padding: 35px 0;
    top: 0;
    z-index: 1;
}
#iproshow .iban_wz p{
    color: #666666;
}
#iproshow .iban_wz p a{
    color: #666666;
}
#iproshow .iban_wz p span{
    color: #BB9251;
}
.iproshow{
    padding-top: 0 !important;
}
.iproshow .iproduct1{
    padding-bottom: 70px;
}
.iproshow_fl{
    background: #FFFFFF;
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
    padding: 40px 35px;
    width: 25.5%;
    position: sticky;
    left: 0;
    top: 100px;
}
.iproshow .iproduct1_fl_c{
    margin-bottom: 0;
}
.pinfo li:last-child{
    margin-bottom: 0;
}
.iproshow_fr{
    width: 70%;
}
.iproshow1{
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.iproshow1_fl{
    position: relative;
    width: 77.2%
}
.iequshow1_fl_t .gallery-top {
    width: 100%;
    height: auto;
}
.iequshow1_fl_t .gallery-top .swiper-slide{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}

.proshow-max-img{
    background: #ffffff;
}

/*.equshow-max a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}*/
.proshow-max video{
    width: 100%;
    height: 100%;
}
.iproshow1_fr{
    position: relative;
    width: 21.8%;
    aspect-ratio: 229 / 811;
    display: flex;
    align-items: center;
}
.iproshow1_fr .gallery-thumbs {
    height: 88%;
}
.iproshow1_fr .gallery-thumbs .swiper-slide{
    display: initial;
    /*margin: 4px 0;*/
}
.proshow-min{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.proshow-min .tp{
    border: 1px solid #000;
    position: relative;
}
.proshow-min .tp:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
}
.proshow-min:hover .tp:after{
    background: none;
}
/*.equshow-min a .pic:after{
    padding-bottom: 79%;
}*/
.proshow-min.swiper-slide-thumb-active .tp{
    border: 1px solid #BB9251;
}

.iproshow1_fr .swiper-button-next2, .iproshow1_fr .swiper-button-prev2{
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 41px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #ffffff url("../images/tjt.png") no-repeat center;
    background-size: 19px 11px;
    border-radius: 5px 5px 0px 0px;
}
.iproshow1_fr .swiper-button-next2:hover ,.iproshow1_fr .swiper-button-prev2:hover{
    background: #BB9251 url("../images/tjt_h.png") no-repeat center;
    background-size: 19px 11px;
}
.iproshow1_fr .swiper-button-prev2{
    top: 0;
}
.iproshow1_fr .swiper-button-next2{
    bottom: 0;
    transform: translate(-50%, 0) rotateX(-180deg);
}




.iproshow2{
    margin-bottom: 50px;
}
.iproshow2_1{
    font-weight: 400;
    font-size: 35px;
    color: #681919;
}
.iproshow2_2{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.iproshow2_2 p{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #BB9251;
    line-height: 30px;
}
.iproshow2_2 p span{
    color: #666666;
}
.iproshow2_2 p.number{
    background: url("../images/number.png") no-repeat left center;
    background-size: 14px 18px;
    padding-left: 22px;
    margin-right: 40px;
}
.iproshow2_2 p.category{
    background: url("../images/category.png") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 23px;
}
.iproshow2_3{
    margin-top: 25px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 28px;
}
.iproshow2_4{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.iproshow2_4 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 296px;
    height: 64px;
    background: #BB9251;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 16px;
    transition: .5s;
}
.iproshow2_4 a .liuyan{
    width: 20px;
    height: 20px;
    background: url("../images/liuyan.png") no-repeat center;
    background-size: 100%;
    margin-right: 15px;
}
.iproshow2_4 a .lianxi{
    width: 20px;
    height: 16px;
    background: url("../images/lianxi.png") no-repeat center;
    background-size: 100%;
    margin-left: 33px;
}
.iproshow2_4 a:hover{
    background: #681919;
}
.iproshow3{
    margin-top: 49px;
}
.iproshow_title{
    background: url("../images/pbg.png") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.iproshow_title img{
    height: 23px;
}
.iproshow_title h3{
    margin-top: 5px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #FFFFFF;
    text-transform: uppercase;
}
.iproshow3_con{
    background: #FFFFFF;
    padding: 50px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 25px;
}
.iproshow4{
    margin-top: 25px;
}
.iproshow4_con{
    padding: 35px;
    background: #ffffff;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 32px;
}
table {
    border: 1px solid #E5E5E5;
    border-collapse:collapse;
}
tr,td,th{
    border: 1px solid #E5E5E5;
    padding: 5px 20px;
}
.iproshow4_con table tr td:first-child{
    background: #F7F4EF;
    color: #222222;
}
.iproshow4_con table tr:hover{
    background: #F7F4EF;
}
.iproshow5{
    margin-top: 50px;
}
.show_back{
    display: flex;
    align-items: center;
    justify-content: center;
}
.show_back_fl a, .show_back_fr a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 44px;
    background: #FFFFFF;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
}
.show_back_fl a i, .show_back_fr a i{
    width: 13px;
    height: 6px;
    background-size: 100% !important;
    background: url("../images/psjt.png") no-repeat center;
}
.show_back_fl a i{
    margin-right: 11px;
}
.show_back_fr a i{
    margin-left: 11px;
    transform: rotateY(-180deg);
}
.show_back_fl a:hover, .show_back_fr a:hover{
    background: #BB9251;
    color: #ffffff;
}
.show_back_fl a:hover i, .show_back_fr a:hover i{
    background: url("../images/psjt_h.png") no-repeat center;
}
.show_back_fc{
    margin: 0 35px;
}
.show_back_fc img{
    height: 44px;
}
.iproshow_related{
    background: url("../images/relatedprobg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0 50px;
}
.iproshow_related .iproshow_title{
    background: none;
    padding: 0;
}
.iproshow_related_con{
    margin-top: 30px;
    position: relative;
    padding-bottom: 48px;
}
.iproshow_related_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.iproshow_related_con .swiper-slide{
    width: 46%;
}
.relateds a{
    display: block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.related_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mb.png") repeat-x bottom center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 43px 25px 29px;
    opacity: 0;
    transition: .5s;
}
.related_txts{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.related_txt_fl{
    width: 80%;
    text-align: left;
}
.related_txt_fl1{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
}
.related_txt_fl2{
    margin-top: 15px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 25px;
}
.related_txt_fr{
    width: 16px;
    height: 13px;
    background: url("../images/cjt_h.png") no-repeat center;
    background-size: 100%;
    transform: rotateY(-180deg);
}
.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;
}
.iproshow_related_con .swiper-pagination3{
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iproshow_related_con .swiper-pagination-bullet{
    width: 53px;
    height: 2px;
    background: #ceb186;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 0;
}
.iproshow_related_con .swiper-pagination-bullet-active{
    background: #ffffff;
}
.iproshow_related_con .swiper-slide-active .related_txt{
    opacity: 1;
}
.common_message{
    background: #f7f4ef;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.common_message_fl{
    width: 66%;
    padding: 75px 60px 80px calc((100vw - 1500px) / 2);
}
.common_message_fl .iproshow_title{
    text-align: left;
    background: none;
    align-items: flex-start;
    padding: 0;
}
.common_message_fl .iproshow_title h3{
    color: #222222;
}
.common_message_fl .iproshow_title p{
    margin-top: 25px;
    font-weight: bold;
    font-size: 20px;
    color: #B08642;
    line-height: 25px;
}
.common_message_fl_con{
    margin-top: 35px;
}
.ly1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ly1s{
    width: 47%;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.ly1s label{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 10px;
}
.ly1s label b{
    color: #BB9251;
}
.ly1s input{
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
}
.ly2{
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}
.ly2 label{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 10px;
}
.ly2 label b{
    color: #BB9251;
}
.ly2 textarea{
    width: 100%;
    height: 154px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    padding: 15px;
    line-height: 30px;
    resize: none;
}
.ly3{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ly3 span{
    position: relative;
    margin-right: 12px;
    display: inline-block;
}
.ly3 .input_check {
    position: absolute;
    visibility: hidden;
}
.ly3 .input_check+label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.ly3 .input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 24px;
    height: 12px;
    border: 2px solid #BB9251;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}
.ly3 p{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #BB9251;
}
.ly4 button{
    border: none;
    cursor: pointer;
}
.ly4 .index_more a{
    width: 296px;
}
.common_message_fr{
    width: 34%;
}
.common_message_fr img{
    height: 100%;
}

/*案例*/
.inner-main .container1{
    position: relative;
    z-index: 2;
}
.icase{
    position: relative;
    padding-bottom: 60px;
}
.icase1{
    position: relative;
    margin-bottom: 55px;
}
.icase1s .swiper-slide{
    display: initial;
}
.icase1s a{
    display:flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border-radius: 30px 0px 30px 0px;
    background: #ffffff;
}
.icase1_img{
    width: 50%;
}
.icase1_img img{
    height: 100%;
}
.icase1s a:hover .icase1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase1_txt{
    width: 50%;
    padding: 45px 50px;
    text-align: left;
    position: relative;
    background: #ffffff;
    font-family: "Poppins-Regular";
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icase1_txt1{
    display: flex;
    align-items: center;
}
.icase1_txt1 span{
    font-weight: 400;
    font-size: 70px;
    color: #AAAAAA;
    line-height: 0.8;
}
.icase1_txt1 span:after{
    content: '';
    display: block;
    width: 82px;
    height: 1px;
    background: #BB9251;
    margin-top: 10px;
}
.icase1_txt1 p{
    font-weight: 400;
    font-size: 18px;
    color: #AAAAAA;
    padding-left: 10px;
}
.icase1_txt2{
    margin-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 40px;
    height: 80px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.icase1_txt3{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.icase1_txt4{
    margin-top: 15px;
    width: 58px;
    height: 58px;
    background: url("../images/xwjt.png") no-repeat center,linear-gradient(133deg, #BB9251, #EEBB69);
    box-shadow: 0px 3px 7px 0px rgba(187,146,81,0.35);
    border-radius: 50%;
}
.icase1 .swiper-pagination4{
    position: absolute;
    left: auto;
    right: 55px;
    top: 50px;
    width: auto;
    z-index: 9;
}
.icase1 .swiper-pagination-fraction{
    font-weight: 400;
    color: #999999;
    line-height: 1;
    font-family: "Poppins-Regular";
}
.icase1 .swiper-pagination-fraction span{
    display: inline-block;
}
.icase1 .swiper-pagination-current{
    font-size: 28px;
    color: #BB9251;
}
.icase2{
    margin-bottom: 10px;
}
.icase2 ul{
    display: flex;
    flex-wrap: wrap;
}
.icase2 ul li{
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 60px;
}
.icase2 ul li:nth-child(3n){
    margin-right: 0;
}
.icase2 ul li a{
    display: block;
}
.icase2 ul li a:hover .case_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase2 ul li a:hover .case_txt1{
    color: #681919;
}

/*案例详情*/
#icaseshow{
    background: #f7f4ef;
}
#icaseshow .daohang{
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
}
#icaseshow .iban_wz{
    position: relative;
    padding: 35px 0;
    top: 0;
    z-index: 1;
}
#icaseshow .iban_wz p{
    color: #666666;
}
#icaseshow .iban_wz p a{
    color: #666666;
}
#icaseshow .iban_wz p span{
    color: #BB9251;
}
.icaseshow{
    padding-top: 0 !important;
}
.icaseshow1{
    position: relative;
    padding: 30px 0 65px 0;
}
.iproduct1:before, .icaseshow1:before{
    top: -90px;
}
.show_title h3{
    font-weight: 400;
    font-size: 42px;
    color: #222222;
    line-height: 1.4;
    text-transform: uppercase;
}
.show_info{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #585873;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
}
.show_info span{
    margin-right: 25px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 25px;
}
.show_info span.date{
    background: url("../images/date.png") no-repeat left center;
    background-size: 20px 21px;
    padding-left: 39px;
}
.show_info span.return{
    background: url("../images/return.png") no-repeat left center;
    background-size: 18px 16px;
    padding-left: 33px;
}
.show_content{
    width: 70%;
    margin: 0 auto;
    padding: 55px 0 50px 0;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 25px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.icaseshow_related_con{
    margin-top: 40px;
    position: relative;
    padding-bottom: 35px;
}
.icaseshow_related_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.icaseshow_related_con .swiper-slide{
    width: 46%;
}
.relatedcases a{
    display: block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.relatedcases .case_txt{
    margin-top: 0;
    background: #F7F4EF;
    padding: 28px 13px;
}
.relatedcases a:hover .case_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.relatedcases a:hover .case_txt1{
    color: #681919;
}
.swiper-pagination5{
    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;
}
.icaseshow_related_con .swiper-pagination5{
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.icaseshow_related_con .swiper-pagination-bullet{
    width: 53px;
    height: 2px;
    background: rgba(39,38,71,.3);
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 0;
}
.icaseshow_related_con .swiper-pagination-bullet-active{
    background: #272647;
}

/*帮助中心*/
.ihelp{
    position: relative;
    padding-bottom: 80px;
}
.ihelp1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ihelp1_fl{
    width: 30%;
}
.ihelp1_fl.inner_title{
    text-align: left;
    text-transform: inherit;
}
.inner_title{
    text-align: center;
    font-weight: 400;
    font-size: 42px;
    color: #222222;
    line-height: 1;
    text-transform: uppercase;
}
.ihelp1_fr{
    width: 58%;
}
.ihelp1_fr dl{
    border-bottom: 1px solid #dddddd;
}
.zp-title{
    cursor: pointer;
    outline:none;
    transition: 0.5s;
}
.zp-title a{
    font-family: "Poppins-Regular";
    display: flex;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    display: flex;
    padding: 20px 38px 20px 0;
    overflow: hidden;
    line-height: 33px;
    position: relative;
    transition: .5s;
}
.zp-title a span{
    width: 20px;
    color: #BB9251;
}
.zp-title a p{
    flex: 1;
    padding-left: 8px;
    color: #222222;
}
.zp-title a:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 23px;
    height: 23px;
    background: url("../images/fr.png") no-repeat center;
    background-size: 100% !important;
    transition: .5s;
}
.zp-title a:hover p{
    color: #BB9251;
}
.zp-title a:hover:after{
    background: url("../images/frhover.png") no-repeat center;
    background-size: 12px 12px;
}
.zp-title li{
    float: left;
    width: 16.6%;
    text-align: center;
}
.zp-content {
    overflow: hidden;
    display:none;
    clear: both;
    border-top: 2px solid #BB9251;
}
.zp-info-text {
    margin: 30px 0;
    display: flex;
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #BB9251;
    line-height: 25px;
}
.zp-info-text1{
    width: 20px;
    font-size: 20px;
}
.zp-info-text2{
    flex: 1;
    font-size: 17px;
    padding-left: 8px;
}
.open .zp-title a{
    color: #BB9251;
}
.open .zp-title a:after{
    background: url("../images/frhover.png") no-repeat center;
}
.open .zp-content{
    display:block;
    overflow:hidden;
}

.ihelp2{
    margin-top: 70px;
    background: url("../images/help2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 95px;
}
.ihelp2s{
    width: 50%;
    margin: 0 0 0 auto;
}
.ihelp2_title{
    font-weight: 400;
    font-size: 62px;
    color: #FFFFFF;
    line-height: 1.2;
}
.ihelp2_con{
    margin-top: 35px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 25px;
}

/*about us*/
.iabout{
    position: relative;
}
.iabout1{
    padding-bottom: 87px;
}
.iabout4{
    padding: 80px 0 40px 0;
}
.iabout4 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout4 ul li{
    width: 23.2%;
    margin-right: 2.4%;
    margin-bottom: 25px;
}
.iabout4 ul li:last-child{
    margin-right: 0;
}
.iabout4 ul li a{
    display: block;
}
.iabout4_txt{
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    transition: .5s;
}
.iabout4_txt i{
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url("../images/projt.png") no-repeat center;
    background-size: 100% !important;
    opacity: 0;
    transition: .5s;
}
.iabout4 ul li a:hover .iabout4_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout4 ul li a:hover .iabout4_txt{
    color: #BB9251;
}
.iabout4 ul li a:hover .iabout4_txt i{
    margin-left: 20px;
    opacity: 1;
}
.iabout3{
    background: url("../images/iabout3bg.jpg") no-repeat center fixed;
    background-size: cover;
    padding: 100px 0 110px 0;
}
.iabout3 .inner_title{
    color: #FFFFFF;
}
.iabout3_line{
    width: 1px;
    margin: 25px auto 0 auto;
    height: 83px;
    background: #BB9251;
    position: relative;
}
.iabout3_line:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #BB9251;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.iabout3_con{
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.5;
}
.iabout2{
    background: #f2efe6;
    padding: 60px 0 48px 0;
}
.iabout2_con{
    margin-top: 50px;
    position: relative;
    padding-bottom: 30px;
}
.iabout2_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.iabout2_con .swiper-slide{
    transition: 300ms;
    transform: scale(1);
}
.iabout2s a{
    display: block;
    overflow: hidden;
    position: relative;
    margin: 25px 0;
    transition: .5s;
}
.iabout2_txt{
    margin-top: 25px;
    font-weight: 400;
    font-size: 26px;
    color: #222222;
    line-height: 1.4;
}
.iabout2s a:hover .iabout2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout2s.swiper-slide-active,.iabout2s.swiper-slide-duplicate-active{
    transform: scale(1.12);
    z-index: 99;
    /*margin-top: -22px;*/
}
.iabout2s.swiper-slide-active .iabout2_txt,.iabout2s.swiper-slide-duplicate-active .iabout2_txt{
    margin-top: 15px;
}
.swiper-pagination6{
    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;
}
.iabout2_con .swiper-pagination6{
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iabout2_con .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(187,146,81,.3);
    opacity: 1;
    outline: none;
    border-radius: 50%;
    margin: 0px 5px;
}
.iabout2_con .swiper-pagination-bullet-active{
    background: #BB9251;
}

/*选择*/
.ichoose{
    padding-bottom: 70px;
}
.ichoose_con{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 0px 51px 3px rgba(68,68,68,0.05);
    padding: 54px 64px;
}
.ichoose_fl{
    width: 59%;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 30px;
}
.ichoose_fr{
    position: relative;
    width: 37.5%;
}
.ichoose_fr:after{
    content: '';
    display: block;
    width: 64px;
    height: 60px;
    background: url("../images/yin.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 9;
}
.ichoose_fr .swiper-slide{
    display: initial;
}
.swiper-pagination7{
    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;
}
.ichoose_fr .swiper-pagination7{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 34px;
}
.ichoose_fr .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    line-height: 20px;
    opacity: 1;
    background: none;
    margin: 6px 0;
    font-family: "Poppins-Regular";
}
.ichoose_fr .swiper-pagination-bullet-active {
    text-decoration-line: underline;
}

/*News*/
.inews{
    padding-bottom: 80px;
    position: relative;
}
.iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
    content: '';
    display: block;
    width: 584px;
    height: 548px;
    background: url("../images/cpbg1.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.icaseshow1:before,#iproshow .iproduct1:before{
    top: -90px;
}
.iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
    content: '';
    display: block;
    width: 608px;
    height: 533px;
    background: url("../images/cpbg2.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.inews1{
    position: relative;
}
.inews1 .swiper-slide{
    display: initial;
}
.inews1 a{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 75px;
}
.inews1_img{
    width: 100%;
}
.inews1_txt{
    width: 50%;
    padding: 50px 50px 35px 50px;
    text-align: left;
    position: relative;
    background: #FFFFFF;
    /*box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);*/
    font-family: "Poppins-Regular";
    position: absolute;
    right: 0;
    bottom: 0;
}
.inews1_txt1{
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
}
.inews1_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 24px;
}
.inews1_txt3{
    margin-top: 35px;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 24px;
    background: url("../images/time.png") no-repeat left center;
    background-size: 17px 17px;
    padding-left: 27px;
}
.swiper-pagination8{
    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-pagination8{
    justify-content: center;
    align-items: center;
    bottom: 25px;
    left: 0;
}
.inews1 .swiper-pagination-bullet{
    width: 53px;
    height: 2px;
    background: rgba(187,146,81,.3);
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 0;
}
.inews1 .swiper-pagination-bullet-active{
    background: #bb9251;
}
.inews2{
    margin-top: 60px;
}
.sjs-default{
    position:relative;
    padding:0;
    margin:0;
    opacity:0;
    transition:height .2s ease-out,opacity .2s ease-out .2s
}
[data-sjsel]{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transition:-webkit-transform .2s ease-out;
    transition:transform .2s ease-out;
    transition:transform .2s ease-out,-webkit-transform .2s ease-out
}
.card{
    background: #F7F4EF;
    box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.08);
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease-in-out;
}
.card_picture{
    display: block;
    width: 100%;
    height: auto;
}
.card_txt{
    padding: 35px 25px;
    font-family: "Poppins-Regular";
}

/*Certificate*/
.icertificate{
    padding-top: 0 !important;
}
.icertificate1{
    background: url("../images/icertificate1bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 100px 0 75px 0;
}
.icertificate1_con{
    margin-top: 55px;
    position: relative;
    padding-bottom: 60px;
}
.icertificate1_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.icertificate1_con .swiper-slide{
    width: 45%;
}
.icertificate1s a{
    display: block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.icertificate1_img{
    padding: 31px;
    background: #FAFAF9;
    box-shadow: 0px 0px 59px 3px rgba(153,153,153,0.1);
}
.icertificate1s a:hover .icertificate1_img .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.swiper-pagination9{
    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;
}
.icertificate1_con .swiper-pagination9{
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.icertificate1_con .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(187,146,81,.3);
    opacity: 1;
    outline: none;
    margin: 0px 5px;
}
.icertificate1_con .swiper-pagination-bullet-active{
    background: #BB9251;
}
.icertificate2{
    background: url("../images/icertificate2bg.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    padding-bottom: 60px;
}
.icertificate2:after{
    content: '';
    display: block;
    background: url("../images/cup.png") no-repeat center;
    background-size: 100%;
    width: 301px;
    height: 441px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.icertificate2 .inner_title{
    color: #BB9251;
    text-transform: inherit;
}
.icertificate2_info{
    width: 86%;
    margin: 25px auto 0 auto;
    text-align: center;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
}
.icertificate2_con{
    width: 86%;
    margin: 45px auto 0 auto;
}
.icertificate2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icertificate2_con ul li{
    width: 21.1%;
    margin-right: 5.2%;
    margin-bottom: 45px;
}
.icertificate2_con ul li:nth-child(4n){
    margin-right: 0;
}
.icertificate2_con ul li a{
    display: block;
}
.icertificate2_txt{
    margin-top: 20px;
    text-align: center;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    line-height: 28px;
    padding: 0 15px;
}
.icertificate2_con ul li a:hover .icertificate2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icertificate2_con ul li a:hover .icertificate2_txt{
    color: #BB9251;
}

/*contact*/
.icontact1{
    padding-bottom: 105px;
}
.icontact1_map{
    margin-top: 50px;
}
.icontact1_con{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.icontact1_con_fl{
    width: 67%;
}
.icontact1_con_fl .iproshow_title{
    text-align: left;
    background: none;
    align-items: flex-start;
    padding: 0;
}
.icontact1_con_fl .iproshow_title h3{
    color: #222222;
}
.icontact1_con_fl .iproshow_title p{
    margin-top: 25px;
    font-weight: bold;
    font-size: 20px;
    color: #B08642;
    line-height: 25px;
}
.icontact1_con_fr{
    width: 23.5%;
}
.icontact1_con_fr dl{
    margin-bottom: 50px;
}
.icontact1_con_fr dl dt{
    font-weight: 400;
    font-size: 20px;
    color: #BB9251;
    line-height: 30px;
    text-transform: uppercase;
}
.icontact1_con_fr dl dd{
    margin-top: 30px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    line-height: 30px;
}
.icontact2{
    background: url("../images/icontact2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 0 50px 0;
}
.icontact2 .inner_title{
    color: #FFFFFF;
}
.icontact2_con{
    margin-top: 35px;
}
.icontact2_con img{
    display: block;
    width: 136px;
    margin: auto;
}
.icontact2_con p{
    margin-top: 10px;
    font-family: "Poppins-Regular";
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 30px;
}
.icontact3{
    background: #f1ede3 url("../images/icontact3bg.jpg") no-repeat bottom center;
    background-size: contain;
    padding: 70px 0 20px 0;
}
.icontact3 .inner_title{
    color: #BB9251;
}
.icontact3_info{
    margin-top: 10px;
    text-align: center;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 35px;
}
.icontact3_con{
    margin-top: 80px;
}
.icontact3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icontact3_con ul li{
    width: 48.3%;
    margin-right: 3.4%;
    margin-bottom: 60px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(158,177,209,0.25);
    border: 1px solid #BB9251;
    padding: 90px 40px 30px 40px;
}
.icontact3_con ul li:nth-child(2n){
    margin-right: 0;
}
.icontact3_img{
    width: 99px;
    height: 99px;
    border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #BB9251;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -38px;
}
.icontact3_txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact3_txt_fl{
    width: 40%;
    font-weight: 400;
    font-size: 20px;
    color: #681919;
    line-height: 30px;
}
.icontact3_txt_fr{
    width: 52%;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    line-height: 30px;
}
.icontact3_txt_fr p{
    padding-left: 28px;
}





@media (min-width:1801px) and (max-width:1850px){
    .case_title h3{
        font-size: 232px;
    }
}

@media (min-width:1701px) and (max-width:1800px){
    .ban_txt .container1{
        width: 85%;
        margin: 0 auto;
    }
    .home-banner .swiper-button-prev{
        left: 3%;
    }
    .home-banner .swiper-button-next{
        right: 3%;
    }
    .case_title h3{
        font-size: 222px;
    }
    .case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
        top: 42%;
    }
    .contact_txt{
        padding: 47px 26px 0 26px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .ban_txt .container1{
        width: 85%;
        margin: 0 auto;
    }
    .home-banner .swiper-button-prev{
        left: 3%;
    }
    .home-banner .swiper-button-next{
        right: 3%;
    }
    .case_title h3{
        font-size: 212px;
    }
    .case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
        top: 42%;
    }
    .contact_txt{
        padding: 47px 26px 0 26px;
    }
    .contact_txt_t_fl{
        font-size: 18px;
    }
    .iproshow_fl{
        width: 26.5%;
    }
    .iproshow_fr{
        width: 68%;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 90%;
    }
    .ban_txt .container1{
        width: 85%;
        margin: 0 auto;
    }
    .ban_txt1 img{
        height: 136px;
    }
    .ban_txt3{
        margin-top: 105px;
    }
    .home-banner .swiper-button-prev{
        left: 3%;
    }
    .home-banner .swiper-button-next{
        right: 3%;
    }
    .home-about{
        padding: 82px 0;
    }
    .degrees img{
        height: 131px;
    }
    .index_title h3{
        font-size: 65px;
    }
    .index_title p{
        font-size: 19px;
    }
    .about_t_fr_con{
        height: 250px;
        -webkit-line-clamp: 10;
    }
    .about_t_fr_cate ul li{
        width: 45%;
    }
    .about_b{
        margin-top: 110px;
    }
    .about_b_txt{
        font-size: 19px;
    }
    .choose_fl_1{
        padding-left: 24px;
    }
    .choose_fr dl dt{
        font-size: 24px;
    }
    .choose_fr dl:nth-child(odd){
        padding-right: 50px;
    }
    .choose_fr dl:nth-child(even){
        padding-left: 50px;
    }
    .home-map{
        padding: 90px 0;
    }
    .home-map .tp img{
        max-width: 85%;
    }
    .hotpro_nav .bd ul li a{
        font-size: 19px;
    }
    .newpro_txt1{
        font-size: 19px;
    }
    .case_title h3{
        font-size: 192px;
    }
    .case_title p{
        font-size: 19px;
    }
    .case_cons{
        padding: 75px 57px 43px 57px;
    }
    .case_txt1{
        font-size: 19px;
    }
    .case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
        top: 38%;
    }
    .news_con .item{
        margin-bottom: 70px;
    }
    .news_con_bt{
        font-size: 19px;
    }
    .contact_txt{
        padding: 47px 25px 0 25px;
    }
    .contact_txt_t_fl{
        font-size: 17px;
    }
    .contact_txt_b{
        font-size: 15.5px;
    }
    .contact_txt:after{
        width: 109px;
        height: 102px;
    }
    .footer1_3{
        width: 8.6%;
    }
    .footer1_1_t{
        font-size: 32px;
    }
    .footer1_2{
        width: 37.3%;
    }

    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 534px;
        height: 501px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 558px;
        height: 489px;
    }
    .iban_info h3{
        font-size: 105px;
    }
    .iban_info p{
        font-size: 65px;
        margin-top: -50px;
    }
    .inner-main{
        padding-top: 90px;
    }
    .inews1_txt{
        top: 0;
    }
    .inews1_txt1{
        font-size: 19px;
    }
    .inner_title{
        font-size: 38px;
    }
    .ihelp1_fl{
        width: 23%;
    }
    .ihelp1_fr{
        width: 63%;
    }
    .zp-title a{
        font-size: 18px;
    }
    .zp-info-text1{
        font-size: 18px;
    }
    .zp-info-text2{
        font-size: 16px;
    }
    .zp-title a:after{
        width: 21px;
        height: 21px;
    }
    .ihelp2{
        padding: 85px 80px;
    }
    .ihelp2_title{
        font-size: 56px;
    }
    .ihelp2_con{
        font-size: 16px;
    }

    .iabout1{
        padding-bottom: 82px;
    }
    .iabout2_txt{
        font-size: 24px;
    }
    .iabout3{
        padding: 90px 0 100px 0;
    }
    .iabout3_con{
        font-size: 32px;
    }
    .iabout4_txt{
        font-size: 24px;
    }
    .icertificate1{
        padding: 95px 0 75px 0;
    }
    .icertificate2_info{
        font-size: 19px;
    }
    .ichoose_con{
        padding: 50px 60px;
    }
    .ichoose_fr:after{
        width: 60px;
        height: 56px;
    }
    .icontact1{
        padding-bottom: 100px;
    }
    .icontact1_con{
        margin-top: 75px;
    }
    .icontact1_con_fl .iproshow_title p{
        font-size: 19px;
    }
    .icontact1_con_fr{
        width: 24.5%;
    }
    .icontact3_info{
        font-size: 19px;
    }
    .icontact3_txt_fl{
        font-size: 18px;
    }
    .icontact3_txt_fr{
        width: 55%;
        font-size: 16px;
    }
    .icase1_txt1 span{
        font-size: 65px;
    }
    .icase1_txt1 span:after{
        width: 77px;
    }
    .icase1_txt2{
        font-size: 23px;
        line-height: 38px;
        height: 76px;
    }
    .show_title h3{
        font-size: 38px;
    }
    .show_info{
        margin-top: 55px;
    }
    .show_content{
        width: 80%;
    }
    .common_message_fl{
        padding: 71px 56px 76px 4%;
    }
    .common_message_fl .iproshow_title p{
        font-size: 19px;
    }
    .iproduct1_fl{
        width: 23.5%;
    }
    .iproduct1_fl_title h3{
        font-size: 38px;
    }
    /*.pinfo li a{
        font-size: 19px;
    }
    .pinfo .er li a{
        font-size: 17px;
    }
    .pinfo .nav-show .er li a{
        font-size: 17px;
    }
    .pinfo .san li a{
        font-size: 14px;
    }
    .pinfo .nnav-show .san li a{
        font-size: 14px;
    }*/
    .iproduct1_fr{
        width: 71.5%;
    }
    .iproduct2{
        padding: 85px 0 50px 0;
    }
    .iproduct2_title h3{
        font-size: 44px;
    }
    .iproduct2_title p{
        margin: 25px 0 75px 0;
        font-size: 19px;
    }
    .iproshow_fl{
        width: 29%;
    }
    .iproshow_fr{
        width: 68.5%;
    }
    .iproshow2_1{
        font-size: 31px;
    }
    .iproshow2_4 a{
        font-size: 19px;
    }
    .iproshow_title h3{
        font-size: 28px;
    }
    .related_txt_fl1{
        font-size: 19px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .menupc li a{
        padding: 0 28px;
    }
    .ban_txt .container1{
        width: 85%;
        margin: 0 auto;
    }
    .ban_txt1 img{
        height: 126px;
    }
    .ban_txt3{
        margin-top: 95px;
    }
    .home-banner .swiper-button-prev{
        left: 2%;
    }
    .home-banner .swiper-button-next{
        right: 2%;
    }
    .home-about{
        padding: 77px 0;
    }
    .degrees img{
        height: 121px;
    }
    .index_title h3{
        font-size: 60px;
    }
    .index_title p{
        font-size: 18px;
    }
    .about_t_fr_con{
        font-size: 16px;
        height: 225px;
        -webkit-line-clamp: 9;
    }
    .about_t_fr_cate ul li{
        width: 45%;
    }
    .about_t_fr_cate ul li a{
        font-size: 16px;
    }
    .about_b{
        margin-top: 100px;
    }
    .about_b_txt{
        font-size: 18px;
    }
    .choose_fl_1{
        padding-left: 0;
    }
    .choose_fr dl dt{
        font-size: 22px;
    }
    .choose_fr dl dd{
        font-size: 16px;
    }
    .choose_fr dl:nth-child(odd){
        padding-right: 45px;
    }
    .choose_fr dl:nth-child(even){
        padding-left: 45px;
    }
    .home-map{
        padding: 85px 0;
    }
    .home-map .tp img{
        max-width: 82%;
    }
    .home-hotpro{
        padding-bottom: 85px;
    }
    .hotpro_nav .bd ul li a{
        font-size: 18px;
    }
    .home-newpro{
        padding-bottom: 85px;
    }
    .newpro_txt1{
        font-size: 18px;
    }
    .newpro_txt2{
        font-size: 16px;
    }
    .home-case{
        padding-top: 80px;
    }
    .case_title h3{
        font-size: 182px;
    }
    .case_title p{
        font-size: 18px;
    }
    .case_cons{
        padding: 70px 57px 43px 57px;
    }
    .case_txt1{
        font-size: 18px;
    }
    .case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
        top: 37%;
    }
    .home-news{
        padding: 74px 0 52px 0;
    }
    .news_con .item{
        margin-bottom: 65px;
    }
    .news_con_bt{
        font-size: 18px;
    }
    .home-contact{
        padding: 70px 0;
    }
    .contact_con{
        margin-top: 45px;
    }
    .contact_txt{
        padding: 47px 30px 0 36px;
    }
    .contact_txt_t_fl{
        font-size: 18px;
    }
    .contact_txt_b{
        font-size: 16px;
    }
    .contact_txt:after{
        width: 103px;
        height: 97px;
    }
    .footer1{
        padding: 85px 0;
    }
    .footer1_3{
        width: 8.6%;
    }
    .footer1_1_t{
        font-size: 30px;
    }
    .footer1_2{
        width: 39.3%;
    }

    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 484px;
        height: 454px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 508px;
        height: 445px;
    }
    .iban_info h3{
        font-size: 100px;
    }
    .iban_info p{
        font-size: 60px;
        margin-top: -45px;
    }
    .inner-main{
        padding-top: 85px;
    }
    .inews{
        padding-bottom: 75px;
    }
    .inews1_txt{
        top: 0;
        padding: 45px 45px 35px 45px;
    }
    .inews1_txt1{
        font-size: 18px;
    }
    .inews1_txt2{
        font-size: 16px;
    }
    .inews1_txt3{
        margin-top: 30px;
        font-size: 16px;
    }
    .inner_title{
        font-size: 36px;
    }
    .ihelp1_fl{
        width: 27%;
    }
    .ihelp1_fr{
        width: 65%;
    }
    .zp-title a{
        font-size: 19px;
    }
    .zp-info-text1{
        font-size: 19px;
    }
    .zp-title a:after{
        width: 22px;
        height: 22px;
    }
    .ihelp2{
        padding: 90px 85px;
    }
    .ihelp2_title{
        font-size: 58px;
    }
    .iabout1{
        padding-bottom: 77px;
    }
    .iabout2_txt{
        font-size: 23px;
    }
    .iabout3{
        padding: 80px 0 90px 0;
    }
    .iabout3_con{
        font-size: 30px;
    }
    .iabout4{
        padding: 75px 0 40px 0;
    }
    .iabout4_txt{
        font-size: 23px;
    }
    .icertificate1{
        padding: 90px 0 75px 0;
    }
    .icertificate2_info{
        width: 100%;
        font-size: 19px;
    }
    .icertificate2_con{
        width: 100%;
    }
    .ichoose_con{
        padding: 48px 58px;
    }
    .ichoose_fr:after{
        width: 58px;
        height: 54px;
    }
    .icontact1{
        padding-bottom: 95px;
    }
    .icontact1_con{
        margin-top: 70px;
    }
    .icontact1_con_fl .iproshow_title p{
        font-size: 19px;
    }
    .icontact1_con_fr{
        width: 24.5%;
    }
    .icontact3_info{
        font-size: 19px;
    }
    .icontact3_con ul li{
        padding: 90px 30px 30px 30px;
    }
    .icontact3_txt_fl{
        font-size: 18px;
    }
    .icontact3_txt_fr{
        width: 55%;
        font-size: 16px;
    }
    .icase1_txt1 span{
        font-size: 60px;
    }
    .icase1_txt1 span:after{
        width: 72px;
    }
    .icase1_txt2{
        font-size: 22px;
        line-height: 35px;
        height: 60px;
    }
    .show_title h3{
        font-size: 36px;
    }
    .show_info{
        margin-top: 50px;
    }
    .show_info span{
        font-size: 16px;
    }
    .show_content{
        width: 90%;
        font-size: 16px;
    }
    .common_message_fl{
        padding: 69px 54px 74px 4%;
    }
    .common_message_fl .iproshow_title p{
        font-size: 19px;
    }
    .iproduct1_fl{
        width: 24.5%;
    }
    .iproduct1_fl_title h3{
        font-size: 36px;
    }
    .pinfo li a{
        font-size: 17px;
    }
    .pinfo .er li a{
        font-size: 16px;
    }
    .pinfo .nav-show .er li a{
        font-size: 16px;
    }
    .pinfo .san li a{
        font-size: 14px;
    }
    .pinfo .nnav-show .san li a{
        font-size: 14px;
    }
    .iproduct1_fr{
        width: 70.5%;
    }
    .iproduct1_fr_con_txt2{
        font-size: 16px;
    }
    .iproduct2{
        padding: 80px 0 50px 0;
    }
    .iproduct2_title h3{
        font-size: 44px;
    }
    .iproduct2_title p{
        margin: 25px 0 70px 0;
        font-size: 19px;
    }
    .iproshow_fl{
        width: 30.5%;
    }
    .iproshow_fr{
        width: 67%;
    }
    .iproshow2_1{
        font-size: 29px;
    }
    .iproshow2_2 p{
        font-size: 16px;
    }
    .iproshow2_3{
        font-size: 16px;
    }
    .iproshow2_4 a{
        font-size: 19px;
    }
    .iproshow_title h3{
        font-size: 28px;
    }
    .iproshow3_con{
        padding: 45px;
        font-size: 16px;
    }
    .iproshow4_con{
        font-size: 16px;
    }
    .related_txt_fl1{
        font-size: 19px;
    }
    .related_txt_fl2{
        font-size: 16px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .menupc li a{
        padding: 0 25px;
    }
    .ban_txt .container1{
        width: 85%;
        margin: 0 auto;
    }
    .ban_txt1 img{
        height: 116px;
    }
    .ban_txt3{
        margin-top: 85px;
    }
    .home-banner .swiper-button-prev{
        left: 2%;
    }
    .home-banner .swiper-button-next{
        right: 2%;
    }
    .home-about{
        padding: 72px 0;
    }
    .degrees img{
        height: 111px;
    }
    .index_title h3{
        font-size: 55px;
    }
    .index_title p{
        font-size: 17px;
    }
    .about_t_fr_con{
        font-size: 16px;
        height: 200px;
        -webkit-line-clamp: 8;
    }
    .about_t_fr_cate ul li{
        width: 50%;
    }
    .about_t_fr_cate ul li a{
        font-size: 16px;
    }
    .about_b{
        margin-top: 80px;
    }
    .about_b_txt{
        font-size: 18px;
    }
    .choose_fl_1{
        padding-left: 0;
    }
    .choose_fr dl dt{
        font-size: 21px;
    }
    .choose_fr dl dd{
        font-size: 16px;
    }
    .choose_fr dl:nth-child(odd){
        padding-right: 40px;
    }
    .choose_fr dl:nth-child(even){
        padding-left: 40px;
    }
    .home-map{
        padding: 75px 0;
    }
    .home-map .tp img{
        max-width: 80%;
    }
    .home-hotpro{
        padding-bottom: 75px;
    }
    .hotpro_nav .bd ul li a{
        font-size: 18px;
    }
    .home-newpro{
        padding-bottom: 75px;
    }
    .newpro_txt1{
        font-size: 18px;
    }
    .newpro_txt2{
        font-size: 16px;
    }
    .home-case{
        padding-top: 70px;
    }
    .case_title h3{
        font-size: 162px;
    }
    .case_title p{
        font-size: 18px;
    }
    .case_cons{
        padding: 65px 57px 43px 57px;
    }
    .case_txt1{
        font-size: 18px;
    }
    .case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
        top: 35%;
    }
    .home-news{
        padding: 70px 0 52px 0;
    }
    .news_con .item{
        margin-bottom: 60px;
    }
    .news_con_bt{
        font-size: 18px;
    }
    .home-contact{
        padding: 67px 0;
    }
    .contact_con{
        margin-top: 40px;
    }
    .contact_txt{
        padding: 47px 28px 0 34px;
    }
    .contact_txt_t_fl{
        font-size: 18px;
    }
    .contact_txt_b{
        font-size: 16px;
    }
    .contact_txt:after{
        width: 98px;
        height: 92px;
    }
    .footer1{
        padding: 75px 0;
    }
    .footer1_3{
        width: 9.6%;
    }
    .footer1_1_t{
        font-size: 28px;
    }
    .footer1_2{
        width: 41.3%;
    }

    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 434px;
        height: 407px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 458px;
        height: 402px;
    }
    .iban_info h3{
        font-size: 95px;
    }
    .iban_info p{
        font-size: 55px;
        margin-top: -45px;
    }
    .inner-main{
        padding-top: 75px;
    }
    .inews{
        padding-bottom: 70px;
    }
    .inews1_txt{
        top: 0;
        padding: 40px 40px 35px 40px;
    }
    .inews1_txt1{
        font-size: 18px;
    }
    .inews1_txt2{
        font-size: 16px;
    }
    .inews1_txt3{
        margin-top: 25px;
        font-size: 16px;
    }
    .inner_title{
        font-size: 34px;
    }
    .ihelp1_fl{
        width: 26%;
    }
    .ihelp1_fr{
        width: 64%;
    }
    .zp-title a{
        font-size: 18px;
    }
    .zp-info-text1{
        font-size: 18px;
    }
    .zp-info-text2{
        font-size: 16px;
    }
    .zp-title a:after{
        width: 20px;
        height: 20px;
    }
    .ihelp2{
        padding: 75px 70px;
    }
    .ihelp2_title{
        font-size: 54px;
    }
    .ihelp2_con{
        font-size: 16px;
    }
    .iabout1{
        padding-bottom: 72px;
    }
    .iabout2_txt{
        font-size: 21px;
    }
    .iabout3{
        padding: 70px 0 80px 0;
    }
    .iabout3_con{
        font-size: 28px;
    }
    .iabout4{
        padding: 70px 0 40px 0;
    }
    .iabout4_txt{
        font-size: 21px;
    }
    .icertificate1{
        padding: 80px 0 75px 0;
    }
    .icertificate2_info{
        width: 100%;
        font-size: 18px;
    }
    .icertificate2_con{
        width: 100%;
    }
    .icertificate2_txt{
        font-size: 16px;
    }
    .ichoose_con{
        padding: 46px 56px;
    }
    .ichoose_fl{
        font-size: 16px;
    }
    .ichoose_fr:after{
        width: 56px;
        height: 53px;
    }
    .icontact1{
        padding-bottom: 85px;
    }
    .icontact1_con{
        margin-top: 60px;
    }
    .icontact1_con_fl .iproshow_title p{
        font-size: 18px;
    }
    .ly1s label{
        font-size: 16px;
    }
    .ly1s input{
        font-size: 16px;
    }
    .ly2 label{
        font-size: 16px;
    }
    .ly2 input{
        font-size: 16px;
    }
    .icontact1_con_fr{
        width: 25.5%;
    }
    .icontact3_info{
        font-size: 18px;
    }
    .icontact3_txt_fl{
        font-size: 18px;
        width: 100%;
    }
    .icontact3_txt_fr{
        margin-top: 25px;
        font-size: 16px;
        width: 100%;
    }
    .icase1_txt1 span{
        font-size: 55px;
    }
    .icase1_txt1 span:after{
        width: 67px;
    }
    .icase1_txt2{
        font-size: 21px;
        line-height: 35px;
        height: 60px;
    }
    .show_title h3{
        font-size: 34px;
    }
    .show_info{
        margin-top: 45px;
    }
    .show_info span{
        font-size: 16px;
    }
    .show_content{
        width: 100%;
        font-size: 16px;
    }
    .common_message_fl{
        padding: 67px 52px 72px 4%;
    }
    .common_message_fl .iproshow_title p{
        font-size: 18px;
    }
    .iproduct1_fl{
        width: 26.5%;
    }
    .iproduct1_fl_title h3{
        font-size: 34px;
    }
    .pinfo li a{
        font-size: 17px;
    }
    .pinfo .er li a{
        font-size: 16px;
    }
    .pinfo .nav-show .er li a{
        font-size: 16px;
    }
    .pinfo .san li a{
        font-size: 14px;
    }
    .pinfo .nnav-show .san li a{
        font-size: 14px;
    }
    .iproduct1_fr{
        width: 68.5%;
    }
    .iproduct1_fr_con_txt2{
        font-size: 16px;
    }
    .iproduct2{
        padding: 75px 0 50px 0;
    }
    .iproduct2_title h3{
        font-size: 42px;
    }
    .iproduct2_title p{
        margin: 25px 0 60px 0;
        font-size: 18px;
    }
    .iproshow_fl{
        width: 31.5%;
    }
    .iproshow_fr{
        width: 66%;
    }
    .iproshow2_1{
        font-size: 27px;
    }
    .iproshow2_2 p{
        font-size: 16px;
    }
    .iproshow2_3{
        font-size: 16px;
    }
    .iproshow2_4 a{
        font-size: 18px;
    }
    .iproshow_title h3{
        font-size: 27px;
    }
    .iproshow3_con{
        padding: 40px;
        font-size: 16px;
    }
    .iproshow4_con{
        font-size: 16px;
    }
    .related_txt_fl1{
        font-size: 18px;
    }
    .related_txt_fl2{
        font-size: 16px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .menupc li a{
        padding: 0 21px;
    }
    .ban_txt .container1{
        width: 85%;
        margin: 0 auto;
    }
    .ban_txt1 img{
        height: 106px;
    }
    .ban_txt3{
        margin-top: 75px;
    }
    .home-banner .swiper-button-prev{
        left: 2%;
    }
    .home-banner .swiper-button-next{
        right: 2%;
    }
    .home-about{
        padding: 67px 0;
    }
    .degrees img{
        height: 101px;
    }
    .index_title h3{
        font-size: 50px;
    }
    .index_title p{
        font-size: 16px;
    }
    .about_t_fr_con{
        font-size: 16px;
        height: 200px;
        -webkit-line-clamp: 8;
    }
    .about_t_fr_cate ul li{
        width: 50%;
    }
    .about_t_fr_cate ul li a{
        font-size: 16px;
    }
    .about_b{
        margin-top: 60px;
    }
    .about_b_txt{
        font-size: 18px;
    }
    .choose_fl_1{
        padding-left: 0;
    }
    .choose_fr dl dt{
        font-size: 20px;
    }
    .choose_fr dl dd{
        font-size: 16px;
    }
    .choose_fr dl:nth-child(odd){
        padding-right: 35px;
    }
    .choose_fr dl:nth-child(even){
        padding-left: 35px;
    }
    .home-map{
        padding: 65px 0;
    }
    .home-map .tp img{
        max-width: 80%;
    }
    .home-hotpro{
        padding-bottom: 65px;
    }
    .hotpro_nav .bd ul li a{
        font-size: 18px;
    }
    .home-newpro{
        padding-bottom: 65px;
    }
    .newpro_txt1{
        font-size: 18px;
    }
    .newpro_txt2{
        font-size: 16px;
    }
    .home-case{
        padding-top: 65px;
    }
    .case_title h3{
        font-size: 152px;
    }
    .case_title p{
        font-size: 18px;
    }
    .case_cons{
        padding: 60px 57px 43px 57px;
    }
    .case_txt1{
        font-size: 18px;
    }
    .case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
        top: 34%;
    }
    .home-news{
        padding: 68px 0 52px 0;
    }
    .news_con .item{
        margin-bottom: 55px;
    }
    .news_con_bt{
        font-size: 18px;
    }
    .home-contact{
        padding: 65px 0;
    }
    .contact_con{
        margin-top: 35px;
    }
    .contact_txt{
        padding: 47px 26px 0 32px;
    }
    .contact_txt_t_fl{
        font-size: 18px;
    }
    .contact_txt_b{
        font-size: 16px;
    }
    .contact_txt:after{
        width: 93px;
        height: 87px;
    }
    .footer1{
        padding: 65px 0;
    }
    .footer1_3{
        width: 10.6%;
    }
    .footer1_1_t{
        font-size: 26px;
    }
    .footer1_2{
        width: 43.3%;
    }

    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 384px;
        height: 360px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 408px;
        height: 358px;
    }
    .iban_info h3{
        font-size: 90px;
    }
    .iban_info p{
        font-size: 50px;
        margin-top: -40px;
    }
    .inner-main{
        padding-top: 65px;
    }
    .inews{
        padding-bottom: 65px;
    }
    .inews1_txt{
        top: 0;
        padding: 35px;
        width: 58%;
    }
    .inews1_txt1{
        font-size: 18px;
    }
    .inews1_txt2{
        font-size: 16px;
    }
    .inews1_txt3{
        margin-top: 25px;
        font-size: 16px;
    }
    .inner_title{
        font-size: 32px;
    }
    .ihelp1_fl{
        width: 25%;
    }
    .ihelp1_fr{
        width: 63%;
    }
    .zp-title a{
        font-size: 18px;
    }
    .zp-info-text1{
        font-size: 18px;
    }
    .zp-info-text2{
        font-size: 16px;
    }
    .zp-title a:after{
        width: 20px;
        height: 20px;
    }
    .ihelp2{
        padding: 65px 60px;
    }
    .ihelp2_title{
        font-size: 52px;
    }
    .ihelp2_con{
        font-size: 16px;
    }
    .iabout1{
        padding-bottom: 67px;
    }
    .iabout2_txt{
        font-size: 20px;
    }
    .iabout3{
        padding: 60px 0 70px 0;
    }
    .iabout3_con{
        font-size: 26px;
    }
    .iabout4{
        padding: 65px 0 40px 0;
    }
    .iabout4_txt{
        font-size: 20px;
    }
    .icertificate1{
        padding: 75px 0;
    }
    .icertificate2_info{
        width: 100%;
        font-size: 18px;
    }
    .icertificate2_con{
        width: 100%;
    }
    .icertificate2_txt{
        font-size: 16px;
    }
    .ichoose_con{
        padding: 44px 54px;
    }
    .ichoose_fl{
        font-size: 16px;
    }
    .ichoose_fr:after{
        width: 54px;
        height: 51px;
    }
    .icontact1{
        padding-bottom: 75px;
    }
    .icontact1_con{
        margin-top: 50px;
    }
    .icontact1_con_fl .iproshow_title p{
        font-size: 18px;
    }
    .ly1s label{
        font-size: 16px;
    }
    .ly1s input{
        font-size: 16px;
    }
    .ly2 label{
        font-size: 16px;
    }
    .ly2 input{
        font-size: 16px;
    }
    .icontact1_con_fr{
        width: 26.5%;
    }
    .icontact3_info{
        font-size: 18px;
    }
    .icontact3_txt_fl{
        font-size: 18px;
        width: 100%;
    }
    .icontact3_txt_fr{
        margin-top: 25px;
        font-size: 16px;
        width: 100%;
    }
    .icase1_txt1 span{
        font-size: 50px;
    }
    .icase1_txt1 span:after{
        width: 62px;
    }
    .icase1_txt2{
        font-size: 20px;
        line-height: 35px;
        height: 60px;
    }
    .show_title h3{
        font-size: 32px;
    }
    .show_info{
        margin-top: 40px;
    }
    .show_info span{
        font-size: 16px;
    }
    .show_content{
        width: 100%;
        font-size: 16px;
    }
    .common_message_fl{
        padding: 65px 50px 70px 4%;
    }
    .common_message_fl .iproshow_title p{
        font-size: 18px;
    }
    .iproduct1_fl{
        width: 28.5%;
    }
    .iproduct1_fl_title h3{
        font-size: 32px;
    }
    .pinfo li a{
        font-size: 17px;
    }
    .pinfo .er li a{
        font-size: 16px;
    }
    .pinfo .nav-show .er li a{
        font-size: 16px;
    }
    .pinfo .san li a{
        font-size: 14px;
    }
    .pinfo .nnav-show .san li a{
        font-size: 14px;
    }
    .iproduct1_fr{
        width: 66.5%;
    }
    .iproduct1_fr_con_txt2{
        font-size: 16px;
    }
    .iproduct2{
        padding: 70px 0 50px 0;
    }
    .iproduct2_title h3{
        font-size: 40px;
    }
    .iproduct2_title p{
        margin: 25px 0 50px 0;
        font-size: 18px;
    }
    .iproshow_fl{
        width: 33.5%;
    }
    .iproshow_fr{
        width: 64%;
    }
    .iproshow2_1{
        font-size: 25px;
    }
    .iproshow2_2 p{
        font-size: 16px;
    }
    .iproshow2_3{
        font-size: 16px;
    }
    .iproshow2_4 a{
        font-size: 18px;
    }
    .iproshow_title h3{
        font-size: 26px;
    }
    .iproshow3_con{
        padding: 35px;
        font-size: 16px;
    }
    .iproshow4_con{
        font-size: 16px;
    }
    .related_txt_fl1{
        font-size: 18px;
    }
    .related_txt_fl2{
        font-size: 16px;
    }

}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        right: 15px;
    }
    .ban_txt .container1{
        width: 85%;
        margin: 0 auto;
    }
    .ban_txt1 img{
        height: 85px;
    }
    .ban_txt2{
        margin-top: 25px;
    }
    .ban_txt3{
        margin-top: 35px;
    }
    .ban_txt3 a{
        width: 190px;
        height: 55px;
        font-size: 18px;
    }
    .home-about{
        padding: 50px 0 25px 0;
    }
    .degrees img{
        height: 100px;
    }
    .about_t_fl .swiper-pagination2{
        left: 25px;
        bottom: 25px;
    }
    .index_title h3{
        font-size: 40px;
    }
    .index_title p{
        margin-top: 20px;
        font-size: 18px;
    }
    .about_t_fr_con{
        margin-top: 25px;
        height: 150px;
        -webkit-line-clamp: 6;
    }
    .about_t_fr_cate ul li{
        width: 100%;
        margin-bottom: 5px;
    }
    .about_b{
        margin-top: 50px;
    }
    .about_b ul li{
        width: 50%;
        margin-bottom: 25px;
    }
    .index_more a{
        width: 198px;
        height: 55px;
        font-size: 18px;
    }
    .home-choose{
        padding: 50px 0;
    }
    .choose_fl{
        width: 100%;
    }
    .choose_fr{
        width: 100%;
        margin-top: 25px;
    }
    .choose_fr dl dt{
        font-size: 22px;
    }
    .home-map{
        padding: 50px 0;
    }
    .home-map .tp img{
        max-width: 75%;
    }
    .map2{
        right: 15px;
    }
    .home-hotpro{
        padding-bottom: 50px;
    }
    .home-hotpro .index_title p br{
        display: none;
    }
    .hotpro_nav{
        margin-top: 35px;
    }
    .hotpro_nav .bd ul li a{
        font-size: 18px;
    }
    .hotpro_con{
        margin: 35px 0 0 0;
    }
    .hotpro_txt{
        padding: 25px 15px 15px 15px;
    }
    .newpro_con{
        margin-top: 35px;
    }
    .newpro_txt{
        padding: 20px 15px;
    }
    .newpro_txt1{
        font-size: 17px;
    }
    .newpro_arrow .container1{
        padding-bottom: 35px;
    }
    .home-newpro{
        padding-bottom: 50px;
    }
    .home-case{
        padding-top: 50px;
    }
    .case_title h3{
        font-size: 132px;
    }
    .case_title p{
        margin-top: 35px;
    }
    .case_con{
        margin-top: 35px;
    }
    .case_cons{
        padding: 50px 35px 35px 35px;
    }
    .case_conss{
        margin-top: 35px;
    }
    .case_conss .swiper-button-next1, .case_conss .swiper-button-prev1{
        top: 32%;
    }
    .case_txt1{
        font-size: 18px;
    }
    .home-news{
        padding: 50px 0;
    }
    .news_con{
        margin-top: 35px;
    }
    .news_con .item{
        margin-bottom: 50px;
    }
    .news_con_txt3{
        margin-top: 25px;
    }
    .video_con{
        width: 56px;
        height: 56px;
    }
    .news_con_bt{
        font-size: 18px;
    }
    .home-contact{
        padding: 50px 0 30px 0;
    }
    .contact_con{
        margin-top: 25px;
    }
    .footer1{
        padding: 50px 0;
    }
    .footer1_1_t{
        font-size: 24px;
    }
    .footer1_3{
        width: 11.6%;
    }
    .footer2{
        flex-direction: column;
        justify-content: center;
    }
    .footer2_fr{
        margin-top: 20px;
    }

    .iban_wz{
        top: 15px;
    }
    .iban_info h3{
        font-size: 80px;
    }
    .iban_info p{
        font-size: 50px;
        margin-top: -40px;
    }
    .inner-main{
        padding-top: 50px;
    }
    .inews{
        padding-bottom: 50px;
    }
    .inews1 a{
        padding-bottom: 50px;
    }
    .inews1_txt{
        position: inherit;
        width: 100%;
        padding: 35px 25px;
    }
    .inews1 .swiper-pagination8{
        width: 100%;
        bottom: 0;
    }
    .inews2{
        margin-top: 50px;
    }
    .inews1_txt1{
        font-size: 18px;
    }
    .inews1_txt2{
        font-size: 16px;
    }
    .inews1_txt3{
        margin-top: 25px;
        font-size: 16px;
    }
    .inner_title{
        font-size: 32px;
    }
    .ihelp{
        padding-bottom: 50px;
    }
    .ihelp1_fl{
        width: 25%;
    }
    .ihelp1_fr{
        width: 68%;
    }
    .zp-title a{
        font-size: 18px;
    }
    .zp-title a:after{
        width: 20px;
        height: 20px;
    }
    .zp-info-text{
        margin: 25px 0;
    }
    .zp-info-text1{
        font-size: 18px;
    }
    .zp-info-text2{
        font-size: 16px;
    }
    .ihelp2{
        padding: 50px 45px;
        margin-top: 50px;
    }
    .ihelp2_title{
        font-size: 42px;
    }
    .ihelp2_con{
        font-size: 16px;
    }
    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 484px;
        height: 454px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 508px;
        height: 455px;
    }
    .iabout1{
        padding-bottom: 25px;
    }
    .iabout2{
        padding: 50px 0;
    }
    .iabout2_txt{
        font-size: 20px;
    }
    .iabout3{
        padding: 50px 0;
    }
    .iabout3_line{
        height: 63px;
    }
    .iabout3_con{
        font-size: 26px;
    }
    .iabout4{
        padding: 50px 0 25px 0;
    }
    .iabout4_txt{
        font-size: 20px;
    }
    .icertificate{
        padding-top: 0;
    }
    .icertificate1{
        padding: 50px 0;
    }
    .icertificate1_con{
        margin-top: 35px;
        padding-bottom: 35px;
    }
    .icertificate2{
        padding-bottom: 40px;
    }
    .icertificate2_info{
        width: 100%;
    }
    .icertificate2_info br{
        display: none;
    }
    .icertificate2_con{
        width: 100%;
        margin: 35px auto 0 auto;
    }
    .icertificate2_info{
        font-size: 18px;
    }
    .icertificate2_con ul li{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
    .icertificate2_txt{
        font-size: 16px;
    }
    .ichoose{
        padding-bottom: 50px;
    }
    .ichoose_con{
        padding: 44px 54px;
    }
    .ichoose_fl{
        font-size: 16px;
    }
    .ichoose_fr:after{
        width: 53px;
        height: 50px;
    }
    .ichoose_fr .swiper-pagination7{
        right: 15px;
        bottom: 15px;
    }
    .ichoose_fr .swiper-pagination-bullet{
        font-size: 16px;
    }
    .icontact1{
        padding-bottom: 50px;
    }
    .icontact1_map{
        margin-top: 35px;
    }
    .icontact1_con{
        margin-top: 50px;
    }
    .icontact1_con_fl{
        width: 60%;
    }
    .iproshow_title h3{
        font-size: 26px;
    }
    .icontact1_con_fl .iproshow_title p{
        font-size: 18px;
    }
    .ly1s label{
        font-size: 16px;
    }
    .ly1s input{
        font-size: 16px;
    }
    .ly2 label{
        font-size: 16px;
    }
    .ly2 textarea{
        font-size: 16px;
    }
    .icontact1_con_fr{
        width: 30.5%;
    }
    .icontact1_con_fr dl{
        margin-bottom: 35px;
    }
    .icontact1_con_fr dl dt{
        font-size: 18px;
    }
    .icontact1_con_fr dl dd{
        font-size: 16px;
        margin-top: 20px;
    }
    .icontact2{
        padding: 50px 0;
    }
    .icontact3{
        padding: 50px 0 0px 0;
    }
    .icontact3_info{
        font-size: 18px;
        line-height: 30px;
    }
    .icontact3_con{
        margin-top: 60px;
    }
    .icontact3_txt_fl{
        width: 100%;
        font-size: 18px;
    }
    .icontact3_txt_fr{
        width: 100%;
        margin-top: 15px;
        font-size: 16px;
    }
    .icase{
        padding-bottom: 40px;
    }
    .icase1_txt1 span{
        font-size: 50px;
    }
    .icase1_txt1 span:after{
        width: 62px;
    }
    .icase1_txt2{
        font-size: 20px;
        line-height: 35px;
        height: 70px;
    }
    .icase2 ul li{
        margin-bottom: 35px;
    }
    .icaseshow1{
        padding: 0 0 50px 0;
    }
    .show_title h3{
        font-size: 32px;
    }
    .show_info{
        margin-top: 35px;
    }
    .show_content{
        width: 100%;
        padding: 35px 0 50px 0;
        font-size: 16px;
    }
    .iproshow_related{
        padding: 50px 0;
    }
    .icaseshow_related_con{
        margin-top: 35px;
    }
    .common_message_fl{
        padding: 45px 30px;
    }
    .common_message_fl .iproshow_title p{
        font-size: 18px;
    }
    .iproduct1_fl{
        width: 30.5%;
    }
    .iproduct1_fl_t{
        margin-bottom: 35px;
    }
    .iproduct1_fl_title h3{
        font-size: 32px;
    }
    .iproduct1_fl_t_con{
        margin-top: 35px;
    }
    .iproduct1_fl_c{
        margin-bottom: 35px;
    }
    .pinfo{
        margin-top: 35px;
    }
    .pinfo li a{
        font-size: 18px;
    }
    .pinfo .er li a{
        font-size: 16px;
    }
    .pinfo .nav-show .er li a{
        font-size: 16px;
    }
    .pinfo .san li a{
        font-size: 14px;
    }
    .pinfo .nnav-show .san li a{
        font-size: 14px;
    }
    .iproduct1_fl_b_con{
        margin-top: 35px;
    }
    .iproduct1_fl_b_con li{
        margin-bottom: 35px;
    }
    .iproduct1_fr{
        width: 64.5%;
    }
    .iproduct1_fr_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 35px;
    }
    .iproduct1_fr_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .iproduct1_fr_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iproduct1_fr_con_txt2{
        font-size: 16px;
    }
    .iproduct2{
        padding: 50px 0;
    }
    .iproduct2_title h3{
        font-size: 40px;
    }
    .iproduct2_title p{
        margin: 25px 0 50px 0;
        font-size: 18px;
    }
    .iproshow .iproduct1{
        padding-bottom: 50px;
    }
    .iproshow_fl{
        width: 32.5%;
    }
    .iproshow_fr{
        width: 65%;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 25px;
        aspect-ratio: initial;
    }
    .iproshow1_fr .gallery-thumbs{
        height: 100%;
        width: 85%;
        margin: 0 auto;
    }
    .iproshow1_fr .swiper-button-next2, .iproshow1_fr .swiper-button-prev2{
        transform: translate(0, -50%);
        top: 50%;
        left: 0;
        width: 31px;
        height: 100%;
        background: #ffffff url("../images/tjt1.png") no-repeat center;
        background-size: 11px 19px !important;
        border-radius: 5px 0 0 5px;
    }
    .iproshow1_fr .swiper-button-next2:hover, .iproshow1_fr .swiper-button-prev2:hover{
        background: #BB9251 url("../images/tjt1_h.png") no-repeat center;
    }
    .iproshow1_fr .swiper-button-prev2{
        left: 0;
        right: auto;
    }
    .iproshow1_fr .swiper-button-next2{
        right: 0;
        left: auto;
        bottom: auto;
        transform: translate(0, -50%) rotateY(-180deg);
    }
    .iproshow2{
        margin-bottom: 35px;
    }
    .iproshow2_1{
        font-size: 29px;
    }
    .iproshow2_2 p{
        font-size: 16px;
    }
    .iproshow2_3{
        font-size: 16px;
    }
    .iproshow2_4 a{
        width: 254px;
        height: 55px;
        font-size: 18px;
    }
    .iproshow3{
        margin-top: 35px;
    }
    .iproshow3_con{
        padding: 35px;
        font-size: 16px;
    }
    .iproshow4_con{
        font-size: 16px;
    }
    .iproshow_related_con{
        padding-bottom: 35px;
    }
    .related_txt{
        padding: 25px 29px;
    }
    .related_txt_fl1{
        font-size: 18px;
    }
    .related_txt_fl2{
        font-size: 16px;
    }

}

@media(max-width:820px) {
    .ban_txt1 img{
        height: 65px;
    }
    .ban_txt2{
        font-size: 16px;
    }
    .index_title h3{
        font-size: 30px;
    }
    .index_title p{
        font-size: 16px;
    }
    .about_t_fr_con{
        font-size: 16px;
    }
    .about_t_fr_cate ul li a{
        font-size: 16px;
    }
    .about_b_txt{
        font-size: 18px;
    }
    .choose_fr dl dt{
        font-size: 20px;
    }
    .choose_fr dl dd{
        font-size: 16px;
    }
    .hotpro_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .hotpro_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .hotpro_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .hotpro_txt h3{
        font-size: 16px;
    }
    .case_title h3{
        font-size: 100px;
    }
    .news_con_txt1{
        font-size: 16px;
    }
    .contact_txt{
        padding: 47px 25px 0 25px;
    }
    .contact_txt:after{
        width: 96px;
        height: 90px;
    }
    .contact_txt_t_fl{
        font-size: 18px;
    }
    .contact_txt_b{
        font-size: 16px;
    }
    .footer1_1{
        width: 100%;
    }
    .footer1_2{
        width: 70%;
        margin-top: 25px;
    }
    .footer1_3{
        width: 16%;
        margin-top: 25px;
    }

    .iban_info h3{
        font-size: 60px;
    }
    .iban_info p{
        font-size: 40px;
        margin-top: -30px;
    }
    .inner_title{
        font-size: 26px;
    }
    .ihelp1_fl{
        width: 21%;
    }
    .ihelp1_fr{
        width: 72%;
    }
    .zp-title a{
        padding: 15px 35px 15px 0;
    }
    .zp-info-text{
        margin: 20px 0;
    }
    .ihelp2_title{
        font-size: 32px;
    }
    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 384px;
        height: 360px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 408px;
        height: 358px;
    }
    .iabout2s.swiper-slide-active, .iabout2s.swiper-slide-duplicate-active{
        transform: scale(1);
    }
    .iabout2s a{
        margin: 0;
    }
    .iabout2_txt{
        font-size: 18px;
    }
    .iabout3_con{
        font-size: 24px;
    }
    .iabout4_txt{
        font-size: 18px;
    }
    .ichoose_con{
        padding: 34px 44px;
    }
    .ichoose_fl{
        width: 100%;
    }
    .ichoose_fr{
        width: 100%;
        margin-top: 50px;
    }
    .icontact3_con ul li{
        padding: 80px 25px 30px 25px;
    }
    .icase1_txt{
        padding: 35px 40px;
    }
    .icase1_txt1 span{
        font-size: 40px;
    }
    .icase1_txt1 span:after{
        width: 52px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .iproshow_title h3{
        font-size: 24px;
    }
    .iproduct1_fl{
        width: 35.5%;
    }
    .iproduct1_fl_b_con_img{
        width: 100%;
        height: auto;
    }
    .iproduct1_fl_b_con_txt{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .iproduct1_fl_title h3{
        font-size: 26px;
    }
    .iproduct1_fr{
        width: 59.5%;
    }
    .iproduct1_fr_wz p{
        font-size: 16px;
    }
    .iproduct1_fr_wz p span{
        font-size: 20px;
    }
    .iproduct2_title h3{
        font-size: 30px;
    }
    .iproshow_fl{
        width: 40.5%;
    }
    .iproshow_fr{
        width: 57%;
    }
    .iproshow1_fr .swiper-button-next2, .iproshow1_fr .swiper-button-prev2{
        width: 25px;
    }
    .iproshow2_1{
        font-size: 25px;
    }
    .iproshow2_4 a{
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media(max-width:768px) {
    .contact_txt_t_fl{
        font-size: 17px;
    }
    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 350px;
        height: 328px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 370px;
        height: 324px;
    }
    .iabout3_con{
        font-size: 22px;
    }
    .iabout4 ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iabout4 ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iabout4 ul li:nth-child(2n){
        margin-right: 0;
    }
    .iproshow_title h3{
        font-size: 22px;
    }
    .iproduct1_fl_title h3{
        font-size: 24px;
    }
    .show_title h3{
        font-size: 24px;
    }
    .iproduct2_title h3{
        font-size: 26px;
    }
    .iproshow2_1{
        font-size: 23px;
    }
}

@media(max-width:600px) {
    .ban_txt .container1{
        width: 80%;
    }
    .ban_txt1 img{
        height: 50px;
    }
    .ban_txt2{
        display: none;
    }
    .ban_txt3{
        margin-top: 15px;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 5px;
    }
    .home-about{
        padding: 35px 0 10px 0;
    }
    .about_t_fl{
        width: 100%;
    }
    .about_t_fr{
        width: 100%;
        margin-top: 25px;
    }
    .about_t_fr_cate{
        margin-top: 25px;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title p{
        margin-top: 15px;
    }
    .about_b{
        margin-top: 25px;
    }
    .about_b_img{
        width: 70px;
        height: 70px;
    }
    .about_b_txt{
        font-size: 16px;
    }
    .about_b_txt br{
        display: none;
    }
    .home-choose{
        padding: 35px 0 10px 0;
    }
    .choose_fl_1{
        padding-left: 0;
    }
    .choose_fr{
        margin-top: 0;
    }
    .choose_fr dl{
        width: 100%;
        border-right: none;
        padding: 20px 0;
    }
    .choose_fr dl:nth-child(odd){
        padding-right: 0;
    }
    .choose_fr dl:nth-child(even){
        padding-left: 0;
    }
    .choose_fr dl:nth-child(5){
        border-bottom: 1px dashed #B5B5B5;
    }
    .home-map{
        padding: 35px 0;
    }
    .home-map .tp img{
        max-width: 85%;
    }
    .map2{
        width: 25px;
    }
    .home-hotpro{
        padding-bottom: 35px;
    }
    .hotpro_nav{
        margin-top: 25px;
    }
    .hotpro_nav .bd ul li a{
        font-size: 16px;
    }
    .hotpro_con{
        margin: 25px 0 0 0;
    }
    .home-newpro{
        padding-bottom: 35px;
    }
    .newpro_con{
        margin-top: 25px;
    }
    .newpro_arrow .container1{
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .newpro_con .swiper-pagination1{
        width: 100%;
    }
    .home-case{
        padding-top: 35px;
    }
    .case_title h3{
        font-size: 50px;
    }
    .case_title p{
        font-size: 18px;
        margin-top: 25px;
    }
    .case_title p br{
        display: none;
    }
    .case_con{
        margin-top: 25px;
        padding-bottom: 35px;
    }
    .case_cons{
        padding: 35px;
        margin-bottom: 35px;
    }
    .home-news{
        padding: 35px 0;
    }
    .news_con{
        margin-top: 25px;
    }
    .news_con .item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .home-contact{
        padding: 35px 0 15px 0;
    }
    .contact_con{
        margin-top: 15px;
    }
    .contact_txt{
        padding: 35px 25px 0 25px;
        height: 314px;
    }
    .contact_txt:after{
        width: 85px;
        height: 80px;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_1_t{
        font-size: 20px;
    }
    .footer1_2{
        width: 100%;
    }
    .footer1_2_con{
        margin-top: 15px;
    }
    .footer1_2_con dl dd a{
        font-size: 16px;
    }
    .footer1_3{
        width: 100%;
    }
    .footer1_3_con{
        margin-top: 15px;
    }
    .footer1_3_con dl{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer1_3_con dd a{
        font-size: 16px;
        line-height: 30px;
    }

    .iproduct1:before, .icase:before, .icaseshow1:before, .ihelp:before, .iabout:before, .inews:before{
        width: 250px;
        height: 235px;
    }
    .iproduct1:after, .icase:after, .icaseshow1:after, .inews:after{
        width: 270px;
        height: 237px;
    }
    .iban_wz{
        top: 10px;
    }
    .iban_wz p{
        font-size: 14px;
    }
    .iban_wz p a{
        font-size: 14px;
    }
    .iban_info{
        padding-top: 20px;
    }
    .iban_info h3{
        font-size: 40px;
    }
    .iban_info p{
        font-size: 25px;
        margin-top: -20px;
    }
    .inner-main{
        padding-top: 35px;
    }
    .inews{
        padding-bottom: 35px;
    }
    .inews1 a{
        padding-bottom: 35px;
    }
    .inews1_txt{
        padding: 25px 20px;
    }
    .inews2{
        margin-top: 35px;
    }
    .card_txt{
        padding: 25px 20px;
    }
    .ihelp1_fl{
        width: 100%;
    }
    .ihelp1_fl.inner_title{
        text-align: center;
    }
    .inner_title{
        font-size: 24px;
    }
    .ihelp1_fr{
        width: 100%;
        margin-top: 10px;
    }
    .ihelp2{
        padding: 30px 25px;
        margin-top: 35px;
    }
    .ihelp2s{
        width: 100%;
    }
    .ihelp2_title{
        font-size: 28px;
    }
    .ihelp2_con{
        margin-top: 25px;
    }
    .iabout1{
        padding-bottom: 10px;
    }
    .iabout2{
        padding: 35px 0;
    }
    .iabout2_con{
        margin-top: 25px;
    }
    .iabout3{
        padding: 35px 0;
    }
    .iabout3_con{
        font-size: 20px;
    }
    .iabout4{
        padding: 35px 0 10px 0;
    }
    .icertificate{
        padding-top: 0;
    }
    .icertificate1{
        padding: 35px 0;
    }
    .icertificate1_con{
        margin-top: 25px;
    }
    .icertificate2{
        padding-bottom: 25px;
    }
    .icertificate2:after{
        width: 171px;
        height: 250px;
    }
    .icertificate2_info{
        font-size: 16px;
    }
    .icertificate2_con{
        margin: 25px auto 0 auto;
    }
    .icertificate2_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .icertificate2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ichoose{
        padding-bottom: 35px;
    }
    .ichoose_con{
        padding: 30px 25px;
    }
    .icontact1{
        padding-bottom: 10px;
    }
    .icontact1_map{
        margin-top: 25px;
    }
    .icontact1_con{
        margin-top: 35px;
    }
    .common_message_fl_con{
        margin-top: 25px;
    }
    .icontact1_con_fl{
        width: 100%;
    }
    .icontact1_con_fl .iproshow_title p{
        font-size: 16px;
    }
    .ly1s{
        width: 100%;
    }
    .ly4 .index_more a{
        width: 198px;
    }
    .icontact1_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .icontact1_con_fr dl{
        margin-bottom: 25px;
    }
    .icontact1_con_fr dl dd{
        margin-top: 10px;
    }
    .icontact2{
        padding: 35px 0;
    }
    .icontact2_con{
        margin-top: 25px;
    }
    .icontact3{
        padding: 35px 0 0 0;
    }
    .icontact3_info{
        font-size: 16px;
    }
    .icontact3_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .icase1{
        margin-bottom: 25px;
    }
    .icase1_img{
        width: 100%;
    }
    .icase1_txt{
        width: 100%;
        padding: 25px 20px;
    }
    .icase1_txt2{
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }
    .icase1 .swiper-pagination4{
        right: 25px;
        top: auto;
        bottom: 25px;
    }
    .icase2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .case_txt4{
        margin-top: 25px;
    }
    .icaseshow1{
        padding: 0 0 35px 0;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_info{
        margin-top: 25px;
    }
    .show_info span{
        font-size: 16px;
    }
    .show_content{
        padding: 25px 0 35px 0;
    }
    .show_back_fl a, .show_back_fr a{
        font-size: 16px;
    }
    .iproshow_related{
        padding: 35px 0;
    }
    .iproshow_title h3{
        font-size: 20px;
    }
    .icaseshow_related_con{
        margin-top: 25px;
    }
    .common_message_fl{
        width: 100%;
        padding: 35px 20px;
    }
    .common_message_fl .iproshow_title p{
        font-size: 16px;
    }
    .common_message_fr{
        width: 100%;
    }
    .iproduct1_fl{
        width: 100%;
        padding-top: 35px;
    }
    .iproduct1_fl_t{
        margin-bottom: 25px;
    }
    .iproduct1_fl_title{
        padding-bottom: 20px;
    }
    .iproduct1_fl_title h3{
        font-size: 20px;
    }
    .iproduct1_fl_t_con{
        margin-top: 25px;
    }
    .pinfo{
        margin-top: 25px;
    }
    .pinfo .er{
        margin-top: 0;
    }
    .pinfo .san{
        margin: 0;
    }
    .iproduct1_fl_b_con{
        margin-top: 25px;
    }
    .iproduct1_fl_b_con li{
        margin-bottom: 25px;
    }
    .iproduct1_fr{
        width: 100%;
        margin-bottom: 10px;
    }
    .iproduct1_fr_wz{
        padding: 0 0 25px 0;
        justify-content: flex-start;
    }
    .iproduct1_fr_con ul li{
        margin-bottom: 25px;
    }
    .iproduct1_fr_con_txt{
        padding: 35px 15px 20px 15px;
    }
    .iproduct1_fr_con_txt1{
        transform: translate(-50%, 0) rotateY(0deg);
    }
    .iproduct2{
        padding: 35px 0;
    }
    .iproduct2_title h3{
        font-size: 22px;
    }
    .iproduct2_title p{
        font-size: 16px;
        margin: 25px 0;
    }
    .iproshow .iproduct1{
        padding-bottom: 35px;
    }
    .iproshow1{
        margin-bottom: 25px;
    }
    .iproshow_fl{
        width: 100%;
        padding: 30px 25px 0 25px;
        position: inherit;
        top: auto;
    }
    .iproshow_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iproshow1_fr .gallery-thumbs{
        width: 82%;
    }
    .iproshow2{
        margin-bottom: 15px;
    }
    .iproshow2_1{
        font-size: 20px;
    }
    .iproshow2_4{
        justify-content: center;
    }
    .iproshow3{
        margin-top: 15px;
    }
    .iproshow3_con{
        padding: 25px;
    }
    .iproshow4_con{
        padding: 25px;
    }
    .iproshow5{
        margin-top:35px;
    }
    .related_txt{
        padding: 25px 20px;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














