*, *: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;
}
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:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'OPPOSans-R';
    src:url('../fonts/OPPOSans-R.eot?v=4.2.0');
    src:url('../fonts/OPPOSans-R.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../fonts/OPPOSans-R.woff?v=4.2.0') format('woff'),
    url('../fonts/OPPOSans-R.ttf?v=4.2.0') format('truetype'),
    url('../fonts/OPPOSans-R.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'IMPACT';
    src: url('../fonts/IMPACT.TTF?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family:'OPPOSans-R';
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1605px;
    margin: 0 auto;
}
.container2 {
    width: 1200px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    z-index: 999;
    top: 0;
    transition: .5s;
}

.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:84px;
	clear:both;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.yx a{
    width: 130px;
    height: 84px;
    background: rgba(255,255,255,.9);
    border-radius: 0 0 10px 10px;
    display:flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.yx a img {
width: 88%;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:37px;
    z-index: 9;
    position: relative;
    margin: 0 5px;
}
.menupc li a{
    display:block;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 999;
    position: relative;
    padding: 0 25px;
}
.menupc li:hover a{
    color: #fff;
}
.menupc li:hover a:after{
    width: 100%;
}
/*.menupc li a i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    background: url("../images/jt.png") no-repeat center;
    width: 13px;
    height: 8px;
}*/
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background-color: #009344;
    border-radius: 21px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current:after{
    width: 100%;
}
.menupc .dropmenu{
    position: absolute;
    display:none;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40px;
    z-index: 999;
    width: auto;
    border-radius:5px;
    background:url(../images/jj.png) no-repeat top center;
    padding-top: 6px;
}
.menupc ul{
    background-color:#fff;
    width:100%;
    border-radius:5px;
    padding:10px 0px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
}
.menupc ul li{
    float: none;
    text-align: center;
    line-height: 35px;
    width:100%;
    margin: 0px;
    background: none;
}
.menupc ul li a{
    display: block;
    font-size: 14px;
    position: static;
    color:#535353 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    border-radius:0;
    background: #fff;
    text-transform: capitalize;
}
.menupc ul li a:after{
    display: none;
}
.menupc li:hover ul li a{
    color: #009344;
}
.menupc ul li a:hover{
    color:#009344 !important;
}
.menupc ul li .current{
    color:#009344 !important;
}
.menupc ul.subnav {
    display: block;
}


.header-search{
    margin: 0 21px 0 8px;
}
.header-search .pull-right {
    float:right;
    width: 18px;
    height: 37px;
    background: url("../images/search.png") no-repeat center center;
    background-size: 18px 18px;
    color: #17287A;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 37px;
    text-align:center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 60px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #009344;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #009344;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #009344 url(../images/overlay-icon.png) no-repeat center center;
    background-size: 25px 25px;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}
.mail{
    background: url("../images/li.png") no-repeat left center;
    padding-left: 22px;
}
.mail a{
    display: block;
    background: url("../images/mail.png") no-repeat center;
    width: 19px;
    height: 15px;
}


header.navFix{
    position: fixed;
}
header.navFix .top{
    display: none;
}
header.navFix .daohang{
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
header.navFix .menupc li a{
    color: #333;
}
header.navFix .menupc li a:hover{
    color: #fff;
}
header.navFix .menupc li .current{
    color: #fff;
}
header.navFix .header-search .pull-right{
    background: url(../images/search_h.png) no-repeat center center;
    background-size: 18px 18px;
}
header.navFix .mail{
    background: url("../images/li_h.png") no-repeat left center;
}
header.navFix .mail a{
    background: url("../images/mail_h.png") no-repeat center;
}


/*手机导航*/
.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 #0076be;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#0076be;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#1E9B48 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 156px;
    height: 73px;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/banjt.png") no-repeat left center;
    background-size: 100%;
}
.home-banner .swiper-button-prev:hover,.home-banner .swiper-button-next:hover{
    background: url("../images/banjt_h.png") no-repeat left center;
    background-size: 100%;
}
.home-banner .swiper-button-prev{
    left: 3.5%;
    right: auto;
}
.home-banner .swiper-button-prev:before{
    content: 'PREV';
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translate(0, -50%);
    letter-spacing: 2px;
}
.home-banner .swiper-button-next{
    right: 3.5%;
    left: auto;
    transform: translate(0, -50%) rotateY(180deg);
}
.home-banner .swiper-button-next:before{
    content: 'NEXT';
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translate(0, -50%) rotateY(180deg);
    letter-spacing: 2px;
}
.ban_txt{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
}
.ban_txt1{
    font-family: "IMPACT";
    font-weight: 400;
    font-size: 83px;
    color: #FFFFFF;
    line-height: 0.85;
    text-shadow: 0px 0px 54px rgba(153,153,153,0.22);
}
.ban_txt1 span{
    color: #009344;
}
.ban_txt2{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-transform: uppercase;
    margin: 40px 0 110px 0;
}
.ban_txt3 a{
    display: flex;
    align-items: center;
    width: 234px;
    height: 61px;
    margin: 0 auto;
    background: #EEEEEE;
    border-radius: 31px;
    font-weight: bold;
    font-size: 16px;
    color: #009344;
    text-align: left;
    padding: 0 11px 0 46px;
    position: relative;
    transition: .5s;
}
.ban_txt3 a:after{
    content: '';
    display: block;
    width: 47px;
    height: 47px;
    background: #009344 url("../images/m.png") no-repeat center;
    background-size: 19px 12px;
    border-radius: 50%;
    position: absolute;
    left: 176px;
    top: 7px;
    transition: .5s;
}
.ban_txt3 a:hover{
    padding: 0 46px 0 105px;
    color: #fff;
    background: #009344;
}
.ban_txt3 a:hover:after{
    left: 11px;
    background: #fff url("../images/m_h.png") no-repeat center;
    background-size: 19px 12px;
}

@media(max-width:1199px) {
    .nav-fr{
        display: none;
    }
    .daohang{
        height:60px;
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .yx a{
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
    }
    .yx a img{
        height: 40px;
    }
    .phone-nav {
        display:block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: url("../images/footerbg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.footer2{
    overflow: hidden;
    padding: 21px 0;
}
.footer2 p{
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #009344;
}
.footer1{
    padding: 65px 0 20px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_1{
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer1_1_t a{
    display: block;
    width: 71%;
}
.footer1_1_b{
    margin-top: 37px;
    position: relative;
}
.footer1_1_b .fss1{
    width: 100%;
    height: 49px;
    border-radius: 25px;
    border: 1px dashed rgba(255,255,255,.5);
    padding: 0 115px 0 23px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: transparent;
}
.fss1::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(255,255,255,.5);
}
.fss1:-moz-placeholder {
    font-size: 15px;
    color: rgba(255,255,255,.5);
}
.fss1:-ms-input-placeholder{
    font-size: 15px;
    color: rgba(255,255,255,.5);
}
.footer1_1_b .fss2{
    position: absolute;
    right: 4px;
    top: 4px;
    width: 108px;
    height: 41px;
    background: #cf2734 url("../images/fsearch.png") no-repeat 15px center;
    border-radius: 21px;
    padding-left: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}
.footer1_4{
    width: 9%;
}
.footer1_4 p{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 30px;
}
.footer1_4 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_2{
    width: 11%;
}
.ftitle{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.footer1_2 ul{
    display: flex;
    flex-direction: column;
}
.footer1_2 ul a{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
}
.footer1_2 ul a:hover{
    color: #009344;
}
.footer1_3{
    width: 30%;
}
.footer1_3 p{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 34px;
    margin-bottom: 20px;
}
.footer1_3 p:last-child{
    margin-bottom: 0;
}
.footer1_3 p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 16px 16px;
}
.footer1_3 p.fmail{
    background: url("../images/fmail.png") no-repeat left center;
    background-size: 17px 15px;
}
.footer1_3 p.faddress{
    background: url("../images/faddress.png") no-repeat left 4px;
    background-size: 14px 18px;
}
.side{
    position: fixed;
    right: 1.5%;
    bottom: 5%;
    z-index: 9;
}
.side a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    background: url("../images/topbg.png") no-repeat center;
    transition: .5s;
}
.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.png") no-repeat top center;
    background-size: cover;
    padding: 272px 0 50px 0;
    margin-top: -190px;
}
.home-about .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_fl{
    width: 45.5%;
}
.about_fl img{
    height: 100%;
}
.about_fr{
    width: 50%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 68px 0px rgba(31,33,38,0.09);
    padding: 4.8% 5.3%;
}
.about_fr:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 22px solid #edeef0;
    left: -10px;
    font-size: 0;
    line-height: 0;
    transform: rotate(90deg);
    position: absolute;
    top: 25%;
}
.index_title{
    font-weight: bold;
    font-size: 38px;
    color: #0A1D36;
    line-height: 1;
    background: url("../images/title.jpg") no-repeat left bottom;
    padding-bottom: 35px;
}
.about_fr1{
    margin-top: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 38px;
    height: 152px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about_fr2{
    margin-top: 45px;
    display: inline-block;
    border: 1px dashed #009344;
    padding: 4px;
    border-radius: 26px;
}
.about_fr2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 278px;
    height: 52px;
    background: #009344;
    border-radius: 26px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.technology_title{
    margin-top: 70px;
}
.home-technology{
    width: 100%;
    margin: 0 auto;
    background: url("../images/technologybg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 95px;
}
.technology_con{

}
.technology_con ul{
    display: flex;
    flex-wrap: wrap;
}
.technology_con ul li{
    width: 25%;
}
.technology_con ul li a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 16px 27px 2px rgba(204,204,204,0.2);
    padding: 15% 16%;
    transition: .5s;
}
.technology_con_txt1{
    font-weight: bold;
    font-size: 34px;
    color: #009344;
    line-height: 1;
}
.technology_con_txt2{
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
    color: #163052;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.technology_con_txt3{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.technology_con_img{
    margin-top: 40px;
}
.technology_con ul li a:hover{
    background: #009344;
}
.technology_con ul li a:hover .technology_con_txt1{
    color: #FFFFFF;
}
.technology_con ul li a:hover .technology_con_txt2{
    color: #FFFFFF;
}
.technology_con ul li a:hover .technology_con_txt3{
    color: #FFFFFF;
}
.technology_con ul li a:hover .technology_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.home-area{
    width: 100%;
    margin: 0 auto;
    background: url("../images/areabg.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0 75px 0;
}
.home-area .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.area_fl{
    width: 59%;
}
.area_fl p{
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    background: url("../images/p.png") no-repeat left center;
    padding-left: 47px;
}
.area_fr{
    width: 31.5%;
}
.area_fr .index_title{
    color: #FFFFFF;
    line-height: 1.5;
}
.area_fr1{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
    height: 106px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.area_fr2{
    margin-top: 40px;
}
.area_fr2 a{
    width: 81px;
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}
.area_fr2 a i{
    margin-top: 10px;
    width: 19px;
    height: 12px;
    background: url("../images/m.png") no-repeat center;
    background-size: 100% 100%;
    transition: .5s;
}
.area_fr2 a:hover{
    border: 1px dashed #009344;
    background: #009344;
}
.home-advantages{
    width: 100%;
    margin: 0 auto;
    background: url("../images/advantagesbg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 95px 0;
}
.home-advantages .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.advantages_fl{
    width: 77%;
    position: relative;
}
.advantages_fl .swiper-slide{
    /*display: initial;
    transform: scale(0.7);*/
    width: 946px;
}
.advantages a{
    display:block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.advantages_fl_txt{
    position: absolute;
    width: 100%;
    padding: 20px 40px;
    bottom: 0;
    display: flex;
    align-items: center;
    opacity: 0;
}
.advantages_fl_txt1{
    width: 57%;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
}
.advantages_fl_txt2{
    margin-left: 40px;
    width: 81px;
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}
.advantages_fl_txt2 i{
    margin-top: 10px;
    width: 19px;
    height: 12px;
    background: url("../images/m.png") no-repeat center;
    background-size: 100% 100%;
    transition: .5s;
}
.advantages a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.advantages a:hover .advantages_fl_txt2{
    border: 1px dashed #009344;
    background: #009344;
}
.advantages_fl .swiper-slide-active .advantages_fl_txt, .advantages_fl .swiper-slide-duplicate-active .advantages_fl_txt{
    opacity: 1;
}
.advantages_fr{
    width: 19%;
}
.advantages_fr .index_title{
    background: url(../images/title.jpg) no-repeat right bottom;
    text-align: right;
}
.advantages_fr ul{
    margin-top: 20px;
    border-left: 1px solid #ddd;
    padding: 15px 0 20px 0;
}
.advantages_fr ul li{
    margin-bottom: 50px;
}
.advantages_fr ul li:last-child{
    margin-bottom: 0;
}
.advantages_fr ul li a{
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 30px;
    padding-left: 22px;
}
.advantages_fr ul li a:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #009344;
    text-transform: capitalize;
    position: absolute;
    left: -5.5px;
    top: 9px;
    transition: .5s;
}
.advantages_fr ul li a:hover{
    font-weight: bold;
    color: #009344;
}
.advantages_fr ul li a:hover:before{
    background: #009344;
}


/*contact us*/
.inner .daohang{
    background-color: #fff;
}
.inner .menupc li a{
    color: #333;
}
.inner .menupc li a:hover{
    color: #fff;
}
.inner .menupc li:hover a{
    color: #fff;
}
.inner .menupc li .current{
    color: #fff;
}
.inner .menupc li:hover ul li a{
    color: #535353;
}
.inner .header-search .pull-right{
    background: url(../images/search_h.png) no-repeat center center;
    background-size: 18px 18px;
}
.inner .mail{
    background: url("../images/li_h.png") no-repeat left center;
}
.inner .mail a{
    background: url("../images/mail_h.png") no-repeat center;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 84px;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    padding-top: 42px;
}
.iban_info h3{
    font-size: 60px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 20px;
}
.iban_info p{
    font-size: 26px;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    margin-top: 50px;
    padding-bottom: 9px;
}
.inner_nav ul{
    display: flex;
    flex-direction: row;
}
.inner_nav ul li{
    margin-right: 40px;
}
.inner_nav ul li:last-child{
    margin-right: 0;
}
.inner_nav ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    line-height: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
    padding: 21px 40px;
    font-size: 22px;
    font-weight: bold;
    color: #999999;
    transition: .5s;
    position: relative;
}
.inner_nav ul li a:hover{
    color: #ffffff;
    background: #1E9B48;
}
.inner_nav ul li a.current{
    color: #ffffff;
    background: #1E9B48;
}
.inner_nav ul li a:after{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-top: 9px solid #1E9B48;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -9px;
    opacity: 0;
    transition: .5s;
}
.inner_nav ul li a:hover:after{
    opacity: 1;
}
.inner_nav ul li a.current:after{
    opacity: 1;
}
.inner_nav ul li a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.inner_nav ul li a i.i1{
    background: url("../images/i1.png") no-repeat center;
}
.inner_nav ul li a i.i2{
    background: url("../images/i2.png") no-repeat center;
}
.inner_nav ul li a i.i3{
    background: url("../images/i3.png") no-repeat center;
}
.inner_nav ul li a:hover i.i1{
    background: url("../images/i1_h.png") no-repeat center;
}
.inner_nav ul li a:hover i.i2{
    background: url("../images/i2_h.png") no-repeat center;
}
.inner_nav ul li a:hover i.i3{
    background: url("../images/i3_h.png") no-repeat center;
}
.inner_nav ul li a.current i.i1{
    background: url("../images/i1_h.png") no-repeat center;
}
.inner_nav ul li a.current i.i2{
    background: url("../images/i2_h.png") no-repeat center;
}
.inner_nav ul li a.current i.i3{
    background: url("../images/i3_h.png") no-repeat center;
}
.icontact1{
    margin-top: 54px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.icontact1_fl{
    width: 54%;
}
.icontact1_fr{
    width: 40%;
}
.icontact1_fr ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.icontact1_fr ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 85px;
    display: flex;
}
.icontact1_fr ul li:nth-child(2n){
    margin-right: 0;
}
.icontact1_fr ul li:nth-child(3){
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
}
.icontact1_fr ul li .tp{
    width: 46px;
    height: 46px;
    background: #1E9B48;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.icontact1_fr_txt{
    flex: 1;
    margin-left: 10px;
    margin-top: 7px;
}
.icontact1_fr_txt h3{
    font-size: 18px;
    font-weight: bold;
    color: #1E9B48;
    line-height: 1;
    margin-bottom: 10px;
}
.icontact1_fr_txt p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.icontact2{
    margin: 50px 0;
}
.contact_title{
    font-size: 32px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}
.icontact2_con{
    margin-top: 38px;
}
.icontact2_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.icontact3_con{
    margin-top: 38px;
    background: url("../images/icontact3bg.png") no-repeat center;
    background-size: cover;
    padding: 64px 0;
    overflow: hidden;
}
.lx1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.lx1s{
    width: 49%;
    position: relative;
    margin-bottom: 21px;
}
.lx1 i{
    display: inline-block;
    width: 28px;
    height: 29px;
    position: absolute;
    left: 25px;
    top: 11px;
}
.f1{
    background: url("../images/f1.png") no-repeat center;
}
.f2{
    background: url("../images/f2.png") no-repeat center;
}
.f22{
    background: url("../images/f22.jpg") no-repeat center;
}
.f3{
    background: url("../images/f3.png") no-repeat center;
}
.f4{
    background: url("../images/f4.png") no-repeat center;
}
.f5{
    background: url("../images/f5.png") no-repeat center;
}
.lx1 label{
    color: #575757;
    font-size: 15px;
    line-height: 51px;
    position: absolute;
    left: 70px;
}
.lx1 input{
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 15px;
    line-height: 51px;
    height: 53px;
}
.distance1{
    padding-left: 155px;
}
.distance2{
    padding-left: 150px;
}
.distance3{
    padding-left: 160px;
}
.distance4{
    padding-left: 170px;
}
.distance5{
    padding-left: 170px;
}
.lx1{
    position: relative;
}
.lx1 textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    height: 259px;
    padding: 12px 20px 20px 180px;
    resize: none;
}
.dianhua{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dianhua .lx1s:nth-child(1){
    width: 40%;
}
.dianhua .lx1s:nth-child(2){
    width: 58%;
}
.lx2{
    margin: 21px 0 55px 0;
    overflow: hidden;
    display: flex;
    width: 49%;
}
.lx2_fl{
    width: 84%;
    position: relative;
}
.lx2_fl label{
    color: #575757;
    font-size: 15px;
    line-height: 51px;
    position: absolute;
    left: 25px;
}
.lx2_fl input{
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 51px;
    height: 53px;
    padding-left: 275px;
}
.lx2_fr{
    width: 14%;
    margin-left: 2%;
}
.lx2_fr a{
    display: flex;
    align-items: center;
    height: 53px;
}
.lx2_fr a img{
    height: auto;
    width: 100%;
}
.lx3{
    text-align: center;
}
.lx3 button{
    width: 184px;
    height: 52px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 52px;
    border: none;
    background: #1E9B48 url("../images/fj.png") no-repeat 38px center;
    padding-left: 44px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

/*honor*/
.ihonor_con{
    margin: 55px 0 17px 0;
}
.ihonor_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ihonor_con ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 13px;
}
.ihonor_con ul li:nth-child(4n){
    margin-right: 0;
}
.ihonor_con ul li a{
    display: block;
}
.ihonor_img{
    border: 1px solid #e6e6e6;
    padding: 4px;
    transition: .5s;
}
.ihonor_img .tp{
    background-color: #f2f5f8;
    padding: 18px;
}
.ihonor_txt{
    text-align: center;
    margin: 25px 0;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.ihonor_con ul li a:hover .ihonor_img{
    border: 1px solid #1E9B48;
}
.ihonor_con ul li a:hover .ihonor_img .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con ul li a:hover .ihonor_txt{
    color: #1E9B48;
}
/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:26px;
    margin:0px 1px 10px 1px;
    background-color: #F2F5F8;
}
.pagination a:hover{
    color:#fff;
    background-color:#1E9B48;
}
.pagination a.active {
    color:#fff;
    background-color: #1E9B48;
}
.common{
    margin-top: 40px;
    padding: 65px 0 60px 0;
    overflow: hidden;
    background: url("../images/commonbg.png") no-repeat center;
    background-size: cover;
}
.common_con{
    margin-top: 55px;
}
.common_con ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_con ul li{
    margin: 0 12px;
}
.common_con ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 45px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 41px;
    text-shadow: 0px 24px 65px rgba(0,0,0,0.1);
    transition: .5s;
}
.common_con ul li:nth-child(1) a{
    color: #013B7E;
    border: 2px solid #013B7E;
}
.common_con ul li:nth-child(2) a{
    color: #1E9B48;
    border: 2px solid #1E9B48;
}
.common_con ul li:nth-child(1) a:hover{
    color: #fff;
    background-color: #013B7E;
}
.common_con ul li:nth-child(2) a:hover{
    color: #fff;
    background-color: #1E9B48;
}
.common_con ul li a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.common_con ul li a i.i4{
    background: url("../images/i4.png") no-repeat center;
}
.common_con ul li a:hover i.i4{
    background: url("../images/i4_h.png") no-repeat center;
}
.common_con ul li a i.i5{
    background: url("../images/i5.png") no-repeat center;
}
.common_con ul li a:hover i.i5{
    background: url("../images/i5_h.png") no-repeat center;
}

/*strength*/
.istrength_con{
    margin: 40px 0 68px 0;
}
.istrength_con li{
    margin-bottom: 40px;
}
.istrength_con li a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
    border-radius: 0 30px;
    padding: 30px 23px 20px 29px;
}
.istrength_txt{
    width: 40%;
}
.istrength_txt1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.istrength_txt2{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    height: 175px;
    overflow: hidden;
    margin: 20px 0 15px 0;
}
.istrength_txt3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 45px;
    background: #1E9B48;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    text-shadow: 0px 24px 65px rgba(0,0,0,0.1);
    transition: .5s;
}
.istrength_txt3 img{
    margin-left: 14px;
}
.istrength_con li a .tp{
    width: 57.5%;
}
.istrength_con li a:hover .istrength_txt3{
    background: #cf2734;
}
.istrength_con li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.istrengthshow_con{
    margin: 60px 0 40px 0;
}
.show_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
}
.show_content{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    padding: 40px 0 35px 0;
    margin: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:5px;
    line-height:25px;
    font-size: 14px;
    color:#616161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #666;
    font-size: 16px;
}
.show_back_fl li a:hover{
    color: #1E9B48;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    height: 44px;
    line-height:44px;
    background: #1E9B48;
    border-radius: 5px;
    color:#fff;
    padding: 0 25px;
}
.show_back_fr a img{
    padding-left: 15px;
}

/*about*/
.iabout1{
    margin: 70px 0 171px 0;
}
.iabout1 .container2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.iabout1_fl{
    width: 47%;
}
.iabout1_fl1{
    font-size: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 40px;
}
.iabout1_fl2{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}
.iabout1_fr{
    width: 46.5%;
    box-shadow: 0px 26px 65px 0px rgba(204,204,204,0.16);
}
.iabout2{
    background: url("../images/iabout2bg.png") no-repeat center;
    padding-bottom: 61px;
}
.iabout2 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: -61px;
}
.iabout2 ul li{
    width: 22.25%;
    margin-right: 3.666%;
}
.iabout2 ul li:last-child{
    margin-right: 0;
}
.iabout2 ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 235px;
    background: #FFFFFF;
    box-shadow: 0px 1px 65px 0px rgba(30,155,72,0.21);
    border-radius: 10px;
    position: relative;
    padding: 0 5px;
}
.iabout2 ul li a .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #1E9B48;
    border-radius: 50%;
}
.iabout2_txt{
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.iabout2_num{
    position: absolute;
    right: 25px;
    bottom: 7px;
    z-index: 0;
}
.iabout2 ul li a:hover .pic img{
    -webkit-transform: rotate(360deg);
    -ms-transform:rotate(360deg);
    transform: rotate(360deg);
}
.iabout3{
    margin: 50px 0 55px 0;
}
.iabout3_t{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}
.iabout3_b{
    margin-top: 30px;
    position: relative;
    z-index: 0;
    padding-bottom: 42px;
}
.iabout3_b .swiper-slide{
    display: initial;
}
.iabout3s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.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;
}
.iabout3_b .swiper-pagination1{
    bottom: 0;
    right: 0;
    width: 100%;
}
.iabout3_b .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #F2F5F8;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
}
.iabout3_b .swiper-pagination-bullet-active{
    background: #1E9B48;
}

/*project*/
.inner_nav ul li a i.i6{
    background: url("../images/i6.png") no-repeat center;
}
.inner_nav ul li a i.i7{
    background: url("../images/i7.png") no-repeat center;
}
.inner_nav ul li a:hover i.i6{
    background: url("../images/i6_h.png") no-repeat center;
}
.inner_nav ul li a:hover i.i7{
    background: url("../images/i7_h.png") no-repeat center;
}
.inner_nav ul li a.current i.i6{
    background: url("../images/i6_h.png") no-repeat center;
}
.inner_nav ul li a.current i.i7{
    background: url("../images/i7_h.png") no-repeat center;
}
.iproject_con{
    margin: 55px 0 70px 0;
}
.iproject_con li{
    margin-bottom: 55px;
    overflow: hidden;
}
.iproject_con li:nth-child(even){
    background: #F2F5F8;
    padding: 44px 0;
}
.iproject_con li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.iproject_con li a .tp{
    width: 50.5%;
}
.iproject_txt{
    width: 46%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iproject_con li:nth-child(odd) .tp{
    float: left;
}
.iproject_con li:nth-child(odd) .iproject_txt{
    right: 0;
}
.iproject_con li:nth-child(even) .tp{
    float: right;
}
.iproject_con li:nth-child(even) .iproject_txt{
    left: 0;
}
.iproject_txt1{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B9C58;
    line-height: 22px;
}
.iproject_txt1 img{
    margin-right: 10px;
}
.iproject_txt2{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    overflow: hidden;
    margin: 30px 0 20px 0;
}
.iproject_txt3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 45px;
    background: #1E9B48;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    text-shadow: 0px 24px 65px rgba(0,0,0,0.1);
    transition: .5s;
}
.iproject_txt3 img{
    margin-left: 14px;
}
.iproject_con li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproject_con li a:hover .iproject_txt3{
    background: #cf2734;
}

/*product*/
.iproduct_con{
    border-top: 1px solid #ddd;
    margin: 45px 0;
    overflow: hidden;
}
.iproduct_con_fl{
    float: left;
    width: 26.75%;
}
.pinfo{
    margin-top:30px;
}
.pinfo li{
    overflow:hidden;
    position:relative;
}
.pinfo li a{
    display:block;
    font-size:18px;
    color:#000;
    line-height:49px;
    padding: 0 20px 0 60px;
    overflow:hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo li a:hover{
    color:#1E9B48;
}
.pinfo li .more{
    position: absolute;
    left: 40px;
    padding:0;
    top: 0;
    border:none;
    width:20px;
    height:49px;
    cursor: pointer;
    background: url("../images/fl_li.png") no-repeat left center;
    display: block;
    z-index: 5;
}
.pinfo .er{
    display:none;
    padding: 10px 0;
}
.pinfo .er li a {
    color: #000;
    font-size:10px;
    line-height:30px;
    font-weight:normal;
    padding: 0 20px 0 105px;
    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: #000;
    font-size:16px;
    line-height:30px;
    padding: 0 20px 0 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.pinfo .nav-show .er li a:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 95px;
    top: 13px;
}
.pinfo .nav-show .er li a:before:hover{
    background-color: #013B7E;
}
.pinfo .nav-show .er li a:hover {
    color: #013B7E;
}
.pinfo .nav-show a{
    color:#1E9B48;
}
/*.pinfo .nav-show .more{
    background:url("http://www.chinafeiting.com/static/web/images/fl_lihover.png?v=v1") no-repeat left center;
}*/
.iproduct_con_fr{
    float: right;
    width: 73.25%;
    background-color: #f2f5f8;
    border-left: 1px solid #ddd;
    padding: 45px 20px;
}
.iproduct_con_fr1{
    font-size: 36px;
    font-weight: bold;
    color: #013B7E;
    line-height: 1;
    text-align: center;
}
.iproduct_con_fr2{
    margin-top: 35px;
    border: 1px solid #013B7E;
    background-color: #fff;
}
.iproduct_title ul{
    display: flex;
    flex-direction: row;
}
.iproduct_title ul li{
    border-right: 1px solid #013B7E;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
    padding: 11px 20px;
}
.iproduct_title ul li:last-child{
    border-right: none;
}
.iproduct_con_fr2 .p1{
    width: 70%;
}
.iproduct_con_fr2 .p2{
    width: 30%;
}
.iproduct_data li{
    border-top: 1px solid #013B7E;
}
.iproduct_data li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    min-height: 49px;
    transition: .5s;
}
.iproduct_data li a div{
    border-right: 1px solid #013B7E;
    line-height: 25px;
    padding: 12px 20px;
    height: 100%;
}
.iproduct_data li a div:last-child{
    border-right: none;
}
.iproduct_data li a:hover{
    background: #DDF0FF;
    color: #0460A3;
}

/*team*/
.iteam{
    padding: 55px 0;
}
.iteam_b{
    margin-top: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}

/*area*/
.iarea{
    padding: 55px 0 0 0;
}
.iarea_t{
    margin-top: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}
.iarea_b{
    margin-top: 35px;
}
.iarea_b img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*case*/
.icase{
    margin-bottom: 55px;
}
.icase_con{
    margin: 55px 0 10px 0;
}
.icase_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icase_con ul li{
    width: 31.8%;
    margin-right: 2.3%;
    margin-bottom: 45px;
}
.icase_con ul li a{
    display: block;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 25px 49px 10px rgba(234,237,242,0.65);
    transition: .5s;
}
.icase_con ul li:nth-child(3n){
    margin-right: 0;
}
.icase_con_img{
    position: relative;
}
.icase_con_img:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(4,32,61,.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.icase_con_txt{
    margin-top: 30px;
}
.icase_con_txt1{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icase_con_txt2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.icase_con_txt3{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icase_con_txt3_fl{
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.icase_con_txt3_fr{
    font-weight: bold;
    font-size: 18px;
    color: #999;
    line-height: 25px;
}
.icase_con_txt3_fr span{
    display: inline-block;
    font-size: 24px;
    color: #333333;
}
.icase_con ul li a:hover .icase_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase_con ul li a:hover .icase_con_img:after{
    background: none;
}
.icase_con ul li a:hover .icase_con_txt1{
    color: #009344;
}
.icase_con ul li a:hover .icase_con_txt3_fl{
    color: #009344;
}





@media (min-width:1801px) and (max-width:1850px){

}

@media (min-width:1701px) and (max-width:1800px){

}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 90%;
    }
    .ban_txt1{
        font-size: 78px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 150px;
        height: 71px;
    }
    .index_title{
        font-size: 34px;
    }
    .about_fr2 a{
        width: 260px;
        height: 49px;
    }
    .technology_con ul li a{
        padding: 13% 14%;
    }
    .advantages_fl{
        width: 76%;
    }
    .advantages_fl .swiper-slide{
        width: 850px;
    }
    .advantages_fl_txt1{
        width: 62%;
    }
    .advantages_fr{
        width: 20%;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 90%;
    }
    .menupc li a{
        padding: 0 22px;
    }
    .ban_txt1{
        font-size: 73px;
    }
    .ban_txt2{
        font-size: 19px;
        margin: 35px 0 100px 0;
    }
    .ban_txt3 a{
        width: 211px;
        height: 55px;
        font-size: 15px;
        padding: 0 11px 0 38px;
    }
    .ban_txt3 a:after{
        width: 42px;
        height: 42px;
        background-size: 17px 11px;
        left: 158px;
    }
    .ban_txt3 a:hover{
        padding: 0 38px 0 95px;
    }
    .ban_txt3 a:hover:after{
        background-size: 17px 11px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 145px;
        height: 68px;
    }
    .index_title{
        font-size: 32px;
    }
    .about_fr2 a{
        width: 250px;
        height: 47px;
        font-size: 15px;
    }
    .technology_con_txt2{
        font-size: 21px;
    }
    .technology_con ul li a{
        padding: 12% 13%;
    }
    .area_fl p{
        font-size: 21px;
        background-size: 28px 28px;
        padding-left: 45px;
    }
    .advantages_fl{
        width: 76%;
    }
    .advantages_fl .swiper-slide{
        width: 800px;
    }
    .advantages_fl_txt1{
        width: 62%;
    }
    .advantages_fr{
        width: 20%;
    }
    .advantages_fr ul li a{
        font-size: 21px;
    }
    .iban_info h3{
        font-size: 55px;
    }
    .iban_info p{
        font-size: 25px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0 20px;
    }
    .ban_txt1{
        font-size: 63px;
    }
    .ban_txt2{
        font-size: 18px;
        margin: 30px 0 90px 0;
    }
    .ban_txt3 a{
        width: 211px;
        height: 55px;
        font-size: 15px;
        padding: 0 11px 0 38px;
    }
    .ban_txt3 a:after{
        width: 42px;
        height: 42px;
        background-size: 17px 11px;
        left: 158px;
    }
    .ban_txt3 a:hover{
        padding: 0 38px 0 95px;
    }
    .ban_txt3 a:hover:after{
        background-size: 17px 11px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 140px;
        height: 66px;
    }
    .index_title{
        font-size: 30px;
    }
    .about_fr2 a{
        width: 240px;
        height: 45px;
        font-size: 15px;
    }
    .technology_con_txt2{
        font-size: 20px;
    }
    .technology_con ul li a{
        padding: 11% 12%;
    }
    .area_fl p{
        font-size: 20px;
        background-size: 27px 27px;
        padding-left: 43px;
    }
    .advantages_fl{
        width: 76%;
    }
    .advantages_fl .swiper-slide{
        width: 800px;
    }
    .advantages_fl_txt1{
        width: 67%;
    }
    .advantages_fr{
        width: 20%;
    }
    .advantages_fr ul li a{
        font-size: 20px;
    }
    .footer1_1{
        width: 24%;
    }
    .iban_info h3{
        font-size: 50px;
    }
    .iban_info p{
        font-size: 24px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .menupc li a{
        font-size: 13px;
        padding: 0 18px;
    }
    .ban_txt1{
        font-size: 58px;
    }
    .ban_txt2{
        font-size: 17px;
        margin: 25px 0 80px 0;
    }
    .ban_txt3 a{
        width: 192px;
        height: 50px;
        font-size: 14px;
        padding: 0 11px 0 30px;
    }
    .ban_txt3 a:after{
        width: 37px;
        height: 37px;
        background-size: 15px 9px;
        left: 145px;
    }
    .ban_txt3 a:hover{
        padding: 0 30px 0 85px;
    }
    .ban_txt3 a:hover:after{
        background-size: 15px 9px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 135px;
        height: 64px;
    }
    .home-banner .swiper-button-prev:before{
        font-size: 15px;
    }
    .home-banner .swiper-button-next:before{
        font-size: 15px;
    }
    .index_title{
        font-size: 28px;
    }
    .about_fr2 a{
        width: 230px;
        height: 43px;
        font-size: 14px;
    }
    .technology_con_txt2{
        font-size: 19px;
    }
    .technology_con ul li a{
        padding: 10% 11%;
    }
    .area_fl p{
        font-size: 19px;
        background-size: 26px 26px;
        padding-left: 41px;
    }
    .advantages_fl{
        width: 75%;
    }
    .advantages_fl .swiper-slide{
        width: 700px;
    }
    .advantages_fl_txt1{
        width: 72%;
    }
    .advantages_fr{
        width: 21%;
    }
    .advantages_fr ul li a{
        font-size: 19px;
    }
    .footer1_1{
        width: 26%;
    }
    .iban_info h3{
        font-size: 45px;
    }
    .iban_info p{
        font-size: 22px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .menupc li a{
        font-size: 13px;
        padding: 0 13px;
    }
    .ban_txt1{
        font-size: 53px;
    }
    .ban_txt2{
        font-size: 16px;
        margin: 20px 0 70px 0;
    }
    .ban_txt3 a{
        width: 192px;
        height: 50px;
        font-size: 14px;
        padding: 0 11px 0 30px;
    }
    .ban_txt3 a:after{
        width: 37px;
        height: 37px;
        background-size: 15px 9px;
        left: 145px;
    }
    .ban_txt3 a:hover{
        padding: 0 30px 0 85px;
    }
    .ban_txt3 a:hover:after{
        background-size: 15px 9px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 123px;
        height: 58px;
    }
    .home-banner .swiper-button-prev:before{
        font-size: 14px;
    }
    .home-banner .swiper-button-next:before{
        font-size: 14px;
    }
    .index_title{
        font-size: 26px;
    }
    .about_fr2 a{
        width: 225px;
        height: 42px;
        font-size: 14px;
    }
    .technology_con_txt2{
        font-size: 18px;
    }
    .technology_con ul li a{
        padding: 10% 11%;
    }
    .area_fl p{
        font-size: 18px;
        background-size: 25px 25px;
        padding-left: 40px;
    }
    .advantages_fl{
        width: 75%;
    }
    .advantages_fl .swiper-slide{
        width: 600px;
    }
    .advantages_fl_txt1{
        width: 77%;
    }
    .advantages_fr{
        width: 21%;
    }
    .advantages_fr ul li a{
        font-size: 18px;
    }
    .footer1_1{
        width: 27%;
    }
    .iban_info h3{
        font-size: 40px;
    }
    .iban_info p{
        font-size: 20px;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner{
        padding-top: 60px;
    }
    .inner-banner{
        padding-top: 60px;
    }
    .side{
        display: none !important;
    }
    .ban_txt1{
        font-size: 53px;
    }
    .ban_txt2{
        font-size: 16px;
        margin: 20px 0 55px 0;
    }
    .ban_txt3 a{
        width: 192px;
        height: 50px;
        font-size: 14px;
        padding: 0 11px 0 30px;
    }
    .ban_txt3 a:after{
        width: 37px;
        height: 37px;
        background-size: 15px 9px;
        left: 145px;
    }
    .ban_txt3 a:hover{
        padding: 0 30px 0 85px;
    }
    .ban_txt3 a:hover:after{
        background-size: 15px 9px;
    }
    .home-banner .swiper-button-prev:before{
        font-size: 14px;
    }
    .home-banner .swiper-button-next:before{
        font-size: 14px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 106px;
        height: 50px;
    }
    .home-about{
        padding: 242px 0 50px 0;
    }
    .index_title{
        font-size: 28px;
        padding-bottom: 25px;
    }
    .about_fr{
        padding: 30px 35px;
    }
    .about_fr1{
        margin-top: 25px;
    }
    .about_fr2{
        margin-top: 35px;
    }
    .about_fr2 a{
        width: 200px;
        height: 37px;
        font-size: 14px;
    }
    .home-technology{
        padding-bottom: 50px;
    }
    .technology_title{
        margin-top: 50px;
    }
    .technology_con ul li a{
        padding: 25px 30px;
    }
    .technology_con_txt1{
        font-size: 28px;
    }
    .technology_con_txt2{
        margin-top: 20px;
        font-size: 18px;
    }
    .technology_con_txt3{
        margin-top: 25px;
    }
    .technology_con_img{
        margin-top: 25px;
    }
    .home-area{
        padding: 50px 0;
    }
    .area_fl p{
        font-size: 18px;
        background-size: 25px 25px;
        padding-left: 38px;
    }
    .area_fr{
        width: 37%;
    }
    .area_fr1{
        margin-top: 25px;
    }
    .area_fr2{
        margin-top: 30px;
    }
    .home-advantages{
        padding: 50px 0;
    }
    .advantages_fl{
        width: 70%;
    }
    .advantages_fr{
        width: 25%;
    }
    .advantages_fl .swiper-slide{
        width: 100%;
    }
    .advantages_fl_txt{
        justify-content: space-between;
    }
    .advantages_fl_txt1{
        width: auto;
        font-size: 16px;
        flex: 1;
    }
    .advantages_fl_txt2{
        margin-left: 25px;
    }
    .advantages_fr ul li a{
        font-size: 18px;
    }
    .footer1_1{
        width: 32%;
    }
    .footer1_2{
        width: 15%;
    }
    .footer1_4{
        width: 12%;
    }

    .iban_info{
        padding-top: 60px;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .iban_info p{
        font-size: 20px;
    }
    .inner_nav ul li a{
        padding: 21px 25px;
        font-size: 20px;
    }
    .inner_nav ul li a i{
        margin-right: 10px;
    }
    .icontact1_fr{
        width: 42%;
    }
    .contact_title{
        font-size: 28px;
    }
    .ihonor_con{
        margin: 35px 0 17px 0;
    }
    .ihonor_con ul li{
        margin-bottom: 0;
    }
    .ihonor_img .tp{
        padding: 10px;
    }
    .common{
        padding: 55px 0 50px 0;
    }
    .common_con{
        margin-top: 35px;
    }
    .istrength_con{
        margin: 40px 0 50px 0;
    }
    .istrength_txt1{
        font-size: 20px;
    }
    .istrength_txt2{
        font-size: 16px;
        line-height: 30px;
        height: 150px;
    }
    .istrengthshow_con{
        margin: 50px 0 40px 0;
    }
    .show_title h3{
        font-size: 26px;
    }

    .show_content{
        margin: 30px 0;
        padding: 30px 0 25px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iabout1{
        margin: 50px 0 130px 0;
    }
    .iabout1_fl{
        width: 50%;
    }
    .iabout1_fl1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .iabout1_fl2{
        font-size: 16px;
        line-height: 30px;
    }
    .iabout2{
        padding-bottom: 31px;
    }
    .iabout2_txt{
        font-size: 18px;
    }
    .iabout2_num{
        display: flex;
        justify-content: flex-end;
    }
    .iabout2_num img{
        max-width: 80%;
    }
    .iabout3_t{
        font-size: 16px;
        line-height: 30px;
    }
    .iproject_con li{
        margin-bottom: 35px;
    }
    .iproject_con li:nth-child(even){
        padding: 35px 0;
    }
    .iproject_txt1{
        font-size: 20px;
    }
    .iproject_con{
        margin: 50px 0 55px 0;
    }
    .iproduct_con_fr{
        padding: 35px 20px;
    }
    .iproduct_con_fr1{
        font-size: 30px;
    }
}

@media(max-width:820px) {
    .ban_txt1{
        font-size: 43px;
    }
    .ban_txt2{
        font-size: 14px;
        margin: 20px 0 35px 0;
    }
    .index_title{
        font-size: 24px;
    }
    .about_fr1{
        line-height: 30px;
        height: 120px;
    }
    .technology_con ul li{
        width: 50%;
    }
    .area_fr2 a{
        width: 65px;
        height: 65px;
        font-size: 14px;
    }
    .area_fr2 a i{
        margin-top: 5px;
        width: 15px;
        height: 9px;
    }
    .advantages_fl_txt2{
        width: 65px;
        height: 65px;
        font-size: 14px;
    }
    .advantages_fl_txt2 i{
        margin-top: 5px;
        width: 15px;
        height: 9px;
    }
    .advantages_fr ul li{
        margin-bottom: 35px;
    }
    .footer1_1{
        width: 40%;
    }
    .footer1_2{
        width: 20%;
    }
    .footer1_3{
        width: 30%;
    }
    .footer1_4{
        width: 100%;
        margin-top: 25px;
    }
    .iban_info h3{
        font-size: 26px;
    }
    .iban_info p{
        font-size: 16px;
    }
    .inner_nav ul li{
        margin-right: 20px;
    }
    .inner_nav ul li a{
        padding: 21px 15px;
        font-size: 18px;
    }
    .inner_nav ul li a i{
        margin-right: 10px;
    }
    .icontact1_fr{
        width: 42%;
    }
    .contact_title{
        font-size: 24px;
    }
    .icontact1_fr ul{
        flex-direction: column;
    }
    .icontact1_fr ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inner_nav ul li{
        margin-right: 20px;
    }
    .ihonor_txt{
        font-size: 16px;
        margin: 20px 0;
    }
    .istrength_con li{
        margin-bottom: 30px;
    }
    .iabout1 .container2{
        align-items: center;
    }
    .iabout1_fl1{
        font-size: 26px;
    }
    .iabout2 ul li {
        width: 23.5%;
        margin-right: 2%;
    }
    .iabout2_txt{
        font-size: 16px;
    }
    .iabout2_num img{
        max-width: 70%;
    }
    .iproject_txt1{
        font-size: 18px;
    }
    .iproject_txt2{
        font-size: 16px;
        line-height: 30px;
        height: 60px;
        margin: 15px 0;
    }
    .pinfo li a{
        font-size: 16px;
        padding: 0 20px;
    }
    .pinfo li .more{
        left: 0;
    }
    .pinfo .er li a{
        padding: 0 20px 0 35px;
    }
    .pinfo .nav-show .er li a{
        padding: 0 20px 0 35px;
    }
    .pinfo .nav-show .er li a:before{
        left: 25px;
    }
    .iproduct_con_fr1{
        font-size: 26px;
    }
    .iproduct_title ul li{
        font-size: 16px;
    }
    .iproduct_data li a{
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .ban_txt1{
        font-size: 38px;
    }
    .ban_txt2{
        font-size: 13px;
    }
    .index_title{
        font-size: 22px;
    }

    .inner_nav ul li a{
        font-size: 16px;
    }
    .show_title h3{
        font-size: 22px;
    }
    .iproduct_con_fr1{
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .ban_txt1{
        font-size: 24px;
    }
    .ban_txt2{
        font-size: 12px;
        width: 75%;
        margin: 15px auto 0 auto;
        line-height: 20px;
    }
    .ban_txt3{
        display: none;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 74px;
        height: 35px;
    }
    .home-banner .swiper-button-prev{
        left: 6%;
    }
    .home-banner .swiper-button-next{
        right: 6%;
    }
    .home-banner .swiper-button-prev:before{
        font-size: 10px;
        left: -20px;
        letter-spacing: 1px;
    }
    .home-banner .swiper-button-next:before{
        font-size: 10px;
        left: -20px;
        letter-spacing: 1px;
    }
    .home-about{
        padding: 75px 0 25px 0;
        margin-top: -40px;
    }
    .about_fl{
        width: 100%;
    }
    .about_fr{
        width: 100%;
        padding: 25px 30px;
    }
    .index_title{
        font-size: 20px;
    }
    .about_fr2{
        margin-top: 25px;
    }
    .about_fr2 a{
        width: 150px;
    }
    .technology_title{
        margin-top: 35px;
    }
    .home-technology{
        padding-bottom: 35px;
    }
    .technology_con ul li{
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .technology_con ul li:last-child{
        border-bottom: none;
    }
    .home-area{
        padding: 35px 0;
    }
    .area_fl{
        width: 100%;
    }
    .area_fr{
        width: 100%;
        margin-top: 25px;
    }
    .home-advantages{
        padding: 35px 0;
    }
    .advantages_fl{
        width: 100%;
    }
    .advantages_fr{
        width: 100%;
        margin-top: 25px;
    }
    .advantages_fr .index_title{
        background: url(../images/title.jpg) no-repeat left bottom;
        text-align: left;
    }
    .advantages_fr ul{
        margin-top: 25px;
    }
    .advantages_fr ul li{
        margin-bottom: 25px;
    }
    .footer1{
        padding: 35px 0 15px 0;
    }
    .footer1_1{
        width: 100%;
    }
    .footer1_2{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_3{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_4{
        width: 100%;
    }
    .footer1_1_b{
        margin-top: 25px;
    }
    .ftitle{
        margin-bottom: 20px;
    }
    .footer1_2 ul{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer1_2 ul li{
        width: 48%;
    }

    .iban_info h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .iban_info p{
        font-size: 14px;
    }
    .iban_info p br{
        display: none;
    }
    .inner_nav{
        margin-top: 30px;
    }
    .inner_nav ul{
        flex-direction: column;
    }
    .inner_nav ul li{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inner_nav ul li:last-child{
        margin-bottom: 0;
    }
    .inner_nav ul li a{
        width: 100%;
        padding: 10px 5px;
    }
    .icontact1{
        margin-top: 20px;
        flex-direction: column;
    }
    .icontact1_fl{
        width: 100%;
    }
    .icontact1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .icontact2{
        margin: 30px 0;
    }
    .contact_title{
        font-size: 20px;
    }
    .icontact2_con{
        margin-top: 20px;
    }
    .icontact3_con{
        margin-top: 20px;
        padding: 30px 0;
    }
    .lx1{
        flex-direction: column;
    }
    .lx1 i{
        left: 15px;
    }
    .lx1 label{
        left: 50px;
    }
    .lx1s{
        width: 100%;
        margin-bottom: 15px;
    }
    .lx1 input{
        padding-left: 150px;
    }
    .lx1 textarea{
        padding: 12px 20px 20px 160px;
        height: 150px;
    }
    .lx2{
        width: 100%;
        margin: 21px 0;
        flex-direction: column;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fl label{
        left: 15px;
    }
    .lx2_fl input{
        padding-left: 260px;
    }
    .lx2_fr{
        width: 100%;
        margin-left: 0;
    }
    .lx2_fr a{
        width: 105px;
        justify-content: center;
        margin: 0 0 0 auto;
    }
    .ihonor_con{
        margin: 20px 0 17px 0;
    }
    .ihonor_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ihonor_img .tp{
        padding: 5px;
    }
    .ihonor_txt{
        margin: 15px 0;
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .common{
        margin-top: 20px;
        padding: 35px 0 30px 0;
    }
    .common_con{
        margin-top: 20px;
    }
    .common_con ul li{
        margin: 0 10px;
    }
    .common_con ul li a{
        width: 185px;
        border-radius: 25px;
    }
    .istrength_con{
        margin: 20px 0 30px 0;
    }
    .istrength_con li a{
        flex-direction: column;
        padding: 20px 15px;
    }
    .istrength_txt{
        width: 100%;
    }
    .istrength_con li a .tp{
        width: 100%;
        margin-top: 20px;
    }
    .istrengthshow_con{
        margin: 20px 0 30px 0;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_content {
        margin: 20px 0;
        padding: 20px 0;
    }
    .show_back{
        flex-direction: column;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        width: 100%;
        margin-top: 20px;
    }
    .show_back_fr a{
        width: 160px;
        margin: 0 auto;
    }
    .iabout1{
        margin: 20px 0 30px 0;
    }
    .iabout1 .container2{
        flex-direction: column;
    }
    .iabout1_fl{
        width: 100%;
    }
    .iabout1_fl1{
        font-size: 20px;
    }
    .iabout1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .iabout2{
        padding: 30px 0;
        background-size: cover;
    }
    .iabout2 ul{
        top: 0;
    }
    .iabout2 ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .iabout2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .iabout2 ul li a{
        height: 200px;
    }
    .iabout2_txt{
        margin-top: 20px;
    }
    .iabout2_num img{
        max-width: 60%;
    }
    .iabout3{
        margin: 30px 0;
    }
    .iabout3_b .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .iproject_con{
        margin: 25px 0 0 0;
    }
    .iproject_con li{
        margin-bottom: 25px;
    }
    .iproject_con li:nth-child(even){
        padding: 25px 0;
    }
    .iproject_con li a .tp{
        width: 100%;
    }
    .iproject_txt{
        width: 100%;
        position: inherit;
        margin-top: 25px;
    }
    .iproject_con li:nth-child(odd) .tp{
        float: none;
    }
    .iproject_con li:nth-child(even) .tp{
        float: none;
    }
    .iproject_con li:nth-child(odd) .iproject_txt{
        left: 0;
        right: auto;
    }
    .iproduct_con{
        margin: 20px 0 30px 0;
    }
    .iproduct_con_fl{
        float: none;
        width: 100%;
    }
    .iproduct_con_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
        border-left: none;
        padding: 20px 15px;
    }
    .pinfo{
        margin-top: 15px;
    }
    .pinfo li a{
        line-height: 39px;
    }
    .pinfo li .more{
        height: 39px;
    }
    .iproduct_con_fr1{
        font-size: 20px;
    }
    .iproduct_con_fr2{
        margin-top: 20px;
    }
    .iproduct_data li a{
        flex-direction: column;
        line-height: 30px;
        padding: 5px;
        min-height: auto;
    }
    .iproduct_data li a div{
        border-right: none;
    }
    .iproduct_data li a div{
        padding: 0 20px;
    }
    .iproduct_data .p1{
        width: 100%;
    }
    .iproduct_data .p2{
        width: 100%;
    }
    .dianhua .lx1s:nth-child(1){
        width: 100%;
    }
    .dianhua .lx1s:nth-child(2){
        width: 100%;
    }
    .icase{
        margin-bottom: 25px;
    }
    .icase_con{
        margin: 35px 0 10px 0
    }
    .icase_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














