@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: 82%;
    margin: 0 auto;
}

header {
	width:100%;
	margin:0 auto;
}
.index .daohang{
    position: absolute;
    top: 32px;
    z-index: 999;
    background-color: transparent;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:92px;
	clear:both;
    background-color: #fff;
}
.daohang .container1{
    background-color: #fff;
    height:92px;
    padding: 0 88px 0 78px;
}
.yx {
	float:left;
}
.yx a {
    display: block;
    padding-top: 26px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
    margin-right: 80px;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:92px;
    z-index: 9;
    position:relative;
    margin: 0 25px;
}
.menupc li:hover a{
    color: #229712;
}
.menupc li:hover a:after{
    width:100%;
}
.menupc li a{
    display:block;
    color: #111;
    font-size: 18px;
    z-index: 999;
    position: relative;
}
.menupc li:first-child a{
    padding: 0 15px;
}
.menupc li a:after{
    content:'';
    display: block;
    position:absolute;
    bottom: 0;
    left:0;
    right: 0;
    width:0;
    height: 2px;
    background-color: #229712;
    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: #229712;
}
.menupc li .current{
    color: #229712;
}
.menupc li .current:after{
    width:100%;
}
.menupc ul{
    background-color: rgba(255,255,255,.98);
    position: absolute;
    display:none;
    overflow: hidden;
    z-index: 999;
    width:132px;
    padding: 15px 30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc li:nth-child(3) ul{
    width:200px;
}
.menupc ul.xialas{
    width: 310px;
    padding: 15px 0;
}
.menupc ul.xialas .xiala{
    float: left;
    padding: 0 20px;
}
.menupc ul.xialas .xiala:last-child{
    border-right: none;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: left;
    background:none;
    line-height: 30px;
    width:100%;
    margin: 0;
}
.menupc ul li a{
    display: block;
    font-size: 14px;
    position:relative;
    color:#585858 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 10px;
    background: url("../images/njt.png") no-repeat left center;
}
.menupc ul li:first-child a{
    padding: 0 0 0 10px;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #229712 !important;
}
.menupc ul li .current{
    color: #229712 !important;
}
.menupc ul.subnav {
    display: block;
}

.nav-fr{
    float: right;
    margin-top: 33px;
}
.link{
    float: left;
}
.link a{
    display: block;
    background: url("../images/li.jpg") no-repeat right center;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 25px;
    padding-top: 4px;
}
.nation{
    float: right;
    position: relative;
}
.nation_t{
    cursor: pointer;
    line-height: 25px;
}
.nation_t h3{
    font-size: 14px;
    color: #353535;
    background: url("../images/jt.png") no-repeat right center;
    padding-right: 14px;
    text-transform: uppercase;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 5px 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 35px;
    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: #353535;
}
.nation_b li a:hover{
    color: #0d4da1;
}



/*手机导航*/
.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: 65px;
    height: 65px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: rgba(255,255,255,.26)url("../images/ban_l.png") no-repeat center;
    border-radius: 50%;
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    background: rgba(255,255,255,.63)url("../images/ban_l.png") no-repeat center;
}
.home-banner .swiper-button-prev{
    left: 1.5%;
    right: auto;
}
.home-banner .swiper-button-next{
    right: 1.5%;
    left: auto;
    transform:rotateY(180deg);
}



@media(max-width:1200px) {
    .daohang{
        height:60px;
        position: fixed;
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        z-index: 999;
    }
    .daohang .container1{
        height:60px;
        padding: 0 15px;
    }
    .index .daohang{
        top: 0;
        position: fixed;
        z-index: 999;
    }
    .yx a{
        padding-top: 15px;
    }
    .yx img{
        height: 30px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .nav-fr{
        margin-top: 17px;
        margin-right: 45px;
    }

}

footer{
    width: 100%;
    margin: 0 auto;
    background-color: #111;
    overflow: hidden;
}
.footer2{
    border-top: 1px solid #292929;
    overflow: hidden;
    padding: 33px 0;
}
.footer2 p{
    text-align: center;
    color: #a3a3a3;
    line-height: 25px;
}
.footer2 p a{
    color: #a3a3a3;
}
.footer2 p a:hover{
    color: #0d8d01;
}
.footer1{
    padding: 40px 0;
    overflow: hidden;
}
.footer1_1{
    float: left;
    width: 25%;
    border-right: 1px solid #454545;
    padding-right: 3%;
}
.footer1_1_t a p{
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin: 15px 0 20px 0;
}
.footer1_1_b span{
    display: block;
    font-size: 30px;
    color: #0d8d01;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
}
.footer1_1_b p{
    color: #fff;
    background: url("../images/address.png") no-repeat left center;
    line-height: 20px;
    padding-left: 20px;
}
.footer1_2{
    float: left;
    width: 65%;
    padding: 0 5%;
}
.footer1_2 li{
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 5px;
}
.footer1_2 li a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 15px;
}
.menulist li{
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}
.menulist li:last-child{
    margin-bottom: 0;
}
.menulist li a{
    display: block;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 25px;
}
.menulist li a:hover{
    color: #0d8d01;
}
.footer1_3{
    float: right;
    width: 10%;
}
.footer1_3 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_3 p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.home-column{
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.home-column li{
    float: left;
    width: 33.3%;
    border-right: 1px solid #ccc;
    padding: 0 15px;
}
.home-column li:last-child{
    border-right: none;
}
.columns{
    display: flex;
    align-items: center;
    justify-content: center;
}
.columns .tp{
    width: 56px;
    height: 51px;
}
.column_txt{
    /*flex: 1;*/
    margin-left: 20px;
    color: #333;
}
.column_txt h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.home-service{
    width: 100%;
    margin: 70px auto;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: rgba(204,204,204,.18);
    text-transform: uppercase;
}
.index_title p{
    font-size: 36px;
    line-height: 1;
    margin-top: -25px;
}
.service_con{
    margin: 55px 0;
}
.service_con ul{
    display: flex;
    flex-wrap: wrap;
}
.service_con ul li{
    width: 25%;
    padding: 0 4px;
}
.service_con ul li a{
    display: block;
    position: relative;
}
.service_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.service_b_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: rgba(187,187,187,.6);
    opacity: 1;
    transition: .5s;
}
.service_con ul li a:hover .service_b_txt{
    height: 0;
    opacity: 0;
}
.service_b_txt img{
    width: 50px;
    height: 47px;
}
.service_b_txt p{
    flex: 1;
    font-size: 16px;
    color: #333;
    border-left: 3px solid #229712;
    padding-left: 13px;
    line-height: 24px;
    margin-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_a_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 15px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(55,55,55,.78);
    color: #fff;
    opacity: 0;
    transition: .5s;
}
.service_con ul li a:hover .service_a_txt{
    height: 100%;
    opacity: 1;
}
.service_a_txt1{
    width: 33px;
    height: 31px;
}
.service_a_txt2{
    font-size: 20px;
    margin: 25px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_a_txt3{
    width: 100%;
    line-height: 25px;
    height: 75px;
    text-align: justify;
    overflow: hidden;
}
.service_a_txt4{
    margin-top: 30px;
    width: 98px;
    line-height: 33px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    color: #229712;
}

.home-about{
    width: 100%;
    margin: 0 auto;
}
.about1{
    background: url("../images/aboutbg.jpg") no-repeat center;
    height: 669px;
    background-size: cover;
    padding-top: 55px;
}
.about1 .index_title p{
    color: #fff;
}
.about1_con{
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 0 35px;
}
.about2{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #f7f7f7;
    overflow: hidden;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
}
.about2 ul li{
    width: 33.3%;
    padding: 35px 15px;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}
.about2 ul li:last-child{
    border-right: none;
}
.about2s{
    cursor: default;
}
.about2s img{
    width: 78px;
    margin: 0 auto;
    height: 70px;
}
.about2s h3{
    font-size: 16px;
    color: #000;
    margin: 30px 0 20px 0;
    line-height: 1;
}
.about2s h3 span{
    font-size: 36px;
    color: #299a1a;
}
.about2s p{
    color: #898787;
    line-height: 30px;
}

.home-news{
    width: 100%;
    margin: 65px auto 30px auto;
}
.news_con{
    margin: 75px 0 35px 0;
    position: relative;
}
.news_con .swiper-container{
    width: 91%;
    margin: 0 auto;
}
.news_con .swiper-slide{
    display: initial;
}
.news a{
    display:block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    transition: .5s;
}
.news a:hover{
    box-shadow: 0 0 7px rgba(0,0,0,.13);
}
.news a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_date{
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 98px;
    background-color: rgba(255,255,255,.9);
    color: #0d8d01;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.news_date p{
    font-size: 48px;
    line-height: 0.8;
}
.news_date span{
    display: inline-block;
    border-top: 1px solid #0d8d01;
    padding-top: 5px;
    margin-top: 5px;
}
.news_txt{
    padding: 20px;
    text-align: justify;
}
.news_txt1{
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news_con .swiper-button-next, .news_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #eee url("../images/ban_l.png") no-repeat center;
    text-align: center;
}
.news_con .swiper-button-next:hover ,.news_con .swiper-button-prev:hover{
    background: #0d8d01 url("../images/ban_l.png") no-repeat center;
}
.news_con .swiper-button-prev{
    left: 0;
    right: auto;
}
.news_con .swiper-button-next{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.index_more{
    text-align: center;
}
.index_more a{
    display: block;
    width: 98px;
    margin: 0 auto;
    line-height: 33px;
    text-align: center;
    background-color: #0d8d01;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.index_more a:hover{
    box-shadow:0 0 0 .2rem rgba(13, 141, 1, .4);
}
.home-customer{
    width: 100%;
    margin: 0 auto;
    background-color: #fbfbfb;
    padding: 38px 0 46px 0;
    overflow: hidden;
}
.customer_con{
    margin-top: 45px;
    position: relative;
}
.customer_con .swiper-slide{
    display: initial;
}
.customers a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #e1e1e1;
    height: 112px;
    padding: 15px;
}
.customers a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*公司简介*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.inner-main{
    width: 100%;
    margin: 75px auto;
    overflow: hidden;
}
.inner_fl{
    float: left;
    width: 12.5%;
}
.inner_fl li{
    margin-bottom: 17px;
    overflow: hidden;
}
.inner_fl li a{
    display: block;
    font-size: 18px;
    border: 1px solid #cecfd0;
    color: #383838;
    line-height: 50px;
    position: relative;
    padding: 0 25px 0 45px;
    background: #edeeef url("../images/jt1.png") no-repeat 25px center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.inner_fl li a:hover{
    border: 1px solid #229712;
    color: #fff;
    background: #229712 url("../images/jt2.png") no-repeat 25px center;
}
.inner_fl li a.current{
    border: 1px solid #229712;
    color: #fff;
    background: #229712 url("../images/jt2.png") no-repeat 25px center;
}
.inner_fr{
    float: right;
    width: 84%;
}
.iabout1{
    overflow: hidden;
}
.inner_title{
    font-size: 24px;
    color: #010101;
    line-height: 1;
}
.inner_title:after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #229712;
    margin-top: 20px;
}
.iabout1 .inner_title{
    color: #229712;
}
.iabout1_con{
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.iabout .about2{
    padding: 30px 0;
}
.iabout .about2 ul li{
    padding: 0 15px;
}
.iabout .about2s img{
    width: 58px;
    height: 52px;
}
.iabout .about2s h3 span{
    font-weight: bold;
    font-size: 30px;
}


/*联系电话*/
.icontact1{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.icontact1 p{
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding-left: 38px;
}
.icontact1 p.ctel{
    width: 40%;
    background: url("../images/ctel.png") no-repeat left center;
}
.icontact1 p.caddress{
    width: 60%;
    background: url("../images/caddress.png") no-repeat left center;
}
.icontact2{
    border-top: 2px solid #edeeef;
    margin-top: 40px;
    padding-top: 45px;
}
.icontact2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*留言反馈*/
.ifeedback{
    border: 1px solid #edeeef;
    padding: 25px 45px 38px 45px;
    overflow: hidden;
}
.ifeedback1{
    text-align: center;
}
.ifeedback1 h3{
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
}
.ifeedback1 p{
    font-size: 16px;
    color: #8b8a8a;
}
.ifeedback2{
    margin-top: 35px;
}
.ly1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly1s{
    margin-bottom: 25px;
    width: 28.5%;
    display: flex;
    align-items: center;
}
.ly1s label{
    width: 75px;
    font-size: 18px;
    color: #585858;
}
.ly1s input{
    flex: 1;
    height: 47px;
    line-height: 47px;
    border: none;
    background-color: #f7f7f7;
    padding: 0 15px;
    color: #666;
    font-size: 16px;
}
.ly2{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.ly2 label{
    width: 75px;
    font-size: 18px;
    color: #585858;
}
.ly2 input{
    flex: 1;
    height: 47px;
    line-height: 47px;
    border: none;
    background-color: #f7f7f7;
    padding: 0 15px;
    color: #666;
    font-size: 16px;
}
.ly2 textarea{
    flex: 1;
    height: 343px;
    line-height: 25px;
    border: none;
    background-color: #f7f7f7;
    padding: 15px;
    color: #666;
    font-size: 16px;
}
.ly3{
    display: flex;
    align-items: center;
    position: relative;
}
.ly3 label{
    width: 75px;
    font-size: 18px;
    color: #585858;
}
.ly3 input{
    width: 25%;
    height: 47px;
    line-height: 47px;
    border: none;
    background-color: #f7f7f7;
    padding: 0 15px;
    color: #666;
    font-size: 16px;
}
.ly3 a{

}
.ly3 a img{
    width: auto;
    height: 47px;
}
.ly4{
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
.ly4 input{
    width: 174px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 16px;
    margin: 0 9px;
}
.ly4 input.tj{
    background-color: #229712;
    color: #fff;
}
.ly4 input.cz{
    background-color: #edeeef;
    color: #229712;
}


/*荣誉资质*/
.ihonor{
    margin: 25px 0;
}
.ihonor ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor ul li{
    width: 33.3%;
    padding: 0 28px;
}
.ihonor ul li a{
    display: block;
    transition: .5s;
}
.ihonor ul li a .tp{
    border: 2px solid #e3e4e5;
    padding: 22px;
}
.ihonor_txt{
    text-align: center;
    padding: 13px 5px;
    color: #000;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor ul li a:hover .tp{
    border: 2px solid #229712;
    box-shadow: 0 0 7px rgba(0,0,0,.12);
}
.ihonor ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor ul li a:hover .ihonor_txt{
    color: #229712;
}
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #686762;
    text-align: center;
    text-transform: capitalize;
    padding:0px 9px;
    line-height:26px;
    margin:0px 1px 10px 1px;
    border: 1px solid #ccc;
}
.pagination a:hover{
    color:#fff;
    background-color:#229712;
    border: 1px solid #229712;
}
.pagination a.active {
    color:#fff;
    background-color: #229712;
    border: 1px solid #229712;
}

/*公司新闻*/
.inews{
    margin: 20px 0;
    overflow: hidden;
}
.inews li{
    border-bottom: 1px solid #edeeef;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.inews li a{
    display: block;
    position: relative;
    padding-right: 105px;
}
.inews li a .tp{
    float: left;
    width: 260px;
    height: 194px;
}
.inews_txt{
    margin-left: 315px;
}
.inews_txt1{
    font-size: 18px;
    color: #383838;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 15px 0;
}
.inews_txt3{
    width: 98px;
    line-height: 31px;
    border: 1px solid #2f9d20;
    border-radius: 5px;
    text-align: center;
    color: #0d8d01;
    transition: .5s;
}
.inews_date{
    position: absolute;
    right: 0;
    top: 0;
    width: 67px;
    height: 93px;
    background: url("../images/datebg.png") no-repeat center;
    color: #787878;
    text-align: center;
    padding-top: 10px;
    transition: .5s;
}
.inews_date p{
    font-size: 30px;
    line-height: 1;
}
.inews_date span{
    display: inline-block;
    font-size: 12px;
    border-top: 1px solid #afb0b0;
    margin-top: 5px;
    padding-top: 5px;
}
.inews li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews li a:hover .inews_txt1{
    color: #229712;
}
.inews li a:hover .inews_txt3{
    color: #fff;
    background-color: #0d8d01;
}
.inews li a:hover .inews_date{
    background: url("../images/datebg_h.png") no-repeat center;
    color: #fff;
}
.inews li a:hover .inews_date span{
    border-top: 1px solid #fff;
}


/*新闻详情*/
.inewsshow{

}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    line-height: 28px;
}
.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 video{
    width: 100%;
    height: auto;
}
.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: #229712;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 12%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #229712 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*主营业务*/
.ibusiness{
    margin-top: 20px;
}
.ibusiness li{
    background-color: #fbfbfb;
    overflow: hidden;
}
.ibusiness li:nth-child(odd) .tp{
    float: left;
}
.ibusiness li:nth-child(odd) .ibusiness_txt{
    float: right;
}
.ibusiness li:nth-child(even) .tp{
    float: right;
}
.ibusiness li:nth-child(even) .ibusiness_txt{
    float: left;
}
.ibusiness li .tp{
    width: 50%;
}
.ibusiness li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ibusiness_txt{
    width: 50%;
    padding: 8% 40px 40px 40px;
}
.ibusiness_txt1{
    font-size: 18px;
    color: #229712;
    margin-bottom: 25px;
    line-height: 1;
}
.ibusiness_txt2{
    color: #737373;
    line-height: 28px;
}


/*服务项目*/
.iservice{
    margin-top: 40px;
}
.inner_title.ser{
    text-align: center;
}
.inner_title.ser:after{
    margin: 20px auto 0 auto;
}
.iservice ul{
    display: flex;
    flex-wrap: wrap;
}
.iservice ul li{
    width: 25%;
    padding: 0 12px;
    margin-bottom: 35px;
}
.iservice ul li a{
    display: block;
}
.iservice_t{
    position: relative;
}
.iservice ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iservice_t_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 999;
}
.iservice_t_txt:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(55,55,55,.78);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}
.iservice ul li a:hover .iservice_t_txt:after{
    -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=0)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.iservice_t_txts{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotateY(90deg);
    transition: .5s;
}
.iservice ul li a:hover .iservice_t_txts{
    transform: rotateY(0deg);
}
.iservice_t_txt1 img{
    display: block;
    max-width: 100%;
    height: 31px;
    transition: .5s;
}
.iservice_t_txt2{
    margin: 25px 0;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.iservice_t_txt3{
    width: 98px;
    margin: 0 auto;
    line-height: 33px;
    background-color: #229712;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
}
.iservice_b{
    background-color: #f5f6f7;
    padding: 15px 7px;
    overflow: hidden;
}
.iservice_b1{
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iservice_b2{
    color: #8b8e90;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}


/*服务项目详情*/
.isershow{
    overflow: hidden;
}

/*合作案例*/
.pinfo{
    float: left;
    width: 12.5%;
}
.pinfo li{
    overflow:hidden;
    position:relative;
    margin-bottom: 18px;
}
.pinfo li a{
    display:block;
    color:#383838;
    font-size: 18px;
    border: 1px solid #cecfd0;
    line-height:50px;
    padding: 0 25px 0 45px;
    overflow:hidden;
    background: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.pinfo li a:hover{
    color:#fff;
    background:#229712;
}
.pinfo li .more{
    position: absolute;
    left: 0;
    padding:0;
    top: 0;
    border:none;
    width:34px;
    height:50px;
    cursor: pointer;
    background: url(../images/jt1.png) no-repeat right center;
    display: block;
    z-index: 5;
}
.pinfo ul li:hover{
    color:#fff;
    background:#229712;
}
.pinfo ul li:hover a{
    color:#fff;
}
.pinfo ul li a:hover.more {
    background:url(../images/jt2.png) no-repeat right center;
}
.pinfo ul li:hover .more {
    background:url(../images/jt2.png) no-repeat right center;
}
.pinfo .er{
    display:none;
    border: 1px solid #cecfd0;
    border-top: none;
}
.pinfo .er li{
    margin-bottom: 0;
    border-bottom: 1px solid #cecfd0;
}
.pinfo .er li:last-child{
    border-bottom: none;
}
.pinfo .er li a {
    color: #7b7b7c;
    font-size:14px;
    line-height:40px;
    background-color: #edeeef;
    border: none;
    padding: 0 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er {
    display:block;
}
.pinfo .nav-show .er li{

}
.pinfo .nav-show .er li a {
    color: #7b7b7c;
    font-size:14px;
    line-height:40px;
    background: #edeeef;
    padding: 0 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover {
    color: #229712;
}
.pinfo .nav-show:hover .more {
    background:url(../images/jt2.png) no-repeat right center;
}
.pinfo .nav-show a{
    color:#fff;
    background:#229712;
}
.pinfo .nav-show .more{
    background:url(../images/jt2.png) no-repeat right center;
}
.icase{
    margin: 20px 0;
    overflow: hidden;
}
.icase ul{
    display: flex;
    flex-wrap: wrap;
}
.icase ul li{
    width: 33.3%;
    padding: 0 19px;
    margin-bottom: 35px;
}
.icase ul li a{
    display: block;
}
.icase_txt{
    border: 1px solid #cecfd0;
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 17px 37px;
}
.icase_txt p{
    float: left;
    width: 70%;
    font-size: 16px;
    line-height: 30px;
    color: #636262;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icase_txt span{
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #229712;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icase ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase ul li a:hover .icase_txt{
    background-color: #229712;
    border: 1px solid #229712;
}
.icase ul li a:hover .icase_txt p{
    color: #fff;
}
.icase ul li a:hover .icase_txt span{
    background-color: #fff;
}


/*案例详情*/








@media (min-width:1801px) and (max-width:1850px){
    .navdaohang{
        margin-right: 60px;
    }
    .inner_fl{
        width: 14%;
    }
    .inner_fr{
        width: 81%;
    }
    .pinfo{
        width: 14%;
    }
}

@media (min-width:1701px) and (max-width:1800px){
    .daohang .container1{
        padding: 0 68px;
    }
    .navdaohang{
        margin-right: 40px;
    }
    .inner_fl{
        width: 15%;
    }
    .inner_fr{
        width: 80%;
    }
    .ibusiness_txt{
        padding: 6% 40px 40px 40px;
    }
    .pinfo{
        width: 15%;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .daohang .container1{
        padding: 0 48px;
    }
    .navdaohang{
        margin-right: 40px;
    }
    .ly1s{
        width: 30%;
    }
    .inner_fl{
        width: 16%;
    }
    .inner_fr{
        width: 79%;
    }
    .ihonor ul li{
        padding: 0 24px;
    }
    .ihonor ul li a .tp{
        padding: 18px;
    }
    .ibusiness_txt{
        padding: 5% 40px 40px 40px;
    }
    .pinfo{
        width: 16%;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 84%;
    }
    .daohang .container1{
        padding: 0 15px;
    }
    .navdaohang{
        margin-right: 40px;
    }
    .ly1s{
        width: 30%;
    }
    .inner_fl{
        width: 16%;
    }
    .inner_fr{
        width: 79%;
    }
    .ihonor ul li{
        padding: 0 20px;
    }
    .ihonor ul li a .tp{
        padding: 15px;
    }
    .ibusiness_txt{
        padding: 40px;
    }
    .pinfo{
        width: 16%;
    }
    .icase_txt{
        padding: 17px 27px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 86%;
    }
    .daohang .container1{
        padding: 0 15px;
    }
    .menupc li{
        margin: 0 20px;
    }
    .navdaohang{
        margin-right: 20px;
    }
    .service_a_txt2{
        margin: 20px 0;
    }
    .service_a_txt4{
        margin-top: 20px;
    }
    .footer1_2{
        padding: 0 3%;
    }
    .ly1s{
        width: 31%;
    }
    .inner_fl{
        width: 17%;
    }
    .inner_fr{
        width: 78%;
    }
    .ihonor ul li{
        padding: 0 20px;
    }
    .ihonor ul li a .tp{
        padding: 15px;
    }
    .ibusiness_txt{
        padding: 40px 33px;
    }
    .ibusiness_txt1{
        margin-bottom: 15px;
    }
    .pinfo{
        width: 17%;
    }
    .icase_txt{
        padding: 17px 27px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 90%;
    }
    .daohang .container1{
        padding: 0 15px;
    }
    .menupc li{
        margin: 0 18px;
    }
    .navdaohang{
        margin-right: 18px;
    }
    .service_a_txt2{
        margin: 20px 0;
    }
    .service_a_txt4{
        margin-top: 20px;
    }
    .news_date{
        width: 88px;
        height: 88px;
    }
    .news_date p{
        font-size: 40px;
    }
    .footer1_2{
        padding: 0 3%;
    }
    .ly1s{
        width: 31%;
    }
    .inner_fl{
        width: 17%;
    }
    .inner_fr{
        width: 78%;
    }
    .ihonor ul li{
        padding: 0 15px;
    }
    .ihonor ul li a .tp{
        padding: 10px;
    }
    .ibusiness_txt{
        padding: 25px;
    }
    .ibusiness_txt1{
        margin-bottom: 15px;
    }
    .pinfo{
        width: 17%;
    }
    .icase ul li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .icase_txt{
        padding: 17px 27px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .daohang .container1{
        padding: 0 15px;
    }
    .menupc li{
        margin: 0 15px;
    }
    .navdaohang{
        margin-right: 15px;
    }
    .service_a_txt2{
        margin: 20px 0;
    }
    .service_a_txt3{
        height: 50px;
    }
    .service_a_txt4{
        margin-top: 20px;
    }
    .about2s p br{
        display: none;
    }
    .news_date{
        width: 88px;
        height: 88px;
    }
    .news_date p{
        font-size: 40px;
    }
    .news_con .swiper-container{
        width: 88%;
    }
    .footer1_2{
        padding: 0 3%;
    }
    .ly1s{
        width: 31%;
    }
    .inner_fl{
        width: 18%;
    }
    .inner_fr{
        width: 77%;
    }
    .ihonor ul li{
        padding: 0 15px;
    }
    .ihonor ul li a .tp{
        padding: 10px;
    }
    .show_back_fr{
        width: 14%;
    }
    .ibusiness_txt{
        padding: 25px;
    }
    .ibusiness_txt1{
        margin-bottom: 15px;
    }
    .pinfo{
        width: 18%;
    }
    .icase ul li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .icase_txt{
        padding: 15px;
    }
}


@media(max-width:1200px) {
    .container1{
        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;
    }
    .column_txt{
        flex: 1;
    }
    .home-service{
        margin: 50px auto;
    }
    .index_title h3{
        font-size: 40px;
    }
    .index_title p{
        font-size: 26px;
        margin-top: -15px;
    }
    .service_con{
        margin: 35px 0;
    }
    .service_b_txt img{
        width: 35px;
        height: 33px;
    }
    .service_a_txt{
        padding: 15px;
    }
    .service_a_txt2{
        font-size: 16px;
        margin: 15px 0;
    }
    .service_a_txt3{
        height: 50px;
    }
    .service_a_txt4{
        margin-top: 20px;
    }
    .about1{
        padding-top: 50px;
    }
    .about1_con{
        margin-top: 35px;
        padding: 0 15px;
    }
    .about2s p br{
        display: none;
    }
    .about2s img{
        width: 58px;
        height: 52px;
    }
    .home-news{
        margin: 50px auto 30px auto;
    }
    .news_con{
        margin: 35px 0;
    }
    .news_con .swiper-container{
        width: 86%;
    }
    .news_date{
        width: 80px;
        height: 80px;
    }
    .news_date p{
        font-size: 36px;
    }
    .customer_con{
        margin-top: 35px;
    }
    .footer1_2{
        width: 63%;
        padding: 0 3%;
    }
    .footer1_3{
        width: 12%;
    }
    .inner-banner{
        padding-top: 60px;
    }
    .inner-main{
        margin: 50px auto;
    }
    .inner_fl{
        width: 20%;
    }
    .inner_fr{
        width: 75%;
    }
    .ifeedback{
        padding: 25px 25px 38px 25px;
    }
    .ly1s label{
        font-size: 16px;
        width: 65px;
    }
    .ly1s{
        width: 32%;
    }
    .ly2 label{
        font-size: 16px;
        width: 65px;
    }
    .ly3 label{
        font-size: 16px;
        width: 65px;
    }
    .ihonor ul li{
        padding: 0 15px;
    }
    .ihonor ul li a .tp{
        padding: 10px;
    }
    .inews li a{
        padding-right: 87px;
    }
    .inews_txt{
        margin-left: 280px;
    }
    .show_back_fr{
        width: 15%;
    }
    .ibusiness li{
        margin-bottom: 30px;
    }
    .ibusiness li .tp{
        width: 100%;
    }
    .ibusiness_txt{
        width: 100%;
        padding: 40px;
    }
    .iservice_t_txt2{
        font-size: 16px;
        margin: 20px 0;
    }
    .pinfo{
        width: 20%;
    }
    .icase ul li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .icase_txt{
        padding: 15px;
    }
}

@media(max-width:768px) {
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 54px;
        height: 54px;
        margin-top: -27px;
    }
    .home-column{
        padding: 25px 0;
    }
    .columns .tp{
        width: 46px;
        height: 42px;
    }
    .column_txt h3{
        font-size: 16px;
    }
    .service_con ul li{
        width: 50%;
        margin-bottom: 8px;
    }
    .about2 ul li{
        padding: 25px 15px;
    }
    .about2s h3{
        margin: 20px 0;
    }
    .about2s h3 span{
        font-size: 30px;
    }
    .footer1_1_b span{
        font-size: 24px;
    }
    .inner_fl{
        width: 25%;
    }
    .inner_fr{
        width: 70%;
    }
    .inner_fl li a{
        font-size: 16px;
    }
    .inner_title{
        font-size: 20px;
    }
    .iabout .about2{
        padding: 25px 0;
    }
    .icontact1 p.ctel{
        width: 100%;
        margin-bottom: 15px;
    }
    .icontact1 p.caddress{
        width: 100%;
    }
    .icontact2{
        margin-top: 20px;
        padding-top: 25px;
    }
    .ly1s{
        width: 100%;
    }
    .ly2 textarea{
        height: 150px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor ul li a .tp{
        padding: 5px;
    }
    .inews li a{
        padding-right: 0;
    }
    .inews li a .tp{
        width: 230px;
        height: 172px;
    }
    .inews_txt{
        margin-left: 250px;
    }
    .inews_date{
        left: 0;
    }
    .show_back_fr{
        width: 20%;
    }
    .ibusiness_txt{
        padding: 25px 20px;
    }
    .iservice ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .pinfo{
        width: 25%;
    }
    .icase ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .icase_txt{
        padding: 10px 5px;
    }
}

@media(max-width:600px) {
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 44px;
        height: 44px;
        margin-top: 0;
        background-size: 30%;
    }
    .home-column li{
        width: 100%;
        border-right: none;
        margin-bottom: 15px;
    }
    .home-column li:last-child{
        margin-bottom: 0;
    }
    .columns{
        padding: 0;
    }
    .home-service{
        margin: 30px auto;
    }
    .index_title h3{
        font-size: 30px;
    }
    .index_title p{
        font-size: 20px;
        margin-top: 0;
    }
    .service_con{
        margin: 20px 0;
    }
    .service_con ul li{
        width: 100%;
        padding: 0;
    }
    .about1{
        padding: 30px 0;
        height: auto;
    }
    .about1_con{
        margin-top: 20px;
        padding: 0;
    }
    .about2{
        padding: 30px 0 15px 0;
    }
    .about2 ul li{
        width: 100%;
        padding: 0 0 15px 0;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 15px;
    }
    .about2 ul li:last-child{
        border-bottom: none;
        margin-bottom: 0;
        padding: 0;
    }
    .about2s h3{
        margin: 15px 0;
    }
    .home-news{
        margin: 30px auto;
    }
    .news_con{
        margin: 20px 0;
    }
    .news a{
        margin: 10px;
    }
    .news_con .swiper-container{
        width: 76%;
    }
    .home-customer{
        padding: 30px 0;
    }
    .customer_con{
        margin-top: 20px;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1_1{
        float: none;
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .footer1_2{
        float: none;
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin: 20px 0;
    }
    .footer1_3{
        float: none;
        width: 100%;
    }
    .menulist{
        display: none;
    }
    .footer1_1_t{
        text-align: center;
    }
    .footer1_1_b span{
        text-align: center;
    }
    .footer1_2 li{
        width: 33.3%;
    }
    .footer2{
        padding: 15px 0;
    }
    .inner-main{
        margin: 30px auto;
    }
    .inner_fl{
        float: none;
        width: 100%;
    }
    .pinfo{
        float: none;
        width: 100%;
    }
    .inner_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .inner_fl li{
        margin-bottom: 10px;
    }
    .inner_title:after{
        margin-top: 10px;
    }
    .iabout .about2{
        padding: 25px 15px;
    }
    .iabout .about2 ul li{
        padding: 0 0 15px 0;
    }
    .iabout .about2 ul li:last-child{
        padding: 0;
    }
    .icontact1 p{
        font-size: 16px;
    }
    .ifeedback{
        padding: 25px 15px 30px 15px;
    }
    .ifeedback1 h3{
        font-size: 20px;
    }
    .ifeedback2{
        margin-top: 20px;
    }
    .ly1s{
        margin-bottom: 15px;
    }
    .ly2{
        margin-bottom: 15px;
    }
    .ly3 input{
        width: 30%;
    }
    .ly4 input{
        width: 120px;
    }
    .ihonor{
        margin: 20px 0;
    }
    .ihonor ul li{
        width: 50%;
        padding: 0 5px;
    }
    .ihonor_txt{
        padding: 10px 5px;
    }
    .inews li a .tp{
        float: none;
        width: 100%;
        height: auto;
    }
    .inews_txt{
        margin-top: 20px;
        margin-left: 0;
    }
    .show_title{
        padding-bottom: 20px;
    }
    .show_back_fr{
        width: 25%;
    }
    .show_back_fr a{
        background: #229712 url(../images/return.png) no-repeat 10px center;
        padding-right: 15px;
    }
    .ibusiness li{
        margin-bottom: 15px;
    }
    .ibusiness li:last-child{
        margin-bottom: 0;
    }
    .ibusiness_txt{
        padding: 20px 15px;
    }
    .ibusiness_txt1{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .inner_title.ser:after{
        margin: 10px auto 0 auto;
    }
    .iservice{
        margin-top: 20px;
    }
    .iservice ul li{
        width: 50%;
        padding: 0 5px;
    }
    .icase ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .icase ul li{
        width: 100%;
        padding: 0;
    }
}












