@charset "utf-8";
*, *: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, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#ccc;
}
:-moz-placeholder {
    color:#ccc;
    opacity:1;
}
::-moz-placeholder {
    color:#ccc;
    opacity:1;
}
:-ms-input-placeholder{
    color:#ccc;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:arial, "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: 92%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
    display:block;
    width:100%;
    margin:0 auto;
    clear:both;
    height: 138px;
    background: url("../images/dhbg.jpg") repeat-x center;
    background-size: cover;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    height: 100%;
}
.nation{
    width: 32px;
    height: 32px;
    background: #EEEEEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #2B3B53;
}
.navdaohang{
    width: 100%;
    height: 100%;
    padding: 0 4%;
    display: flex;
    align-items: center;
    position: relative;
}
.sq-width-1-3{
    width: calc(100% * 1 / 3.001);
    height: 100%;
}
.navbar_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    box-sizing: border-box;
    z-index: 990;
}
.sq-width-1-3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}
.sq-width-1-3 ul li{
    position: static;
    height: 100%;
}
.sq-width-1-3 ul li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    height: 100%;
}
.sq-width-1-3 ul li a:hover{
    text-decoration: underline;
}
.sq-width-1-3 ul li a.current{
    text-decoration: underline;
}
.navbar_center a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.navbar_center a img{
    height: 65px;
}
.navbar_right{
    margin-left: auto;
}
.navdaohang .xiala{
    position: fixed;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
    background: #FFFFFF;
    top: 138px;
    box-shadow: 0 0 10px #ccc;
}
.navdaohang .xialas{
    display: flex;
    position: relative;
    padding: 50px 0 78px 0;
}
.container2{
    width: 1590px;
    margin: 0 auto;
}
.navdaohang .xialas:before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    background: #D7D7D7;
}
.navdaohang .xiala .container2{
    display: flex;
}
.navdaohang .xiala_fl{
    width: 50%;
    padding: 0 60px;
}
.navdaohang .xiala_fl h4{
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    margin-bottom: 60px;
}
.navdaohang .xiala_fl ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
}
.navdaohang .xiala_fl ul li{
    width: 50%;
    margin-bottom: 10px;
}
.navdaohang .xiala_fl ul li a{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.navdaohang .xiala_fl ul li a span{
    width: 9px;
    height: 9px;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #999;
    border-style: solid;
    border-width: 1.5px 1.5px 0 0;
    transform: rotate(45deg);
    margin-right: 8px;
}
.navdaohang .xiala_fl ul li a:hover{
    color: #DF3020;
}
.navdaohang .xiala_fl ul li a:hover span{
    border-color: #DF3020;
}
.navdaohang .xiala_fr{
    width: 50%;
    padding: 0 75px 0 150px;
}
.navdaohang .xiala_fr h4{
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    margin-bottom: 30px;
}
.search-icon{
    width: 32px;
    height: 32px;
    background: #EEEEEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-icon img{
    width: 17px;
    height: 17px;
}
/*搜索*/
.search {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    transition-property: opacity,visibility;
    transition-duration: .5s;
    transition-delay: .5s;
}
.search.search-is-open{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity:1;
    visibility:visible;
    transition-delay:0s;
}
.search.search-is-open .search_container{
    transform:translateY(0) translateZ(0);
}
.search_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: hidden;
}
.search-is-open .search_overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.search_container{
    position:relative;
    z-index:2;
    background-color:#fff;
    transform:translateY(-100%) translateZ(0);
    transition:transform .75s cubic-bezier(.77,0,.175,1);
}
.search{
    left:0;
}
.search-header{
    position:relative;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 88.54%;
    margin: auto;
    overflow: hidden;
}
.search-form{
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.search-header .search-btn-close{
    position:absolute;
    top:0;
    right:0;
}
.search-header .search-input{
    font-size:24px;
    width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    border:0;
}
.search-close {
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF url(../images/close.png) no-repeat center;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 6;
}
.search-close:hover {
    background: #DF3020 url(../images/close1.png) no-repeat center;
    background-size: 20px 20px;
}
.search .search-tj {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 45px;
    height: 45px;
    background: url(../images/searchf.png) no-repeat center;
    border: none;
    background-size: 20px 20px;
    box-sizing: border-box;
    display: block;
}
.search-header .search-input {
    display: block;
    text-indent: 20px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}

.daohang.guding{
    position: fixed;
    z-index: 999;
    height: 99px;
}
.daohang.guding .navdaohang .xiala{
    top: 99px;
}

/*手机导航*/
.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: rgba(255, 255, 255, 0.6);
    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;
}
.m-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    display: none;
    z-index: 99;
    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: 18px;
    color: #666666;
    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: #f05a25;
}
.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: 20px;
    box-sizing: border-box;
}
.m-nav ul li .m-subnav>a, .m-nav ul li .m-subnav .two-level {
    display: block;
    font-family: "syn";
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
}
.m-nav ul li .m-subnav a:hover {
    color: #f05a25;
}


/*swiper的banner*/
html, body {
    position: relative;
    height: 100%;
}
.home-banner {
    overflow:hidden;
    width:100%;
    height: 100%;
    margin: 0 auto;
    position:relative;
}
.home-banner .swiper-container {
    width: 100%;
    height: 100%;
    background-color: rgb(25, 25, 25);
    transition: 1s background-color 1.3s;
}
.home-banner .swiper-wrapper {
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    /* Center slide text vertically */
    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;
}
.home-banner .swiper-slide{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.title {
    transition-delay: 1s;
    z-index: 6;
    margin-left: 4%;
}
.title p {
    font-weight: 700;
    font-size: 53px;
}
.img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(0.6, 0.6);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2, 1.2) translateX(50%);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform;
}
.button-prev, .button-next {
    transition: 0.5s;
    outline: none;
    width: 15px;
    height: 29px;
    z-index: 6;
    cursor: pointer;
}
.button.disabled {
    opacity: 0.2;
    cursor: default;
}
/*#arrow-svg-home {
    transform: translateY(353px);
}
.button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}
svg {
    transition: 0.5s;
}
.cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}
.cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}
#arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}
#line {
    transition: 0.5s;
    stroke: #fff;
    transform: translate(50px, 42px);
}
.button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}
.button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}
.button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}
.button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}
.button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}
.button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}*/
.img-box {
    transform: matrix(0.8, 0, 0, 0.8, 0, 0);
}
.Rotation_paging {
    transition: 0.5s;
    outline: none;
    width: 80px;
    z-index: 6;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 1;
    margin-right: 56px;
    text-align: right;
}
.paging_number {
    font-weight: bold;
    font-size: 40px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0%;
    width: 40%;
    margin-left: 10%;
}
.home-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
    margin: 0 10px !important;
}

.home-banner .swiper-pagination-bullet-active{
    opacity: 1;
    width: 8px;
    height: 8px;
    background: transparent;
    position: relative;
}
.home-banner .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #DF3020;
    border-radius: 50%;
}
.home-banner .swiper-pagination {
    color: #FFF;
    position: inherit;
    text-align: left;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 6;
    margin-left: 36px;
}
.banbtn{
    position: absolute;
    left: 4%;
    width: 92%;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banbtn_fl{
    display: flex;
    align-items: center;
}
.banbtn_fr{
    display: flex;
    align-items: center;
}
.mouse-scroll {
    position: absolute;
    bottom: 36px;
    z-index: 5;
    left: 50%;
}
.mouse-scroll a{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mouse-scroll a img{
    height: 63px;
    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(10px);}
    100% {transform:translateY(0px);}
}



@media(max-width:1199px) {
    .daohang{
        height:60px;
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .daohang.guding{
        height:60px;
    }
    .navdaohang{
        padding: 0;
        position: inherit;
    }
    .navbar_center{
        left: 15px;
        transform: translate(0, -50%);
    }
    .navbar_center a img{
        height: 40px;
    }
    .menubtn {
        display:block;
    }
    .sq-width-1-3 {
        display:none;
    }
    .nation{
        position: absolute;
        right: 95px;
    }
    .search-icon{
        position: absolute;
        right: 50px;
    }

}


footer{
    width: 100%;
    margin: 0 auto;
    background: #EEEEEE;
}
.footer2{
    border-top: 1px solid #ddd;
    padding: 26px 0;
}
.footer2 p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
}
.footer2 p a{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
.footer2 p a:hover{
    color: #DF3020;
}
.footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 20px 0;
}
.footer1_fl{
    width: 75%;
}
.footer1_fl_t ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer1_fl_t ul li{
    margin-right: 78px;
}
.footer1_fl_t ul li:last-child{
    margin-right: 0;
}
.footer1_fl_t ul li a{
    display: flex;
    align-items: center;
}
.footer1_t_img{
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid #888888;
    border-radius: 50%;
    overflow: hidden;
}
.footer1_t_img:after{
    padding-bottom: 100%;
}
.footer1_t_img .f_before{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.footer1_t_img .f_after{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.footer1_fl_t ul li a:hover .footer1_t_img{
    border: 1px solid #DF3020;
}
.footer1_fl_t ul li a:hover .footer1_t_img .f_after{
    left: 0;
    opacity: 1;
}
.footer1_fl_t ul li a:hover .footer1_t_img .f_before{
    left: 200%;
    opacity: 0;
}
.footer1_t_txt{
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.footer1_t_txt span{
    color: #888;
    font-weight: normal;
    margin: 0 20px;
}
.footer1_fl_t ul li a:hover .footer1_t_txt{
    color: #DF3020;
}
.footer1_fl_t ul li a:hover .footer1_t_txt span{
    color: #DF3020;
}
.footer1_fl_b{
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer1_fl_b1 a{
    display: flex;
    align-items: center;
}
.footer1_fl_b1 a img{
    height: 52px;
}
.footer1_fl_b1 a p{
    flex: 1;
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    margin-left: 18px;
}
.footer1_fl_b2{
    position: relative;
    padding-left: 62px;
}
.footer1_fl_b2:before{
    content: '';
    display: block;
    width: 47px;
    height: 47px;
    border: 1px solid rgba(223,48,.32,.5);
    border-radius: 50%;
    background: url("../images/ftel.png") no-repeat center;
    background-size: 19px 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.footer1_fl_b2 p{
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #DF3020;
    line-height: 1;
    margin-bottom: 10px;
}
.footer1_fl_b2 span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.footer1_fl_b3{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
}
.footer1_fl_b3 p{
    padding-left: 22px;
}
.footer1_fl_b3 p.faddress{
    background: url("../images/faddress.png") no-repeat left center;
    background-size: 14px 18px;
}
.footer1_fl_b3 p.fmail{
    background: url("../images/fmail.png") no-repeat left center;
    background-size: 15px 12px;
}
.footer1_fr{
    width: 9%;
}
.footer1_fr_t ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer1_fr_t ul li{
    margin-right: 24px;
}
.footer1_fr_t ul li:last-child{
    margin-right: 0;
}
.footer1_fr_t ul li a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.footer1_fr_t ul li a.qq{
    background: #005395 url("../images/qq.png") no-repeat center;
    background-size: 17px 17px;
}
.footer1_fr_t ul li a.wx{
    background: #45BB35 url("../images/wx.png") no-repeat center;
    background-size: 22px 18px;
}
.footer1_fr_t ul li a.wb{
    background: #DF3020 url("../images/wb.png") no-repeat center;
    background-size: 21px 18px;
}
.footer1_fr_b{
    margin-top: 40px;
    text-align: center;
}
.footer1_fr_b img{
    display: block;
    max-width: 100%;
    margin: auto;
}
.footer1_fr_b p{
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}


/*公司简介*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info h3{
    font-size: 53px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 15px;
}
.iban_info p{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    border-bottom: 1px solid #eee;
    height: 100px;
}
.inner_nav .container2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.inner_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner_nav_fl ul li{
    line-height: 100px;
    margin-right: 85px;
}
.inner_nav_fl ul li:last-child{
    margin-right: 0;
}
.inner_nav_fl ul li a{
    display: block;
    font-size: 20px;
    color: #999;
    position: relative;
    transition: .5s;
}
.inner_nav_fl ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #E62129;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .5s;
}
.inner_nav_fl ul li a:hover{
    color: #1E2F4C;
    font-size: 24px;
}
.inner_nav_fl ul li a:hover:after{
    width: 28px;
}
.inner_nav_fl ul li a.current{
    color: #1E2F4C;
    font-size: 24px;
}
.inner_nav_fl ul li a.current:after{
    width: 28px;
}
.inner_nav_fr p{
    background: url("../images/home.png") no-repeat left center;
    background-size: 20px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    padding-left: 38px;
}
.inner_nav_fr p a{
    font-size: 16px;
    color: #999999;
}
.iabout{
    margin-top: 65px;
}
.inner_title{
    font-size: 36px;
    font-weight: bold;
    color: #1E304E;
    line-height: 1;
}
.iabout1{
    margin: 35px 0 70px 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.iabout2 ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.iabout2 ul li{
    text-align: center;
}
.iabout2 ul li h3{
    font-size: 53px;
    font-family: Arial;
    font-weight: bold;
    color: #1E304E;
    line-height: 1;
    margin-bottom: 20px;
}
.iabout2 ul li p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.iabout3{
    margin: 95px 0 80px 0;
}
.iabout3s{
    position: relative;
}
.iabout3s_txt{
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}
.iabout3s_txt:after{
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #FFFFFF;
    margin-top: 15px;
}
.iabout3_1{
    margin-bottom: 15px;
}
.iabout3_1 .iabout3s_txt{
    left: 87px;
    top: 75px;
}
.iabout3_2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iabout3_2_1{
    width: 33.14%;
}
.iabout3_2_2{
    width: 66.03%;
}
.iabout3_2_2 .iabout3s_txt{
    right: 40px;
    bottom: 45px;
}

/*工厂展示*/
.ifactory{
    padding: 52px 0;
}
.ifactory_con{
    margin-top: 45px;
}
.ifactory_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ifactory_con ul li{
    width: 30.8%;
    margin-right: 3.8%;
    margin-bottom: 55px;
}
.ifactory_con ul li:nth-child(3n){
    margin-right: 0;
}
.ifactory_con ul li a{
    display: block;
    background: #FFFFFF;
    padding: 35px 30px 52px 30px;
    border: 1px solid #fff;
    transition: .5s;
}
.factory_txt{
    text-align: center;
    margin-top: 35px;
}
.factory_txt1{
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 65px;
}
.factory_txt2{
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #666666;
    width: 131px;
    margin: 0 auto;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.ifactory_con ul li a:hover{
    border: 1px solid #1E2F4C;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
}
.ifactory_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ifactory_con ul li a:hover .factory_txt1{
    color: #1E2F4C;
}
.ifactory_con ul li a:hover .factory_txt2{
    text-decoration: none;
    color: #FFFFFF;
    background: #1E2F4C;
}
.inner_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    margin: 0 auto;
    height: 52px;
    background: #1D2E4B;
    border-radius: 50%;
}
.inner_more a img{
    height: 11px;
}

/*订单留言*/
.icontact1{
    margin: 40px 0 55px 0;
}
.icontact1_con{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.icontact1_con_fl{
    width: 46%;
}
.icontact1_con_fr{
    width: 51%;
}
.icontact1_con_fr ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.icontact1_con_fr ul li{
    width: 45%;
    margin-right: 10%;
    margin-bottom: 80px;
    display: flex;
}
.icontact1_con_fr ul li:nth-child(2n){
    margin-right: 0;
}
.icontact1_con_fr ul li:nth-child(3), .icontact1_con_fr ul li:nth-child(4){
    margin-bottom: 0;
}
.icontact1_fr_img{
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #1E304E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    overflow: hidden;
    position: relative;
}
.icontact1_fr_img:after{
    padding-bottom: 100%;
}
.icontact1_fr_img .c_before{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.icontact1_fr_img .c_after{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.icontact1_con_fr ul li:hover .icontact1_fr_img{
    border: 1px solid #DF3020;
}
.icontact1_con_fr ul li:hover .icontact1_fr_img .c_after{
    left: 0;
    opacity: 1;
}
.icontact1_con_fr ul li:hover .icontact1_fr_img .c_before{
    left: 200%;
    opacity: 0;
}
.icontact1_fr_txt{
    flex: 1;
    margin-left: 20px;
}
.icontact1_fr_txt h3{
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 1;
}
.icontact1_fr_txt span{
    display: block;
    color: #999999;
    margin: 10px 0;
    text-transform: uppercase;
}
.icontact1_fr_txt p{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}
.icontact2_con{
    margin-top: 30px;
    background: url("../images/contact2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 57px 0 68px 0;
}
.ly1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly1_fl{
    width: 47.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly1s{
    width: 45%;
    position: relative;
    margin-bottom: 17px;
}
.ly1 label{
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    width: 80px;
    position: absolute;
    left: 25px;
    line-height: 53px;
}
.ly1 select{
    width: 100%;
    border: 1px solid #CCCCCC;
    height: 53px;
    line-height: 51px;
    color: #666;
    padding: 0 18px 0 105px;
    font-size: 16px;
    background: #FFFFFF url("../images/lyjt.png") no-repeat right center;
}
.ly1_fr{
    width: 47.5%;
    position: relative;
    margin-bottom: 17px;
}
.ly2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly2s{
    width: 47.5%;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 0 18px 0 25px;
    margin-bottom: 17px;
}
.ly2 label{
    width: 125px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    gap: 17px;
}
.ly2 label i{
    width: 28px;
    height: 31px;
}
.ly2 label .i1{
    background: url("../images/ly1.png") no-repeat center;
    background-size: 28px 22px;
}
.ly2 label .i2{
    background: url("../images/ly2.png") no-repeat center;
    background-size: 25px 31px;
}
.ly2 label .i3{
    background: url("../images/ly3.png") no-repeat center;
    background-size: 22px 22px;
}
.ly2 label .i4{
    background: url("../images/ly4.png") no-repeat center;
    background-size: 23px 16px;
}
.ly2 input{
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    border: none;
    background: transparent;
}
.ly3{
    display: flex;
    align-items: flex-start;
    padding: 20px 18px 20px 25px;
    margin-bottom: 55px;
    height: 186px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.ly3 label{
    width: 125px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    gap: 17px;
}
.ly3 label i{
    width: 28px;
    height: 31px;
}
.ly3 label .i5{
    background: url("../images/ly5.png") no-repeat center;
    background-size: 25px 29px;
}
.ly3 textarea{
    flex: 1;
    height: 100%;
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;
    color: #666;
    border: none;
    background: transparent;
}
.ly4 input{
    display: flex;
    align-items: center;
    width: 184px;
    margin: 0 auto;
    height: 52px;
    background: transparent url("../images/fly.png") no-repeat 37px center;
    background-size: 24px 24px;
    border: 1px solid #1E304E;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #1E304E;
    padding-left: 83px;
    transition: .5s;
}
.ly4 input:hover{
    background: #1E304E url("../images/fly_h.png") no-repeat 37px center;
    background-size: 24px 24px;
    color: #fff;
}
.ly4 input:focus{
    background: #1E304E url("../images/fly_h.png") no-repeat 37px center;
    background-size: 24px 24px;
    color: #fff;
}

/*新闻资讯*/
.inews{
    padding: 40px 0 58px 0;
}
.inews1{
    padding: 40px 0 63px 0;
}
.inews1 a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
    border-radius: 20px;
    padding: 42px 165px 42px 46px;
}
.inews1 a .tp{
    width: 40%;
    border-radius: 20px;
}
.inews1_txt{
    width: 56%;
}
.inews1_txt1{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #1E304E;
    line-height: 1;
}
.inews1_txt2{
    font-size: 24px;
    font-weight: bold;
    color: #1E304E;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 25px 0 30px 0;
}
.inews1_txt3{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    height: 105px;
    overflow: hidden;
}
.inews1_txt4{
    margin-top: 45px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #1E2F4C;
}
.inews1_txt4 span{
    width: 49px;
    height: 49px;
    background: #FFFFFF url("../images/njt.png") no-repeat center;
    background-size: 15px 11px;
    border: 1px solid #1E2F4C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
.inews1 a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inews2 ul li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 69px;
}
.inews2 ul li:nth-child(3n){
    margin-right: 0;
}
.inews2 ul li a{
    display: block;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 25px 28px 40px 28px;
    transition: .5s;
}
.inews2_txt{
    margin-top: 30px;
}
.inews2_txt1{
    font-size: 18px;
    font-weight: 400;
    color: #202020;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews2_txt2{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin: 15px 0 25px 0;
}
.inews2_txt3{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews2_txt4{
    margin-top: 30px;
    width: 125px;
    height: 39px;
    background: #F9F9F9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    transition: .5s;
}
.inews2 ul li a:hover{
    border: 1px solid #1E2F4C;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
}
.inews2 ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2 ul li a:hover .inews2_txt1{
    font-weight: bold;
    color: #1E304E;
}
.inews2 ul li a:hover .inews2_txt4{
    color: #1E304E;
    border: 1px solid #1E304E;
    background: #FFFFFF;
}

/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 12px;
    line-height: 41px;
    margin:0px 1px 10px 1px;
    border: 1px solid #d7d8da;
}
.pagination a:hover{
    color:#fff;
    background-color:#1E304E;
    border: 1px solid #1E304E;
}
.pagination a.active {
    color:#fff;
    background-color: #1E304E;
    border: 1px solid #1E304E;
}

/*新闻详情*/
.inewsshow{
    padding: 70px 0 35px 0;
}
.inewsshow .container2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsshow_fl{
    width: 73%;
}
.show_title{
    text-align: center;
}
.show_title h3{
    font-size: 24px;
    font-weight: 400;
    color: #202020;
    line-height: 30px;
    margin-bottom: 20px;
}
.show_title p{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #646464;
    font-size: 14px;
}
.show_title span{
    padding: 0 8px;
    background: url("../images/li.jpg") no-repeat right center;
    display: flex;
    align-items: center;
}
.show_title span:last-child{
    background: none;
}
.show_content{
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    padding: 30px 0 35px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    line-height: 30px;
    color:#616161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #A7A7A8;
}
.show_back_fl li a:hover{
    color: #E62129;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 44px;
    line-height:44px;
    border-radius: 5px;
    color:#666;
    padding: 0 31px 0 39px;
}
.show_back_fr a img{
    padding-left: 24px;
    height: 19px;
}
.reladated_news{
    margin-top: 40px;
}
.reladated_title{
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 17px;
}
.reladated_title p{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #1E304E;
    line-height: 1;
    position: relative;
}
.reladated_title p:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #1E304E;
    position: absolute;
    bottom: -20px;
}
.reladated_news_con{
    margin-top: 35px;
    position: relative;
    padding-bottom: 40px;
}
.reladated_news_con .swiper-slide{
    display: initial;
}
.newsshow a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    text-align: left;
    border: 1px solid #fff;
    padding: 18px 20px 33px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.41);
    border-radius: 5px;
}
.newsshow a:hover{
    border: 1px solid #1E2F4C;
}
.newsshow a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newsshow a:hover .inews2_txt1{
    font-weight: bold;
    color: #1E304E;
}
.newsshow a:hover .inews2_txt4{
    color: #1E304E;
    border: 1px solid #1E304E;
    background: #FFFFFF;
}
.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;
}
.reladated_news_con .swiper-pagination1{
    bottom: 0;
    right: 0;
    width: 100%;
}
.reladated_news_con .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background: #CCCCCC;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 50%;
}
.reladated_news_con .swiper-pagination-bullet-active{
    width: 9px;
    height: 9px;
    background: transparent;
    position: relative;
}
.reladated_news_con .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 15px;
    border: 2px solid #1E2F4C;
    border-radius: 50%;
}


.newsshow_fr{
    width: 22%;
    height: 100%;
}
.newsshow_frs{
    background: #fff;
    border-radius: 10px;
    padding: 26px 17px;
    margin-bottom: 25px;
}
.newsshow_fr_title{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 13px;
}
.newsshow_fr_title h3{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 34px;
    padding-left: 46px;
    position: relative;
}
.newsshow_fr_title h3:before{
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #1E2F4C;
    background: url("../images/h3.png") no-repeat center;
    background-size: 17px 17px;
    position: absolute;
    left: 0;
    top: 0;
}
.newsshow_fr1 .newsshow_fr_title h3:before{

}
.newsshow_fr1_info{
    margin-top: 14px;
}
.newsshow_fr1_info li{
    margin-bottom: 18px;
    overflow: hidden;
}
.newsshow_fr1_info li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsshow_fr1_info li a .tp{
    width: 41%;
}
.inewsshow_txt{
    width: 59%;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.newsshow_fr1_info li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*资质证书*/
.iban_info .container2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.iban_info_fr li{
    font-size: 24px;
    font-weight: 400;
    color: #1D2E4B;
    line-height: 30px;
    position: relative;
    padding-left: 55px;
    margin-bottom: 31px;
}
.iban_info_fr li:last-child{
    margin-bottom: 0;
}
.iban_info_fr li:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #1D2E4B url("../images/gou.png") no-repeat center;
    background-size: 18px 18px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.ihonor{
    padding: 48px 0 58px 0;
}
.ihonor_con{
    margin-top: 45px;
}
.ihonor_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor_con ul li{
    width: 20%;
    margin-bottom: 50px;
    margin-right: 6.66%;
}
.ihonor_con ul li:nth-child(4n){
    margin-right: 0;
}
.ihonor_con ul li a{
    display: block;
    position: relative;
    border: 1px solid #1E2F4C;
    border-radius: 10px;
    padding: 23px 26px;
    transition: .5s;
}
.ihonor_con ul li a:hover{
    background: url("../images/honorbg.png") no-repeat center;
    background-size: cover;
}
.honor_img{
    position: relative;
    left: 0;
    transition: .5s;
}
.ihonor_con ul li a:hover .honor_img{
    left: 65px;
}
.honor_img .pic{
    border-radius: 15px;
}
.honor_img .pic:after{
    padding-bottom: 139.92%;
}
.magnifier{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.77);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
}
.ihonor_con ul li a:hover .magnifier{
    opacity: 1;
}
.magnifier img{
    height: 33px;
}
.honor_txt{
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.ihonor_con ul li:hover .honor_txt{
    color: #1E2F4C;
}

/*产品中心*/
.ipro_info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ipro_info_fl{
    width: 391px;
    position: absolute;
    left: 0;
    top: 0;
}
.ipro_info_fl_t{
    height: 151px;
    background: rgba(0,91,172,0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0 33px 0 60px;
}
.ipro_info_fl_t p{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.ipro_info_fl_t span{
    font-size: 18px;
    text-transform: uppercase;
}
.ipro_info_fl_b li a{
    position: relative;
    height: 153px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255,255,255,0.9);
    border: 1px solid #F1F1F1;
    padding: 0 33px 0 60px;
    transition: .5s;
}
.ipro_info_fl_b li a:after{
    content: '';
    display: block;
    width: 18px;
    height: 100%;
    background: url("../images/pjt.png") no-repeat right center;
    background-size: 18px 11px;
    position: absolute;
    right: 33px;
    transition: .5s;
}
.ipro_info_fl_b li a:hover{
    background: rgba(255,255,255,1);
}
.ipro_info_fl_b li a:hover:after{
    background: url("../images/pjt_h.png") no-repeat right center;
    background-size: 18px 11px;
}
.ipro_info_fl_b li a p{
    font-size: 24px;
    color: #666;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.ipro_info_fl_b li a span{
    font-size: 18px;
    color: #ccc;
    text-transform: uppercase;
}
.ipro_info_fr{
    position: absolute;
    right: 4%;
    bottom: 110px;
    width: 194px;
    height: 201px;
    background: url("../images/pbg.png")  no-repeat center;
    background-size: 194px 201px;
}
.ipro_info_fr a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ipro_info_fr a img{
    width: 32px;
    margin: 0 auto;
    height: 32px;
}
.ipro_info_fr a p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

/*产品列表*/
.iprolist{
    padding: 50px 0 37px 0;
}
.iprolist_con{
    margin-top: 40px;
}
.iprolist_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iprolist_con ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 48px;
}
.iprolist_con ul li:nth-child(3n){
    margin-right: 0;
}
.iprolist_con ul li a{
    display: block;
    background: #FFFFFF;
    padding: 35px 30px 50px 30px;
    border: 1px solid #fff;
    transition: .5s;
}
.iprolist_con ul li a .pic{
    background: #eee;
}
.iprolist_con ul li a .pic img{
    padding: 50px;
}
.iprolist_con ul li a .pic:after{
    padding-bottom: 77.33%;
}
.prolist_txt{
    text-align: center;
    margin-top: 35px;
}
.prolist_txt1{
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 65px;
}
.prolist_txt2{
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #666666;
    width: 131px;
    margin: 0 auto;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.iprolist_con ul li a:hover{
    border: 1px solid #1E2F4C;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
}
.iprolist_con ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iprolist_con ul li a:hover .prolist_txt1{
    color: #1E2F4C;
}
.iprolist_con ul li a:hover .prolist_txt2{
    text-decoration: none;
    color: #FFFFFF;
    background: #1E2F4C;
}

/*产品详情*/
.iproshow{
    padding: 65px 0 60px 0;
}
.proshow1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.proshow1_fl{
    width: 45.5%;
    height: 100%;
    position: relative;
    background: #fff;
}
.proshow1_fl .swiper-slide{
    display: initial;
}
.proshow1_fl .pic{
    display: block;
    position: relative;
    width: 100%;
}
.proshow1_fl .pic:after{
    padding-bottom: 65.14%;
}
.proshow1_fl .pic img{
    padding: 20px;
}
.proshow1_fl .swiper-button-next1, .proshow1_fl .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #F9F9F9 url("../images/p1jt.png") no-repeat center;
    background-size: 8px 13px;
    border-radius: 50%;
}
.proshow1_fl .swiper-button-next1:hover ,.proshow1_fl .swiper-button-prev1:hover{
    background: #1E304E url("../images/p1jt_h.png") no-repeat center;
    background-size: 8px 13px;
}
.proshow1_fl .swiper-button-prev1{
    right: auto;
    left: 30px;
}
.proshow1_fl .swiper-button-next1{
    left: auto;
    right: 30px;
    transform: translate(0, -50%) rotateY(-180deg);
}
.proshow1_fr{
    width: 51%;
}
.proshow1_fr1{
    font-size: 30px;
    font-weight: bold;
    color: #1E304E;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    line-height: 1;
}
.proshow1_fr2{
    margin-top: 40px;
}
.proshow1_fr2 dl{
    margin-bottom: 20px;
    display: flex;
    line-height: 25px;
}
.proshow1_fr2 dl:last-child{
    margin-bottom: 0;
}
.proshow1_fr2 dt{
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.proshow1_fr2 dd{
    flex: 1;
    padding-left: 10px;
    font-size: 16px;
    color: #666;
}
.proshow1_fr3{
    margin-top: 50px;
    display: flex;
}
.proshow1_fr3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    transition: .5s;
    border: 1px solid #ddd;
}
.proshow1_fr3 a.yx{
    padding: 0 35px;
    margin-right: 20px;
}
.proshow1_fr3 a.yx i{
    background: url("../images/yx.png") no-repeat center;
    background-size: 27px 20px;
    width: 27px;
    height: 20px;
    margin-right: 10px;
    transition: .5s;
}
.proshow1_fr3 a.lxwm{
    padding: 0 67px;
    border: 1px solid #1E304E;
    color: #1E304E;
}
.proshow1_fr3 a:hover{
    color: #1E304E;
    border: 1px solid #1E304E;
}
.proshow1_fr3 a.yx:hover i{
    background: url("../images/yx_h.png") no-repeat center;
    background-size: 27px 20px;
}
.proshow2{
    margin: 55px 0 85px 0;
}
.proshow2_con{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}
.proshow3 ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.proshow3 ul li.center{
    margin: 0 20px;
}
.proshow3 ul li a{
    display: block;
    width: 135px;
    line-height: 44px;
    color: #666;
    transition: .5s;
}
.proshow3 ul li a:hover{
    color: #fff;
}
.proshow3 ul li.left a{
    background: #EEEEEE url("../images/left.png") no-repeat 15px center;
    background-size: 18px 14px;
    padding-left: 47px;
}
.proshow3 ul li.center a{
    background: url("../images/center.png") no-repeat center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    border: none;
}
.proshow3 ul li.right a{
    background: #EEEEEE url("../images/right.png") no-repeat 102px center;
    background-size: 18px 14px;
    padding-left: 15px;
}
.proshow3 ul li.left a:hover{
    background: #1E2F4C url("../images/left_h.png") no-repeat 15px center;
    background-size: 18px 14px;
}
.proshow3 ul li.center a:hover{
    background: url("../images/center_h.png") no-repeat center;
    background-size: 36px 36px;
}
.proshow3 ul li.right a:hover{
    background: #1E2F4C url("../images/right_h.png") no-repeat 102px center;
    background-size: 18px 14px;
}
.proshow4{
    margin-top: 25px;
}
.proshow4_con{
    margin-top: 38px;
    position: relative;
}
.proshow4_con .swiper-container{
    width: 92%;
    margin: 0 auto;
}
.proshow4_con .swiper-slide{
    display: initial;
}
.proshow4s a{
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.proshow4s a .pic{
    background: #FFFFFF;
}
.proshow4s a .pic img{
    padding: 20px;
}
.proshow4_txt{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proshow4s a:hover .pic{
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.7);
}
.proshow4s a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.proshow4s a:hover .proshow4_txt{
    color: #1E2F4C;
}
.proshow4_con .swiper-button-next2, .proshow4_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 11px;
    height: 23px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/p4jt.png") no-repeat center;
    background-size: 11px 23px;
    text-align: center;
    border-radius: 0;
}
.proshow4_con .swiper-button-next2:hover, .proshow4_con .swiper-button-prev2:hover{
    background: url("../images/p4jt_h.png") no-repeat center;
    background-size: 11px 23px;
}
.proshow4_con .swiper-button-prev2{
    left: 0;
    right: auto;
}
.proshow4_con .swiper-button-next2{
    right: 0;
    left: auto;
    transform: translate(0, -50%) rotateY(-180deg);
}
.proshow4s a:hover .iproshow4_txt{
    color: #0D4486;
}





@media (min-width:1801px) and (max-width:1900px){
    .ipro_info_fl_t{
        height: 145px;
    }
    .ipro_info_fl_b li a{
        height: 145px;
    }
}

@media (min-width:1701px) and (max-width:1800px){
    .ipro_info_fl_t{
        height: 135px;
    }
    .ipro_info_fl_b li a{
        height: 135px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container2{
        width: 88%;
    }
    .ipro_info_fl_t{
        height: 125px;
    }
    .ipro_info_fl_b li a{
        height: 125px;
    }
    .proshow1_fr2{
        margin-top: 30px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 20px;
    }
}
@media (min-width:1501px) and (max-width:1600px){
    .container2{
        width: 88%;
    }
    .title p{
        font-size: 50px;
    }
    .paging_number{
        font-size: 38px;
    }
    .footer1_fr{
        width: 11%;
    }
    .footer1_fl_b2 p{
        font-size: 28px;
    }
    .iban_info h3{
        font-size: 50px;
    }
    .iban_info p{
        font-size: 17px;
    }
    .inner_nav_fl ul li{
        margin-right: 70px;
    }
    .inner_nav_fl ul li a{
        font-size: 18px;
    }
    .inner_nav_fl ul li a:hover{
        font-size: 22px;
    }
    .inner_nav_fl ul li a.current{
        font-size: 22px;
    }
    .inner_title{
        font-size: 34px;
    }
    .ifactory_con ul li{
        margin-bottom: 50px;
    }
    .ifactory_con ul li a{
        padding: 30px 25px 47px 25px;
    }
    .factory_txt1{
        font-size: 22px;
        margin-bottom: 55px;
    }
    .iabout2 ul li h3{
        font-size: 50px;
    }
    .iabout2 ul li p{
        font-size: 17px;
    }
    .iabout3s_txt{
        font-size: 22px;
        line-height: 33px;
    }
    .iabout3_1 .iabout3s_txt{
        left: 70px;
        top: 65px;
    }
    .inews1_txt2{
        margin: 20px 0 25px 0;
    }
    .inews1_txt4{
        margin-top: 35px;
    }
    .ipro_info_fl_t{
        height: 115px;
    }
    .ipro_info_fl_t p{
        font-size: 28px;
    }
    .ipro_info_fl_t span{
        font-size: 17px;
    }
    .ipro_info_fl_b li a{
        height: 115px;
    }
    .ipro_info_fl_b li a p{
        font-size: 22px;
    }
    .ipro_info_fl_b li a span{
        font-size: 17px;
    }
    .ipro_info_fr{
        bottom: 75px;
        width: 170px;
        height: 176px;
        background-size: 170px 176px;
    }
    .proshow1_fr1{
        font-size: 28px;
        padding-bottom: 25px;
    }
    .proshow1_fr2{
        margin-top: 30px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 15px;
    }
}

@media (min-width:1401px) and (max-width:1500px) {
    .container2 {
        width: 88%;
    }
    .title p {
        font-size: 47px;
    }
    .paging_number {
        font-size: 36px;
    }
    .footer1_fl_t ul li {
        margin-right: 50px;
    }
    .footer1_fr {
        width: 12%;
    }
    .footer1_fl_b1 a p {
        font-size: 22px;
    }
    .footer1_fl_b1 a img {
        height: 48px;
    }
    .footer1_fl_b2 p {
        font-size: 26px;
    }
    .iban_info h3{
        font-size: 47px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .inner_nav_fl ul li{
        margin-right: 60px;
    }
    .inner_nav_fl ul li a{
        font-size: 18px;
    }
    .inner_nav_fl ul li a:hover{
        font-size: 22px;
    }
    .inner_nav_fl ul li a.current{
        font-size: 22px;
    }
    .inner_title{
        font-size: 32px;
    }
    .ifactory_con ul li{
        margin-bottom: 50px;
    }
    .ifactory_con ul li a{
        padding: 30px 25px 47px 25px;
    }
    .factory_txt1{
        font-size: 22px;
        margin-bottom: 55px;
    }
    .iabout2 ul li h3{
        font-size: 47px;
    }
    .iabout2 ul li p{
        font-size: 16px;
    }
    .iabout3s_txt{
        font-size: 22px;
        line-height: 33px;
    }
    .iabout3_1 .iabout3s_txt{
        left: 50px;
        top: 55px;
    }
    .inews1_txt2{
        font-size: 22px;
        margin: 15px 0 20px 0;
    }
    .inews1_txt4{
        margin-top: 25px;
    }
    .show_title h3{
        font-size: 22px;
    }
    .iban_info_fr li{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ipro_info_fl_t{
        height: 105px;
    }
    .ipro_info_fl_t p{
        font-size: 26px;
    }
    .ipro_info_fl_t span{
        font-size: 17px;
    }
    .ipro_info_fl_b li a{
        height: 105px;
    }
    .ipro_info_fl_b li a p{
        font-size: 22px;
    }
    .ipro_info_fl_b li a span{
        font-size: 17px;
    }
    .ipro_info_fr{
        bottom: 55px;
        width: 150px;
        height: 155px;
        background-size: 150px 155px;
    }
    .ipro_info_fr a p{
        margin-top: 10px;
    }
    .iprolist_con ul li a{
        padding: 30px 25px 45px 25px;
    }
    .prolist_txt1{
        font-size: 22px;
        margin-bottom: 55px;
    }
    .proshow1_fr1{
        font-size: 26px;
        padding-bottom: 20px;
    }
    .proshow1_fr2{
        margin-top: 20px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 15px;
    }
    .proshow1_fr2 dt{
        font-size: 17px;
    }
    .proshow1_fr2 dd{
        font-size: 15px;
    }
    .proshow1_fr3{
        margin-top: 35px;
    }
    .proshow2{
        margin: 45px 0 60px 0;
    }
    .proshow4_txt{
        margin-top: 25px;
    }
}
@media (min-width:1280px) and (max-width:1400px){
    .container2{
        width: 88%;
    }
    .title p{
        font-size: 43px;
    }
    .paging_number{
        font-size: 34px;
    }
    .footer1_fl_t ul li{
        margin-right: 50px;
    }
    .footer1_fr{
        width: 13%;
    }
    .footer1_fl_b1 a p{
        font-size: 20px;
    }
    .footer1_fl_b1 a img{
        height: 45px;
    }
    .footer1_fl_b2 p{
        font-size: 24px;
    }
    .iban_info h3{
        font-size: 43px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .inner_nav_fl ul li{
        margin-right: 50px;
    }
    .inner_nav_fl ul li a{
        font-size: 16px;
    }
    .inner_nav_fl ul li a:hover{
        font-size: 20px;
    }
    .inner_nav_fl ul li a.current{
        font-size: 20px;
    }
    .inner_title{
        font-size: 30px;
    }
    .ifactory_con ul li{
        margin-bottom: 45px;
    }
    .ifactory_con ul li a{
        padding: 25px 20px 42px 20px;
    }
    .factory_txt1{
        font-size: 20px;
        margin-bottom: 45px;
    }
    .iabout2 ul li h3{
        font-size: 43px;
    }
    .iabout2 ul li p{
        font-size: 16px;
    }
    .iabout3s_txt{
        font-size: 20px;
        line-height: 30px;
    }
    .iabout3_1 .iabout3s_txt{
        left: 40px;
        top: 45px;
    }
    .icontact1_con_fr ul li{
        margin-bottom: 50px;
    }
    .ly1s{
        width: 48.5%;
    }
    .inews1 a{
        padding: 35px 100px 35px 40px;
    }
    .inews1_txt1{
        font-size: 16px;
    }
    .inews1_txt2{
        font-size: 20px;
        margin: 15px 0 20px 0;
    }
    .inews1_txt4{
        margin-top: 25px;
    }
    .inews2 ul li a{
        padding: 20px 23px 35px 23px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .iban_info_fr li{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ihonor_con ul li a{
        padding: 17px 21px;
    }
    .ihonor_con ul li a:hover .honor_img{
        left: 50px;
    }
    .ipro_info_fl_t{
        height: 95px;
    }
    .ipro_info_fl_t p{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ipro_info_fl_t span{
        font-size: 16px;
    }
    .ipro_info_fl_b li a{
        height: 95px;
    }
    .ipro_info_fl_b li a p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ipro_info_fl_b li a span{
        font-size: 16px;
    }
    .ipro_info_fr{
        bottom: 55px;
        width: 150px;
        height: 155px;
        background-size: 150px 155px;
    }
    .ipro_info_fr a p{
        margin-top: 10px;
    }
    .iprolist_con ul li a{
        padding: 25px 20px 40px 20px;
    }
    .prolist_txt1{
        font-size: 20px;
        margin-bottom: 45px;
    }
    .proshow1_fr1{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .proshow1_fr2{
        margin-top: 20px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 15px;
    }
    .proshow1_fr2 dt{
        font-size: 16px;
    }
    .proshow1_fr2 dd{
        font-size: 14px;
    }
    .proshow1_fr3{
        margin-top: 35px;
    }
    .proshow2{
        margin: 35px 0 50px 0;
    }
    .proshow1_fr3 a.lxwm{
        padding: 0 35px;
    }
    .proshow4_txt{
        margin-top: 20px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container2{
        width: 88%;
    }
    .title p{
        font-size: 43px;
    }
    .paging_number{
        font-size: 34px;
    }
    .footer1_fl_t ul li{
        margin-right: 50px;
    }
    .footer1_fl{
        width: 80%;
    }
    .footer1_fr{
        width: 14%;
    }
    .footer1_fl_b1 a p{
        font-size: 20px;
    }
    .footer1_fl_b1 a img{
        height: 45px;
    }
    .footer1_fl_b2 p{
        font-size: 24px;
    }
    .iban_info h3{
        font-size: 43px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .inner_nav_fl ul li{
        margin-right: 50px;
    }
    .inner_nav_fl ul li a{
        font-size: 16px;
    }
    .inner_nav_fl ul li a:hover{
        font-size: 20px;
    }
    .inner_nav_fl ul li a.current{
        font-size: 20px;
    }
    .inner_title{
        font-size: 30px;
    }
    .ifactory_con ul li{
        margin-bottom: 45px;
    }
    .ifactory_con ul li a{
        padding: 25px 20px 42px 20px;
    }
    .factory_txt1{
        font-size: 20px;
        margin-bottom: 45px;
    }
    .iabout2 ul li h3{
        font-size: 43px;
    }
    .iabout2 ul li p{
        font-size: 16px;
    }
    .iabout3s_txt{
        font-size: 20px;
        line-height: 30px;
    }
    .iabout3_1 .iabout3s_txt{
        left: 40px;
        top: 45px;
    }
    .icontact1_con_fr ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 50px;
    }
    .ly1s{
        width: 48.5%;
    }
    .inews1 a{
        padding: 35px 100px 35px 40px;
    }
    .inews1_txt1{
        font-size: 16px;
    }
    .inews1_txt2{
        font-size: 20px;
        margin: 15px 0 20px 0;
    }
    .inews1_txt4{
        margin-top: 25px;
    }
    .inews2 ul li a{
        padding: 20px 23px 35px 23px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .iban_info_fr li{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ihonor_con ul li a{
        padding: 17px 21px;
    }
    .ihonor_con ul li a:hover .honor_img{
        left: 50px;
    }
    .ipro_info_fl_t{
        height: 90px;
    }
    .ipro_info_fl_t p{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ipro_info_fl_t span{
        font-size: 16px;
    }
    .ipro_info_fl_b li a{
        height: 90px;
    }
    .ipro_info_fl_b li a p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ipro_info_fl_b li a span{
        font-size: 16px;
    }
    .ipro_info_fr{
        bottom: 55px;
        width: 150px;
        height: 155px;
        background-size: 150px 155px;
    }
    .ipro_info_fr a p{
        margin-top: 10px;
    }
    .iprolist_con ul li a{
        padding: 25px 20px 40px 20px;
    }
    .prolist_txt1{
        font-size: 20px;
        margin-bottom: 45px;
    }
    .proshow1{
        align-items: flex-start;
    }
    .proshow1_fr1{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .proshow1_fr2{
        margin-top: 20px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 15px;
    }
    .proshow1_fr2 dt{
        font-size: 16px;
    }
    .proshow1_fr2 dd{
        font-size: 14px;
    }
    .proshow1_fr3{
        margin-top: 35px;
    }
    .proshow2{
        margin: 35px 0 50px 0;
    }
    .proshow1_fr3 a.lxwm{
        padding: 0 35px;
    }
    .proshow4_txt{
        margin-top: 20px;
    }
}



@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .title{
        margin-left: 15px;
    }
    .title p{
        font-size: 40px;
    }
    .banbtn{
        width: 100%;
        padding: 0 15px;
        left: 0;
    }
    .paging_number{
        font-size: 30px;
    }
    .footer1_fl{
        width: 80%;
    }
    .footer1_fr{
        width: 15%;
    }
    .footer1_fl_t ul li{
        margin-right: 40px;
    }
    .footer1_fl_b1 a img{
        height: 40px;
    }
    .footer1_fl_b1 a p{
        font-size: 20px;
    }
    .footer1_fl_b2 p{
        font-size: 24px;
    }
    .inner-banner{
        padding-top: 60px;
    }
    .iban_info{
        padding-top: 60px;
    }
    .iban_info h3{
        font-size: 33px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .inner_nav_fl ul li{
        margin-right: 50px;
    }
    .inner_nav_fl ul li a:hover{
        font-size: 20px;
    }
    .inner_nav_fl ul li a.current{
        font-size: 20px;
    }
    .iabout{
        margin-top: 50px;
    }
    .inner_title{
        font-size: 26px;
    }
    .iabout1{
        margin: 35px 0 50px 0;
        line-height: 35px;
    }
    .iabout2 ul li h3{
        font-size: 33px;
    }
    .iabout2 ul li p{
        font-size: 16px;
    }
    .iabout3{
        margin: 50px 0;
    }
    .iabout3s_txt{
        font-size: 20px;
    }
    .iabout3_1{
        margin-bottom: 10px;
    }
    .iabout3_1 .iabout3s_txt{
        left: 40px;
        top: 35px;
    }
    .iabout3_2_2 .iabout3s_txt{
        bottom: 35px;
    }
    .ifactory_con ul li{
        margin-bottom: 45px;
    }
    .ifactory_con ul li a{
        padding: 25px 20px 42px 20px;
    }
    .factory_txt{
        margin-top: 25px;
    }
    .factory_txt1{
        font-size: 20px;
        margin-bottom: 35px;
    }
    .inner .inner_nav{
        height: 61px;
    }
    .icontact1_con_fr ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
    .ly1s{
        width: 48%;
    }
    .ly3{
        margin-bottom: 35px;
    }
    .icontact2_con{
        padding: 50px 0;
    }
    .inews1 a{
        padding: 35px 40px;
    }
    .inews1_txt1{
        font-size: 16px;
    }
    .inews1_txt2{
        font-size: 20px;
        margin: 15px 0;
    }
    .inews1_txt4{
        margin-top: 25px;
    }
    .inews2 ul li{
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 50px
    }
    .inews2 ul li a{
        padding: 20px 23px 35px 23px;
    }
    .inewsshow{
        padding: 50px 0 35px 0;
    }
    .show_title h3{
        font-size: 20px;
    }
    .reladated_title p{
        font-size: 20px;
    }
    .newsshow a{
        padding: 15px 17px 30px 17px;
    }
    .iban_info_fr li{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ihonor_con ul li a{
        padding: 17px 21px;
    }
    .ihonor_con ul li a:hover .honor_img{
        left: 50px;
    }
    .ipro_info_fl{
        position: inherit;
        width: 100%;
    }
    .ipro_info_fl_t{
        width: 25%;
        height: 100px;
        padding: 0 20px 0 30px;
    }
    .ipro_info_fl_t p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ipro_info_fl_t span{
        font-size: 16px;
    }
    .ipro_info_fl_b{
        width: 100%;
    }
    .ipro_info_fl_b ul{
        display: flex;
        flex-wrap: wrap;
    }
    .ipro_info_fl_b li{
        width: 25%;
    }
    .ipro_info_fl_b li a{
        height: 100px;
        padding: 0 20px 0 30px;
    }
    .ipro_info_fl_b li a:after{
        right: 20px;
    }
    .ipro_info_fl_b li a p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ipro_info_fl_b li a span{
        font-size: 14px;
    }
    .ipro_info_fr{
        right: 15px;
        bottom: 250px;
        width: 150px;
        height: 155px;
        background-size: 150px 155px;
    }
    .ipro_info_fr a img{
        width: 25px;
        height: 25px;
    }
    .ipro_info_fr a p{
        margin-top: 10px;
    }
    .iprolist_con ul li a{
        padding: 25px 20px 40px 20px;
    }
    .prolist_txt{
        margin-top: 25px;
    }
    .prolist_txt1{
        font-size: 20px;
        margin-bottom: 35px;
    }
    .proshow1{
        align-items: flex-start;
    }
    .proshow1_fr1{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .proshow1_fr2{
        margin-top: 20px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 15px;
    }
    .proshow1_fr2 dt{
        font-size: 16px;
    }
    .proshow1_fr2 dd{
        font-size: 14px;
    }
    .proshow1_fr3{
        margin-top: 35px;
    }
    .proshow2{
        margin: 35px 0 50px 0;
    }
    .proshow1_fr3 a.lxwm{
        padding: 0 35px;
    }
    .proshow4_txt{
        margin-top: 20px;
    }
}

@media(max-width:820px) {
    .iprolist_con ul li a .pic img{
        padding: 20px;
    }
    .title p{
        font-size: 34px;
    }
    .home-banner .swiper-pagination{
        margin-left: 26px;
    }
    .Rotation_paging{
        margin-right: 36px;
    }
    .footer1_fl{
        width: 82%;
    }
    .footer1_fr{
        width: 18%;
    }
    .footer1_fl_t ul li{
        margin-right: 20px;
    }
    .footer1_t_txt span{
        margin: 0 10px;
    }
    .footer1_fl_b{
        margin-top: 35px;
    }
    .footer1_fl_bs{
        width: 50%;
    }
    .footer1_fl_b3{
        margin-top: 20px;
    }
    .iban_info h3{
        font-size: 23px;
    }
    .iban_info p{
        font-size: 14px;
    }
    .inner_nav_fl ul li{
        margin-right: 35px;
    }
    .inner_nav_fl ul li a{
        font-size: 18px;
    }
    .inner_nav_fl ul li a:hover{
        font-size: 18px;
    }
    .inner_nav_fl ul li a.current{
        font-size: 18px;
    }
    .inner_title{
        font-size: 24px;
    }
    .ifactory_con ul li a{
        padding: 20px 15px 30px 15px;
    }
    .factory_txt1{
        font-size: 18px;
    }
    .icontact1_con_fl{
        width: 100%;
    }
    .icontact1_con_fr{
        margin-top: 35px;
        width: 100%;
    }
    .ly1_fl{
        width: 100%;
    }
    .ly1_fr{
        width: 100%;
    }
    .inews1 a {
        padding: 25px 20px;
    }
    .inews1 a .tp{
        width: 45%;
    }
    .inews1_txt{
        width: 51%;
    }
    .inews1_txt1{
        font-size: 14px;
    }
    .inews1_txt2{
        font-size: 18px;
    }
    .inews1_txt3{
        line-height: 30px;
        height: 90px;
    }
    .inews2 ul li{
        width: 48%;
        margin-right: 4%;
    }
    .inews2 ul li:nth-child(3n){
        margin-right: 4%;
    }
    .inews2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .newsshow_fl{
        width: 65%;
    }
    .newsshow_fr{
        width: 30%;
    }
    .show_back_fl{
        width: 65%;
    }
    .iban_info_fr li{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ipro_info_fl_t{
        width: 50%;
    }
    .ipro_info_fl_b li{
        width: 50%;
    }
    .ipro_info_fr{
        bottom: 325px;
        width: 120px;
        height: 124px;
        background-size: 120px 124px;
    }
    .ipro_info_fr a p{
        font-size: 14px;
    }
    .iprolist_con ul li a{
        padding: 20px 15px 30px 15px;
    }
    .prolist_txt1{
        font-size: 18px;
    }
    .iproshow{
        padding: 50px 0 45px 0;
    }
    .proshow1{
        flex-direction: column;
    }
    .proshow1_fl{
        width: 100%;
    }
    .proshow1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .proshow1_fr1{
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 4.3vh;
    }
    .title p{
        font-size: 28px;
    }
}


@media(max-width:600px) {
    .home-banner .swiper-pagination{
        margin-left: 10px;
    }
    .Rotation_paging{
        font-size: 18px;
        margin-right: 16px;
    }
    .paging_number{
        font-size: 24px;
    }
    .title p{
        font-size: 24px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 4.8vh;
    }
    .footer1{
        flex-direction: column;
        padding: 30px 0 20px 0;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .footer1_fl_t ul li{
        margin-bottom: 10px;
    }
    .footer1_fl_b{
        margin-top: 15px;
    }
    .footer1_fl_bs{
        width: 100%;
    }
    .footer1_fl_b2{
        margin-top: 20px;
    }
    .footer1_fl_b2 p{
        font-size: 20px;
    }
    .footer1_fr_b{
        margin-top: 20px;
    }
    .footer2{
        padding: 15px 0;
    }
    .iban_info h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iban_info p{
        font-size: 12px;
    }
    .inner_nav{
        height: auto;
        padding: 15px 0;
    }
    .inner_nav .container2{
        flex-direction: column;
        align-items: flex-start;
    }
    .inner_nav_fl{
        width: 100%;
    }
    .inner_nav_fl ul li{
        line-height: 35px;
        margin-right: 0;
        width: 50%;
        text-align: center;
    }
    .inner_nav_fl ul li a{
        font-size: 16px;
    }
    .inner_nav_fr{
        margin-top: 15px;
    }
    .iabout{
        margin-top: 30px;
    }
    .inner_title{
        font-size: 20px;
    }
    .iabout1{
        margin: 20px 0;
        line-height: 30px;
    }
    .iabout2 ul li h3{
        font-size: 23px;
    }
    .iabout2 ul li p{
        font-size: 14px;
    }
    .iabout3{
        margin: 30px 0;
    }
    .iabout3_1 .iabout3s_txt{
        left: 15px;
        top: 15px;
    }
    .iabout3s_txt{
        font-size: 16px;
        line-height: 20px;
    }
    .iabout3s_txt:after{
        margin-top: 10px;
    }
    .iabout3_2_2 .iabout3s_txt{
        right: 15px;
        bottom: 15px;
    }
    .iabout3_2{
        flex-direction: column;
    }
    .iabout3_2_1{
        width: 100%;
    }
    .iabout3_2_2{
        width: 100%;
        margin-top: 10px;
    }
    .ifactory{
        padding: 30px 0;
    }
    .ifactory_con{
        margin: 20px 0;
    }
    .ifactory_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .ifactory_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .ifactory_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ifactory_con ul li a {
        padding: 15px 10px 20px 10px;
    }
    .factory_txt1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .factory_txt2{
        font-size: 14px;
        width: 110px;
        height: 37px;
    }
    .inner .inner_nav{
        height: auto;
    }
    .inner .inner_nav_fr{
        margin-top: 0;
    }
    .icontact1{
        margin: 30px 0;
    }
    .icontact1_con{
        margin-top: 20px;
    }
    .icontact1_con_fr ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .icontact2_con{
        margin-top: 20px;
        padding: 30px 0;
    }
    .ly1s{
        width: 100%;
    }
    .ly2s{
        width: 100%;
    }
    .ly3{
        height: 150px;
        margin-bottom: 25px;
    }
    .inews{
        padding: 30px 0 20px 0;
    }
    .inews1{
        padding: 20px 0 30px 0;
    }
    .inews1 a{
        padding: 20px 15px;
    }
    .inews1 a .tp{
        width: 100%;
    }
    .inews1_txt{
        width: 100%;
        margin-top: 20px;
    }
    .inews2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inewsshow{
        padding: 30px 0 12px 0;
    }
    .newsshow_fl{
        width: 100%;
        padding-bottom: 30px;
    }
    .newsshow_fr{
        width: 100%;
    }
    .show_title h3{
        font-size: 18px;
    }
    .show_back{
        flex-direction: column;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        margin-top: 20px;
    }
    .reladated_news{
        margin-top: 30px;
    }
    .reladated_news_con{
        margin-top: 20px;
    }
    .iban_info_fr{
        display: none;
    }
    .ihonor{
        padding: 30px 0;
    }
    .ihonor_con{
        margin-top: 20px;
    }
    .ihonor_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .ihonor_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ihonor_con ul li a{
        padding: 11px 15px;
    }
    .ihonor_con ul li a:hover .honor_img{
        left: 35px;
    }
    .iprolist{
        padding: 30px 0 20px 0;
    }
    .iprolist_con{
        margin-top: 20px;
    }
    .iprolist_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .iprolist_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .iprolist_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iprolist_con ul li a{
        padding: 15px 10px 20px 10px;
    }
    .prolist_txt1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .prolist_txt2{
        font-size: 14px;
        width: 110px;
        height: 37px;
    }
    .iproshow{
        padding: 30px 0;
    }
    .proshow1_fr3{
        margin-top: 20px;
        flex-direction: column;
    }
    .proshow1_fr3 a{
        width: 100%;
    }
    .proshow1_fr3 a.yx{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .proshow2{
        margin: 20px 0;
    }
    .proshow4_con{
        margin-top: 20px;
    }
    .proshow4_con .swiper-container{
        width: 90%;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














