*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#999;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'OPPOSANS-B';
    src: url('../fonts/OPPOSANS-B.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSANS-R';
    src: url('../fonts/OPPOSANS-R.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSANS-M';
    src: url('../fonts/OPPOSANS-M.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1250px;
    margin: 0 auto;
}
.container2{
    width: 1550px;
    margin: 0 auto;
}
.container3{
    width: 1435px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.top{
    height: 93px;
    background: #FFFFFF;
}
.top .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.yx a {
	display: flex;
    align-items: center;
}
.yx img {
	max-width:100%;
	height: 66px;
    transition: .5s;
}
.logo_txt{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.logo_txt p{
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.logo_txt span{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.nation{
    position: relative;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 39px 15px;
    padding-left: 49px;
}
.nation ul{
    display: flex;
    align-items: center;
}
.nation ul li{
    margin-right: 10px;
}
.nation ul li a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    position: relative;
    transition: .5s;
    padding: 0 7px;
}
.nation ul li a:hover{
    background: #FFD000;
}
.nation ul li a.current{
    background: #FFD000;
}

.header-search{

}
.header-search .pull-right {
    float:right;
    width: 13px;
    height: 13px;
    background: url("../images/search.png") no-repeat left center;
    background-size: 100%;
    color: #FFD000;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 13px;
    line-height: 13px;
}
.search {
    z-index: 99;
    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: 35px;
    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 #FFD000;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #FFD000;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #FFD000 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 {
    display:block;
    width:100%;
    margin:0 auto;
    height: 61px;
    background: #ffffff;
    clear:both;
    transition: .5s;
    border-top: 2px solid #f0f3f6;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.menupc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
    line-height: 59px;
    width: 16.666%;
}
.menupc li:hover a{
    background: #FFD000;
}
.menupc li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    z-index: 8;
    padding: 0 15px;
    border: 2px solid #EFEFEF;
    border-top: none;
    border-bottom: none;
    position: relative;
    margin-left: -2px;
}
.menupc li a i{
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url("../images/jt.png") no-repeat left center;
    background-size: 100% 100%;
    margin-left: 17px;
    transition: .5s;
}
.menupc li a:hover{
    background: #FFD000;
}
.menupc li a.current{
    background: #FFD000;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    top: 59px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 0;
    box-shadow: 0px 0px 20px 0px rgba(9,4,5,0.14);
}
.menupc .xiala ul li{
    text-align: left;
    width: 100%;
    margin: 0;
}
.menupc .xiala ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 45px;
    position: relative;
    padding: 0 22px 0 35px;
    border: none;
    background: #ffffff;
    margin-left: 0;
}
.menupc .xiala ul li a:hover{
    color: #000000;
    font-weight: bold;
}
.menupc .xiala ul li .current{
    color: #000000;
    font-weight: bold;
}
.menupc .xiala ul li a i{
    width: 8px;
    height: 14px;
    background: url("../images/erjt.png") no-repeat right center;
    background-size: 100%;
    margin-left: 0;
    transition: .5s;
}
.menupc .xiala ul li a:hover i{
    background: url("../images/erjt_h.png") no-repeat right center;
    background-size: 100%;
}
.menupc .xiala ul li a:after{
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #F0F3F6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto 0 0;
    transition: .5s;
}
.menupc .xiala ul li a:hover:after{
    width: 100%;
}




/*手机导航*/
.menubtn{
    display: none;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 60px;
    cursor: pointer;
    top: 15px;
}

/*手机导航*/
.formBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.formBox .inputText{
    width: 60%;
    font-size: 15px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #eee;
}
.formBox .btn{
    font-size: 0;
}
.menubtn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #FFD000;
    margin: 6px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.menubtn.on span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
}
.menubtn.on span:nth-child(2) {
    display: none;
}
.menubtn.on span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -7px;
}
.nav-nation{
    margin-top: 20px;
}
.nav-nation ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-nation ul li{
    margin: 0 5px;
}
.nav-nation ul li a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    position: relative;
    transition: .5s;
    padding: 0 7px;
}
.nav-nation ul li a:hover{
    background: #FFD000;
}
.nav-nation ul li a.current{
    background: #FFD000;
}
.m-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    display: none;
    z-index: 999;
    overflow-y: scroll;
    border-top: 1px solid #eee;
}

.m-nav .nav-list {
    padding-left: 5%;
    padding-right: 5%;
}
.m-nav .nav-list>li{
    text-align: left;
    border-bottom: #e8e8e8 solid 1px;
    box-sizing: border-box;
}
.m-nav .nav-list .one-level{
    position: relative;
    padding-right: 40px;
}
.m-nav .nav-list .one-level i{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 40px;
    height: 50px;
    background: url(../images/img99.png) center no-repeat;
    background-size: 15px 18px;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
    font-size: 16px;
    color: #333333;
    display: block;
    height: 50px;
    line-height: 50px;
}
.m-nav .nav-list>li>a:hover, .m-nav .nav-list .one-level.on a, .m-nav .nav-list .one-level a:hover {
    color: #FFD000;
}
.m-nav .nav-list .lang{
    text-align: center;
    margin-top: 10%;
    border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
    padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
    display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
    margin: 0 30px;
}
.m-nav .nav-list .one-level a:hover span{
    color: #666666;
}
.m-nav .nav-list li a .tit {
    color: #222222;
}
.m-nav .nav-list li a:hover .tit {
    color: #19aeae;
}
.m-nav .m-subnav {
    display: none;
    border-top: #e8e8e8 solid 1px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.m-nav ul li .m-subnav>a, .m-nav ul li .m-subnav .two-level {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
}
.m-nav ul li .m-subnav a:hover {
    color: #FFD000;
}

#mmenu .language {
    width: 100%;
    display: flex;
    align-items: center;
}
#mmenu .language a {
    display: block;
    line-height: 40px;
    color: rgba(0,0,0,.7);
    text-decoration: none;
    text-align: center;
    height: 40px;
    padding: 0 0 0 20px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position: relative;
    background: url("../images/banbg.jpg") no-repeat top center;
    background-size: cover;
}
.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: calc(100vw - (100vw - 1250px) / 2);
    height: auto;
    margin: 60px 0 0  auto;
}
.ban_txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    cursor: pointer;
    z-index: 99;
}
.ban_txt .container2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.ban_txt1{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 139px;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 0px 8px 7px rgba(0,0,0,0.06);
    letter-spacing: 20px;
}
.ban_txt1 span{
    color: #FFD000;
}
.ban_txt2{
    font-weight: bold;
    font-size: 70px;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 0px 8px 7px rgba(0,0,0,0.06);
}
.ban_txt3{
    margin-top: 27px;
    display: flex;
    flex-direction: column;
}
.ban_txt3 p{
    background: #000000;
    line-height: 39px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 12px;
    padding: 0 13px;
    width: max-content;
}
.ban_txt3 p span{
    color: #FFD000;
}

.home-banner .swiper-pagination{
    bottom: 40px;
    left: 0;
}
.home-banner .swiper-pagination-bullet{
    width: 43px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
    outline: none;
    margin: 0 5px;
    transition: .5s;
}
.home-banner .swiper-pagination-bullet-active{
    background: #000000;
}

.mouse-scroll{
    position: absolute;
    bottom: 5%;
    right: 6%;
    z-index: 5;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mouse-scroll:after{
    content: '';
    display: block;
    width: 115px;
    height: 115px;
    background: url("../images/cricle.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: turn 20s infinite linear;
}
@keyframes turn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.mouse-scroll a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background: #FFD000;
    border-radius: 50%;
    margin-top: -3px;
}
.mouse-scroll a img{
    height: 31px;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(5px);}
    100% {transform:translateY(0px);}
}

.phone-nav{
    display: none;
}
header.guding{
    position: fixed;
    z-index: 999;
    top: 0;
}
@media(max-width:1199px) {

    .top{
        height: 60px;
    }
    .daohang{
        display: none;
    }
    .yx a img{
        height: 40px;
    }
    .logo_txt p{
        font-size: 17px;
        letter-spacing: 0.6px;
    }
    .logo_txt span{
        font-size: 10px;
        letter-spacing: 0;
    }
    .nav-fr{
        display: none;
    }
    .menubtn{
        display: block;
    }

}

footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    background: #111111;
    padding: 20px 0;
}
.footer2 p{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #F3F3F4;
    line-height: 25px;
}
.footer2 p a{
    font-weight: bold;
    font-size: 14px;
    color: #F3F3F4;
    line-height: 25px;
}
.footer2 p a:hover{
    color: #FEB302;
}
.footer1{
    background: #222222;
    padding: 45px 0 31px 0;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl{
    width: 61.5%;
}
.footer1_fl_t a{
    display: flex;
    align-items: center;
}
.footer1_fl_t a img{
    height: 66px;
}
.footer1_fl_t a .logo_txt{
    display: flex;
    flex-direction: column;
}
.footer1_fl_t a .logo_txt p{
    color: #FFFFFF;
}
.footer1_fl_t a .logo_txt span{
    color: #FFFFFF;
}
.footer1_fl_b{
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl_b dl{
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 24px;
}
.footer1_fl_b dl:before, .footer1_fl_b dl:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #444444;
    position: absolute;
    left: 0;
}
.footer1_fl_b dl:before{
    bottom: 4px;
}
.footer1_fl_b dl:after{
    bottom: 0;
}
.footer1_fl_b dl:nth-child(odd){
    width: 42%;
}
.footer1_fl_b dl:nth-child(even){
    width: 53%;
}
.footer1_fl_b dt{
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}
.footer1_fl_b dd{
    display: flex;
    align-items: center;
    padding: 9px 0 14px 0;
}
.footer1_fl_b dd span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 29px;
    background: #3B3B3B;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}
.footer1_fl_b dd p{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 8px;
}
.footer1_fc{
    width: 7%;
}
.footer1_fc ul{
    display: flex;
    flex-direction: column;
}
.footer1_fc ul li{
    margin-bottom: 25px;
}
.footer1_fc ul li:last-child{
    margin-bottom: 0;
}
.footer1_fc ul li a{
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    background: url("../images/fjt.png") no-repeat left center;
    background-size: 6px 10px;
    padding-left: 19px;
}
.footer1_fc ul li a:hover{
    color: #FEB302;
}
.footer1_fr{
    width: 8%;
}
.footer1_fr ul{
    display: flex;
    flex-direction: column;
}
.footer1_fr ul li{
    margin-bottom: 30px;
}
.footer1_fr ul li:last-child{
    margin-bottom: 0;
}
.footer1_fr ul li a{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #F3F3F4;
}
.footer1_fr ul li a i{
    background-size: 100% !important;
    margin-right: 11px;
}
.footer1_fr ul li a i.wx{
    width: 26px;
    height: 20px;
    background: url("../images/wx.png") no-repeat center;
}
.footer1_fr ul li a i.in{
    width: 26px;
    height: 18px;
    background: url("../images/in.png") no-repeat center;
    background-size: 18px 18px !important;
}
.footer1_fr ul li a i.twitter{
    width: 26px;
    height: 22px;
    background: url("../images/twitter.png") no-repeat center;
}
.footer1_fr ul li a:hover{
    color: #ffd000;
}
.footer1_fr ul li a:hover i.wx{

    background: url("../images/wx_h.png") no-repeat center;
}
.footer1_fr ul li a:hover i.in{
    background: url("../images/in_h.png") no-repeat center;
}
.footer1_fr ul li a:hover i.twitter{
    background: url("../images/twitter_h.png") no-repeat center;
}
.weixin{
    position:relative;
}
.weixin::after{
    content: url("../images/ewm.png");
    position: absolute;
    right: 10px;
    bottom: -140px;
    z-index: 99;
    width: 129px;
    height: 129px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover::after{
    transform:scale(1);
    opacity: 1;
}

.home-company{
    width: 100%;
    margin: 85px auto 0 auto;
}
.company_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.index_title{
    display: flex;
    flex-direction: column;
    color: #212121;
    font-weight: bold;
}
.index_title span{
    font-size: 30px;
    line-height: 1;
}
.index_title p{
    margin-top: 20px;
    font-family: "Poppins-SemiBold";
    font-size: 72px;
    line-height: 1;
}
.company_t_fr img{
    height: 69px;
}
.company_b{
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.company_b .item {
    width: 6.96%;
    position: relative;
    height: 519px;
    background-size: cover;
    transition: .5s;
}
.company_b .item.active{
    width: 72.16%;
}
.company_bs{
    height: 100%;
    position: relative;
}
.company_bs_b{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 15px;
}
.company_bs_b1, .company_bs_a_t{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
}
.company_bs_b2{
    margin-top: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    writing-mode: vertical-rl;
}
.company_bs_a{
    display: none;
    padding: 35px 35px 40px 35px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.company_bs_a_b{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
}
.company_bs_a_b_fl{
    display: flex;
    flex-direction: column;
    width: 65%;
}
.company_bs_a_b_fl1{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-shadow: 0px 8px 7px rgba(0,0,0,0.27);
    background: url("../images/rili.png") no-repeat left center;
    background-size: 19px 19px;
    padding-left: 30px;
}
.company_bs_a_b_fl2{
    margin-top: 15px;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.1;
    text-shadow: 0px 8px 7px rgba(0,0,0,0.27);
}
.company_bs_a_b_fl3{
    margin-top: 40px;
}
.index_more a{
    display: flex;
    align-items: center;
    width: 277px;
    height: 67px;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #212121;
    position: relative;
    border: 1px solid #000000;
    transition: .5s;
}
.index_more a:after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #FFD000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
}
.index_more a:hover{
    border: 1px solid #FFD000;
}
.index_more a:hover:after{
    width: 100%;
}
.index_more a i{
    width: 6px;
    height: 10px;
    background: url("../images/mjt.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 9;
    left: 26px;
    top: 50%;
    transform: translate(0, -50%);
    transition: .5s;
}
.index_more a span{
    position: relative;
    z-index: 9;
}
.index_more a:hover i{
    left: 245px;
}
.company_bs_a_b_fl3.index_more a{
    border: 1px solid #FFD000;
}
.company_bs_a_b_fl3.index_more a:after{
    width: 100%;
}

.company_bs_a_b_fr{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    width: 20%;
}
.company_b .item.active .company_bs_b{
    display: none;
}
.company_b .item.active .company_bs_a{
    display: flex;
}
.home-product{
    width: 100%;
    margin: -40px auto 0 auto;
    background: #F0F3F6 url("../images/wenli.png") repeat center;
    padding: 125px 0 63px 0;
}
.home-product .index_title{
    text-align: center;
}
.product_line{
    width: 1px;
    margin: 5px auto;
    height: 56px;
    background: #212121;
    display: none;
}
.product_info{
    width: 84%;
    margin: 0 auto;
}
.product_info h3{
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    line-height: 1.6;
}
.product_info h3 span{
    color: #FEB302;
}
.product_info p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.product_con{
    margin: 50px 0 60px 0;
    position: relative;
}
.product_con .swiper-slide{
    display: initial;
}
.pro_t{
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.pro_t a{
    display: block;
    text-align: left;
}
.pro_t_img{
    border: 1px solid #000000;
    padding: 15px;
}
.pro_t_img .pic:after{
    /*padding-bottom: 75%;*/
}
.pro_t_txt{
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_t a:hover .pro_t_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_t a:hover .pro_t_txt{
    text-decoration-line: underline;
}
.pro_b{
    margin-top: 20px;
    text-align: left;
    display: none;
}
.pro_b a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px 0 6px;
    height: 39px;
    background: #FFD000;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.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;
}
.product_con .swiper-pagination1{
    bottom: 0;
    width: 100%;
    display: none;
    justify-content: center;
}
.product_con .swiper-pagination-bullet{
    display: block;
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0 4px !important;
    transition: .5s;
}
.product_con .swiper-pagination-bullet-active{
    background: #FFD000;
}
.home-product .index_more a{
    margin: 0 auto;
}
.pro_b a:hover{
    text-decoration-line: underline;
}
.home-quality{
    width: 100%;
    margin: 90px auto;
}
.home-quality .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quality_fl{
    width: 48%;
}
.quality_fl1{
    margin-top: 70px;
}
.quality_fl1 ul{
    display: flex;
    flex-direction: column;
}
.quality_fl1 ul li a{
    display: block;
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 1.6;
}
.quality_fl1 ul li a:hover{
    color: #FEB302;
}
.quality_fl2{
    margin-top: 50px;
}
.quality_fl2 span{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    background: #FFD000;
}
.quality_fl3{
    margin-top: 30px;
}
.quality_fl3 h3{
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 25px;
    margin-bottom: 10px;
}
.quality_fl3 p{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}
.quality_fr{
    width: 48%;
}
.home-news{
    width: 100%;
    margin: 0 auto;
    background: url("../images/newsbg.jpg") no-repeat top center;
    padding: 90px 0 70px 0;
    position: relative;
}
.home-news:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/wenli.png") repeat bottom center;
    position: absolute;
    z-index: -1;
}
.news{
    background: rgba(255,255,255,.95);
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.06);
    padding: 55px 44px 55px 53px;
}
.newss{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.news_fl{
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_fr{
    width: 67%;
}
.news_fr li{
    border-bottom: 1px solid #DDDDDD;
    padding: 22px 0;
}
.news_fr li a{
    display: flex;
    padding-right: 100px;
    background: url("../images/njt.png") no-repeat right center;
    background-size: 42px 6px !important;
    transition: .5s;
}
.news_fr li a span{
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    line-height: 25px;
    margin-right: 34px;
}
.news_fr li a p{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}
.news_fr li a:hover{
    background: url("../images/njt_h.png") no-repeat right center;
}
.news_fr li a:hover span{
    color: #000000;
}
.news_fr li a:hover p{
    font-weight: bold;
}
.newss .index_more{
    margin-top: 25px;
}

/*运营方针*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 82px;
}
.inner-banner:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/innerbg.jpg") no-repeat bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.inner-banner img{
    display: block;
    max-width: 100%;
    width: 96%;
    height: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 82px);;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info h3{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 0px 0px 63px rgba(153,153,153,0.09);
    text-transform: uppercase;
}
.iban_info p{
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}
.iban_info p i{
    width: 8px;
    height: 34px;
    background: #FFFFFF;
    transform: skewX(-20deg);
    margin: 0 20px 0 5px;
}
.iban_scrolldown{
    position: absolute;
    right: 65px;
    bottom: 65px;
}
.scrolldown{
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}
.scrolldown::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: circle 1.5s ease-in-out infinite, cirleopacity 1.5s ease-out infinite;
    animation: circle 1.5s ease-in-out infinite, cirleopacity 1.5s ease-out infinite;
}
.scrolldown::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:1px;
    height:20px;
    background:#fff;
    opacity:.5
}
@-webkit-keyframes circlesp{
    0%{top:6px}
    100%{top:24px}
}@keyframes circlesp{
     0%{top:6px}
     100%{top:24px}
 }
@-webkit-keyframes circle{
    0%{top:10px}
    100%{top:32px}
}
@keyframes circle{
    0%{top:10px}
    100%{top:32px}
}
@-webkit-keyframes cirleopacity{
    0%{opacity:0}
    50%{opacity:1}
    80%{opacity:.9}
    100%{opacity:0}
}
@keyframes cirleopacity{
    0%{opacity:0}
    50%{opacity:1}
    80%{opacity:.9}
    100%{opacity:0}
}
.inner-location{
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
}
.inner-location p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-shadow: 0px 0px 63px rgba(153,153,153,0.09);
    position: relative;
    padding-left: 16px;
}
.inner-location p:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.inner-location p a{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-shadow: 0px 0px 63px rgba(153,153,153,0.09);
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    background: #f0f3f6 url("../images/wenli.png") repeat top center;
    position: relative;
    padding: 85px 0 125px 0;
    z-index: 1;
}
.inner-main .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.inner-main:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.bg1:after{
    background: url("../images/bg1.png") no-repeat bottom center;
}
.bg2:after{
    background: url("../images/bg2.jpg") no-repeat bottom center;
}
.bg3:after{
    background: url("../images/bg3.jpg") no-repeat bottom center;
}
.bg4:after{
    background: url("../images/bg4.jpg") no-repeat bottom center;
}
.bg5:after{
    background: url("../images/bg5.jpg") no-repeat bottom center;
}
.inner_fl{
    width: 26%;
    position: sticky;
    left: 0;
    top: 239px;
}
.inner_fl_t{
    height: 53px;
    background: #FFD000;
    display: flex;
    align-items: center;
    padding: 0 29px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    position: relative;
}
.inner_fl_t:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    height: 100%;
    width: 12%;
    background-color: #FFD000;
    transform: skewX(-19deg) translateX(50%);
    transition: all .5s ease-out;
}
.inner_fl_b{
    margin-top: 4px;
}
.pinfo li{
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}
.pinfo li:last-child{
    margin-bottom: 0;
}
.pinfo li:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #E0E8F0;
    left: 0;
    top: 0;
}
.pinfo li:hover:after{
    background: #212121;
}
.pinfo li a{
    display: block;
    font-weight: 500;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 53px;
    padding: 0 20px 0 39px;
    overflow:hidden;
    position: relative;
    z-index: 4;
}
.pinfo li:hover a{
    color: #FFD000;
}
.pinfo li a.more{
    position: absolute;
    width: 100%;
    height: 53px;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 0;
    background: url("../images/p.png") no-repeat 23px center;
}
.pinfo .er{
    display: none;
    background: #FFFFFF;
    border-top: 8px solid #f0f3f6;
    border-bottom: 4px solid #f0f3f6;
    position: relative;
    z-index: 999;
    padding: 20px 0;
}
.pinfo .er li{
    margin-bottom: 0;
}
.pinfo .er li:after{
    display: none;
}
.pinfo .er li a {
    padding: 0 20px 0 49px;
    font-weight: 400;
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    line-height: 28px;
    position: relative;
}
.pinfo .nav-show .er{
    display: block;
}
.pinfo .nav-show .er li{
    margin-bottom: 0;
}
.pinfo .nav-show .er li a {
    padding: 0 20px 0 49px;
    font-weight: 400;
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    line-height: 28px;
    position: relative;
}
.pinfo .nav-show .er li a:after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background:  url("../images/s.jpg") no-repeat left center;
    position: absolute;
    left: 40px;
    top: 12px;
    /*transform: translate(0, -50%);*/
}
.pinfo .nav-show .er li a:hover{
    color: #FFD000;
}
.pinfo .nav-show .er li a:hover:after{
    background:  url("../images/s_h.jpg") no-repeat left center;
}
.pinfo .nav-show:after{
    background: #212121;
}
.pinfo .nav-show a{
    color: #FFD000;
}
.inner_fr{
    width: 74%;
    background: #FFFFFF;
    padding: 79px 43px 83px 54px;
    scroll-margin-top: 310px;
}
.inner_title{
    font-weight: 400;
    font-size: 55px;
    color: #111111;
    line-height: 1;
    position: relative;
    padding-left: 26px;
}
.inner_title:after{
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background: #FFD000;
    position: absolute;
    left: 0;
    top: 0;
}
.ifactory1{
    margin-top: 60px;
    font-weight: 400;
    font-size: 36px;
    color: #212121;
    line-height: 1;
}
.ifactory2{
    margin-top: 18px;
    width: 98px;
    height: 31px;
    background: #FFD000;
    line-height: 31px;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    text-align: center;
}
.ifactory3{
    margin-top: 30px;
}
.ifactory4{
    margin-top: 30px;
}
.ifactory4 dl{
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ifactory4 dl dt{
    width: 17%;
}
.ifactory4 dl dd{
    width: 78.5%;
}

/*联系我们*/
.icontact .inner_fr, .inews .inner_fr, .inewsshow .inner_fr{
    width: 100%;
    padding: 79px 88px 82px 88px;
}
.icontact_con{
    margin-top: 50px;
}
.icontact_cons{
    margin-bottom: 22px;
    border: 1px solid #DDDDDD;
}
.icontact_cons:last-child{
    margin-bottom: 0;
}
.icontact_cons_t{
    /*height: 185px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 33px 64px;
}
.icontact_cons_t_fl{
    width: 42%;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    line-height: 1.25;
}
.icontact_cons_t_fr{
    width: 58%;
    height: 100%;
    position: relative;
    padding-left: 75px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icontact_cons_t_fr:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    left: 0;
    top: 0;
}
.icontact_cons_b{
    /*border-top: 1px solid #DDDDDD;*/
    display: none;
}

/*新闻中心*/
.inews_con{
    margin: 50px 0 15px 0;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 30.7%;
    margin-right: 3.95%;
    margin-bottom: 50px;
}
.inews_con ul li:nth-child(3n){
    margin-right: 0;
}
.inews_con ul li a{
    display: block;
    background: #F0F3F6;
    padding: 18px;
}
.inews_con_txt{
    margin-top: 25px;
}
.inews_con_txt1{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_con_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews_con_txt3{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inews_con_txt3 i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #FFFFFF url("../images/xwjt.png") no-repeat center;
    background-size: 6px 10px !important;
    border-radius: 18px;
    transition: .5s;
}
.inews_con_txt3 p{
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 19px;
    color: #000000;
    line-height: 20px;
}
.inews_con_txt3 p span{
    font-size: 14px;
    color: #999999;
}
.inews_con ul li a:hover .inews_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con ul li a:hover .inews_con_txt3 i{
    background: #FFD000 url("../images/xwjt.png") no-repeat center;
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.pagination a{
    display: block;
    font-weight: bold;
    color: #333333;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 25px;
    line-height: 54px;
    margin: 0px 9px 10px 9px;
    background: #F6F6F6;
    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:#FEB302;
    background: #000000;
}
.pagination a.active {
    color:#FEB302;
    background: #000000;
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color:#0059AD;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color:#0059AD;
}

/*新闻详情*/
.inewsshow .inner-location{
    top: 35px;
    bottom: auto;
}
.inewsshow .inner-location .container1{
    display: flex;
    justify-content: flex-end;
}
#inewsshow .container1{
    position: relative;
    display: block;
}
.show_back{
    position: absolute;
    top: 10px;
    left: -110px;
}
.show_back a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: .5s;
}
.show_back a i{
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url("../images/back.png") no-repeat center;
    background-size: 100%;
    margin-right: 12px;
    transition: .5s;
}
.show_back a:hover{
    color: #FFD000;
}
.show_title{
    margin-top: 20px;
    font-weight: 400;
    font-size: 60px;
    color: #111111;
    line-height: 1;
    position: relative;
    padding-left: 33px;
}
.show_title:after{
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background: #FFD000;
    position: absolute;
    left: 0;
    top: 0;
}
.show_info{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 33px;
}
.show_info span{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}
.show_content{
    margin-top: 60px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_news{
    margin-top: 135px;
    border-top: 1px solid #000000;
    overflow: hidden;
}
.show_news li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000000;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    position: relative;
}
.show_news li span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.show_news li a{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    width: 65%;
    text-align: center;
}
.show_news li a:hover{
    font-weight: bold;
}
.show_news li i{
    width: 42px;
    height: 6px;
    background: url("../images/njt1.png") no-repeat center;
    background-size: 100% !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.show_news li:hover i{
    background: url("../images/njt_h.png") no-repeat center;
}

/*品质方针*/
.iquality1{
    margin-top: 45px;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 1.5;
}
.iquality1 span{
    color: #FEB302;
}
.iquality2{
    margin-top: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.iquality3{
    margin-top: 5px;
}
.iquality3 span{
    font-family: "Poppins-Medium";
    background: #FFD000;
    line-height: 33px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    padding: 0 15px 0 8px;
}
.iquality4{
    margin-top: 40px;
}

/*检查体系*/
.isystem1{
    margin-top: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.isystem2{
    margin-top: 25px;
}
.isystem2 ul{
    display: flex;
    flex-wrap: wrap;
}
.isystem2 ul li{
    width: 47.3%;
    margin-right: 5.4%;
    margin-bottom: 60px;
    border-bottom: 1px solid #000;
    position: relative;
}
.isystem2 ul li:after{
    content: '';
    display: block;
    width: 99px;
    height: 1px;
    background: #FFD000;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.isystem2 ul li:nth-child(2n){
    margin-right: 0;
}
.isystem2_txt{
    padding: 20px 0 25px 0;
}
.isystem2_txt1{
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 16px;
    color: #FEB302;
    line-height: 1;
    text-transform: capitalize;
}
.isystem2_txt2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 28px;
    color: #111111;
    line-height: 1;
}
.isystem3{
    background: url("../images/isystem3bg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 25px;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    line-height: 1.8;
    text-align: center;
}
.isystem2 ul li:hover .isystem2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*检查设备*/
.ijcsb1{
    margin-top: 50px;
}
.ijcsb_title{
    background: #faf3d1;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.ijcsb1_con{
    margin-top: 33px;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 25px;
}
table {
    border: 1px solid #DDDDDD;
    border-collapse:collapse;
}
tr,td,th{
    border: 1px solid #DDDDDD;
    padding: 15px;
    text-align: center;
}
.ijcsb1_con table tr:first-child{
    background: #212121;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}
.ijcsb1_con table tr:first-child td:first-child{
    background: #212121;
}
.ijcsb1_con table tr td:first-child{
    background: #f6f6f6;
}
.ijcsb2{
    margin-top: 55px;
}
.ijcsb2_con{
    margin-top: 12px;
}
.ijcsb2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ijcsb2_con ul li{
    width: 30.4%;
    margin-right: 4.4%;
    margin-top: 25px;
    border: 1px solid #DDDDDD;
}
.ijcsb2_con ul li:nth-child(3n){
    margin-right: 0;
}
.ijcsb2_con ul li a{
    display: block;
}
.ijcsb2_con_txt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    background: #FFD000;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.ijcsb2_con ul li a:hover .ijcsb2_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*产品展示*/
.iproduct_con{
    margin: 50px 0 25px 0;
}
.iproduct_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct_con ul li{
    width: 30.8%;
    margin-right: 3.8%;
    margin-bottom: 30px;
}
.iproduct_con ul li:nth-child(3n){
    margin-right: 0;
}
.iproduct_con ul li a{
    display: block;
    border: 1px solid #DDDDDD;
}
.iproduct_con_img{
    background: #ffffff;
}
.iproduct_con_img .pic:after{
    /*padding-bottom: 51%;*/
}
.iproduct_con_txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    background: #F0F3F6;
    padding: 0 19px;
}
.iproduct_con_txt p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 75%;
}
.iproduct_con_txt i{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #F0F3F6 url("../images/xwjt.png") no-repeat center;
    background-size: 6px 10px !important;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    transition: .5s;
}
.iproduct_con ul li a:hover .iproduct_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct_con ul li a:hover .iproduct_con_txt i{
    background: #FFD000 url("../images/xwjt.png") no-repeat center;
    border: 1px solid #FFD000;
}

/*设备展示*/
#iequipment .ijcsb2_con{
    margin: 25px 0 45px 0;
}

/*我们的客户*/
.icustomer1{
    margin-top: 50px;
}
.icustomer2{
    margin-top: 40px;
}
.icustomer2_con{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.icustomer2_con dl{
    width: 50%;
}
.icustomer2_con dl:first-child dd{
    padding-right: 50px;
}
.icustomer2_con dl dd{
    border-bottom: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    padding: 8px 0;
}
.icustomer3{
    margin-top: 45px;
}
.icustomer3_con{
    margin-top: 25px;
}
.icustomer3_con p{
    border-bottom: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    padding: 8px 0;
}
/*.icustomer3_con dl dd{
    border-bottom: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    padding: 8px 0;
}*/

/*公司沿革*/
.ihistory_con{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ihistory_con_fl{
    width: 49%;
}
.ihistory_con_fl ul{
    display: flex;
    flex-direction: column;
}
.ihistory_con_fl ul li{
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 30px;
}
.ihistory_con_fl ul li:last-child{
    margin-bottom: 0;
}
.ihistory_con_fl ul li span{
    width: 90px;
}
.ihistory_con_fl ul li span i{
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    font-style: normal;
}
.ihistory_con_fl ul li .lc{
    margin-left: 50px;
    flex: 1;
}
.ihistory_con_fr{
    width: 44.5%;
}

/*运营方针*/
.iabout1{
    margin-top: 45px;
}
.iabout2{
    margin-top: 45px;
}
.iabout2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout2 ul li{
    display: flex;
    align-items: center;
}
.iabout2_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #EEEEEE;
    border-radius: 50%;
}
.iabout2_img img{
    height: 24px;
}
.iabout2_txt{
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    margin-left: 19px;
}
.iabout3{
    margin-top: 25px;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
}


@media (min-width:1501px) and (max-width:1600px){
    .container2{
        width: 94%;
    }
    .home-banner .swiper-pagination{
        bottom: 35px;
    }

}

@media (min-width:1401px) and (max-width:1500px){
    .container2{
        width: 96%;
    }
    .home-banner .swiper-pagination{
        bottom: 30px;
    }
    .container3{
        width: 90%;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 92%;
    }
    .banners img{
        width: 96%;
    }
    .home-banner .swiper-pagination{
        bottom: 25px;
    }
    .ban_txt1{
        font-size: 115px;
    }
    .ban_txt2{
        font-size: 60px;
    }
    .ban_txt3 p{
        font-size: 17px;
    }
    .mouse-scroll{
        right: 4%;
        bottom: 4%;
        width: 105px;
        height: 105px;
    }
    .mouse-scroll:after{
        width: 105px;
        height: 105px;
    }
    .mouse-scroll a{
        width: 68px;
        height: 68px;
    }
    .mouse-scroll a img{
        height: 28px;
    }
    .index_title p{
        font-size: 67px;
    }
    .company_t_fr img{
        height: 64px;
    }
    .company_bs_a_b_fl2{
        font-size: 33px;
    }
    .index_more a{
        width: 257px;
        height: 62px;
    }
    .index_more a:hover i{
        left: 225px;
    }
    .product_info h3{
        font-size: 33px;
    }
    .pro_t_txt{
        font-size: 22px;
    }
    .pro_b a{
        font-size: 15px;
    }
    .quality_fl1 ul li a{
        font-size: 33px;
    }
    .footer1_fl_b dd p{
        font-size: 22px;
    }


    .container3{
        width: 92%;
    }
    .iban_info h3{
        font-size: 67px;
    }
    .iban_info p{
        font-size: 28px;
    }
    .iban_info p i{
        width: 7px;
        height: 30px;
    }
    .inner_fl{
        width: 325px;
    }
    .inner_fr{
        flex: 1;
    }
    .inner_title{
        font-size: 50px;
    }
    .iabout2_txt{
        font-size: 22px;
    }
    .ihistory_con_fl ul li{
        margin-bottom: 20px;
    }
    .ihistory_con_fl ul li .lc{
        margin-left: 35px;
    }
    .ifactory1{
        font-size: 32px;
    }
    .iquality1{
        font-size: 22px;
    }
    .iquality3 span{
        font-size: 17px;
    }
    .isystem2_txt2{
        font-size: 26px;
    }
    .isystem3{
        font-size: 26px;
    }
    .icontact_cons_t_fl{
        font-size: 26px;
    }
    .icontact_cons_t_fr{
        font-size: 16px;
    }
}


@media (min-width:1200px) and (max-width:1279px){
    .icontact_cons_t_fr{
        font-size: 16px;
    }
    .container1{
        width: 92%;
    }
    .container2{
        width: 92%;
    }
    .banners img{
        width: 96%;
    }
    .home-banner .swiper-pagination{
        bottom: 20px;
    }
    .ban_txt1{
        font-size: 100px;
    }
    .ban_txt2{
        font-size: 50px;
    }
    .ban_txt3 p{
        font-size: 16px;
    }
    .mouse-scroll{
        right: 4%;
        bottom: 4%;
        width: 100px;
        height: 100px;
    }
    .mouse-scroll:after{
        width: 100px;
        height: 100px;
    }
    .mouse-scroll a{
        width: 63px;
        height: 63px;
    }
    .mouse-scroll a img{
        height: 25px;
    }
    .index_title p{
        font-size: 62px;
    }
    .company_t_fr img{
        height: 59px;
    }
    .company_bs_a_b_fl2{
        font-size: 30px;
    }
    .index_more a{
        width: 237px;
        height: 57px;
    }
    .index_more a:hover i{
        left: 205px;
    }
    .product_info h3{
        font-size: 30px;
    }
    .pro_t_txt{
        font-size: 20px;
    }
    .pro_b a{
        font-size: 14px;
    }
    .quality_fl1 ul li a{
        font-size: 30px;
    }
    .footer1_fl_b dd p{
        font-size: 20px;
    }

    .container3{
        width: 92%;
    }
    .iban_info h3{
        font-size: 62px;
    }
    .iban_info p{
        font-size: 26px;
    }
    .iban_info p i{
        width: 7px;
        height: 30px;
    }
    .inner_fl{
        width: 325px;
    }
    .inner_fr{
        flex: 1;
    }
    .inner_title{
        font-size: 45px;
    }
    .iabout2_txt{
        font-size: 20px;
    }
    .ihistory_con_fl ul li{
        margin-bottom: 20px;
    }
    .ihistory_con_fl ul li .lc{
        margin-left: 25px;
    }
    .ifactory1{
        font-size: 30px;
    }
    .iquality1{
        font-size: 20px;
    }
    .iquality3 span{
        font-size: 16px;
    }
    .isystem2_txt2{
        font-size: 24px;
    }
    .isystem3{
        font-size: 24px;
    }
    .icontact_cons_t_fl{
        font-size: 24px;
    }

}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding: 0 15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding: 0 15px;
    }
    .container3{
        width:100%;
        margin:0 auto;
        padding: 0 15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .footer1_fl{
        width: 66%;
    }
    .footer1_fc{
        width: 9%;
    }
    .footer1_fr{
        width: 10%;
    }
    .footer1_fl_b dd p{
        font-size: 19px;
    }
    .banners img{
        width: 95%;
        margin: 30px 0 0 auto;
    }
    .ban_txt1{
        font-size: 80px;
        letter-spacing: 10px;
    }
    .ban_txt2{
        font-size: 30px;
    }
    .ban_txt3{
        margin-top: 15px;
    }
    .ban_txt3 p{
        font-size: 16px;
    }
    .mouse-scroll{
        width: 100px;
        height: 100px;
        right: 15px;
        bottom: 15px;
    }
    .mouse-scroll:after{
        width: 100px;
        height: 100px;
    }
    .mouse-scroll a{
        width: 63px;
        height: 63px;
    }
    .mouse-scroll a img{
        height: 21px;
    }
    .home-banner .swiper-pagination{
        bottom: 17px;
    }
    .home-company{
        margin: 50px auto 0 auto;
    }
    .index_title p{
        font-size: 46px;
    }
    .company_t_fr img{
        height: 59px;
    }
    .company_bs_a_b{
        padding: 0;
    }
    .company_bs_a_b_fl1{
        font-size: 16px;
    }
    .company_bs_a_b_fl2{
        font-size: 24px;
    }
    .home-product{
        padding: 90px 0 50px 0;
    }
    .product_info h3{
        font-size: 24px;
    }
    .product_con{
        margin: 25px 0 35px 0;
    }
    .pro_t_txt{
        font-size: 20px;
    }
    .pro_b a{
        font-size: 14px;
    }
    .home-quality{
        margin: 50px auto;
    }
    .quality_fl1{
        margin-top: 35px;
    }
    .quality_fl1 ul li a{
        font-size: 24px;
    }
    .quality_fl2{
        margin-top: 25px;
    }
    .home-news{
        padding: 50px 0;
    }
    .news{
        padding: 35px 25px 35px 35px;
    }
    .index_more a{
        width: 220px;
        height: 53px;
    }
    .index_more a:hover i{
        left: 198px;
    }

    .iban_scrolldown{
        right: 35px;
        bottom: 35px;
    }
    .iban_info h3{
        font-size: 52px;
    }
    .iban_info p{
        font-size: 24px;
    }
    .iban_info p i{
        width: 7px;
        height: 30px;
    }
    .inner-main{
        padding: 50px 0 90px 0;
    }
    .inner_fl{
        top: 110px;
    }
    .inner_fr{
        scroll-margin-top: 130px;
        padding: 50px 35px;
    }
    .inner_title{
        font-size: 35px;
    }
    .iabout2_txt{
        font-size: 20px;
    }
    .iabout1{
        margin-top: 35px;
    }
    .iabout2{
        margin-top: 35px;
    }
    .iabout3{
        line-height: 35px;
    }
    .ihistory_con{
        margin-top: 35px;
    }
    .ihistory_con_fl ul li{
        margin-bottom: 15px;
    }
    .ihistory_con_fl ul li .lc{
        margin-left: 25px;
    }
    .ifactory1{
        margin-top: 35px;
        font-size: 30px;
    }
    .icustomer1{
        margin-top: 35px;
    }
    .icustomer2{
        margin-top: 35px;
    }
    .icustomer3{
        margin-top: 35px;
    }
    .iquality1{
        font-size: 20px;
        margin-top: 35px;
    }
    .iquality3 span{
        font-size: 16px;
    }
    .iquality4{
        margin-top: 35px;
    }
    .isystem1{
        margin-top: 35px;
    }
    .isystem2 ul li{
        margin-bottom: 35px;
    }
    .isystem2 ul li:after{
        width: 82px;
    }
    .isystem2_txt2{
        font-size: 24px;
    }
    .isystem3{
        font-size: 24px;
        padding: 50px 25px;
    }
    .ijcsb1{
        margin-top: 35px;
    }
    .ijcsb2{
        margin-top: 35px;
    }
    .icontact .inner_fr, .inews .inner_fr, .inewsshow .inner_fr{
        padding: 50px 35px;
    }
    .icontact_con{
        margin-top: 35px;
    }
    .icontact_cons_t{
        padding: 30px 50px;
    }
    .icontact_cons_t_fl{
        font-size: 24px;
    }
    .icontact_cons_t_fr{
        padding-left: 50px;
        font-size: 16px;
    }
    .inews_con{
        margin: 35px 0 15px 0;
    }
    .inews_con ul li{
        margin-bottom: 35px;
    }
    .show_back{
        position: inherit;
        left: 0;
        margin-top: 10px;
    }
    .show_title{
        font-size: 36px;
        margin-top: 25px;
    }
    .show_content{
        margin-top: 35px;
        line-height: 35px;
    }
    .show_news{
        margin-top: 50px;
    }
    .iproduct_con{
        margin: 35px 0 15px 0;
    }
    .pagination a{
        padding: 0px 16px;
        line-height: 40px;
        margin: 0px 5px 10px 5px;
    }
    .inner-location p{
        font-size: 16px;
    }
    .inner-location p a{
        font-size: 16px;
    }
}

@media(max-width:820px) {
    .ban_txt1{
        font-size: 60px;
        letter-spacing: 5px;
    }
    .ban_txt2{
        font-size: 24px;
    }
    .ban_txt3 p{
        font-size: 14px;
    }
    .mouse-scroll{
        width: 90px;
        height: 90px;
    }
    .mouse-scroll:after{
        width: 90px;
        height: 90px;
    }
    .mouse-scroll a{
        width: 56px;
        height: 56px;
    }
    .mouse-scroll a img{
        height: 18px;
    }
    .home-banner .swiper-pagination{
        bottom: 13px;
    }
    .index_title p{
        font-size: 36px;
    }
    .company_bs_a_b{
        flex-direction: column;
    }
    .company_bs_a_b_fl{
        width: 100%;
    }
    .company_bs_a_b_fr{
        width: 100%;
        margin-top: 25px;
    }
    .company_bs_a_b_fl2{
        font-size: 22px;
    }
    .company_bs_a_b_fl3{
        margin-top: 25px;
    }
    .product_info h3{
        font-size: 22px;
    }
    .product_con{
        padding-bottom: 30px;
    }
    .pro_t_txt{
        font-size: 18px;
        margin-top: 20px;
    }
    .product_con .swiper-pagination1{
        display: flex;
    }
    .quality_fl1 ul li a{
        font-size: 22px;
    }
    .quality_fl3 h3{
        font-size: 16px;
    }
    .news_fl{
        width: 30%;
    }
    .news_fr{
        width: 62%;
    }
    .news_fr li a{
        padding-right: 70px;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fc{
        width: 100%;
    }
    .footer1_fc ul{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer1_fc ul li{
        width: 16.6%;
    }
    .footer1_fr{
        width: 100%;
    }
    .footer1_fr ul{
        flex-direction: row;
    }
    .footer1_fr ul li{
        margin-right: 30px;
        margin-bottom: 0;
    }


    .iban_info h3{
        font-size: 32px;
    }
    .iban_info p{
        font-size: 20px;
    }
    .iban_info p i{
        width: 5px;
        height: 20px;
        margin: 0 15px 0 5px;
    }
    .inner_fl{
        width: 32%;
    }
    .inner_fr{
        width: 68%;
    }
    .inner_title{
        font-size: 25px;
    }
    .iabout2 ul li{
        margin-bottom: 15px;
    }
    .iabout2_txt{
        font-size: 18px;
    }
    .iabout3{
        margin-top: 10px;
        line-height: 30px;
    }
    .ihistory_con_fl{
        width: 100%;
    }
    .ihistory_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .ifactory1{
        font-size: 24px;
    }
    .icustomer2_con dl{
        width: 100%;
    }
    .iquality1{
        font-size: 18px;
    }
    .iquality3 span{
        font-size: 14px;
    }
    .isystem2 ul li:after{
        width: 65px;
    }
    .isystem2_txt2{
        font-size: 20px;
    }
    .isystem3{
        font-size: 20px;
    }
    .ijcsb2_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ijcsb2_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .ijcsb2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .icontact_cons_t{
        padding: 25px 35px;
        /*height: 215px;*/
    }
    .icontact_cons_t_fl{
        font-size: 20px;
    }
    .show_title{
        font-size: 26px;
    }
    .show_info span{
        font-size: 16px;
    }
    .show_content{
        font-size: 16px;
    }
    .iproduct_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iproduct_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .iproduct_con ul li:nth-child(2n){
        margin-right: 0;
    }

}

@media(max-width:768px) {

}

@media(max-width:600px) {
    .nation ul li a{
        font-size: 12px;
    }
    .banners img{
        margin: 20px 0 0 auto;
    }
    .ban_txt1{
        font-size: 40px;
    }
    .ban_txt2{
        font-size: 20px;
    }
    .ban_txt3{
        display: none;
    }
    .mouse-scroll{
        width: 60px;
        height: 60px;
    }
    .mouse-scroll:after{
        width: 60px;
        height: 60px;
    }
    .mouse-scroll a{
        width: 36px;
        height: 36px;
    }
    .mouse-scroll a img{
        height: 15px;
    }
    .home-banner .swiper-pagination{
        bottom: 5px;
    }
    .home-banner .swiper-pagination-bullet{
        width: 25px;
    }
    .home-company{
        margin: 35px auto 0 auto;
    }
    .index_title span{
        font-size: 16px;
    }
    .index_title p{
        font-size: 26px;
        margin-top: 10px;
    }
    .company_t_fr img{
        height: 35px;
    }
    .company_b{
        margin-top: 25px;
    }
    .company_b .item{
        width: 20%;
    }
    .company_b .item.active{
        width: 20%;
    }
    .company_b .item.active .company_bs_b{
        display: flex;
    }
    .company_b .item.active .company_bs_a{
        display: none;
    }
    .company_bs_a_b_fl1{
        font-size: 14px;
    }
    .company_bs_b2{
        font-size: 17px;
    }
    .company_bs_a{
        padding: 25px 25px 30px 25px;
    }
    .company_bs_a_b_fl2{
        font-size: 20px;
    }
    .index_more a{
        width: 180px;
        height: 48px;
    }
    .index_more a i{
        left: 20px;
    }
    .index_more a:hover i{
        left: 154px;
    }
    .home-product{
        padding: 50px 0 35px 0;
        margin: -25px auto 0 auto;
    }
    .product_info{
        width: 100%;
    }
    .product_info h3{
        font-size: 20px;
    }
    .product_info h3 br{
        display: none;
    }
    .home-quality{
        margin: 35px auto 15px auto;
    }
    .quality_fl{
        width: 100%;
    }
    .quality_fr{
        width: 100%;
        margin-top: 15px;
    }
    .quality_fl1{
        margin-top: 25px;
    }
    .quality_fl1 ul{
        flex-direction: row;
        justify-content: space-between;
    }
    .quality_fl1 ul li a{
        font-size: 20px;
        line-height: 1;
    }
    .quality_fl3{
        margin-top: 25px;
    }
    .home-news{
        padding: 35px 0;
    }
    .news{
        padding: 25px 25px 98px 25px;
    }
    .news_fl{
        width: 100%;
    }
    .news_fr{
        width: 100%;
    }
    .newss .index_more{
        position: absolute;
        bottom: -73px;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 0;
        margin-top: 0;
    }
    .news_fr li a {
        padding-right: 57px;
    }
    .news_fr li a span{
        font-size: 14px;
        margin-right: 25px;
    }
    .news_fr li a{
        background-size: 32px 5px !important;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_fl_t a{
        justify-content: center;
    }
    .footer1_fl_b{
        margin-top: 25px;
    }
    .footer1_fl_b dl:nth-child(odd){
        width: 100%;
    }
    .footer1_fl_b dl:nth-child(even){
        width: 100%;
    }
    .footer1_fl_b dd p{
        font-size: 18px;
    }
    .footer1_fc ul li{
        width: 33.3%;
        margin-bottom: 10px;
    }
    .footer1_fr{
        margin-top: 10px;
    }

    .inner-banner{
        padding-bottom: 60px;
    }
    .inner-location{
        bottom: 17.5px;
    }
    .iban_scrolldown{
        right: 15px;
        bottom: 15px;
    }
    .scrolldown{
        width: 32px;
        height: 32px;
    }
    .scrolldown::before{
        width: 4px;
        height: 4px;
        -webkit-animation: circlesp 1.5s ease-in-out infinite, cirleopacity 1.5s ease-out infinite;
        animation: circlesp 1.5s ease-in-out infinite, cirleopacity 1.5s ease-out infinite;
    }
    .iban_info{
        height: calc(100% - 60px);
    }
    .iban_info h3{
        font-size: 26px;
    }
    .iban_info p{
        margin-top: 10px;
        font-size: 16px;
    }
    .iban_info p i{
        width: 4px;
        height: 15px;
        margin: 0 10px 0 5px;
    }
    .inner-main{
        padding: 35px 0 50px 0;
    }
    .inner_fl{
        width: 100%;
        position: relative;
        top: 0;
    }
    .inner_fl_t:after{
        transform: skewX(-14deg) translateX(50%);
        width: 10%;
    }
    .inner_fl_t{
        height: 43px;
    }
    .pinfo li a{
        line-height: 43px;
    }
    .pinfo li a.more{
        height: 43px;
    }
    .pinfo .er{
        padding: 15px 0;
    }
    .inner_fr{
        width: 100%;
        margin-top: 25px;
        scroll-margin-top: 110px;
        padding: 35px 25px;
    }
    .inner_title{
        font-size: 20px;
    }
    .iabout1{
        margin-top: 25px;
    }
    .iabout2{
        margin-top: 25px;
    }
    .ihistory_con{
        margin-top: 25px;
    }
    .ifactory1{
        margin-top: 25px;
        font-size: 18px;
    }
    .ifactory4 dl dt{
        width: 25%;
    }
    .ifactory4 dl dd{
        width: 75%;
    }
    .icustomer1{
        margin-top: 25px;
    }
    .icustomer2{
        margin-top: 25px;
    }
    .icustomer2_con{
        margin-top: 20px;
    }
    .icustomer3{
        margin-top: 25px;
    }
    .icustomer3_con{
        margin-top: 20px;
    }
    .iquality1{
        margin-top: 25px;
    }
    .iquality2{
        margin-top: 25px;
    }
    .iquality4{
        margin-top: 25px;
    }
    .isystem1{
        margin-top: 25px;
    }
    .isystem2 ul li{
        margin-bottom: 25px;
    }
    .isystem2 ul li:after{
        width: 60px;
    }
    .isystem2_txt{
        padding: 20px 0;
    }
    .isystem2_txt1{
        font-size: 14px;
    }
    .isystem2_txt2{
        font-size: 16px;
        margin-top: 15px;
    }
    .isystem3{
        padding: 35px 15px;
        font-size: 18px;
    }
    .ijcsb1{
        margin-top: 25px;
    }
    .ijcsb1_con{
        margin-top: 25px;
    }
    .ijcsb2{
        margin-top: 25px;
    }
    .ijcsb2_con{
        margin-top: 0;
    }
    .ijcsb2_con_txt{
        font-size: 14px;
    }
    .icontact .inner_fr, .inews .inner_fr, .inewsshow .inner_fr{
        padding: 35px 25px;
    }
    .icontact_con{
        margin-top: 25px;
    }
    .icontact_cons_t_fl{
        width: 100%;
    }
    .icontact_cons_t_fr{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        font-size: 14px;
    }
    .icontact_cons_t{
        height: auto;
        padding: 25px;
    }
    .icontact_cons_t_fr:before{
        display: none;
    }
    .inews .inner_fr,.icontact .inner_fr{
        margin-top: 0;
    }
    .inews_con{
        margin: 25px 0 15px 0;
    }
    .inews_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inews_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .iproduct_con{
        margin: 25px 0 15px 0;
    }
    .iproduct_con ul li{
        margin-bottom: 25px;
        width: 100%;
        margin-right: 0;
    }
    .iproduct_con ul li:nth-child(3n){
        margin-right: 0;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {
    .isystem2_txt2{
        font-size: 15px;
    }
    .isystem3{
        font-size: 16px;
    }
}

@media(max-width:320px) {

}














