@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: #B3B3B3;;
}
:-moz-placeholder {
    color:#B3B3B3;
    opacity:1;
}
::-moz-placeholder {
    color:#B3B3B3;
    opacity:1;
}
:-ms-input-placeholder{
    color:#B3B3B3;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'SOURCEHANSANSOLD-EXTRALIGHT';
    src:url('../fonts/SOURCEHANSANSOLD-EXTRALIGHT.OTF');
    font-weight:normal;
    font-style:normal;
}
body {
    /*font-family:arial, "microsoft yahei";*/
    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: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
.container2 {
    width: 1660px;
    margin: 0 auto;
}
header {
    width:100%;
    margin:0 auto;
    position: absolute;
    z-index: 999;
    top: 0;
    transition: .5s;
}
header.navFix{
    position: fixed;
    z-index: 999;
    height: 60px;
}
.index header.navFix{
    background-color: rgba(0,0,0,.5);
}
.inner header.navFix{
    background-color: #fff;
}
.index header.navFix .yx_txt{
    display: none;
}
header.navFix .yx{
    top: 14.5px;
    /* left: 50px;
     transform: translate(0, 0);*/
}
/*header.navFix .yx a img{
    height: 31px;
}*/
header.navFix .meun-off{
    top:15px;
}
.daohang {
    display:block;
    width:100%;
    margin:0 auto;
    transition: .5s;
    position: relative;
}
.yx{
    position: absolute;
    transition: .5s;
}
.yx a img {
    display: block;
    max-width:100%;
    transition: .5s;
}
.index .yx{
    top: 45px;
    left: 50px;
    /*transform: translate(-50%, 0);*/
}
.index .yx a img{
    height: 31px;
}
.inner .yx{
    top: 50px;
}
.yx_txt{
    margin-top: 10px;
    font-family: Arial;
    color: #FFFFFF;
    line-height: 1;
}
.inner .yx_txt{
    display: none;
}
.meun-off{
    position: absolute;
    top: 45px;
    right: 50px;
    cursor: pointer;
    z-index: 999;
    transition: .5s;
}
.meun-off span{
    width: 28px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 6px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.meun-off #span2{
    width: 23px;
}
.active #span2{
    opacity: 0;
    background-color: #fff;
}
.active #span1{
    background-color: #fff;
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.active #span3{
    background-color: #fff;
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
.inner .meun-off span{
    background-color: #000;
}

.hide-nav {
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    background-size: cover;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.hide-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ohidden{
    overflow: hidden;
}
.hide-navs{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.hide_nav_fl{
    width: 30%;
    position: relative;
    display: none;
}
.hide-logo{
    position: absolute;
    left: 50px;
    top: 50px;
}
.hide-pic img{
    width: 100%;
    height: 100vh;
}
.hide_nav_fr{
    width: 34%;
    background-color: rgba(0,0,0,.75);
    height: 100vh;
    display: flex;
    flex-direction: row;
}
.hide_nav_fr1{
    width: 60%;
    border-right: 1px solid #2a2a2a;
}
.menupc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 18%;
}
.menupc li{
    margin-bottom: 50px;
}
.menupc li:last-child{
    margin-bottom: 0;
}
.menupc li a{
    display: inline-block;
    font-size: 42px;
    font-weight: 300;
    color: #595858;
    line-height: 1;
    transition: .5s;
    position: relative;
}
.menupc li a:after{
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: #4CA8A4;
    transition: width .5s ease;
    position: absolute;
    bottom: -20px;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a:hover{
    color: #4CA8A4;
}
.hide_nav_fr2{
    width: 40%;
    position: relative;
}
.hide_nav_fr2_t{
    padding-top: 125px;
}
.xiala{
    display: none;
}
.xiala.active{
    display: block;
}
.xiala ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.xiala ul li{
    margin-bottom: 35px;
}
.xiala ul li:last-child{
    margin-bottom: 0;
}
.xiala ul li a{
    font-size: 24px;
    font-weight: 300;
    color: #414141;
    line-height: 1;
    transition: .5s;
}
.xiala ul li a:hover{
    color: #FFFFFF;
}
.xiala ul .two{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.xiala ul .third {
    display: none;
}
.xiala ul .two .third.subnav{
    display: block;
}
.xiala ul .two .third ul{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.xiala ul .two .third ul li{
    margin-bottom: 10px;
}
.xiala ul .two .third ul li:last-child{
    margin-bottom: 0;
}
.xiala ul .two .third ul li a{
    font-size: 18px;
    font-weight: 300;
    color: #414141;
    line-height: 1;
    transition: .5s;
}
.xiala ul .two .third ul li a:hover{
    color: #FFFFFF;
}

.hide_nav_fr2_b{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
}

.hide_nav_fr2_b ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hide_nav_fr2_b ul li{
    padding-left: 55px;
    margin-bottom: 40px;
    transition: .5s;
}
.hide_nav_fr2_b ul li:last-child{
    margin-bottom: 0;
}
.hide_nav_fr2_b ul li.tb1{
    background: url("../images/tb1.png") no-repeat left center;
    background-size: 28px 24px;
}
.hide_nav_fr2_b ul li.tb2{
    background: url("../images/tb2.png") no-repeat left center;
    background-size: 25px 21px;
}
.hide_nav_fr2_b ul li.tb3{
    background: url("../images/tb3.png") no-repeat left center;
    background-size: 25px 21px;
}
.hide_nav_fr2_b ul li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    line-height: 24px;
    transition: .5s;
}
.hide_nav_fr2_b ul li:hover.tb1{
    background: url("../images/tb1_h.png") no-repeat left center;
    background-size: 28px 24px;
}
.hide_nav_fr2_b ul li:hover.tb2{
    background: url("../images/tb2_h.png") no-repeat left center;
    background-size: 25px 21px;
}
.hide_nav_fr2_b ul li:hover.tb3{
    background: url("../images/tb3_h.png") no-repeat left center;
    background-size: 25px 21px;
}
.hide_nav_fr2_b ul li a:hover{
    color: #fff;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
/*.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}*/
.ban_txt{
    position: absolute;
    top: 33%;
    /*transform: translate(0, -50%);*/
    width: 100%;
    color: #fff;
    text-align: center;
}
.ban_txt1{
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1;
    font-family:'SOURCEHANSANSOLD-EXTRALIGHT';
}
.ban_txt2{
    margin-top: 45px;
    font-size: 120px;
    font-family: Source Han Serif SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 0px 2px 59px rgba(84,172,168,0.64);
}
.ban-title{
    position: absolute;
    right: 50px;
    bottom: 85px;
    z-index: 999;
}
.ban-title ul{
    display: flex;
    flex-direction: column;
}
.ban-title ul li{
    margin-bottom: 25px;
}
.ban-title ul li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #ECF1F7;
}
.ban-title ul li a .wz{
    width: 100px;
    text-align: right;
    margin-right: 10px;
}
.ban-title ul li a .ds{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}
.ban-title ul li a .ds .ds_dian{
    display: block;
    width: 6px;
    height: 6px;
    background: #ECF1F7;
    border-radius: 50%;
}
.ban-title ul li a .ds .ds_shuzi{
    display: none;
    font-family: Arial;
    font-weight: bold;
    color: #ECF1F7;
}
.ban-title ul li a:hover{
    color: #54ACA8;
}
.ban-title ul li a:hover .ds .ds_dian{
    display: none;
}
.ban-title ul li a:hover .ds .ds_shuzi{
    display: block;
    color: #54ACA8;
}
.mouse-scroll {
    position: absolute;
    bottom: 65px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    width: 16px;
    height: 10px;
}
.mouse-scroll a{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mouse-scroll a .b_scroll{

}
.mouse-scroll a .arrow{
    animation: upmove 2s infinite linear;
    -webkit-animation: upmove 2s infinite linear;
    transform-origin: center center;
}
@keyframes upmove {
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(5px);}
    100% {transform:translateY(0px);}
}
@-webkit-keyframes upmove {
    0%   {-webkit-transform:translateY(0px);}
    50%  {-webkit-transform:translateY(5px);}
    100% {-webkit-transform:translateY(0px);}
}
.phone{
    display: none;
}
@media(max-width:1199px) {
    header{
        display: none;
    }
    .phone{
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .sp_logo a img{
        height: 26px;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #1B3C47;
}
.footer1{
    padding: 90px 0;
    overflow: hidden;
}
.footer1 .container2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer1_fl{
    width: 15%;
}
.footer1_fl a{
    display: block;
}
.footer1_fl a img{
    display: block;
    max-width: 100%;
    height: auto;
}
.footer1_fc{
    width: 47%;
    display: flex;
    flex-direction: column;
}
.footer1_fc_t ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer1_fc_t ul li{
    background: url("../images/fli.jpg") no-repeat right center;
    line-height: 30px;
    padding-right: 20px;
    margin-right: 20px;
}
.footer1_fc_t ul li:last-child{
    background: none;
    padding-right: 0;
    margin-right: 0;
}
.footer1_fc_t ul li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer1_fc_t ul li a:hover{
    color: #54ACA8;
}
.footer1_fc_b{
    margin-top: 13px;
}
.footer1_fc_b p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer1_fc_b p a{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer1_fc_b p a:hover{
    color: #54ACA8;
}
.footer1_fr{
    width: 17%;
}
.footer1_fr ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.footer1_fr ul li{
    transition: .5s;
}
.footer1_fr ul li:nth-child(2){
    margin: 0 23px;
}
.footer1_fr ul li .f1{
    background: url("../images/f1.png") no-repeat top center;
    background-size: 28px 24px;
}
.footer1_fr ul li .f2{
    background: url("../images/f2.png") no-repeat top center;
    background-size: 25px 21px;
}
.footer1_fr ul li .f3{
    background: url("../images/f3.png") no-repeat top center;
    background-size: 25px 21px;
}
.footer1_fr ul li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding-top: 37px;
    transition: .5s;
}
.footer1_fr ul li a:hover.f1{
    background: url("../images/f1_h.png") no-repeat top center;
    background-size: 28px 24px;
}
.footer1_fr ul li a:hover.f2{
    background: url("../images/f2_h.png") no-repeat top center;
    background-size: 25px 21px;
}
.footer1_fr ul li a:hover.f3{
    background: url("../images/f3_h.png") no-repeat top center;
    background-size: 25px 21px;
}
.footer1_fr ul li a:hover{
    color: #54ACA8;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    background: url("../images/aboutbg.png") no-repeat top center;
    background-size: cover;
    padding: 115px 0 110px 0;
    position: relative;
    top: -25px;
}
.about_title{
    text-align: center;
}
.about_con{
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about_con_fl{
    width: 44%;
}
.m-video{
    position: relative;
    cursor: pointer;
}
.video_con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61px;
    height: 61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_con_fr{
    width: 50%;
}
.about_con_fr1{
    font-size: 18px;
    color: #333333;
    line-height: 42px;
    height: 336px;
    overflow: hidden;
    font-weight: 300;
}
.about_con_fr2{
    margin-top: 90px;
}
.about_con_fr2 a{
    display: block;
    width: 169px;
    height: 57px;
    font-size: 16px;
    font-weight: bold;
    line-height: 57px;
    text-align: left;
    border: 1px solid #54aca8;
    position: relative;
    transition: .5s;
}
.about_con_fr2 a p{
    padding-left: 36px;
    transition: .5s;
    color: #54aca8;
}
.about_con_fr2 a p:after{
    content: '';
    display: block;
    background: url("../images/ajt.png") no-repeat center;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 32px;
    top: 21.5px;
    z-index: 999;
    transition: .5s;
}
.about_con_fr2 a:hover{
    background-color: #54aca8;
}
.about_con_fr2 a:hover p{
    padding-left: 80px;
    position: relative;
    z-index: 999;
    color: #fff;
}
.about_con_fr2 a:hover p:after{
    right: 113px;
    background: url("../images/ajt_h.png") no-repeat center;
}

.home-product{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.home-product img{
    display: block;
    width: 100%;
    height: auto;
}
.pmore{
    position: absolute;
    right: 7px;
    bottom: 0;
    /*right: 63px;
    bottom: 65px;*/
    /*width: 100px;
    height: 100px;
    background-color: #e3e8eb;
    border-radius: 50%;
    padding: 10px;
    z-index: 2;*/
}
.pmore a{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/pmore.png") no-repeat center;
    width: 194px;
    height: 194px;
    text-align: center;
    padding-top: 43px;
    padding-right: 17px;
}
/*.pmore a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #53aca8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
}
.pmore::before,
.pmore::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(83,172,168,.2);
    z-index: -10
}
.pmore::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite
}
.pmore::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite
}*/

/*@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50)
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5)
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5)
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }
}*/

.pmore a p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.pmore a img{
    width: 19px;
    height: 10px;
    margin: 5px auto 0 auto;
    animation: leftright 2s infinite linear;
    -webkit-animation: leftright 2s infinite linear;
    transform-origin: center center;
}
@keyframes leftright {
    0%   {transform:translateX(0px);}
    50%  {transform:translateX(8px);}
    100% {transform:translateX(0px);}
}
@-webkit-keyframes leftright {
    0%   {-webkit-transform:translateX(0px);}
    50%  {-webkit-transform:translateX(8px);}
    100% {-webkit-transform:translateX(0px);}
}

.part1{
    position: absolute;
    top: 0;
    left: 0;
}
.part2{
    position: absolute;
    top: 0;
    left: 0;
}
.part3{
    position: absolute;
    top: 0;
    left: 0;
}
.part4{
    position: absolute;
    top: 0;
    left: 0;
}
.part5{
    position: absolute;
    top: 0;
    left: 0;
}
.part_img{
    opacity: 0;
    transition: .5s;
}
.part_txt{
    position: absolute;
    color: #fff;
    opacity: 0;
}
.part_txt h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0px 1px 1px #868686;
}
.part_txt p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 0px 1px 1px #868686;
}
.point1{
    position: absolute;
    width: 20%;
    height: 20%;
    left: 40%;
    top: 35%;
    cursor: pointer;
    z-index: 98;
    /*background-color: #fff;*/
}
.part1 .part_txt{
    top: 6%;
    left: 15.5%;
}
.part1 .part_txts{
    height: 130px;
}
.part_txtss{
    display: none;
}
.part1 .part_txt .line{
    width: 357px;
    height: 285px;
    background: transparent;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
}
.part_txt .line span{
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 999;
    opacity: 0;
}
.part1 .part_txt .line span, .part2 .part_txt .line span{
    right: 0;
}
.part3 .part_txt .line span, .part4 .part_txt .line span, .part5 .part_txt .line span{
    left: 0;
}
.part1 .part_txt .line:before{
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #fff;
    transition: .3s;
    top: -4.5px;
}
.part1:hover .part_txt .line:before{
    height: 100%;
}
.part1 .part_txt .line:after{
    content: '';
    position: absolute;
    bottom: 4.5px;
    left: -357px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .6s;
}
.part1:hover .part_txt .line:after{
    width: 714px;
}
.point2{
    position: absolute;
    width: 28%;
    height: 30%;
    left: 34%;
    bottom: 9%;
    cursor: pointer;
    z-index: 98;
    /*background-color: #fff;*/
}
.part2 .part_txt{
    bottom: 33.5%;
    /*top: 57%;*/
    left: 15.5%;
}
.part2 .part_txts{
    height: 100px;
}
.part2 .part_txt .line{
    width: 273px;
    height: 173px;
    background: transparent;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
}
.part2 .part_txt .line:before{
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #fff;
    transition: .3s;
    top: -4.5px;
}
.part2:hover .part_txt .line:before{
    height: 100%;
}
.part2 .part_txt .line:after{
    content: '';
    position: absolute;
    left: -273px;
    bottom: 4.5px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .6s;
}
.part2:hover .part_txt .line:after{
    width: 546px;
}
.point3{
    position: absolute;
    width: 18%;
    height: 27%;
    right: 18.5%;
    top: 10.5%;
    cursor: pointer;
    z-index: 98;
    /*background-color: #fff;*/
}
.part3 .part_txt{
    top: 6%;
    right: 3%;
    text-align: right;
}
.part3 .part_txts{
    height: 100px;
}
.part3 .part_txt .line{
    width: 300px;
    height: 28px;
    background: transparent;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    overflow: hidden;
}
.part3 .part_txt .line:before{
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #fff;
    transition: .3s;
    top: -4.5px;
}
.part3:hover .part_txt .line:before{
    height: 100%;
}
.part3 .part_txt .line:after{
    content: '';
    position: absolute;
    bottom: 4.5px;
    right: -300px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .6s;
}
.part3:hover .part_txt .line:after{
    width: 600px;
}
.point4{
    position: absolute;
    width: 12.5%;
    height: 15%;
    right: 14%;
    top: 40.5%;
    cursor: pointer;
    z-index: 98;
    /*background-color: #fff;*/
}
.part4 .part_txt{
    top: 32%;
    right: 3%;
    text-align: right;
}
.part4 .part_txts{
    height: 100px;
}
.part4 .part_txt .line{
    width: 190px;
    height: 38px;
    background: transparent;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    overflow: hidden;
}
.part4 .part_txt .line:before{
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #fff;
    transition: .3s;
    top: -4.5px;
}
.part4:hover .part_txt .line:before{
    height: 100%;
}
.part4 .part_txt .line:after{
    content: '';
    position: absolute;
    bottom: 4.5px;
    right: -190px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .6s;
}
.part4:hover .part_txt .line:after{
    width: 380px;
}
.point5{
    position: absolute;
    width: 21%;
    height: 28.5%;
    right: 17.5%;
    bottom: 9%;
    cursor: pointer;
    z-index: 98;
    /*background-color: #fff;*/
}
.part5 .part_txt{
    bottom: 33.5%;
    /*top: 57%;*/
    right: 3%;
    text-align: right;
}
.part5 .part_txts{
    height: 100px;
}
.part5 .part_txt .line{
    width: 222px;
    height: 125px;
    background: transparent;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    overflow: hidden;
}
.part5 .part_txt .line:before{
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #fff;
    transition: .3s;
    top: -4.5px;
}
.part5:hover .part_txt .line:before{
    height: 100%;
}
.part5 .part_txt .line:after{
    content: '';
    position: absolute;
    bottom: 4.5px;
    right: -222px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .6s;
}
.part5:hover .part_txt .line:after{
    width: 444px;
}


/*关于我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_location{
    margin-top: 60px;
}
.inner_location p{
    line-height: 1;
    font-size: 16px;
    color: #C9C9C9;
}
.inner_location p a{
    font-size: 16px;
    font-weight: 400;
    color: #8E8E8E;
}
.inner_location p span{
    font-size: 16px;
    font-weight: 400;
    color: #4CA8A4;
}
.iabout{
    margin-top: 75px;
}
.iabout1{
    margin-bottom: 175px;
}
.inner_title{
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #000000;
    line-height: 1;
}
.iabout1_con{
    margin-top: 60px;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    font-weight: 300;
}
.iabout2{
    background: #F7F7F7;
    padding: 185px 0;
    position: relative;
    overflow: hidden;
}
.iabout2 canvas{
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.iabout2_1{
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    color: #242424;
    line-height: 1.5;
}
.iabout2_2{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iabout2_2 img{
    margin: 0 50px;
}
.iabout3{
    padding: 195px 0 135px;
    overflow: hidden;
}
.iabout3_con{
    margin: 60px 0 75px 0;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    font-weight: 300;
}
.iabout3_customer{
    max-width: 80%;
    margin: 0 auto;
}
.iabout3_customer ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout3_customer ul li{
    width: 14%;
    margin-right: 7.5%;
    margin-bottom: 60px;
}
.iabout3_customer ul li:nth-child(5n){
    margin-right: 0;
}
.iabout3_customer ul li .pic:after{
    padding-bottom: 30%;
}
.iabout3_customer ul li a{
    display: block;
}
.iabout3_customer ul li a img{
    filter: grayscale(80%);
    transition: all 0.5s linear;
}
.iabout3_customer ul li a:hover img{
    filter: none;
}
.iabout4{
    padding: 190px 0 165px 0;
    background: #F7F7F7;
    overflow: hidden;
}
.iabout4_con{
    margin-top: 75px;
}
.iabout4_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout4_con ul li{
    width: 15.5%;
    margin-right: 5.625%;
}
.iabout4_con ul li:nth-child(5n){
    margin-right: 0;
}
.iabout4_con ul li a{
    display: block;
}
.iabout4_img{
    background-color: #fff;
    padding: 10px;
}
.iabout4_con ul li a .pic:after{
    padding-bottom: 74%;
}
.iabout4_txt{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #262626;
    line-height: 36px;
    padding: 23px 0;
}
.iabout4_con ul li a:hover .iabout4_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*联系我们*/
.icontact{
    margin: 115px 0 120px 0;
    overflow: hidden;
}
/*.icontact .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact_con{
    width: 75%;
}
.icontact_con ul{
    display: flex;
    flex-direction: column;
}
.icontact_con ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2C2C2C;
    padding-bottom: 60px;
    margin-bottom: 30px;
}
.icontact_con ul li:last-child{
    margin-bottom: 0;
}
.icontact_con ul li span{
    font-size: 24px;
    font-weight: 300;
    color: #535353;
    line-height: 1;
}
.icontact_con ul li p{
    font-size: 48px;
    font-weight: 300;
    color: #2C2C2C;
    line-height: 1;
    text-align: right;
}
.icontact_con ul li:last-child p{
    line-height: 1.5;
}*/
.icontact_con ul{
    display: flex;
}
.icontact_con ul li{
    width: 32%;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: url("../images/cli.jpg") no-repeat right top;
}
.icontact_con ul li:first-child{
    width: 27%;
}
.icontact_con ul li:last-child{
    background: none;
    width: 41%;
}
.icontact_con ul li span{
    font-size: 24px;
    font-weight: 300;
    color: #535353;
    line-height: 1;
    font-weight: lighter;
}
.icontact_con ul li p{
    margin-top: 35px;
    font-size: 36px;
    font-weight: 300;
    color: #2C2C2C;
    line-height: 1.5;
    font-weight: lighter;
}

.ifeedback{
    margin: 190px 0;
    display: none;
}
.ifeedback_con{
    margin-top: 70px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 48.5%;
    margin-bottom: 45px;
}
.lx1 label{
    display: block;
    font-size: 24px;
    color: #535353;
    margin-bottom: 30px;
}
.lx1 label b{
    color: #ff0000;
}
.lx1 input{
    width: 100%;
    height: 65px;
    line-height: 65px;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    padding: 0 20px;
    color: #535353;
}
.lx1 textarea{
    width: 100%;
    height: 296px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    padding: 20px;
    resize: none;
    color: #535353;
}
.lx1 select{
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: none;
    color: #535353;
    padding: 0 20px;
    border: 1px solid #D7D7D7;
    background: #fff url("../images/lyjt.png") no-repeat right center;
}
.lx2{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lx2_fl{
    width: 49%;
    position: relative;
}
.lx2_fl label{
    display: block;
    font-size: 24px;
    color: #535353;
    margin-bottom: 30px;
}
.lx2_fl label b{
    color: #ff0000;
}
.lx2_fl input{
    width: 73%;
    height: 65px;
    line-height: 65px;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    padding: 0 20px;
    font-size: 16px;
    color: #535353;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 65px;
}
.lx2_fl a img{
    width: auto;
    height: 63px;
    border: 1px solid #D7D7D7;
}
.lx2_fr{
    width: 49%;
    text-align: right;
}
.lx2_fr input{
    width: 156px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    border: none;
    background: #4CA8A4;
    color: #fff;
}

/*产品*/
.ipro{
    margin: 60px 0;
}
.ipro ul{
    display: flex;
    flex-direction: column;
}
.ipro ul li{
    margin-bottom: 60px;
    overflow: hidden;
}
.ipro ul li:last-child{
    margin-bottom: 0;
}
.ipro ul li a{
    display: flex;
    flex-wrap: wrap;
    background: #F9F9F9;
}
.ipro ul li:nth-child(odd) a{
    flex-direction: row;
}
.ipro ul li:nth-child(even) a{
    flex-direction: row-reverse;
}
.ipro_img{
    width: 50%;
    overflow: hidden;
}
.ipro_img img{
    display: block;
    transition: .5s;
}
.ipro_txt{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 70px;
}
.ipro_txt1{
    font-size: 48px;
    font-weight: 300;
    color: #000000;
    line-height: 1;
}
.ipro_txt2{
    font-size: 24px;
    color: #535353;
    line-height: 2;
    margin: 30px 0 70px 0;
    font-weight: 300;
}
.ipro_txt3{
    width: 57px;
    height: 57px;
    border: 1px solid #D3D3D3;
    background: url("../images/projt.png") no-repeat center;
    background-size: 8px 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.ipro ul li a:hover .ipro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro ul li a:hover .ipro_txt1{
    color: #4FAFAA;
}
.ipro ul li a:hover .ipro_txt3{
    border: 1px solid #4FAFAA;
    background: url("../images/projt_h.png") no-repeat center;
    background-size: 8px 16px;
}

/*服务*/
.iservice{
    margin: 115px 0 130px 0;
}
.iservice_con{
    margin-top: 80px;
}
.iservice_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iservice_con ul li{
    width: 32%;
    margin-bottom: 60px;
    margin-right: 2%;
    overflow: hidden;
}
.iservice_con ul li:nth-child(3n){
    margin-right: 0;
}
.iservice_con ul li a{
    display: block;
}
.iservice_img{
    overflow: hidden;
}
.iservice_img img{
    display: block;
    transition: .5s;
}
.iservice_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 55px;
    background: #F9F9F9;
}
.iservice_txt1{
    font-size: 48px;
    color: #000000;
    line-height: 1;
    font-weight: 300;
}
.iservice_txt2{
    font-size: 24px;
    color: #535353;
    line-height: 2;
    margin: 20px 0 40px 0;
    height: 288px;
    overflow: hidden;
    font-weight: 300;
}
.iservice_txt3{
    width: 57px;
    height: 57px;
    border: 1px solid #D3D3D3;
    background: url("../images/projt.png") no-repeat center;
    background-size: 8px 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.iservice_con ul li a:hover .iservice_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iservice_con ul li a:hover .iservice_txt1{
    color: #4FAFAA;
}
.iservice_con ul li a:hover .iservice_txt3{
    border: 1px solid #4FAFAA;
    background: url("../images/projt_h.png") no-repeat center;
    background-size: 8px 16px;
}

/*行业解决方案*/
.isolution{
    margin: 115px 0 70px 0;
}
.isolution_con{
    margin: 80px 0 50px 0;
}
.isolution_con ul{
    display: flex;
    flex-wrap: wrap;
}
.isolution_con ul li{
    margin-bottom: 30px;
    width: 32%;
    margin-right: 2%;
}
.isolution_con ul li:nth-child(3n){
    margin-right: 0;
}
.isolution_con ul li a{
    display: block;
    background: #FAFAFA;
    border: 1px solid rgba(229,229,229,0.7);
    border-radius: 20px;
    padding: 35px;
}
.isol_txt1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.isol_txt1_fl{
    width: 19px;
    height: 19px;
    background: #E6E6E6;
    border-radius: 50%;
    transition: .5s;
}
.isol_txt1_fr{
    width: 163px;
    height: 65px;
    display: flex;
    justify-content: flex-end;
}
.isol_txt1_fr.pic:after{
    padding-bottom: 67%;
}
.isol_txt1_fr img{
    filter: grayscale(100%);
    transition: all 0.5s linear;
    margin: 0 0 0 auto;
}
.isol_txt2{
    margin-top: 65px;
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.isol_txt3{
    margin-top: 85px;
    font-size: 24px;
    font-weight: 300;
    color: #535353;
    line-height: 2;
    height: 144px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.isolution_con ul li a:hover .isol_txt1_fl{
    width: 49px;
    height: 49px;
    background: #4FAFAA url("../images/soljt.png") no-repeat center;
    background-size: 17px 15px;
    border-radius: 50%;
}
.isolution_con ul li a:hover .isol_txt1_fr img{
    filter: none;
}
.isolution_con ul li a:hover .isol_txt2{
    color: #4FAFAA;
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 15px;
    font-size: 16px;
    color: #7E7E7E;
    line-height: 38px;
    margin:0px 3px 10px 3px;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
}
.pagination a:hover{
    background-color: #E4E4E4;
    border: 1px solid #E4E4E4;
}
.pagination a.active {
    background-color: #E4E4E4;
    border: 1px solid #E4E4E4;
}

/*服务详情*/
.iserviceshow{
    margin-top: 120px;
}
.iserviceshow1_con{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iserviceshow1_con_fl{
    width: 50%;
    background: #F9F9F9;
}
.iserviceshow1_con_fls{
    display: flex;
    align-items: flex-start;
    height: 100%;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    padding: 20px 85px;
    flex-direction: column;
    justify-content: center;
    font-weight: 300;
}
.iserviceshow1_con_fls p{
    text-align: justify;
}
.iserviceshow1_con_fr{
    width: 50%;
}
.iserviceshow1_con_fr img{
    display: block;
}
.iserviceshow2{
    margin: 190px 0;
}
.iserviceshow2_con{
    margin-top: 80px;
}
.iserviceshow2_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iserviceshow2_con ul li{
    width: 23%;
    margin-right: 2.6%;
    height: 131px;
    background: #F7F7F7;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: .5s;
    font-weight: 300;
}
.iserviceshow2_con ul li:hover{
    box-shadow: 0 0 20px #eee;
}
.iserviceshow2_con ul li:nth-child(4n){
    margin-right: 0;
}

/*可持续发展详情*/
.idevelopshow{
    margin: 120px 0 190px 0;
}
.idevelopshow1_con{
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.idevelopshow1_con_fl{
    width: 50%;
    background: #F9F9F9;
}
.idevelopshow1_con_fls{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    padding: 20px 85px;
    font-weight: 300;
}
.idevelopshow1_con_fr{
    width: 50%;
}
.idevelopshow1_con_fr img{
    display: block;
}
.idevelopshow2 ul{
    display: flex;
    flex-wrap: wrap;
}
.idevelopshow2 ul li{
    width: 31%;
    margin-right: 3.5%;
    height: 467px;
    background: #FAFAFA;
    border: 1px solid #e4e4e4;
    padding: 75px 85px;
    transition: .5s;
}
.idevelopshow2 ul li:hover{
    box-shadow: 0 0 20px #eee;
}
.idevelopshow2 ul li:nth-child(3n){
    margin-right: 0;
}
.idevelopshow2 .inner_title{
    text-align: left;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    font-weight: 300;
}
.idevelopshow2_con{
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}
.idevelopshow2_con p{
    font-size: 24px;
    color: #535353;
    line-height: 2;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
}
.idevelopshow2_con p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #535353;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 22px;
}

/*行业解决方案详情*/
.ibg{
    background: url("../images/ibg.png") no-repeat top right;
    overflow: hidden;
    background-size: contain;
}
.isolutionshow{
    margin: 115px 0 170px 0;
}
.isolutionshow .inner_title{
    display: inline-block;
    background: url("../images/title.png") no-repeat top left;
    background-size: contain;
    padding-top: 25px;
    text-align: left;
}
.isolutionshow_con{
    margin-top: 80px;
    font-size: 20px;
    /*font-weight: 300;*/
    color: #535353;
    line-height: 1.8;
    /*font-weight: lighter;*/
}
.isolutionshow_con h3{
    font-size: 30px;
    line-height: 1;
    font-weight: lighter;
    margin-bottom: 20px;
}
.isolutionshow_con p{
    font-weight: 300;
}

/*产品详情*/
.iproshow1{
    margin: 115px 0 120px 0;
}
.iproshow1_con{
    margin-top: 70px;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    font-weight: 300;
}
.iproshow2{
    background: #f7f7f7;
    padding: 135px 0;
    overflow: hidden;
    position: relative;

}
#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iproshow2_con{
    margin-top: 100px;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    padding-left: 28px;
    font-weight: 300;
}
.iproshow2_con h3{
    font-size: 36px;
    color: #000000;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
}
.iproshow2_con h3:before{
    content: '';
    display: block;
    background: url("../images/h3.png") no-repeat left center;
    width: 10px;
    height: 19px;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translate(0, -50%);
}
.iproshow3{
    margin: 145px 0 155px 0;
}
.iproshow3_info{
    margin: 70px 0;
    font-size: 24px;
    color: #535353;
    line-height: 2;
    font-weight: 300;
}
.iproshow3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproshow3_con ul li{
    width: 31%;
    margin-right: 3.5%;
    height: 259px;
    background: #FAFAFA;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    text-align: center;
    padding: 55px 40px;
    transition: .5s;
}
.iproshow3_con ul li:hover{
    box-shadow: 0 0 20px #eee;
}
.iproshow3_con ul li:nth-child(3n){
    margin-right: 0;
}
.iproshow3_con ul li h3{
    font-size: 30px;
    color: #000000;
    line-height: 1;
    font-weight: 300;
}
.iproshow3_con ul li h3:after{
    content: '';
    display: block;
    width: 41px;
    height: 1px;
    background: #C9C9C9;
    margin: 23px auto;
}
.iproshow3_con ul li p{
    font-size: 24px;
    color: #535353;
    line-height: 1.5;
    font-weight: 300;
}

/*行业解决方案*/
.ihysolution_con{
    margin: 80px 0 50px 0;
}
.ihysolution_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihysolution_con ul li{
    margin-bottom: 30px;
    width: 32%;
    margin-right: 2%;
}
.ihysolution_con ul li:nth-child(3n){
    margin-right: 0;
}
.ihysolution_con ul li a{
    display: block;
    background: #FAFAFA;
    border: 1px solid rgba(229,229,229,0.7);
    border-radius: 20px;
    padding: 35px 35px 0 35px;
    height: 364px;
}
.ihysol_txt1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 49px;
}
.ihysol_txt1_fl{
    width: 19px;
    height: 19px;
    background: #E6E6E6;
    border-radius: 50%;
    transition: .5s;
}
.ihysol_txt1_fr{
    font-size: 36px;
    color: #000;
    line-height: 1;
    font-weight: 300;
}
.ihysolution_con ul li a:hover .ihysol_txt1_fl{
    width: 49px;
    height: 49px;
    background: #4FAFAA url("../images/soljt.png") no-repeat center;
    background-size: 17px 15px;
    border-radius: 50%;
}
.ihysol_txt2{
    margin-top: 65px;
}
.ihysol_txt2 dl{
    display: flex;
    flex-wrap: wrap;
}
.ihysol_txt2 dl dd{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
}
.ihysol_txt2 dl dd:nth-child(3n){
    margin-right: 0;
}
.ihysol_txt2 dl dd .pic:after{
    padding-bottom: 30%;
}
.ihysol_txt2 dl dd img{
    filter: grayscale(100%);
    transition: all 0.5s linear;
}
.ihysolution_con ul li a:hover .ihysol_txt2 dl dd img{
    filter: none;
}
.phonepro{
    display: none;
}




@media (min-width:1701px) and (max-width:1800px){
    .container2{
        width: 100%;
        padding: 0 50px;
    }
    .hide_nav_fr{
        width: 36%;
    }
    .part1 .part_txt .line{
        width: 315px;
        height: 250px;
    }
    .part1 .part_txt .line:after{
        left: -305px;
    }
    .part1:hover .part_txt .line:after{
        width: 610px;
    }
    .part2 .part_txt .line{
        width: 230px;
        height: 165px;
    }
    .part2 .part_txt .line:after{
        left: -230px;
    }
    .part2:hover .part_txt .line:after{
        width: 460px;
    }
    .part3 .part_txt .line{
        width: 240px;
    }
    .part3 .part_txt .line:after{
        right: -240px;
    }
    .part3:hover .part_txt .line:after{
        width: 480px;
    }
    .part4 .part_txt .line{
        width: 180px;
    }
    .part4 .part_txt .line:after{
        right: -180px;
    }
    .part4:hover .part_txt .line:after{
        width: 360px;
    }
    .part5 .part_txt .line{
        width: 190px;
        height: 120px;
    }
    .part5 .part_txt .line:after{
        right: -190px;
    }
    .part5:hover .part_txt .line:after{
        width: 380px;
    }

    .iabout2_1{
        font-size: 62px;
    }
    .ipro_txt1{
        font-size: 44px;
    }
    .ipro_txt2{
        margin: 30px 0 40px 0;
    }
    .iservice_txt1{
        font-size: 44px;
    }
    .icontact{
        margin: 95px 0 100px 0;
    }
    .icontact_con ul li span{
        font-size: 23px;
    }
    .icontact_con ul li p{
        font-size: 34px;
    }
}

@media (min-width:1601px) and (max-width:1700px) {
    .container2 {
        width: 100%;
        padding: 0 50px;
    }
    .hide_nav_fr{
        width: 37%;
    }
    .ban_txt1 {
        font-size: 70px;
    }
    .ban_txt2 {
        font-size: 110px;
        margin-top: 40px;
    }
    .about_con_fr2 {
        margin-top: 70px;
    }

    .part_txt h3 {
        font-size: 28px;
    }
    .part_txt p {
        font-size: 18px;
    }
    .part1 .part_txts {
        height: 128px;
    }
    .part1 .part_txt .line {
        width: 305px;
        height: 240px;
    }
    .part1 .part_txt .line:after {
        left: -305px;
    }
    .part1:hover .part_txt .line:after {
        width: 610px;
    }
    .part2 .part_txts {
        height: 98px;
    }
    .part2 .part_txt .line {
        width: 220px;
        height: 155px;
    }
    .part2 .part_txt .line:after {
        left: -220px;
    }
    .part2:hover .part_txt .line:after {
        width: 440px;
    }
    .part3 .part_txts {
        height: 98px;
    }
    .part3 .part_txt .line {
        width: 230px;
    }
    .part3 .part_txt .line:after {
        right: -230px;
    }
    .part3:hover .part_txt .line:after {
        width: 460px;
    }
    .part4 .part_txts {
        height: 98px;
    }
    .part4 .part_txt .line {
        width: 170px;
    }
    .part4 .part_txt .line:after {
        right: -170px;
    }
    .part4:hover .part_txt .line:after {
        width: 340px;
    }
    .part5 .part_txts {
        height: 98px;
    }
    .part5 .part_txt .line {
        width: 185px;
        height: 115px;
    }
    .part5 .part_txt .line:after {
        right: -185px;
    }
    .part5:hover .part_txt .line:after {
        width: 370px;
    }

    .iabout{
        margin-top: 70px;
    }
    .iabout1{
        margin-bottom: 170px;
    }
    .inner_title{
        font-size: 46px;
    }
    .iabout1_con{
        font-size: 23px;
    }
    .iabout2{
        padding: 170px 0;
    }
    .iabout2_1{
        font-size: 60px;
    }
    .iabout2_2{
        margin-top: 90px;
    }
    .iabout3{
        padding: 170px 0 115px 0;
    }
    .iabout3_con{
        font-size: 23px;
    }
    .iabout4{
        padding: 170px 0 140px 0;
    }
    .iabout4_con{
        margin-top: 70px;
    }
    .iabout4_txt{
        font-size: 23px;
        padding: 20px 0;
    }
    .icontact{
        margin: 80px 0 85px 0;
    }
    .icontact_con ul li span{
        font-size: 22px;
    }
    .icontact_con ul li p{
        font-size: 32px;
    }
    .ifeedback{
        margin: 170px 0;
    }
    .lx1 label{
        font-size: 23px;
    }
    .lx2_fl label{
        font-size: 23px;
    }
    .ipro_txt1{
        font-size: 40px;
    }
    .ipro_txt2{
        margin: 30px 0 60px 0;
        height: 144px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .iservice_txt1{
        font-size: 40px;
    }
    .iservice_txt2{
        height: 192px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .isol_txt3{
        margin-top: 65px;
    }
    .iproshow1{
        margin: 105px 0 110px 0;
    }
    .iproshow2{
        padding: 125px 0;
    }
    .iproshow2_con h3{
        font-size: 34px;
    }
    .iproshow3{
        margin: 125px 0 135px 0;
    }
    .iserviceshow2{
        margin: 175px 0;
    }
    .isolutionshow{
        margin: 105px 0 160px 0;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container2{
        width: 100%;
        padding: 0 50px;
    }
    .hide_nav_fr{
        width: 41%;
    }
    .menupc li a{
        font-size: 38px;
    }
    .xiala ul li a{
        font-size: 23px;
    }
    .ban-title{
        bottom: 80px;
    }
    .ban_txt1{
        font-size: 68px;
    }
    .ban_txt2{
        font-size: 100px;
        margin-top: 40px;
    }
    .mouse-scroll{
        bottom: 60px;
    }
    .about_con_fr2{
        margin-top: 50px;
    }
    .footer1_fc{
        width: 48%;
    }
    .footer1_fr{
        width: 18%;
    }

    .part_txt h3{
        font-size: 28px;
    }
    .part_txt p{
        font-size: 18px;
    }
    .part1 .part_txts{
        height: 128px;
    }
    .part1 .part_txt .line{
        width: 275px;
        height: 210px;
    }
    .part1 .part_txt .line:after{
        left: -275px;
    }
    .part1:hover .part_txt .line:after{
        width: 550px;
    }
    .part2 .part_txts{
        height: 98px;
    }
    .part2 .part_txt .line{
        width: 200px;
        height: 145px;
    }
    .part2 .part_txt .line:after{
        left: -200px;
    }
    .part2:hover .part_txt .line:after{
        width: 400px;
    }
    .part3 .part_txts{
        height: 98px;
    }
    .part3 .part_txt .line{
        width: 200px;
    }
    .part3 .part_txt .line:after{
        right: -200px;
    }
    .part3:hover .part_txt .line:after{
        width: 400px;
    }
    .part4 .part_txts{
        height: 98px;
    }
    .part4 .part_txt .line{
        width: 150px;
    }
    .part4 .part_txt .line:after{
        right: -150px;
    }
    .part4:hover .part_txt .line:after{
        width: 300px;
    }
    .part5 .part_txts{
        height: 98px;
    }
    .part5 .part_txt .line{
        width: 165px;
        height: 110px;
    }
    .part5 .part_txt .line:after{
        right: -165px;
    }
    .part5:hover .part_txt .line:after{
        width: 330px;
    }

    .iabout{
        margin-top: 65px;
    }
    .iabout1{
        margin-bottom: 160px;
    }
    .inner_title{
        font-size: 44px;
    }
    .iabout1_con{
        font-size: 22px;
        margin-top: 55px;
    }
    .iabout2{
        padding: 160px 0;
    }
    .iabout2_1{
        font-size: 56px;
    }
    .iabout2_2{
        margin-top: 80px;
    }
    .iabout3{
        padding: 160px 0 105px 0;
    }
    .iabout3_con{
        font-size: 22px;
    }
    .iabout3_customer{
        max-width: 85%;
    }
    .iabout4{
        padding: 160px 0 130px 0;
    }
    .iabout4_con{
        margin-top: 65px;
    }
    .iabout4_txt{
        font-size: 22px;
        padding: 20px 0;
    }
    .icontact{
        margin: 80px 0 85px 0;
    }
    .icontact_con ul li span{
        font-size: 22px;
    }
    .icontact_con ul li p{
        font-size: 32px;
    }
    .ifeedback{
        margin: 160px 0;
    }
    .ifeedback_con{
        margin-top: 65px;
    }
    .lx1 label{
        font-size: 22px;
    }
    .lx2_fl label{
        font-size: 22px;
    }
    .ipro ul li{
        margin-bottom: 55px;
    }
    .ipro_txt{
        padding: 35px 50px;
    }
    .ipro_txt1{
        font-size: 36px;
    }
    .ipro_txt2{
        font-size: 23px;
        margin: 20px 0 40px 0;
        height: 138px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ipro_txt3{
        width: 52px;
        height: 52px;
    }
    .iservice{
        margin: 90px 0 100px 0;
    }
    .iservice_con{
        margin-top: 75px;
    }
    .iservice_con ul li{
        margin-bottom: 55px;
    }
    .iservice_txt{
        padding: 40px 35px;
    }
    .iservice_txt1{
        font-size: 36px;
    }
    .iservice_txt2{
        font-size: 23px;
        height: 138px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .iservice_txt3{
        width: 52px;
        height: 52px;
    }
    .isolution{
        margin: 90px 0 70px 0;
    }
    .isolution_con{
        margin: 75px 0 50px 0;
    }
    .isol_txt2{
        font-size: 36px;
        margin-top: 50px;
    }
    .isol_txt3{
        margin-top: 50px;
        font-size: 23px;
        height: 138px;
    }
    .iproshow1{
        margin: 95px 0 100px 0;
    }
    .iproshow1_con{
        margin-top: 75px;
        font-size: 23px;
    }
    .iproshow2{
        padding: 115px 0;
    }
    .iproshow2_con{
        margin-top: 90px;
        font-size: 23px;
    }
    .iproshow2_con h3{
        font-size: 32px;
    }
    .iproshow3{
        margin: 115px 0 125px 0;
    }
    .iproshow3_info{
        margin: 65px 0;
        font-size: 23px;
    }
    .iproshow3_con ul li h3{
        font-size: 29px;
    }
    .idevelopshow2 .inner_title{
        font-size: 29px;
    }
    .iproshow3_con ul li p{
        font-size: 23px;
    }
    .iserviceshow{
        margin-top: 110px;
    }
    .iserviceshow1_con{
        margin-top: 75px;
    }
    .iserviceshow1_con_fls{
        font-size: 23px;
        padding: 20px 80px;
    }
    .iserviceshow2{
        margin: 160px 0;
    }
    .iserviceshow2_con{
        margin-top: 75px;
    }
    .iserviceshow2_con ul li{
        font-size: 23px;
        height: 125px;
    }
    .isolutionshow{
        margin: 95px 0 150px 0;
    }
    .isolutionshow_con{
        margin-top: 75px;
    }
    .isolutionshow_con h3{
        font-size: 29px;
    }
    .idevelopshow{
        margin: 110px 0 170px;
    }
    .idevelopshow1_con{
        margin: 75px 0;
    }
    .idevelopshow1_con_fls{
        font-size: 23px;
        padding: 20px 80px;
    }
    .idevelopshow2 ul li{
        padding: 65px 75px;
        height: 430px;
    }
    .idevelopshow2_con p{
        font-size: 23px;
    }
    .idevelopshow2_con p:before{
        top: 21px;
    }
    .ban_txt{
        top: 32%;
    }
    .ihysolution_con ul li a{
        padding: 30px 30px 0 30px;
        height: 309px;
    }
    .ihysol_txt1_fr{
        font-size: 32px;
    }
    .ihysol_txt2{
        margin-top: 60px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container2{
        width: 100%;
        padding: 0 50px;
    }
    /*.index .yx a img{
        height: 56px;
    }*/
    .hide_nav_fr{
        width: 43%;
    }
    .menupc{
        padding-left: 20%;
    }
    .menupc li a{
        font-size: 36px;
    }
    .xiala ul li a{
        font-size: 22px;
    }
    .xiala ul .two .third ul li a{
        font-size: 17px;
    }
    .ban-title{
        bottom: 75px;
    }
    .ban_txt{
        top: 32%;
    }
    .ban_txt1{
        font-size: 64px;
    }
    .ban_txt2{
        font-size: 90px;
        margin-top: 40px;
    }
    .mouse-scroll{
        bottom: 55px;
    }
    .home-about{
        padding: 105px 0 100px 0;
    }
    .about_con{
        margin-top: 70px;
    }
    .about_con_fr1{
        height: 294px;
    }
    .about_con_fr2{
        margin-top: 35px;
    }
    .footer1{
        padding: 80px 0;
    }
    .footer1_fr{
        width: 19%;
    }

    .part_txt h3{
        font-size: 28px;
    }
    .part_txt p{
        font-size: 18px;
    }
    .part1 .part_txts{
        height: 128px;
    }
    .part1 .part_txt .line{
        width: 245px;
        height: 185px;
    }
    .part1 .part_txt .line:after{
        left: -245px;
    }
    .part1:hover .part_txt .line:after{
        width: 490px;
    }
    .part2 .part_txts{
        height: 98px;
    }
    .part2 .part_txt .line{
        width: 175px;
        height: 123px;
    }
    .part2 .part_txt .line:after{
        left: -175px;
    }
    .part2:hover .part_txt .line:after{
        width: 350px;
    }
    .part3 .part_txts{
        height: 98px;
    }
    .part3 .part_txt .line{
        width: 180px;
    }
    .part3 .part_txt .line:after{
        right: -180px;
    }
    .part3:hover .part_txt .line:after{
        width: 360px;
    }
    .part4 .part_txts{
        height: 98px;
    }
    .part4 .part_txt .line{
        width: 130px;
    }
    .part4 .part_txt .line:after{
        right: -130px;
    }
    .part4:hover .part_txt .line:after{
        width: 260px;
    }
    .part5 .part_txts{
        height: 98px;
    }
    .part5 .part_txt .line{
        width: 140px;
        height: 90px;
    }
    .part5 .part_txt .line:after{
        right: -140px;
    }
    .part5:hover .part_txt .line:after{
        width: 280px;
    }

    .iabout{
        margin-top: 60px;
    }
    .iabout1{
        margin-bottom: 140px;
    }
    .inner_title{
        font-size: 42px;
    }
    .iabout1_con{
        font-size: 21px;
        margin-top: 50px;
    }
    .iabout2{
        padding: 140px 0;
    }
    .iabout2_1{
        font-size: 50px;
    }
    .iabout2_2{
        margin-top: 70px;
    }
    .iabout3{
        padding: 140px 0 85px 0;
    }
    .iabout3_con{
        font-size: 21px;
    }
    .iabout3_customer{
        max-width: 90%;
    }
    .iabout3_customer ul li{
        margin-bottom: 55px;
    }
    .iabout4{
        padding: 140px 0 110px 0;
    }
    .iabout4_con{
        margin-top: 60px;
    }
    .iabout4_txt{
        font-size: 21px;
        padding: 20px 0;
    }
    .icontact{
        margin: 70px 0 75px 0;
    }
    .icontact_con ul li span{
        font-size: 21px;
    }
    .icontact_con ul li p{
        font-size: 30px;
    }
    .ifeedback{
        margin: 140px 0;
    }
    .ifeedback_con{
        margin-top: 60px;
    }
    .lx1 label{
        font-size: 21px;
    }
    .lx2_fl label{
        font-size: 21px;
    }
    .ipro ul li{
        margin-bottom: 50px;
    }
    .ipro_txt{
        padding: 25px 35px;
    }
    .ipro_txt1{
        font-size: 32px;
    }
    .ipro_txt2{
        font-size: 22px;
        margin: 20px 0 40px 0;
        height: 132px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ipro_txt3{
        width: 47px;
        height: 47px;
    }
    .iservice{
        margin: 80px 0 90px 0;
    }
    .iservice_con{
        margin-top: 70px;
    }
    .iservice_con ul li{
        margin-bottom: 50px;
    }
    .iservice_txt{
        padding: 40px 35px;
    }
    .iservice_txt1{
        font-size: 32px;
    }
    .iservice_txt2{
        font-size: 22px;
        height: 132px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .iservice_txt3{
        width: 47px;
        height: 47px;
    }
    .isolution{
        margin: 80px 0 70px 0;
    }
    .isolution_con{
        margin: 70px 0 50px 0;
    }
    .isolution_con ul li a{
        padding: 30px;
    }
    .isol_txt2{
        font-size: 32px;
        margin-top: 45px;
    }
    .isol_txt3{
        margin-top: 45px;
        font-size: 22px;
        height: 132px;
    }
    .iproshow1{
        margin: 85px 0 90px 0;
    }
    .iproshow1_con{
        margin-top: 70px;
        font-size: 22px;
    }
    .iproshow2{
        padding: 105px 0;
    }
    .iproshow2_con{
        margin-top: 80px;
        font-size: 22px;
    }
    .iproshow2_con h3{
        font-size: 30px;
    }
    .iproshow3{
        margin: 105px 0 115px 0;
    }
    .iproshow3_info{
        margin: 60px 0;
        font-size: 22px;
    }
    .iproshow3_con ul li h3{
        font-size: 28px;
    }
    .idevelopshow2 .inner_title{
        font-size: 28px;
    }
    .iproshow3_con ul li p{
        font-size: 22px;
    }
    .iserviceshow{
        margin-top: 100px;
    }
    .iserviceshow1_con{
        margin-top: 70px;
    }
    .iserviceshow1_con_fls{
        font-size: 22px;
        padding: 20px 70px;
    }
    .iserviceshow2{
        margin: 140px 0;
    }
    .iserviceshow2_con{
        margin-top: 70px;
    }
    .iserviceshow2_con ul li{
        font-size: 22px;
        height: 120px;
    }
    .isolutionshow{
        margin: 85px 0 140px 0;
    }
    .isolutionshow_con{
        margin-top: 70px;
    }
    .isolutionshow_con h3{
        font-size: 28px;
    }
    .idevelopshow{
        margin: 100px 0 150px;
    }
    .idevelopshow1_con{
        margin: 70px 0;
    }
    .idevelopshow1_con_fls{
        font-size: 22px;
        padding: 20px 70px;
    }
    .idevelopshow2 ul li{
        padding: 55px 65px;
        height: 420px;
    }
    .idevelopshow2_con p{
        font-size: 22px;
    }
    .idevelopshow2_con p:before{
        top: 20px;
    }
    .ihysolution_con ul li a{
        padding: 30px 30px 0 30px;
        height: 289px;
    }
    .ihysol_txt1_fr{
        font-size: 30px;
    }
    .ihysol_txt2{
        margin-top: 55px;
    }
    .ihysol_txt2 dl dd{
        margin-bottom: 45px;
    }
    .footer1_fc{
        width: 50%;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .footer1_fc{
        width: 53%;
    }
    .container2{
        width: 100%;
        padding: 0 50px;
    }
    /*.index .yx a img{
        height: 54px;
    }*/
    .hide_nav_fr{
        width: 47%;
    }
    .menupc{
        padding-left: 23%;
    }
    .menupc li a{
        font-size: 30px;
    }
    .xiala ul li a{
        font-size: 20px;
    }
    .xiala ul .xialas .third ul li a{
        font-size: 16px;
    }
    .ban-title{
        bottom: 65px;
    }
    .ban_txt1{
        font-size: 60px;
    }
    .ban_txt2{
        font-size: 80px;
        margin-top: 40px;
    }
    .mouse-scroll{
        bottom: 45px;
    }
    .home-about{
        padding: 95px 0 90px 0;
    }
    .about_con{
        margin-top: 60px;
    }
    .about_con_fr1{
        height: 252px;
    }
    .about_con_fr2{
        margin-top: 35px;
    }
    .footer1{
        padding: 70px 0;
    }
    .footer1_fr{
        width: 21%;
    }

    .part_txt h3{
        font-size: 24px;
    }
    .part_txt p{
        font-size: 16px;
    }
    .part1 .part_txts{
        height: 124px;
    }
    .part1 .part_txt .line{
        width: 235px;
        height: 175px;
    }
    .part1 .part_txt .line:after{
        left: -235px;
    }
    .part1:hover .part_txt .line:after{
        width: 470px;
    }
    .part2 .part_txts{
        height: 94px;
    }
    .part2 .part_txt .line{
        width: 175px;
        height: 123px;
    }
    .part2 .part_txt .line:after{
        left: -175px;
    }
    .part2:hover .part_txt .line:after{
        width: 350px;
    }
    .part3 .part_txts{
        height: 94px;
    }
    .part3 .part_txt .line{
        width: 180px;
    }
    .part3 .part_txt .line:after{
        right: -180px;
    }
    .part3:hover .part_txt .line:after{
        width: 360px;
    }
    .part4 .part_txts{
        height: 94px;
    }
    .part4 .part_txt .line{
        width: 130px;
    }
    .part4 .part_txt .line:after{
        right: -130px;
    }
    .part4:hover .part_txt .line:after{
        width: 260px;
    }
    .part5 .part_txts{
        height: 94px;
    }
    .part5 .part_txt .line{
        width: 135px;
        height: 90px;
    }
    .part5 .part_txt .line:after{
        right: -135px;
    }
    .part5:hover .part_txt .line:after{
        width: 270px;
    }

    .iabout{
        margin-top: 55px;
    }
    .iabout1{
        margin-bottom: 120px;
    }
    .inner_title{
        font-size: 40px;
    }
    .iabout1_con{
        font-size: 20px;
        margin-top: 40px;
    }
    .iabout2{
        padding: 120px 0;
    }
    .iabout2_1{
        font-size: 46px;
    }
    .iabout2_2{
        margin-top: 60px;
    }
    .iabout3{
        padding: 120px 0 70px 0;
    }
    .iabout3_con{
        font-size: 20px;
        margin: 55px 0 70px 0;
    }
    .iabout3_customer{
        max-width: 90%;
    }
    .iabout3_customer ul li{
        margin-bottom: 50px;
    }
    .iabout4{
        padding: 120px 0 90px 0;
    }
    .iabout4_con{
        margin-top: 55px;
    }
    .iabout4_txt{
        font-size: 20px;
        padding: 18px 0;
    }
    .icontact{
        margin: 60px 0 65px 0;
    }
    .icontact_con ul li span{
        font-size: 20px;
    }
    .icontact_con ul li p{
        font-size: 28px;
    }
    .ifeedback{
        margin: 120px 0;
    }
    .ifeedback_con{
        margin-top: 55px;
    }
    .lx1 label{
        font-size: 20px;
    }
    .lx2_fl label{
        font-size: 20px;
    }
    .ipro ul li{
        margin-bottom: 45px;
    }
    .ipro_txt{
        padding: 25px 35px;
    }
    .ipro_txt1{
        font-size: 28px;
    }
    .ipro_txt2{
        font-size: 20px;
        margin: 20px 0 40px 0;
        height: 120px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ipro_txt3{
        width: 47px;
        height: 47px;
    }
    .iservice{
        margin: 70px 0 80px 0;
    }
    .iservice_con{
        margin-top: 60px;
    }
    .iservice_con ul li{
        margin-bottom: 45px;
    }
    .iservice_txt{
        padding: 40px 35px;
    }
    .iservice_txt1{
        font-size: 28px;
    }
    .iservice_txt2{
        font-size: 20px;
        height: 120px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .iservice_txt3{
        width: 47px;
        height: 47px;
    }
    .isolution{
        margin: 70px 0;
    }
    .isolution_con{
        margin: 60px 0 40px 0;
    }
    .isolution_con ul li a{
        padding: 25px;
    }
    .isol_txt2{
        font-size: 28px;
        margin-top: 35px;
    }
    .isol_txt3{
        margin-top: 35px;
        font-size: 20px;
        height: 120px;
    }
    .iproshow1{
        margin: 75px 0 80px 0;
    }
    .iproshow1_con{
        margin-top: 60px;
        font-size: 21px;
    }
    .iproshow2{
        padding: 95px 0;
    }
    .iproshow2_con{
        margin-top: 80px;
        font-size: 21px;
    }
    .iproshow2_con h3{
        font-size: 28px;
    }
    .iproshow3{
        margin: 95px 0 105px 0;
    }
    .iproshow3_info{
        margin: 50px 0;
        font-size: 21px;
    }
    .iproshow3_con ul li h3{
        font-size: 26px;
    }
    .idevelopshow2 .inner_title{
        font-size: 26px;
    }
    .iproshow3_con ul li p{
        font-size: 21px;
    }
    .iserviceshow{
        margin-top: 90px;
    }
    .iserviceshow1_con{
        margin-top: 60px;
    }
    .iserviceshow1_con_fls{
        font-size: 21px;
        padding: 20px 60px;
    }
    .iserviceshow2{
        margin: 120px 0;
    }
    .iserviceshow2_con{
        margin-top: 60px;
    }
    .iserviceshow2_con ul li{
        font-size: 21px;
        height: 110px;
    }
    .isolutionshow{
        margin: 75px 0 130px 0;
    }
    .isolutionshow_con{
        margin-top: 60px;
    }
    .isolutionshow_con h3{
        font-size: 27px;
    }
    .idevelopshow{
        margin: 90px 0 140px;
    }
    .idevelopshow1_con{
        margin: 60px 0;
    }
    .idevelopshow1_con_fls{
        font-size: 21px;
        padding: 20px 60px;
    }
    .idevelopshow2 ul li{
        padding: 45px 55px;
        height: 410px;
    }
    .idevelopshow2_con p{
        font-size: 21px;
    }
    .idevelopshow2_con p:before{
        top: 19px;
    }
    .ihysolution_con ul li a{
        padding: 25px 25px 0 25px;
        height: 263px;
    }
    .ihysol_txt1_fr{
        font-size: 28px;
    }
    .ihysol_txt2{
        margin-top: 50px;
    }
    .ihysol_txt2 dl dd{
        margin-bottom: 40px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container2{
        width: 100%;
        padding: 0 50px;
    }
    /* .index .yx a img{
         height: 48px;
     }*/
    .hide_nav_fr{
        width: 50%;
    }
    .menupc{
        padding-left: 25%;
    }
    .menupc li a{
        font-size: 26px;
    }
    .xiala ul li a{
        font-size: 18px;
    }
    .xiala ul .two .third ul li a{
        font-size: 14px;
    }
    .ban-title{
        bottom: 55px;
    }
    .ban_txt1{
        font-size: 52px;
    }
    .ban_txt2{
        font-size: 70px;
        margin-top: 35px;
    }
    .mouse-scroll{
        bottom: 35px;
    }
    .home-about{
        padding: 85px 0 80px 0;
    }
    .about_con{
        margin-top: 50px;
    }
    .about_con_fr1{
        height: 252px;
    }
    .about_con_fr2{
        margin-top: 35px;
    }
    .footer1{
        padding: 60px 0;
    }
    .footer1_fr{
        width: 22%;
    }
    .part_txt h3{
        font-size: 20px;
    }
    .part_txt p{
        font-size: 14px;
    }
    .part1 .part_txts{
        height: 120px;
    }
    .part1 .part_txt .line{
        width: 210px;
        height: 155px;
    }
    .part1 .part_txt .line:after{
        left: -210px;
    }
    .part1:hover .part_txt .line:after{
        width: 420px;
    }
    .part2 .part_txts{
        height: 90px;
    }
    .part2 .part_txt .line{
        width: 155px;
        height: 113px;
    }
    .part2 .part_txt .line:after{
        left: -155px;
    }
    .part2:hover .part_txt .line:after{
        width: 310px;
    }
    .part3 .part_txts{
        height: 90px;
    }
    .part3 .part_txt .line{
        width: 170px;
    }
    .part3 .part_txt .line:after{
        right: -170px;
    }
    .part3:hover .part_txt .line:after{
        width: 340px;
    }
    .part4 .part_txts{
        height: 90px;
    }
    .part4 .part_txt .line{
        width: 120px;
    }
    .part4 .part_txt .line:after{
        right: -120px;
    }
    .part4:hover .part_txt .line:after{
        width: 240px;
    }
    .part5 .part_txts{
        height: 90px;
    }
    .part5 .part_txt .line{
        width: 130px;
        height: 90px;
    }
    .part5 .part_txt .line:after{
        right: -130px;
    }
    .part5:hover .part_txt .line:after{
        width: 260px;
    }

    .iabout{
        margin-top: 50px;
    }
    .iabout1{
        margin-bottom: 100px;
    }
    .inner_title{
        font-size: 38px;
    }
    .iabout1_con{
        font-size: 20px;
        margin-top: 40px;
    }
    .iabout2{
        padding: 100px 0;
    }
    .iabout2_1{
        font-size: 44px;
    }
    .iabout2_2{
        margin-top: 50px;
    }
    .iabout3{
        padding: 100px 0 60px 0;
    }
    .iabout3_con{
        font-size: 20px;
        margin: 50px 0;
    }
    .iabout3_customer{
        max-width: 90%;
    }
    .iabout3_customer ul li{
        margin-bottom: 40px;
    }
    .iabout4{
        padding: 100px 0 85px 0;
    }
    .iabout4_con{
        margin-top: 50px;
    }
    .iabout4_txt{
        font-size: 20px;
        padding: 15px 0;
    }
    .icontact{
        margin: 50px 0 55px 0;
    }
    .icontact_con ul li span{
        font-size: 18px;
    }
    .icontact_con ul li p{
        font-size: 26px;
    }
    .ifeedback{
        margin: 100px 0;
    }
    .ifeedback_con{
        margin-top: 50px;
    }
    .lx1 label{
        font-size: 20px;
    }
    .lx2_fl label{
        font-size: 20px;
    }
    .ipro ul li{
        margin-bottom: 40px;
    }
    .ipro_txt{
        padding: 25px 35px;
    }
    .ipro_txt1{
        font-size: 28px;
    }
    .ipro_txt2{
        font-size: 20px;
        margin: 20px 0 40px 0;
        height: 120px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ipro_txt3{
        width: 47px;
        height: 47px;
    }
    .iservice{
        margin: 60px 0 70px 0;
    }
    .iservice_con{
        margin-top: 50px;
    }
    .iservice_con ul li{
        margin-bottom: 40px;
    }
    .iservice_txt{
        padding: 40px 35px;
    }
    .iservice_txt1{
        font-size: 28px;
    }
    .iservice_txt2{
        font-size: 20px;
        height: 120px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .iservice_txt3{
        width: 47px;
        height: 47px;
    }
    .isolution{
        margin: 60px 0;
    }
    .isolution_con{
        margin: 50px 0 30px 0;
    }
    .isolution_con ul li a{
        padding: 25px;
    }
    .isol_txt2{
        font-size: 28px;
        margin-top: 35px;
    }
    .isol_txt3{
        margin-top: 35px;
        font-size: 20px;
        height: 120px;
    }
    .iproshow1{
        margin: 65px 0 70px 0;
    }
    .iproshow1_con{
        margin-top: 50px;
        font-size: 20px;
    }
    .iproshow2{
        padding: 85px 0;
    }
    .iproshow2_con{
        margin-top: 70px;
        font-size: 20px;
    }
    .iproshow2_con h3{
        font-size: 26px;
    }
    .iproshow3{
        margin: 85px 0 95px 0;
    }
    .iproshow3_info{
        margin: 40px 0;
        font-size: 20px;
    }
    .iproshow3_con ul li h3{
        font-size: 24px;
    }
    .idevelopshow2 .inner_title{
        font-size: 24px;
    }
    .iproshow3_con ul li p{
        font-size: 20px;
    }
    .iserviceshow{
        margin-top: 80px;
    }
    .iserviceshow1_con{
        margin-top: 50px;
    }
    .iserviceshow1_con_fls{
        font-size: 20px;
        padding: 20px 50px;
    }
    .iserviceshow2{
        margin: 100px 0;
    }
    .iserviceshow2_con{
        margin-top: 50px;
    }
    .iserviceshow2_con ul li{
        font-size: 20px;
        height: 100px;
    }
    .isolutionshow{
        margin: 65px 0 120px 0;
    }
    .isolutionshow_con{
        margin-top: 50px;
    }
    .isolutionshow_con h3{
        font-size: 26px;
    }
    .idevelopshow{
        margin: 80px 0 120px;
    }
    .idevelopshow1_con{
        margin: 50px 0;
    }
    .idevelopshow1_con_fls{
        font-size: 20px;
        padding: 20px 50px;
    }
    .idevelopshow2 ul li{
        padding: 35px 45px;
        height: 400px;
    }
    .idevelopshow2_con p{
        font-size: 20px;
    }
    .idevelopshow2_con p:before{
        top: 18px;
    }
    .ihysolution_con ul li a{
        padding: 25px 25px 0 25px;
        height: 244px;
    }
    .ihysol_txt1_fr{
        font-size: 26px;
    }
    .ihysol_txt2{
        margin-top: 45px;
    }
    .ihysol_txt2 dl dd{
        margin-bottom: 35px;
    }
}

@media(max-width:1199px) {
    .inner-banner{
        padding-top: 60px;
    }
    .phonepro{
        display: block;
    }
    .banners video{
        height: auto;
    }
    .all{
        display: none;
    }
    .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;
    }
    .home-banner{
        padding-top: 60px;
    }
    .ban_txt1{
        font-size: 46px;
    }
    .ban_txt2{
        font-size: 60px;
        margin-top: 25px;
    }
    .ban-title{
        right: 15px;
        bottom: 30px;
    }
    .mouse-scroll{
        bottom: 30px;
    }
    .footer1{
        padding: 50px 0;
    }
    .footer1_fc{
        width: 50%;
    }
    .footer1_fr{
        width: 25%;
    }
    .home-about{
        padding: 70px 0 50px 0;
        top: 0;
    }
    .about_con{
        margin-top: 40px;
    }
    .about_con_fr1{
        height: 210px;
    }
    .about_con_fr2{
        margin-top: 35px;
    }
    .part{
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 35px;
        padding: 0 15px;
    }
    .part1, .part2, .part3, .part4, .part5{
        position: inherit;
        width: 50%;
    }
    .point1, .point2, .point3, .point4, .point5{
        display: none;
    }
    .part_img{
        display: none;
    }
    .part_txt{
        opacity: 1;
        position: inherit;
        color: #666;
    }
    .part3 .part_txt, .part4 .part_txt, .part5 .part_txt{
        text-align: left;
    }
    .part_txtss{
        display: block;
    }
    .part_txt h3{
        text-shadow: none;
        font-size: 20px;
    }
    .part_txt p{
        text-shadow: none;
        font-size: 16px;
    }

    .icontact{
        margin: 50px 0;
    }
    /*.icontact_con ul li{
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
    .icontact_con ul li span{
        font-size: 20px;
    }
    .icontact_con ul li p{
        font-size: 26px;
    }*/
    .icontact_con ul li span{
        font-size: 20px;
    }
    .icontact_con ul li p{
        font-size: 26px;
    }
    .ifeedback{
        margin: 50px 0;
    }
    .ifeedback_con{
        margin-top: 35px;
    }
    .lx1 label{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .lx1s{
        margin-bottom: 30px;
    }
    .lx2{
        margin-top: 30px;
    }
    .lx2_fl label{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .inner_location{
        margin-top: 50px;
    }
    .iabout{
        margin-top: 50px;
    }
    .iabout1{
        margin-bottom: 50px;
    }
    .inner_title{
        font-size: 38px;
    }
    .iabout1_con{
        margin-top: 35px;
        font-size: 20px;
    }
    .iabout2{
        padding: 80px 0;
    }
    .iabout2_1{
        font-size: 38px;
    }
    .iabout2_2{
        margin-top: 35px;
    }
    .iabout3{
        padding: 50px 0 10px 0;
    }
    .iabout3_con{
        margin: 35px 0;
        font-size: 20px;
    }
    .iabout3_customer{
        max-width: 100%;
    }
    .iabout3_customer ul li{
        margin-bottom: 40px;
    }
    .iabout4{
        padding: 50px 0 35px 0;
    }
    .iabout4_con{
        margin-top: 35px;
    }
    .iabout4_txt{
        font-size: 20px;
        padding: 15px 0;
    }
    .ipro{
        margin: 50px 0;
    }
    .ipro ul li{
        margin-bottom: 40px;
    }
    .ipro_txt{
        padding: 20px 35px;
    }
    .ipro_txt1{
        font-size: 24px;
    }
    .ipro_txt2{
        font-size: 18px;
        margin: 15px 0 30px 0;
        height: 108px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ipro_txt3{
        width: 47px;
        height: 47px;
    }
    .iservice{
        margin: 50px 0;
    }
    .iservice_con{
        margin-top: 35px;
    }
    .iservice_con ul li{
        margin-bottom: 40px;
    }
    .iservice_txt{
        padding: 30px 25px;
    }
    .iservice_txt1{
        font-size: 24px;
    }
    .iservice_txt2{
        font-size: 18px;
        height: 108px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .iservice_txt3{
        width: 47px;
        height: 47px;
    }
    .isolution{
        margin: 50px 0 40px 0;
    }
    .isolution_con{
        margin: 35px 0;
    }
    .isol_txt1_fr{
        height: 45px;
    }
    .isol_txt1_fr img{
        max-height: 45px;
    }
    .isol_txt2{
        margin-top: 35px;
        font-size: 24px;
    }
    .isol_txt3{
        margin-top: 35px;
        font-size: 18px;
        height: 108px;
    }
    .isolution_con ul li a:hover .isol_txt1_fl{
        width: 39px;
        height: 39px;
        background-size: 15px 13px;
    }
    .iproshow1{
        margin: 50px 0;
    }
    .iproshow1_con{
        margin-top: 35px;
        font-size: 20px;
    }
    .iproshow2{
        padding: 50px 0;
    }
    .iproshow2_con{
        margin-top: 35px;
        font-size: 20px;
    }
    .iproshow2_con h3{
        font-size: 26px;
    }
    .iproshow3{
        margin: 50px 0;
    }
    .iproshow3_info{
        margin: 35px 0;
        font-size: 20px;
    }
    .iproshow3_con ul li{
        padding: 55px 40px;
    }
    .iproshow3_con ul li h3{
        font-size: 24px;
    }
    .idevelopshow2 .inner_title{
        font-size: 24px;
    }
    .iproshow3_con ul li p{
        font-size: 20px;
    }
    .iserviceshow{
        margin-top: 50px;
    }
    .iserviceshow1_con{
        margin-top: 35px;
        flex-direction: column;
    }
    .iserviceshow1_con_fl{
        width: 100%;
    }
    .iserviceshow1_con_fr{
        width: 100%;
    }
    .iserviceshow1_con_fls{
        padding: 30px 25px;
        font-size: 20px;
    }
    .iserviceshow2{
        margin: 50px 0;
    }
    .iserviceshow2_con{
        margin-top: 35px;
    }
    .iserviceshow2_con ul li{
        font-size: 20px;
        height: 100px;
    }
    .isolutionshow{
        margin: 50px 0;
    }
    .isolutionshow_con{
        margin-top: 35px;
        font-size: 20px;
    }
    .isolutionshow_con h3{
        font-size: 24px;
    }
    .idevelopshow{
        margin: 50px 0;
    }
    .idevelopshow1_con{
        margin: 35px 0;
        flex-direction: column;
    }
    .idevelopshow1_con_fl{
        width: 100%;
    }
    .idevelopshow1_con_fls{
        padding: 30px 25px;
        font-size: 20px;
    }
    .idevelopshow1_con_fr{
        width: 100%;
    }
    .idevelopshow2 ul li{
        padding: 25px 35px;
        height: 400px;
    }
    .idevelopshow2_con{
        margin-top: 25px;
    }
    .idevelopshow2_con p{
        font-size: 20px;
    }
    .idevelopshow2_con p:before{
        top: 18px;
    }
    .ihysolution_con{
        margin: 35px 0;
    }
    .ihysolution_con ul li a{
        height: 235px;
    }
    .ihysol_txt1_fr{
        font-size: 26px;
    }
    .ihysol_txt2{
        margin-top: 35px;
    }
    .ihysol_txt2 dl dd{
        margin-bottom: 35px;
    }
}

@media(max-width:820px) {
    .ban-title{
        display: none;
    }
    .ban_txt1{
        font-size: 40px;
    }
    .ban_txt2{
        font-size: 50px;
    }
    .footer1_fc{
        width: 65%;
    }
    .footer1_fr{
        width: 10%;
    }
    .footer1_fr ul{
        flex-direction: column;
    }
    .footer1_fr ul li:nth-child(2){
        margin: 10px 0;
    }
    .lx1 label{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .lx1s{
        margin-bottom: 25px;
    }
    .lx2{
        margin-top: 25px;
    }
    .lx2_fl label{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .icontact_con ul li{
        padding: 0 3%;
    }
    .icontact_con ul li:last-child p br{
        display: none;
    }
    .icontact_con ul li span{
        font-size: 18px;
    }
    .icontact_con ul li p{
        font-size: 22px;
    }

    .inner_title{
        font-size: 28px;
    }
    .iabout1_con{
        font-size: 18px;
    }
    .iabout2_1{
        font-size: 28px;
    }
    .iabout2_2 img{
        margin: 0 30px;
    }
    .iabout3_con{
        font-size: 18px;
    }
    .iabout4_txt{
        font-size: 18px;
    }
    .ipro ul li a{
        flex-direction: column;
    }
    .ipro_img{
        width: 100%;
    }
    .ipro_txt{
        width: 100%;
    }
    .iservice_txt1{
        font-size: 20px;
    }
    .iservice_txt2{
        font-size: 16px;
        height: 96px;
        margin: 15px 0 30px 0;
    }
    .isolution_con ul li a{
        padding: 25px;
    }
    .isol_txt2{
        font-size: 20px;
        margin-top: 20px;
    }
    .isol_txt3{
        font-size: 16px;
        height: 96px;
        margin-top: 20px;
    }
    .ihysolution_con ul li a{
        padding: 25px 25px 0 25px;
        height: 262px;
    }
    .ihysol_txt1_fr{
        font-size: 24px;
    }
    .ihysol_txt2{
        margin-top: 25px;
    }
    .ihysol_txt2 dl dd{
        width: 47%;
        margin-right: 6%;
        margin-bottom: 25px;
    }
    .ihysol_txt2 dl dd:nth-child(3n){
        margin-right: 6%;
    }
    .ihysol_txt2 dl dd:nth-child(2n){
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .ban_txt1{
        font-size: 36px;
    }
    .ban_txt2{
        font-size: 46px;
    }
    .about_con{
        flex-direction: column;
    }
    .about_con_fl{
        width: 100%;
    }
    .about_con_fr{
        margin-top: 25px;
        width: 100%;
    }
    .icontact .container2{
        flex-direction: column;
    }
    .icontact_con{
        width: 100%;
        margin-top: 35px;
    }
    .icontact_con ul li span{
        font-size: 16px;
    }
    .icontact_con ul li p{
        font-size: 20px;
        padding: 0 8%;
    }
    .ipro_txt{
        padding: 20px 25px;
    }
    .ipro_txt1{
        font-size: 20px;
    }
    .ipro_txt2{
        font-size: 16px;
        height: 96px;
    }
    .iproshow1_con{
        font-size: 18px;
    }
    .iproshow2_con h3{
        font-size: 22px;
    }
    .iproshow2_con{
        font-size: 18px;
    }
    .iproshow3_info{
        font-size: 18px;
    }
    .iproshow3_con ul li h3{
        font-size: 22px;
    }
    .idevelopshow2 .inner_title{
        font-size: 22px;
    }
    .iproshow3_con ul li p{
        font-size: 18px;
    }
    .iserviceshow1_con_fls{
        font-size: 18px;
    }
    .iserviceshow2_con ul li{
        font-size: 18px;
        height: 80px;
    }
    .isolutionshow_con h3{
        font-size: 22px;
    }
    .isolutionshow_con{
        font-size: 18px;
    }
    .idevelopshow1_con_fls{
        font-size: 18px;
    }
    .idevelopshow2 ul li{
        height: 350px;
    }
    .idevelopshow2_con p{
        font-size: 18px;
    }
    .idevelopshow2_con p:before{
        top: 15px;
    }
    .ihysol_txt1_fr{
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .ban_txt{
        top: 32%;
    }
    .ban_txt1{
        font-size: 20px;
    }
    .ban_txt2{
        font-size: 26px;
        margin-top: 15px;
    }
    .mouse-scroll{
        bottom: 15px;
    }
    .home-about{
        padding: 30px 0;
    }
    .about_con{
        margin-top: 20px;
    }
    .about_con_fr{
        margin-top: 20px;
    }
    .about_con_fr1{
        font-size: 16px;
        line-height: 30px;
        height: 180px;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1 .container2{
        flex-direction: column;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fl a img{
        margin: 0 auto;
    }
    .footer1_fc{
        width: 100%;
        margin: 20px 0;
    }
    .footer1_fc_t ul{
        justify-content: center;
    }
    .footer1_fc_b p{
        text-align: center;
    }
    .footer1_fr{
        width: 100%;
    }
    .footer1_fr ul{
        flex-direction: row;
        justify-content: center;
    }
    .footer1_fr ul li:nth-child(2){
        margin: 0 23px;
    }
    .part{
        margin-top: 20px;
    }
    .part1, .part2, .part3, .part4, .part5{
        width: 100%;
    }
    .pmore{
        position: inherit;
    }
    .pmore a{
        margin: 0 auto;
    }

    .inner_location{
        margin-top: 30px;
    }
    .icontact{
        margin: 30px 0;
    }
    .icontact_con{
        margin-top: 0;
    }
    /*.icontact_con ul li{
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .icontact_con ul li p{
        font-size: 20px;
        text-align: left;
        margin-top: 10px;
    }*/
    .icontact_con ul{
        flex-direction: column;
    }
    .icontact_con ul li{
        width: 100%;
        background: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .icontact_con ul li:first-child{
        width: 100%;
    }
    .icontact_con ul li:last-child{
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .icontact_con ul li p{
        padding: 0;
        margin-top: 15px;
    }
    .lx1s{
        width: 100%;
    }
    .lx1 textarea{
        height: 140px;
    }
    .lx1 label{
        font-size: 16px;
    }
    .lx1 input{
        height: 50px;
        line-height: 50px;
    }
    .lx1 select{
        height: 50px;
        line-height: 50px;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fl label{
        font-size: 16px;
    }
    .lx2_fl input{
        height: 50px;
        line-height: 50px;
    }
    .lx2_fl a{
        height: 50px;
    }
    .lx2_fl a img{
        height: 48px;
    }
    .lx2_fr{
        margin-top: 25px;
        width: 100%;
        text-align: center;
    }
    .iabout{
        margin-top: 30px;
    }
    .inner_title{
        font-size: 24px;
    }
    .iabout1_con{
        margin-top: 20px;
        font-size: 16px;
    }
    .iabout2{
        padding: 50px 0;
    }
    .iabout2_1{
        font-size: 20px;
    }
    .iabout2_2 img{
        margin: 0 20px;
    }
    .iabout3{
        padding: 30px 0 10px 0;
    }
    .iabout3_con{
        font-size: 16px;
        margin: 20px 0;
    }
    .iabout3_customer ul li{
        width: 45%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
    .iabout3_customer ul li:nth-child(5n){
        margin-right: 10%;
    }
    .iabout3_customer ul li:nth-child(2n){
        margin-right: 0;
    }
    .iabout4{
        padding: 30px 0 20px 0;
    }
    .iabout4_con{
        margin-top: 20px;
    }
    .iabout4_con ul li{
        width: 45%;
        margin-right: 10%;
    }
    .iabout4_con ul li:nth-child(5n){
        margin-right: 10%;
    }
    .iabout4_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iabout4_txt{
        font-size: 16px;
        line-height: 30px;
        padding: 10px 0;
    }
    .ipro{
        margin: 30px 0;
    }
    .ipro ul li{
        margin-bottom: 20px;
    }
    .ipro_txt{
        padding: 20px 15px;
    }
    .iservice_con{
        margin-top: 20px;
    }
    .iservice_con ul{
        flex-direction: column;
    }
    .iservice_con ul li{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .iservice_txt{
        padding: 20px 15px;
    }
    .isolution_con ul{
        flex-direction: column;
    }
    .isolution{
        margin: 30px 0 10px 0;
    }
    .isolution_con{
        margin: 20px 0;
    }
    .isolution_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iproshow1{
        margin: 30px 0;
    }
    .iproshow1_con{
        margin-top: 20px;
        font-size: 16px;
    }
    .iproshow2{
        padding: 30px 0;
    }
    .iproshow2_con{
        margin-top: 20px;
        font-size: 16px;
    }
    .iproshow2_con h3{
        font-size: 20px;
    }
    .iproshow3{
        margin: 30px 0;
    }
    .iproshow3_info{
        margin: 20px 0;
        font-size: 16px;
    }
    .iproshow3_con ul{
        flex-direction: column;
    }
    .iproshow3_con ul li{
        width: 100%;
        margin-bottom: 20px;
        height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 40px;
    }
    .iproshow3_con ul li:last-child{
        margin-bottom: 0;
    }
    .iproshow3_con ul li h3{
        font-size: 20px;
    }
    .idevelopshow2 .inner_title{
        font-size: 20px;
    }
    .iproshow3_con ul li p{
        font-size: 16px;
    }
    .iserviceshow{
        margin-top: 30px;
    }
    .iserviceshow1_con{
        margin-top: 20px;
    }
    .iserviceshow1_con_fls{
        font-size: 16px;
        padding: 20px 15px;
    }
    .iserviceshow2{
        margin: 30px 0 10px 0;
    }
    .iserviceshow2_con{
        margin-top: 20px;
    }
    .iserviceshow2_con ul li{
        font-size: 16px;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        height: 60px;
        border-radius: 15px;
    }
    .iserviceshow2_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iserviceshow2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .isolutionshow{
        margin: 30px 0;
    }
    .isolutionshow .inner_title{
        padding-top: 15px;
    }
    .isolutionshow_con{
        margin-top: 20px;
        font-size: 16px;
    }
    .isolutionshow_con h3{
        font-size: 20px;
    }
    .idevelopshow{
        margin: 30px 0;
    }
    .idevelopshow1_con{
        margin: 20px 0;
    }
    .idevelopshow1_con_fls{
        font-size: 16px;
        padding: 20px 15px;
    }
    .idevelopshow2 ul{
        flex-direction: column;
    }
    .idevelopshow2 ul li{
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    .idevelopshow2_con{
        margin-top: 15px;
    }
    .idevelopshow2_con p{
        font-size: 16px;
    }
    .ihysolution_con{
        margin: 30px 0 10px 0;
    }
    .ihysolution_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .ihysolution_con ul li:nth-child(3n){
        margin-right: 0;
    }
    .ihysolution_con ul li a{
        height: auto;
    }
    .ihysol_txt1_fr{
        font-size: 20px;
    }
    .iservice{
        margin: 30px 0;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














