@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:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.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: 93%;
    margin: 0 auto;
}

header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:78px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 26px;
}
.yx img {
    float: left;
	max-width:100%;
	height:auto;
}
.logo_txt{
    margin-left: 165px;
}
.logo_txt p{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    /*letter-spacing: 6.5px;*/
    margin-bottom: 2px;
}
.logo_txt span{
    color: #666;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:78px;
    z-index: 9;
    position:relative;
}
.menupc li:hover a{
    color: #4db332;
}
.menupc li:hover a:after{
    width:100%;
}
.menupc li a{
    display:block;
    color: #444;
    font-size: 16px;
    padding: 0px 43px;
    z-index: 999;
    font-weight: bold;
    position: relative;
}
.menupc li a:after{
    content:'';
    display: block;
    position:absolute;
    top: 0;
    left:0;
    right: 0;
    width:0;
    height: 3px;
    background-color: #40a545;
    margin:0 auto;
    z-index: -1;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a:hover{
    color: #3db36c;
}
.menupc li .current{
    color: #3db36c;
}
.menupc li .current:after{
    width:100%;
}
.menupc ul{
    background-color:#fff;
    position: absolute;
    display:none;
    left: 0;
    /*top:65px;*/
    overflow: hidden;
    z-index: 999;
    width:100%;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 46px;
    width:100%;
}
.menupc ul li a{
    display: block;
    font-size: 14px;
    color:#333 !important;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    background-color: #fff;
}
.menupc ul li a:after{
    display: none;
}
.menupc ul li a:hover{
    color:#fff !important;
    background-color: #40a545;
}
.menupc ul li .current{
    color:#fff !important;
    background-color: #40a545;
}
.menupc ul.subnav {
    display: block;
}

.nation{
    float: right;
    position: relative;
}
.nation_t{
    cursor: pointer;
    line-height: 78px;
}
.nation_t h3{
    font-size: 14px;
    color: #666;
    background: url("../images/jt.png") no-repeat right center;
    padding-right: 21px;
    text-transform: uppercase;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 5px 0;
    overflow: hidden;
    position: absolute;
    width: 65px;
    top: 55px;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
}
.nation_b li{
    line-height: 25px;
    text-align: center;
}
.nation_b li a{
    display: block;
    font-size: 12px;
    color: #666;
}
.nation_b li a:hover{
    color: #40a545;
}


/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#f28800;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#f28800 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    overflow:hidden;
    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 a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-image: none;
    font-size: 32px;
    color: #fff;
    text-align: center;
    border-radius: 180px;
    background-color: rgba(6,6,6,.6);
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    background-color: #40a545;
}
.home-banner .swiper-button-prev{
    left: 1.5%;
    right: auto;
    transform: rotateY(-180deg);
}
.home-banner .swiper-button-next{
    right: 1.5%;
    left: auto;

}


@media(max-width:1200px) {
    .daohang{
        height:60px;
    }
    .yx a{
        padding-top: 15px;
    }
    .yx img{
        height: 30px;
    }
    .logo_txt{
        margin-left: 165px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .nation{
        margin-right: 45px;
    }
    .nation_t{
        line-height: 60px;
    }

}


.floating_ck {
    position:fixed;
    right:7px;
    top:30%;
    display: none;
}
.floating_ck dl dd {
    position:relative;
    width:72px;
    height:72px;
    background-color:#fff;
    text-align:center;
    cursor:pointer;
    margin-bottom: 1px;
}
.floating_ck dl dd:hover{
    background-color:#3cb25d;
}
.floating_ck dd img{
    display: block;
    margin: 0 auto;
}
.floating_ck dd a {
    color:#fff;
    font-size: 16px;
}
.floating_ck dd a i{
    color: #999;
    display: inline-block;
    line-height: 72px;
}
.floating_ck dl dd:hover a i{
    color: #fff;
}
.floating_ck dd i{
    color: #999;
    display: inline-block;
    line-height: 72px;
}
.floating_ck dl dd:hover i{
    color: #fff;
}
.floating_ck dd a i.icon-kefu{
    font-size: 34px;
}
.floating_ck dd i.icon-weixin{
    font-size: 38px;
}
.floating_ck dd a i.icon-dingbu{
    font-size: 50px;
}
.floating_ck dl dd:hover .floating_left {
    display:block;
}
.floating_ck dd span {
    color:#fff;
    display:block;
    padding-top:54px;
}
.floating_left{
    position:absolute;
    top: 0;
    background-color:#fff;
    display:none;
}
.floating_left_title{
    background-color: #3cb25d;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
}
.floating_left_con{
    padding: 30px 18px;
    overflow: hidden;
    text-align: justify;
}
.ckf{
    left:-215px;
    width: 207px;
    height: auto;
}
.ckf h3{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}
.ckf h3 em{
    float: left;
    font-style: normal;
}
.ckf h3 a img{
    float: left;
    margin-left: 5px;
}
.ckf p{
    color: #999;
    margin-top: 20px;
}
.cwx{
    top: -72px;
    left:-215px;
    width: 207px;
    height: auto;
}
.cwx h3{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}
.cwx h3 em{
    float: left;
    font-style: normal;
}
.cwx h3 img{
    float: left;
    border: 1px solid #ccc;
}
.cwx p{
    color: #999;
    margin-top: 20px;
}


footer{
    width: 100%;
    margin: 0 auto;
}
.container2{
    width: 78.6%;
    margin: 0 auto;
}
.footer1{
    padding: 50px 0 35px 0;
    background-color: #222;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 20%;
}
.footer1_fl h3{
    font-size: 18px;
    color: #3db36c;
    font-weight: bold;
    line-height: 1;
}
.footer1_fl h3:after{
    content: '';
    display: block;
    width: 41px;
    height: 4px;
    background-color: #3db36c;
    border-radius: 25px;
    margin: 13px 0 30px 0;
}
.footer1_fl ul{
    overflow: hidden;
}
.footer1_fl ul li{
    float: left;
    line-height: 30px;
    margin-right: 8px;
}
.footer1_fl ul li:last-child{
    margin-right: 0;
}
.footer1_fl ul li a{
    display: block;
    font-size: 15px;
    color: #fff;
}
.footer1_fl ul li a:hover{
    color: #3db36c;
}
.footer1_fr{
    float: right;
    width: 8%;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fr p{
    text-align: center;
    font-size: 15px;
    color: #ddd;
    margin-top: 15px;
}
.footer1_fc{
    float: left;
    width: 65%;
    margin-left: 7%;
}
.footer1_fc li{
    float: left;
    width: 30%;
    padding: 0 20px;
    cursor: default;
}
.footer1_fc li:nth-child(1){
    width: 40%;
}
.footer1_fc li .tb{
    width: 70px;
    height: 70px;
    border-radius: 180px;
    background-color: #333;
}
.footer1_fc li .tb i{
    display: block;
    line-height: 70px;
    color: #fff;
    text-align: center;
}
.footer1_fc li .tb i.icon-icon-{
    font-size: 40px;
}
.footer1_fc li .tb i.icon-iconfontdianhua1{
    font-size: 34px;
}
.footer1_fc li .tb i.icon-youxiang{
    font-size: 34px;
}
.footer1_fc li p{
    font-size: 15px;
    color: #ddd;
    margin: 15px 0;
    line-height: 1;
}
.footer1_fc li span{
    color: #ddd;
}
.footer1_fc li:nth-child(1) span{
    font-size: 15px;
}
.footer1_fc li:nth-child(2) span{
    font-size: 18px;
    font-weight: bold;
}
.footer1_fc li:nth-child(3) span{
    font-size: 17px;
    font-weight: bold;
}
.footer1_fc li:hover .tb{
    background-color: #3db36c;
}
.footer1_fc li:hover span{
    color: #3db36c;
}

.footer2{
    background-color: #1a1a1a;
    overflow: hidden;
    padding: 13px 0;
}
.footer2 p{
    line-height: 24px;
    color: #555;
}
.footer2 p a{
    color: #555;
}
.footer2 p a:hover{
    color: #3db36c;
}

.home-technology{
    width: 100%;
    margin: 65px auto 0 auto;
    overflow: hidden;
}
.index_title{
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    line-height: 0.8;
}
.index_title_fl{
    font-size: 80px;
    color: #40a545;
}
.index_title_fr{
    margin-left: 18px;
    text-align: left;
}
.index_title_fr p{
    font-size: 24px;
    color: #aaa;
    margin-bottom: 15px;
}
.index_title_fr h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.tech1{
    margin-top: 50px;
    position: relative;
}
.tech1 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.m-video{
    cursor: pointer;
    position: absolute;
    top: 31%;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
}
.m-video i{
    display: block;
    color: #fff;
    font-size: 100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.tech2{
    overflow: hidden;
    position: relative;
    z-index: 999;
    margin-top: -127px;
}
.tech2 .container2{
    background-color: #3db45e;
    padding: 33px 0 25px 0;
    overflow: hidden;
}
.tech2_1{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.tech2_2{
    text-align: center;
    color: #fff;
    line-height: 25px;
    margin: 25px 0;
}
.index_more{
    text-align: center;
}
.index_more a{
    display: block;
    width: 156px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border-radius: 25px;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 40px rgba(0,0,0,.08);
    text-transform: uppercase;
}
.index_more a:after{
    content: '';
    display: block;
    width: 0;
    height: 47px;
    background-color: #3db45e;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    margin-left: -78px;
    top: -1px;
    transition: .5s;
}
.index_more a:hover:after{
    width: 156px;
}
.index_more a p{
    color: #3db45e;
    position: relative;
    z-index: 999;
}
.index_more a p i{
    display: inline-block;
    font-size: 30px;
    vertical-align: bottom;
    padding-left: 10px;
}
.index_more a:hover p{
    color: #fff;
}

.home-news{
    width: 100%;
    margin: 65px auto;
    overflow: hidden;
}
.news_more{
    text-align: right;
    margin: 24px 0 28px 0;
}
.news_more a{
    display: block;
    color: #999;
    text-transform: uppercase;
}
.news_con{
    position: relative;
    padding-bottom: 55px;
    z-index: 0;
}
.news_con .swiper-slide{
    display: initial;
}
.news a{
    display:block;
    overflow: hidden;
    position: relative;
    text-align: justify;
}
.news a .pic:after{
    padding-bottom: 32.5%;
}
.news a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_txt{
    margin-top: 40px;
}
.news_txt_fl{
    float: left;
    width: 75px;
    color: #999;
    font-weight: lighter;
    line-height: 21px;
}
.news_txt_fr{
    margin-left: 155px;
    position: relative;
}
.news_txt_fr:before{
    content: '';
    display: block;
    width: 58px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: -70px;
    top: 10px;
}
.news_txt_fr1{
    font-size: 16px;
    color: #333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt_fr2{
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin: 25px 0 20px 0;
}
.news_txt_fr3 i{
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    color: #3db36c;
}
.news a:hover .news_txt_fr1{
    color: #3db36c;
}
.news_con .swiper-pagination{
    display: block;
    bottom: 0px;
    width: 100%;
}
.news_con .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    outline: none;
    margin: 0px 13px;
    border-radius: 25px;
    background-color: #ccc;
}
.news_con .swiper-pagination-bullet-active{
    background-color: #40a545;
}

.home-about{
    width: 100%;
    margin: 0 auto 95px auto;
    overflow: hidden;
}
.about_con{
    margin-top: 55px;
    position: relative;
    overflow: hidden;
}
.about_con .tp{
    float: left;
    width: 50%;
}
.about_con_txt{
    position: absolute;
    top: 10%;
    height: 80%;
    width: 62%;
    background-color: #fff;
    right: 0;
    box-shadow: 0 0 40px rgba(0,0,0,.08);
    padding: 6% 10.7% 0 4%;
    z-index: 0;
}
.about_con_txt1{
    font-size: 30px;
    color: #40a545;
    font-weight: bold;
    line-height: 1;
}
.about_con_txt2{
    color: #333;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin: 6% 0;
}
.about_con_txt .index_more a{
    margin: inherit;
}


.home-pro{
    width: 100%;
    margin: 0 auto;
}
.pro_title{
    margin: 38px 0;
    overflow: hidden;
}
.pro_title ul{
    display: flex;
    justify-content: center;
}
.pro_title li{
    margin: 0 15px;
}
.pro_title li a{
    display: block;
    width: 188px;
    line-height: 52px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 0 5px;
    transition: .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_title li a:hover{
    background-color: #3db45e;
    color: #fff;
    font-weight: bold;
}
.pro_title li a.current{
    background-color: #3db45e;
    color: #fff;
    font-weight: bold;
}
.pro_con{
    background: url("../images/probg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0 48px 0;
    overflow: hidden;
}
.pro_con ul{
    overflow: hidden;
}
.pro_con li{
    float: left;
    width: 50%;
    padding: 0 34px;
    margin-bottom: 70px;
}
.pro_con li a{
    display: block;
    position: relative;
}
.pro_con li a:after{
    content: '';
    display: block;
    width: 0;
    height: 7px;
    background-color: #3db45e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.pro_con li a:hover:after{
    width: 100%;
}
.pro_con li a .pic:after{
    padding-bottom: 45.1%;
}
.pro_txt{
    background-color: #fff;
    padding: 25px 5px 32px 5px;
    overflow: hidden;
    text-align: center;
}
.pro_txt1{
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
	display: none;
}
.pro_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.home-case{
    width: 100%;
    margin: 60px auto 80px auto;
    overflow: hidden;
}
.case_con{
    margin-top: 58px;
    position: relative;
    padding-bottom: 68px;
    z-index: 0;
}
.case_con .swiper-slide{
    display: initial;
}
.cases a{
    display:block;
    overflow: hidden;
    position: relative;
    text-align: justify;
}
.cases a .pic:after{
    padding-bottom: 79.2%;
}
.cases a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.case_txt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #3db45e;
}
.case_txts{
    position: absolute;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    border: 1px solid #fff;
    color: #fff;
    padding: 25% 14%;
}
.cases a:hover .case_txt{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.case_txt1{
    text-align: right;
    position: absolute;
    right: 19px;
    top: 27px;
}
.case_txt1 i{
    width: 26px;
    height: 26px;
    font-size: 26px;
    line-height: 26px;
}
.case_txt2{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_txt3{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.case_con .swiper-pagination1{
    display: block;
    bottom: 0;
    width: 100%;
}
.case_con .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    outline: none;
    margin: 0px 13px;
    border-radius: 25px;
    background-color: #ccc;
}
.case_con .swiper-pagination-bullet-active{
    background-color: #40a545;
}


/*公司简介*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.inner_nav_fl{
    float: left;
}
.inner_nav_fl p{
    float: left;
    line-height: 59px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 26px;
    background-color: #40a545;
    color: #fff;
}
.inner_nav_fl ul{
    float: left;
}
.inner_nav_fl ul li{
    float: left;
    line-height: 59px;
    text-align: center;
}
.inner_nav_fl ul li a{
    display: block;
    font-size: 16px;
    color: #494949;
    padding: 0 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_nav_fl ul li a:hover{
    color: #40a545;
    background-color: #eee;
}
.inner_nav_fl ul li a.current{
    color: #40a545;
    background-color: #eee;
}
.inner_nav_fr{
    float: right;
    line-height: 59px;
}
.inner_nav_fr p{
    color: #333;
}
.inner_nav_fr p a{
    color: #333;
}
.inner_nav_fr p span{
    color: #40a545;
}
.inner_con{
    margin-top: 58px;
    overflow: hidden;
}
.inner_con_title{
    text-align: center;
}
.inner_con_title h3{
    font-size: 30px;
    color: #333;
    line-height: 1;
}
.inner_con_title h3:after{
    content: '';
    display: block;
    width: 39px;
    height: 6px;
    background-color: #40a545;
    border-radius: 5px;
    margin: 20px auto 0 auto;
}
.inner_con_about{
    margin: 50px 0;
    overflow: hidden;
}
.iabout1{
    overflow: hidden;
}
.iabout1 li{
    float: left;
    width: 25%;
    text-align: center;
    cursor: default;
    overflow: hidden;
    padding: 0 10px;
}
.iabout1 li h3{
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}
.iabout1 li h3 span{
    font-size: 48px;
    line-height: 1;
    font-weight: lighter;
}
.iabout1 li p{
    color: #999;
}
.iabout1 li span{
    color: #999;
}
.iabout2{
    font-size: 16px;
    color: #555;
    line-height: 35px;
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 50px;
    margin: 65px 0 0 0;
    overflow: hidden;
}
.iabout3{
    width: 94%;
    margin: 0 auto;
    padding: 69px 0 24px 0;
    overflow: hidden;
}
.iabout3 li{
    float: left;
    width: 33.3%;
    padding: 0 18px;
}
.iabout3s{
    cursor: default;
    transition: .5s;
    box-shadow: 0 0 24px rgba(204,204,204,.53);
}
.iabout3_txt{
    padding: 25px 20px 40px 25px;
    overflow: hidden;
}
.iabout3_txt1{
    text-align: center;
    font-size: 18px;
    color: #555;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.iabout3_txt2{
    font-size: 16px;
    color: #555;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
}
.iabout3s:hover{
    margin-top: -20px;
}
.iabout3s:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*联系我们*/
.inner_con_contact{
    margin-top: 43px;
}
.icontact1{
    overflow: hidden;
    position: relative;
}
.icontact1 .tp{
    width: 61%;
}
.icontact1_fr{
    position: absolute;
    width: 37%;
    background-color: #fafafa;
    left: 53%;
    height: 70%;
    top: 15%;
    padding: 30px 40px;
}
.icontact1_fr h3{
    font-size: 20px;
    color: #333;
    line-height: 1;
}
.icontact1_fr ul{
    margin-top: 20px;
}
.icontact1_fr ul li{
    float: left;
    margin-right: 50px;
}
.icontact1_fr ul li:last-child{
    margin-right: 0;
}
.icontact1_fr ul li img{
    border: 1px solid #ddd;
    padding: 5px;
}
.icontact1_fr ul li p{
    text-align: center;
    color: #333;
    margin-top: 15px;
}
.icontact2{
    margin: 48px 0 65px 0;
    overflow: hidden;
}
.icontact2 ul{
    display: flex;
    justify-content: center;
}
.icontact2 li{
    margin-bottom: 15px;
    text-align: center;
    padding: 0 5%;
}
.icontact2 li .tb{
    width: 66px;
    height: 66px;
    margin: 0 auto;
    border: 2px solid #40a545;
    border-radius: 180px;
    line-height: 66px;
}
.icontact2 li .tb i{
    color: #40a545;
}
.icontact2 li .tb i.icon-Group-{
    font-size: 38px;
}
.icontact2 li .tb i.icon-iconfontdianhua1{
    font-size: 32px;
}
.icontact2 li .tb i.icon-youxiang1{
    font-size: 26px;
}
.icontact2 li h3{
    font-size: 18px;
    color: #40a545;
    line-height: 1;
    margin: 25px 0 10px 0;
}
.icontact2 li span{
    display: block;
    text-transform: uppercase;
    color: #aaa;
}
.icontact2 li p{
    margin-top: 25px;
    font-size: 16px;
    color: #333;
}
.map{
    overflow: hidden;
}
.map img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}


/*留言反馈*/
.inner_con_feedback{
    width: 928px;
    margin: 35px auto 55px auto;
}
.ly1{
    margin-bottom: 32px;
    overflow: hidden;
    display: flex;
}
.ly1 label{
    font-size: 16px;
    color: #333;
    line-height: 45px;
    width: 95px;
}
.ly1 label b{
    color: #ff0000;
}
.ly1 input{
    height: 45px;
    line-height: 43px;
    border: 1px solid #ced4da;
    padding-left: 22px;
    background-color: #eff0f4;
    color: #666;
    border-radius: 25px;
    width: 833px;
}
.ly1 input::-webkit-input-placeholder{
    color: #999;
}
.ly1 input::-moz-input-placeholder{
    color: #999;
}
.ly1 input::-ms-input-placeholder{
    color: #999;
}
.ly1 textarea{
    height: 188px;
    line-height: 30px;
    border: 1px solid #ced4da;
    padding: 10px 22px;
    background-color: #eff0f4;
    color: #666;
    border-radius: 25px;
    width: 833px;
    resize: none;
}
.ly2{
    margin-bottom: 42px;
    overflow: hidden;
    display: flex;
}
.ly2 label{
    font-size: 16px;
    color: #333;
    line-height: 45px;
    width: 95px;
}
.ly2 label b{
    color: #ff0000;
}
.ly2 input{
    height: 45px;
    line-height: 43px;
    border: 1px solid #ced4da;
    padding-left: 22px;
    background-color: #eff0f4;
    color: #666;
    border-radius: 25px;
    width: 463px;
}
.ly2 a{
    margin-left: 30px;
}
.ly2 a img{
    width: auto;
    height: 45px;
}
.ly3{
    text-align: center;
}
.ly3 input{
    width: 259px;
    height: 51px;
    line-height: 51px;
    background-color: #40a545;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 25px;
}


/*资质荣誉*/
.inner_con_honor{
    margin: 50px 0 70px 0;
    overflow: hidden;
}
.ihonor{
    margin-bottom: 18px;
    overflow: hidden;
}
.ihonor li{
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.ihonor li a{
    display: block;
}
.ihonor_img{
    background-color: #f1f2f6;
    overflow: hidden;
    border: 1px solid #ececec;
}
.ihonor_img .pic:after{
    padding-bottom: 78.6%;
}
.ihonor li a:hover .ihonor_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_txt{
    padding: 30px 5px;
    text-align: center;
}
.ihonor_txt h3{
    font-size: 18px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor li a:hover .ihonor_txt h3{
    color: #40a545;
}
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 14px;
    line-height: 35px;
    margin:0px 1px 10px 1px;
    background-color: #efefef;
}
.pagination a:hover{
    color:#333;
    background-color:#dfdfdf;
}
.pagination a.active {
    color:#333;
    background-color: #dfdfdf;
}


/*历史沿革*/
.iprocess{
    width: 85%;
    margin: 60px auto;
    height: 1100px;
    overflow: auto;
    position: relative;
}
.iprocess:before{
    content: 'start';
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #777;
    text-align: center;
    text-transform: uppercase;
}
.iprocess:after{
    content: 'FUTURE';
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #777;
    text-align: center;
    text-transform: uppercase;
}
.iprocess::-webkit-scrollbar {
    display: none;
}
.iprocess_con{
    position: relative;
}
.iprocess_con:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
}
.iprocess ul{
    overflow: hidden;
}
.iprocess li:first-child{
    margin-top: 60px;
}
.iprocess li:last-child{
    margin-bottom: 60px;
}
.iprocess li{
    overflow: hidden;
    background: url("../images/yuan.jpg") no-repeat top center;
    position: relative;
    z-index: 9;
}
.iprocess li:nth-child(odd) .process{
    float: left;
}
.iprocess li:nth-child(even) .process{
    float: right;
}
.process{
    width: 47%;
    border: 1px solid #eee;
    padding: 21px 35px;
    transition: .5s;
}
.iprocess li:hover .process{
    border: 1px solid #40a545;
}
.iprocess li:nth-child(odd) .process .pic{
    float: right;
}
.iprocess li:nth-child(even) .process .pic{
    float: left;
}
.iprocess li:nth-child(odd) .process .lc_txt{
    margin-right: 150px;
    text-align: right;
}
.iprocess li:nth-child(even) .process .lc_txt{
    margin-left: 150px;
    text-align: left;
}
.process .pic{
    width: 110px;
    border-radius: 180px;
    transition: .5s;
    border: 3px solid transparent;
}
.iprocess li:hover .process .pic{
    box-shadow: 0 0 35px rgba(170,170,170,.35);
    border: 3px solid #fff;
}
.lc_txt{
    margin-top: 15px;
}
.lc_txt1{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.lc_txt2{
    font-size: 15px;
    color: #666;
    line-height: 28px;
}


/*技术背景*/
.inner_con_ijsbj{
    margin-top: 49px;
}
.ijsbj1{
    overflow: hidden;
}
.ijsbj1 li{
    margin-bottom: 45px;
    overflow: hidden;
}
.ijsbj1 li a{
    display: block;
}
.ijsbj1_fl{
    float: left;
    width: 51%;
    position: relative;
}
.ijsbj1_fl_txt{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 60%;
}
.ijsbj1_fl_txt p{
    color: #333;
    margin-bottom: 20px;
}
.ijsbj1_fl_txt h3{
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ijsbj1_fl_txt span{
    margin-top: 20%;
    display: block;
    width: 151px;
    line-height: 43px;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}
.ijsbj1_fr{
    float: right;
    width: 44%;
    margin-top: 25px;
}
.ijsbj1_fr1{
    font-size: 22px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ijsbj1_fr1:after{
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background-color: #898989;
    margin: 25px 0;
}
.ijsbj1_fr2{
    color: #999;
    line-height: 30px;
}
.ijsbj1_fr2 p{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ijsbj1_fr2 p:last-child{
    border-bottom: none;
}
.ijsbj1 li a:hover .ijsbj1_fl .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ijsbj2{
    margin: 25px 0 65px 0;
    overflow: hidden;
}
.ijsbj2 li{
    float: left;
    width: 33.3%;
    padding: 0 35px;
}
.ijsbj2_fl{
    float: left;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #999;
    text-align: center;
    border-radius: 180px;
    margin-top: 5px;
    transition: .5s;
}
.ijsbj2_fl i{
    color: #999;
    font-size: 40px;
}
.ijsbj2_fl i.icon-fuwurenwu{
    font-size: 32px;
}
.ijsbj2_fr{
    margin-left: 103px;
}
.ijsbj2_fr h3{
    font-size: 18px;
    font-weight: bold;
    color: #777;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.ijsbj2_fr p{
    color: #999;
    line-height: 30px;
}
.ijsbj2 li:hover .ijsbj2_fl{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

/*技术背景详情*/
.ijsbjshow{
    margin-bottom: 68px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    line-height: 1;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #40a545;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 10%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #40a545 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*应用案例*/
.inner_con_cate{
    margin: 48px 0;
    overflow: hidden;
}
.inner_con_cate ul{
    display: flex;
    justify-content: center;
}
.inner_con_cate ul li{
    margin: 0 15px;
}
.inner_con_cate ul li a{
    display: block;
    width: 188px;
    line-height: 52px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: .5s;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_con_cate ul li a:hover{
    background-color: #3db45e;
    color: #fff;
    font-weight: bold;
}
.inner_con_cate ul li a.current{
    background-color: #3db45e;
    color: #fff;
    font-weight: bold;
}
.inner_con_case{
    margin-bottom: 40px;
    overflow: hidden;
}
.icase{
    margin-bottom: 22px;
    overflow: hidden;
}
.icase li{
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 22px;
    overflow: hidden;
}
.icase li a{
    display: block;
}
.icase li a .pic{
    border: 2px solid #ccc;
}
.icase li a .pic:after{
    padding-bottom: 79.16%;
}
.icase_txt{
    padding: 30px 0;
    font-size: 16px;
    color: #444;
}
.icase li a:hover .pic{
    border: 2px solid #40a545;
}
.icase li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*应用案例详情*/
.inner_con_caseshow{
    margin-bottom: 50px;
    overflow: hidden;
}

/*新闻动态*/
.inner_con_news{
    margin: 42px 0 54px 0;
    overflow: hidden;
}
.inews{
    margin-bottom: 5px;
    overflow: hidden;
}
.inews li{
    float: left;
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 50px;
}
.inews li a{
    display: block;
}
.inews_img{
    position: relative;
}
.inews_img .pic:after{
    padding-bottom: 32.5%;
}
.inews_date{
    transform: rotateX(90deg);
    position: absolute;
    right: 0;
    top: 0;
    width: 97px;
    line-height: 31px;
    background-color: #fff;
    text-align: center;
    color: #40a545;
    font-size: 16px;
    font-weight: bold;
    transition: .5s;
}
.inews_txt1{
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
    padding: 25px 0 20px 0;
    margin-bottom: 15px;
}
.inews_txt2{
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews li a:hover .inews_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews li a:hover .inews_txt1{
    color: #40a545;
}
.inews li a:hover .inews_date{
    transform: rotateX(0deg);
}


/*新闻详情*/
.inner_con_newsshow{
    margin-bottom: 50px;
    overflow: hidden;
}


/*产品中心*/
.inner_con_pro{
    margin-bottom: 62px;
    overflow: hidden;
}
.ipro{

}
.ipro li{
    float: left;
    width: 50%;
    padding: 0 42px;
    margin-bottom: 70px;
}
.ipro li a{
    display: block;
    position: relative;
}
.ipro li a:hover{
    box-shadow: 0 0 40px rgba(0,0,0,.08);
}
.ipro li a .pic:after{
    padding-bottom: 45.1%;
}
.ipro li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro li a:after{
    content: '';
    display: block;
    width: 0;
    height: 7px;
    background-color: #3db45e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.ipro li a:hover:after{
    width: 100%;
}


/*产品详情*/
.inner_con_proshow{
    margin-bottom: 50px;
    overflow: hidden;
}


/*手机端底部*/
.mobilefoot{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #3db36c;
    overflow: hidden;
}
.mobilefoot li{
    float: left;
    width: 33.3%;
    border-right: 1px solid #78dea1;
}
.mobilefoot li:last-child{
    border-right: none;
}
.mobilefoot li a{
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px 0;
}
.mobilefoot li a i{
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.mobilefoot li a p{
    margin-top: 8px;
}




@media (min-width:1801px) and (max-width:1875px){
    .menupc li a{
        padding: 0px 40px;
    }
}


@media (min-width:1701px) and (max-width:1800px){
    .menupc li a{
        padding: 0px 33px;
    }
    .footer1_fc{
        width: 65%;
        margin-left: 6%;
    }
    .footer1_fr{
        width: 9%;
    }
    .about_con_txt{
        padding: 5.5% 10.7% 0 4%;
    }
    .ijsbj1_fl_txt span{
        margin-top: 20%;
    }
    .ijsbj1_fr{
        margin-top: 0;
    }
    .ijsbj1_fr1:after{
        margin: 15px 0 10px 0;
    }
    .ijsbj1_fr2{
        height: 300px;
        overflow: hidden;
    }
    .ijsbj2 li{
        padding: 0 15px;
    }
    .ijsbj2_fr h3{
        margin-bottom: 25px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .menupc li a{
        padding: 0px 28px;
    }
    .m-video{
        top: 28%;
    }
    .footer1_fc{
        width: 65%;
        margin-left: 5%;
    }
    .footer1_fr{
        width: 10%;
    }
    .home-about{
        margin: 0 auto 65px auto;
    }
    .pro_con li{
        margin-bottom: 50px;
    }
    .icontact1_fr{
        height: 76%;
        top: 12%;
    }
    .ijsbj1_fl_txt span{
        margin-top: 15%;
    }
    .ijsbj1_fr{
        margin-top: 0;
    }
    .ijsbj1_fr1:after{
        margin: 15px 0 10px 0;
    }
    .ijsbj1_fr2{
        height: 270px;
        overflow: hidden;
    }
    .ijsbj2 li{
        padding: 0 15px;
    }
    .ijsbj2_fr{
        margin-left: 93px;
    }
    .ijsbj2_fr h3{
        margin-bottom: 15px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .menupc li a{
        padding: 0px 20px;
    }
    .footer1_fc{
        width: 67%;
        margin-left: 3%;
    }
    .footer1_fc li{
        padding: 0 10px;
    }
    .footer1_fr{
        width: 10%;
    }
    .m-video{
        top: 25%;
    }
    .home-about{
        margin: 0 auto 65px auto;
    }
    .about_con_txt{
        padding: 5% 10.7% 0 4%;
    }
    .pro_con li{
        margin-bottom: 50px;
    }
    .home-case{
        margin: 60px auto;
    }
    .icontact1_fr{
        height: 82%;
        top: 9%;
    }
    .ijsbj1_fl_txt span{
        margin-top: 15%;
    }
    .ijsbj1_fr{
        margin-top: 0;
    }
    .ijsbj1_fr1:after{
        margin: 15px 0 10px 0;
    }
    .ijsbj1_fr2{
        height: 270px;
        overflow: hidden;
    }
    .ijsbj2 li{
        padding: 0 15px;
    }
    .ijsbj2_fr{
        margin-left: 93px;
    }
    .ijsbj2_fr h3{
        margin-bottom: 15px;
    }
    .ipro li{
        padding: 0 38px;
        margin-bottom: 40px;
    }
    .inner_nav_fl ul li a{
        padding: 0 18px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .logo_txt{
        margin-left: 150px;
    }
    .menupc li a{
        padding: 0 15px;
    }
    .footer1_fc{
        width: 68%;
        margin-left: 2%;
    }
    .footer1_fc li{
        padding: 0 10px;
    }
    .footer1_fr{
        width: 10%;
    }
    .m-video{
        top: 25%;
    }
    .home-about{
        margin: 0 auto 65px auto;
    }
    .about_con_txt{
        padding: 5% 10.7% 0 4%;
    }
    .about_con_txt2{
        margin: 5% 0;
    }
    .pro_con li{
        padding: 0 25px;
        margin-bottom: 50px;
    }
    .home-case{
        margin: 60px auto;
    }
    .icontact1_fr{
        height: 84%;
        top: 8%;
    }
    .ijsbj1_fl_txt span{
        margin-top: 15%;
    }
    .ijsbj1_fr{
        margin-top: 0;
    }
    .ijsbj1_fr1:after{
        margin: 15px 0 10px 0;
    }
    .ijsbj1_fr2{
        height: 240px;
        overflow: hidden;
    }
    .ijsbj2{
        margin: 15px 0 50px 0;
    }
    .ijsbj2 li{
        padding: 0 15px;
    }
    .ijsbj2_fr{
        margin-left: 93px;
    }
    .ijsbj2_fr h3{
        margin-bottom: 15px;
    }
    .ipro li{
        padding: 0 34px;
        margin-bottom: 40px;
    }
    .inner_nav_fl ul li a{
        padding: 0 15px;
        font-size: 15px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 96%;
    }
    .container2{
        width: 86%;
    }
    .logo_txt{
        margin-left: 150px;
    }
    .logo_txt p{
        font-size: 21px;
    }
    .logo_txt span{
        letter-spacing: -0.5px;
    }
    .menupc li a{
        padding: 0px 15px;
    }
    .footer1_fc{
        width: 68%;
        margin-left: 2%;
    }
    .footer1_fc li{
        padding: 0 10px;
    }
    .footer1_fr{
        width: 10%;
    }
    .m-video{
        top: 25%;
    }
    .home-about{
        margin: 0 auto 65px auto;
    }
    .about_con_txt{
        padding: 5% 7% 0 4%;
    }
    .about_con_txt2{
        margin: 4% 0;
    }
    .pro_con li{
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .home-case{
        margin: 60px auto 65px auto;
    }
    .case_con{
        margin-top: 50px;
    }
    .icontact1_fr{
        height: 84%;
        top: 8%;
        padding: 25px 40px;
    }
    .ijsbj1_fl_txt span{
        margin-top: 15%;
    }
    .ijsbj1_fr{
        margin-top: 0;
    }
    .ijsbj1_fr1:after{
        margin: 15px 0 10px 0;
    }
    .ijsbj1_fr2{
        height: 240px;
        overflow: hidden;
    }
    .ijsbj2{
        margin: 15px 0 50px 0;
    }
    .ijsbj2 li{
        padding: 0 15px;
    }
    .ijsbj2_fr{
        margin-left: 93px;
    }
    .ijsbj2_fr h3{
        margin-bottom: 15px;
    }
    .ipro li{
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .inner_nav_fl ul li a{
        padding: 0 18px;
        font-size: 14px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 96%;
    }
    .container2{
        width: 86%;
    }
    .logo_txt{
        display: none;
    }
    .menupc li a{
        padding: 0px 32px;
    }
    .footer1_fc{
        width: 68%;
        margin-left: 2%;
    }
    .footer1_fc li{
        padding: 0 10px;
    }
    .footer1_fr{
        width: 10%;
    }
    .home-technology{
        margin: 50px auto 0 auto;
    }
    .m-video{
        top: 25%;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_more{
        margin: 20px 0;
    }
    .home-about{
        margin: 0 auto 50px auto;
    }
    .about_con_txt{
        padding: 5% 7% 0 4%;
    }
    .about_con_txt1{
        font-size: 24px;
    }
    .about_con_txt2{
        margin: 4% 0;
    }
    .pro_con li{
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .home-case{
        margin: 50px auto;
    }
    .case_con{
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .iabout3{
        width: 100%;
    }
    .icontact1_fr{
        width: 40%;
        height: 90%;
        top: 5%;
        padding: 25px 40px;
    }
    .icontact1_fr ul li p{
        margin-top: 10px;
    }
    .iprocess{
        width: 100%;
        margin: 50px auto;
    }
    .ijsbj1_fl_txt span{
        margin-top: 10%;
    }
    .ijsbj1_fr{
        margin-top: 0;
    }
    .ijsbj1_fr1:after{
        margin: 15px 0 10px 0;
    }
    .ijsbj1_fr2{
        height: 210px;
        overflow: hidden;
    }
    .ijsbj2{
        margin: 15px 0 50px 0;
    }
    .ijsbj2 li{
        padding: 0 15px;
    }
    .ijsbj2_fr{
        margin-left: 93px;
    }
    .ijsbj2_fr h3{
        margin-bottom: 15px;
    }
    .inner_nav_fl ul li a{
        padding: 0 15px;
        font-size: 13px;
    }
    .inner_con_cate{
        margin: 30px 0;
    }
    .inner_con_cate ul li a{
        width: 178px;
    }
    .ipro li{
        padding: 0 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1200px) {
    .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;
    }
    .footer1_fc{
        width: 67%;
        margin-left: 3%;
    }
    .footer1_fr{
        width: 10%;
    }
    .floating_ck{
        display: none !important;
    }

    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        font-size: 30px;
    }
    .home-technology{
        margin: 50px auto 0 auto;
    }
    .index_title_fr h3{
        font-size: 26px;
    }
    .tech1{
        margin-top: 30px;
    }
    .tech2 .container2{
        width: 90%;
    }
    .m-video{
        top: 25%;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_more{
        margin: 20px 0;
    }
    .news_txt_fr:before{
        width: 30px;
        left: -40px;
    }
    .news_txt_fr{
        margin-left: 120px;
    }
    .home-about{
        margin: 0 auto 50px auto;
    }
    .about_con{
        margin-top: 30px;
    }
    .about_con_txt{
        padding: 35px 15px;
    }
    .about_con_txt1{
        font-size: 24px;
    }
    .about_con_txt2{
        margin: 20px 0;
    }
    .pro_con{
        padding: 50px 0;
    }
    .pro_con li{
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .home-case{
        margin: 50px auto;
    }
    .case_con{
        margin-top: 30px;
    }
    .inner_con{
        margin-top: 50px;
    }
    .iabout2{
        margin: 50px 0 0 0;
    }
    .iabout3{
        width: 100%;
        padding: 50px 0 24px 0;
    }
    .iabout3 li{
        padding: 0 15px;
    }
    .icontact1_fr{
        width: 40%;
        height: 90%;
        top: 5%;
        padding: 25px 30px;
    }
    .icontact1_fr ul li{
        margin-right: 25px;
    }
    .icontact1_fr ul li p{
        margin-top: 5px;
    }
    .icontact2{
        margin: 48px 0 50px 0;
    }
    .inner_con_honor{
        margin: 50px 0 40px 0;
    }
    .ihonor li{
        padding: 0 10px;
        margin-bottom: 0;
    }
    .iprocess{
        width: 100%;
        margin: 30px auto 50px auto;
    }
    .iprocess li:nth-child(odd) .process .lc_txt{
        margin-right: 130px;
    }
    .iprocess li:nth-child(even) .process .lc_txt{
        margin-left: 130px;
    }
    .ijsbj1_fl_txt h3{
        font-size: 20px;
    }
    .ijsbj1_fl_txt span{
        margin-top: 10%;
    }
    .ijsbj1_fr{
        margin-top: 0;
    }
    .ijsbj1_fr1:after{
        margin: 15px 0;
    }
    .ijsbj1_fr1{
        font-size: 18px;
    }
    .ijsbj1_fr2{
        line-height: 25px;
        height: 200px;
        overflow: hidden;
    }
    .ijsbj2 li{
        padding: 0 15px;
    }
    .ijsbj2_fr{
        margin-left: 83px;
    }
    .ijsbj2_fr h3{
        margin-bottom: 10px;
    }
    .ijsbj2_fr p{
        line-height: 25px;
    }
    .ijsbjshow{
        margin-bottom: 50px;
    }
    .inner_con_cate{
        display: none;
    }
    .icase li{
        margin-bottom: 0;
    }
    .show_back_fr{
        width: 15%;
    }
    .inews li{
        margin-bottom: 30px;
    }
    .inner_con_pro{
        margin-bottom: 40px;
    }
    .ipro{
        margin-top: 40px;
    }
    .ipro li{
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .ipro li a:hover{
        box-shadow: 0 0 30px rgba(0,0,0,.08);
    }
}

@media(max-width:768px) {
    .footer1_fl{
        width: 15%;
    }
    .footer1_fl ul li{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .footer1_fc{
        width: 66%;
        margin: 0 2%;
    }
    .footer1_fc li{
        width: 33.3%;
        padding: 0 10px;
    }
    .footer1_fc li:nth-child(1){
        width: 33.3%;
    }
    .footer1_fr{
        width: 15%;
    }
    .m-video{
        top: 20%;
        width: 80px;
        height: 80px;
        margin-left: -40px;
    }
    .m-video i{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 80px;
    }
    .tech2{
        margin-top: -60px;
    }
    .about_con_txt{
        padding: 25px 15px;
    }
    .about_con_txt1{
        font-size: 18px;
    }
    .about_con_txt2{
        height: 50px;
    }
    .pro_title li{
        margin: 0 10px;
    }
    .pro_title li a{
        width: 130px;
    }
    .pro_con li{
        padding: 0 10px;
    }
    .pro_txt1{
        font-size: 18px;
    }
    .inner_nav_fl p{
        padding: 0 20px;
        font-size: 16px;
    }
    .inner_nav_fl ul li a{
        padding: 0 14px;
        font-size: 14px;
    }
    .inner_con_title h3{
        font-size: 26px;
    }
    .iabout1 li h3 span{
        font-size: 32px;
    }
    .iabout2{
        line-height: 30px;
    }
    .iabout3 li{
        padding: 0 10px;
    }
    .iabout3_txt{
        padding: 25px 20px;
    }
    .iabout3_txt2{
        height: 75px;
    }
    .icontact1 .tp{
        width: 100%;
    }
    .icontact1_fr{
        width: 100%;
        position: inherit;
        left: inherit;
        top: inherit;
        height: 100%;
        overflow: hidden;
    }
    .icontact1_fr h3{
        text-align: center;
    }
    .icontact1_fr ul{
        display: flex;
        justify-content: center;
    }
    .icontact1_fr ul li{
        margin: 0 10px;
    }
    .icontact1_fr ul li:last-child{
        margin: 0 10px;
    }
    .icontact2{
        margin: 30px 0 40px 0;
    }
    .icontact2 li{
        padding: 0 10px;
    }
    .icontact2 li p{
        margin-top: 15px;
        font-size: 15px;
    }
    .icontact2 li h3{
        margin: 15px 0 10px 0;
    }
    .inner_con_feedback{
        width: 700px;
    }
    .ly1 input{
        width: 605px;
    }
    .ly1 textarea{
        width: 605px;
    }
    .ly2 input{
        width: 400px;
    }
    .ihonor_txt{
        padding: 15px 5px;
    }
    .ihonor_txt h3{
        font-size: 16px;
    }
    .process{
        padding: 20px 25px;
    }
    .ijsbj1_fl_txt{
        top: 16%;
        left: 10%;
        width: 80%;
        height: 68%;
    }
    .ijsbj1_fl_txt h3{
        font-size: 18px;
    }
    .ijsbj1_fl_txt span{
        margin-top: 20px;
    }
    .ijsbj1_fr2{
        height: 150px;
    }
    .ijsbj2{
        margin: 0 0 50px 0;
    }
    .ijsbj2_fr h3{
        font-size: 16px;
    }
    .icase li{
        padding: 0 10px;
    }
    .icase_txt{
        padding: 20px 0;
    }
    .inews{
        margin-bottom: 20px;
    }
    .inews li{
        margin-bottom: 20px;
    }
    .inews_txt1{
        padding: 20px 0 15px 0;
        margin-bottom: 10px;
    }
    .ipro li{
        padding: 0 20px;
    }
    .ipro li a:hover{
        box-shadow: 0 0 20px rgba(0,0,0,.08);
    }
}

@media(max-width:600px) {
    .logo_txt{
        display: none;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 20px;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1_fl{
        float: none;
        width: 100%;
    }
    .footer1_fl h3{
        font-size: 17px;
    }
    .footer1_fl h3:after{
        margin: 13px 0 6px 0;
    }
    .footer1_fl ul li{
        float: none;
        width: 100%;
        text-align: left;
    }
    .footer1_fc{
        float: none;
        width: 100%;
        margin: 20px 0;
        overflow: hidden;
    }
    .footer1_fc li{
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer1_fc li:nth-child(1){
        width: 100%;
    }
    .footer1_fc li .tb{
        margin: 0 auto;
    }
    .footer1_fc li:last-child{
        margin-bottom: 0;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .home-technology{
        margin: 30px auto 0 auto;
    }
    .index_title_fl{
        font-size: 60px;
    }
    .index_title_fr{
        margin-left: 10px;
    }
    .index_title_fr p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .index_title_fr h3{
        font-size: 20px;
    }
    .tech1{
        margin-top: 20px;
    }
    .tech2{
        margin-top: 0;
    }
    .tech2 .container2 {
        width: 100%;
        padding: 25px 15px;
    }
    .tech2_1{
        font-size: 16px;
    }
    .m-video{
        top: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
    .m-video i{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 60px;
    }
    .tech2_2{
        margin: 15px 0;
        text-align: left;
    }
    .tech2_2 p br{
        display: none;
    }
    .home-news{
        margin: 30px auto;
    }
    .news_con{
        padding-bottom: 35px;
    }
    .news_txt{
        margin-top: 20px;
    }
    .news_txt_fr2{
        margin: 10px 0 5px 0;
    }
    .news_con .swiper-pagination-bullet{
        margin: 0 5px;
        width: 12px;
        height: 12px;
    }
    .home-about{
        margin: 0 auto;
    }
    .about_con{
        margin-top: 20px;
    }
    .about_con .tp{
        float: none;
        width: 100%;
    }
    .about_con_txt{
        margin-bottom: 40px;
        position: inherit;
        top: inherit;
        width: 100%;
        height: 100%;
    }
    .about_con_txt1{
        font-size: 16px;
    }
    .about_con_txt2{
        margin: 10px 0;
        height: 75px;
    }
    .pro_title{
        display: none;
    }
    .pro_con{
        margin-top: 20px;
        padding: 30px 0;
    }
    .pro_con li{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .pro_txt{
        padding: 20px 5px;
    }
    .pro_txt1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pro_txt2{
        font-size: 14px;
    }
    .home-case{
        margin: 30px auto;
    }
    .case_con{
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .case_con .swiper-pagination-bullet{
        margin: 0 5px;
        width: 12px;
        height: 12px;
    }
    .inner_nav_fl{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .inner_nav_fl p{
        float: none;
        width: 100%;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
    }
    .inner_nav_fl ul{
        float: none;
    }
    .inner_nav_fl ul li{
        width: 33.3%;
        line-height: 50px;
    }
    .inner_nav_fl ul li a{
        padding: 0 5px;
    }
    .inner_nav_fr{
        float: none;
        width: 100%;
    }
    .inner_con{
        margin-top: 30px;
    }
    .inner_con_title h3{
        font-size: 20px;
    }
    .inner_con_title h3:after{
        margin: 10px auto 0 auto;
    }
    .inner_con_about{
        margin: 20px 0;
    }
    .iabout1 li{
        width: 50%;
        margin-bottom: 15px;
    }
    .iabout1 li h3 span{
        font-size: 28px;
    }
    .iabout2{
        margin: 5px 0 0 0;
        padding-bottom: 20px;
    }
    .iabout3{
        padding: 30px 10px 10px 10px;
    }
    .iabout3s{
        box-shadow: 0 0 10px rgba(204,204,204,.53);
    }
    .iabout3 li{
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .iabout3 li:last-child{
        margin-bottom: 0;
    }
    .iabout3_txt1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .iabout3s:hover{
        margin-top: 0;
    }
    .iabout3_txt2{
        height: 50px;
        font-size: 14px;
    }
    .inner_con_contact{
        margin-top: 20px;
    }
    .icontact1_fr h3{
        font-size: 18px;
    }
    .icontact2{
        margin: 20px 0 5px 0;
    }
    .icontact2 ul{
        display: inherit;
        justify-content: inherit;
    }
    .inner_con_feedback{
        width: 100%;
        margin: 20px auto 30px auto;
    }
    .ly1{
        display: inherit;
        margin-bottom: 10px;
    }
    .ly1 label{
        width: 100%;
    }
    .ly1 input{
        width: 100%;
    }
    .ly1 textarea{
        width: 100%;
    }
    .ly2{
        display: inherit;
        position: relative;
    }
    .ly2 label{
        width: 100%;
        display: block;
    }
    .ly2 input{
        width: 180px;
        float: left;
    }
    .ly2 a{
        float: left;
        margin-left: 15px;
    }
    .inner_con_honor{
        margin: 20px 0;
    }
    .ihonor li{
        width: 50%;
        padding: 0 5px;
    }

    .iprocess{
        margin: 20px auto;
    }
    .iprocess:before{
        text-align: left;
    }
    .iprocess:after{
        text-align: left;
    }
    .iprocess_con:before{
        left: 5px;
        margin-left: 0;
    }
    .iprocess li{
        background: url(../images/yuan.jpg) no-repeat top left;
        margin-bottom: 15px;
    }
    .iprocess li:nth-child(odd) .process{
        float: none;
    }
    .iprocess li:nth-child(even) .process{
        float: none;
    }
    .process{
        width: 95%;
        overflow: hidden;
        margin-left: 5%;
        padding: 10px 15px;
    }
    .lc_txt1{
        margin-bottom: 10px;
    }
    .lc_txt2{
        line-height: 25px;
    }
    .inner_con_ijsbj{
        margin-top: 20px;
    }
    .ijsbj1 li{
        margin-bottom: 20px;
    }
    .ijsbj1_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .ijsbj1_fr{
        float: none;
        width: 100%;
    }
    .ijsbj1_fr1{
        font-size: 16px;
    }
    .ijsbj2{
        margin: 0 0 20px 0;
    }
    .ijsbj2 li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .ijsbjshow{
        margin-bottom: 30px;
    }

    .inner_con_case{
        margin: 20px 0;
    }
    .icase li{
        width: 50%;
        padding: 0 5px;
    }
    .icase_txt{
        padding: 15px 0;
        font-size: 14px;
    }
    .inner_con_caseshow{
        margin-bottom: 30px;
    }
    .show_back_fr{
        width: 25%;
    }
    .inner_con_news{
        margin: 20px 0;
    }
    .inews{
        margin-bottom: 10px;
    }
    .inews li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .inner_con_newsshow{
        margin-bottom: 30px;
    }
    .inner_con_pro{
        margin-bottom: 20px;
    }
    .ipro{
        margin-top: 20px;
    }
    .ipro li{
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .ipro li a:hover{
        box-shadow: 0 0 10px rgba(0,0,0,.08);
    }
    .inner_con_proshow{
        margin-bottom: 30px;
    }
    .mobilefoot{
        display: block;
    }
    .tech2{
        z-index: 0;
    }
    footer{
        padding-bottom: 59px;
    }
    .case_txts{
        padding: 20px 15px;
    }
    .case_txt1{
        right: 10px;
        top: 10px;
    }
    .case_txt1 i{
        font-size: 16px;
    }
    .case_txt2{
        font-size: 16px;
    }
}

@media(max-width:414px) {
    .show_back_fr a{
        background: #4db332 url(../images/return.png) no-repeat 15px center;
        padding-right: 15px;
    }
}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .show_title h3{
        font-size: 18px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
}














