@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'], button {
    -webkit-appearance:none
}
input, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#666;
}
:-moz-placeholder {
    color:#666;
    opacity:1;
}
::-moz-placeholder {
    color:#666;
    opacity:1;
}
:-ms-input-placeholder{
    color:#666;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family: "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.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: 1499px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.top{
    background-color: #126797;
}
.top .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.top_fl{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.top_fl i{
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    padding-right: 14px;
}
.top_fr{
    display: flex;
    align-items: center;
}
.top_fr1 ul{
    display: flex;
}
.top_fr1 ul li{
    margin: 0 12px;
}
.top_fr1 ul li a{
    display: block;
    color: #fff;
}
.top_fr2{
    margin-left: 32px;
}
.top_fr2 a{
    display: block;
    width: 107px;
    line-height: 32px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 18px;
    color: #fff;
    text-align: center;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:107px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 20px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height: 107px;
    z-index: 9;
    position:relative;
}
.menupc li:hover a{
    color: #83C122;
}
.menupc li:hover a:after{
    width: 64px;
}
.menupc li a{
    display:block;
    color: #16110E;
    font-size: 18px;
    font-weight: bold;
    z-index: 999;
    position: relative;
    padding: 0 23px;
    text-transform: capitalize;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    height: 5px;
    border-radius: 3px;
    background-color: #81C01E;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 64px;
}
.menupc li a:hover{
    color: #83C122;
}
.menupc li .current{
    color: #83C122;
}
.menupc li .current:after{
    width: 64px;
}
.menupc ul{
    background-color: #fff;
    position: absolute;
    display:none;
    overflow: hidden;
    z-index: 999;
    width:199px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc ul li{
    float: none;
    position: static;
    text-align: left;
    background:none;
    line-height: 45px;
    width:100%;
}
.menupc ul li a{
    display: block;
    font-size: 16px;
    position:relative;
    color:#666 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    font-weight: normal !important;
    background: url("../images/njt.png") no-repeat right center;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #fff !important;
    background-color: #81c01e !important;
}
.menupc ul li .current{
    color: #fff !important;
    background-color: #81c01e !important;
}
.menupc ul.subnav {
    display: block;
}


/*手机导航*/
.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: 80px;
    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:#008ed1;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#008ed1 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 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: 86px;
    height: 86px;
    line-height: 86px;
    margin-top: -43px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-image: none;
    font-size: 32px;
    color: #666;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    padding-left: 17px;
    text-align: left;
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    background-color: #126797;
    color: #fff;
}
.home-banner .swiper-button-prev{
    left: -40px;
    right: auto;
    transform: rotateY(-180deg);
}
.home-banner .swiper-button-next{
    right: -40px;
    left: auto;
}
.ban_info{
    position: absolute;
    top: 28%;
    width: 100%;
    text-align: center;
}
.ban_info_bt{
    font-size: 54px;
    font-weight: bold;
    color: #84C225;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.ban_info_ms{
    font-size: 28px;
    color: #16110E;
    line-height: 40px;
}


@media(max-width:1200px) {
    .daohang{
        height:60px;
    }
    .daohang.guding{
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .yx a{
        padding-top: 8px;
    }
    .yx img{
        height: 44px;
    }
    .nav-fr{
        margin-left: 0;
        margin-top: 10px;
        margin-right: 45px;
    }
    .phone-nav {
        display:block;
    }
    .daohang.guding .phone-nav img{
        margin-top: 15px;
    }
    .navdaohang {
        display:none;
    }
}

.search{
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1106px;
    z-index: 999;
}
.search_title{
    text-transform: capitalize;
    text-align: center;
    font-size: 112px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    opacity: 0.5;
    margin-bottom: 45px;
}
.search_con{
    height: 84px;
    background-color: #fff;
    box-shadow: 0px 32px 87px 0px rgba(18, 103, 151, 0.1);
    border-radius: 20px;
    padding: 8px 10px;
}
.sform{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sinput1{
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    padding-left: 40px;
    border: none;
}
.sinput2{

}
.sinput3{
    width: 155px;
    height: 67px;
    border: none;
    background-color: #126797;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


.sideright{
    position: fixed;
    right: 0;
    bottom: 10%;
}
.sideright a{
    display: block;
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    border-radius: 40px 0 0 40px;
    text-align: center;
    padding: 0 7px;
    text-transform: capitalize;
}
.sideright a:nth-child(1){
    background-color: #126797;
    height: 170px;
}
.sideright a:nth-child(2){
    background-color: #83c122;
    height: 207px;
    margin-top: 20px;
}

footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    overflow: hidden;
    padding: 17px 0;
    background-color: #ddd;
}
.footer2_fl{
    float: left;
    line-height: 30px;
    color: #666;
}
.footer2_fr{
    float: right;
}
.footer2_fr ul{
    display: flex;
}
.footer2_fr ul li{
    margin-left: 18px;
}
.footer2_fr ul li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    transition: .5s;
}
.footer2_fr ul li a:hover{
    background-color: #126797;
}
.footer1{
    padding: 22px 0 16px 0;
    background-color: #eee;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 37%;
}
.footer1_fl h3{
    font-size: 18px;
    font-weight: bold;
    color: #16110e;
    line-height: 1;
    margin-bottom: 20px;
}
.footer1_fl p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
.footer1_fc{
    float: left;
    width: 11%;
    margin: 0 5%;
}
.footer1_fc a{
    display: block;
}
.footer1_fc a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fr{
    float: right;
    width: 42%;
}
.footer1_fr_t{
    margin-bottom: 15px;
}
.footer1_fr_t ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer1_fr_t ul li{
    margin-left: 25px;
}
.footer1_fr_t ul li a{
    display: block;
    font-size: 16px;
    color: #999;
    text-transform: capitalize;
    line-height: 30px;
}
.footer1_fr_t ul li a:hover{
    color: #126797;
}
.footer1_fr_b{
    width: 185px;
    margin: 0 0 0 auto;
    line-height: 41px;
    height: 43px;
    border: 1px solid #666;
    border-radius: 22px;
    text-align: center;
    font-size: 16px;
    color: #16110E;
}

.home-about{
    width: 100%;
    margin: 105px auto 65px auto;
}
.index_title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #16110E;
    line-height: 1;
}
.about_con{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.about_con_fl{
    width: 59%;
    background: #eee url("../images/aboutbg.png") no-repeat right top;
    box-shadow: 0px 32px 87px 0px rgba(18, 103, 151, 0.1);
    border-radius: 10px;
    padding: 60px;
}
.about_con_fl1{
    font-size: 28px;
    color: #16110E;
    line-height: 40px;
}
.about_con_fl1:after{
    content: '';
    display: block;
    width: 85px;
    height: 5px;
    background-color: #126797;
    border-radius: 3px;
    margin-top: 20px;
}
.about_con_fl2{
    font-size: 18px;
    color: #16110E;
    line-height: 35px;
    height: 315px;
    overflow: hidden;
    margin: 40px 0;
}
.about_con_fl3 a{
    display: block;
    width: 209px;
    line-height: 54px;
    background-color: #126797;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 10px;
    text-transform: capitalize;
}
.about_con_fl3 a p{
    background: url("../images/ajt.png") no-repeat right center;
    padding-left: 28px;
    transition: .5s;
}
.about_con_fl3 a:hover p{
    background: url("../images/ajt.png") no-repeat left center;
    padding-left: 85px;
}
.about_con_fr{
    width: 38.5%;
    position: relative;
    bottom: -15px;
}
.about_con_fr img{
    border-radius: 10px;
}
.home-pro{
    width: 100%;
    margin: 0 auto;
}
.pro_con{
    margin-top: 55px;
}
.pro_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_con ul li{
    width: 49.3%;
}
.pro_con ul li a{
    display: block;
    position: relative;
}
.pro_txt_b{
    position: absolute;
    bottom: 20px;
    right: 38px;
    padding: 20px 45px;
    background-color: #16110E;
    border-radius: 30px;
    transition: .5s;
}
.pro_txt_b h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.pro_txt_a{
    position: absolute;
    background-color: rgba(18,103,151,.8);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
}
.pro_txt1{
    width: 91px;
    margin: 0 auto 25px auto;
    height: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    padding: 19px;
    transform: rotateY(90deg);
    transition: .5s;
}
.pro_txt1 i{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    color: #126797;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_txt2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.pro_con ul li a:hover .pro_txt_b{
    opacity: 0;
}
.pro_con ul li a:hover .pro_txt_a{
    opacity: 1;
}
.pro_con ul li a:hover .pro_txt1{
    transform: rotateY(0deg);
    height: 91px;
}

.home-application{
    width: 100%;
    margin: 40px auto 35px auto;
}
.app_info{
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.app_nav{
    margin: 10px 0 20px 0;
    overflow: hidden;
}
.app_nav ul{
    display: flex;
    justify-content: center;
}
.app_nav ul li{
    margin: 0 10px;
}
.app_nav ul li a{
    display: block;
    font-size: 18px;
    color: #333;
}
.app_nav ul li a:hover{
    color: #126797;
    text-decoration: underline;
}
.app_nav ul li a.current{
    color: #126797;
    text-decoration: underline;
}
.app_con{
    position: relative;
    padding-bottom: 45px;
}
.app_con .swiper-slide{
    display: initial;
}
.apps a{
    display: block;
    position: relative;
    transition: .5s;
}
.apps a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.app_txt{
    margin-top: 18px;
}
.app_txt h3{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #16110E;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app_con .swiper-pagination{
    display: block;
    bottom: 0;
    right: 0px;
    width: 100%;
}
.app_con .swiper-pagination-bullet{
    width: 21px;
    height: 21px;
    background: url("../images/yuan.png") no-repeat center;
    opacity: 1;
    outline: none;
    margin: 0px 3px;
    border-radius: 50%;
}
.app_con .swiper-pagination-bullet-active{
    background: url("../images/yuan_h.png") no-repeat center;
}


/*company profile*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.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;
    text-align: left;
    line-height: 1;
}
.iban_info p{
    font-size: 24px;
    font-weight: bold;
    color: #F5F5F5;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.iban_info h3{
    font-size: 45px;
    font-weight: bold;
    color: #F5F5F5;
    line-height: 29px;
}
.iban_info h3:after{
    content: '';
    display: block;
    width: 33px;
    height: 5px;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 40px;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    border-bottom: 1px solid #eee;
}
.inner_nav .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner_nav_fl ul li{
    margin-right: 50px;
}
.inner_nav_fl ul li:last-child{
    margin-right: 0;
}
.inner_nav_fl ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-size: 24px;
}
.inner_nav_fl ul li:nth-child(1){
    margin-top: -50px;
}
.inner_nav_fl ul li:nth-child(1) a{
    background-color: #126797;
    width: 268px;
    height: 166px;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
.inner_nav_fl ul li:nth-child(1) a i{
    font-size: 54px;
    line-height: 1;
}
.inner_nav_fl ul li:nth-child(1) a p{
    font-weight: bold;
    text-transform: capitalize;
}
.inner_nav_fl ul li:nth-child(2) a{
    color: #666;
}
.inner_nav_fl ul li:nth-child(2) a.current{
    color: #126797;
}
.inner_nav_fl ul li:nth-child(2) a p{
    text-transform: capitalize;
    position: relative;
}
.inner_nav_fl ul li:nth-child(2) a p:after{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-color: #126797;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0, -50%);
}
.inner_nav_fr p{
    font-size: 18px;
    color: #666;
}
.inner_nav_fr p a{
    font-size: 18px;
    color: #666;
}
.inner_nav_fr p span{
    color: #126797;
}
.iabout1{
    margin-top: 108px;
    position: relative;
}
.iabout1_fl{
    width: 66%;
}
.iabout1_fl img{
    border-radius: 10px;
}
.iabout1_fr{
    width: 50%;
    position: absolute;
    right: 0;
    top: -50px;
    background: #eee url("../images/aboutbg.png") no-repeat right top;
    box-shadow: 0px 6px 87px 0px #E0E5F2;
    border-radius: 10px;
    padding: 70px 45px 100px 45px;
}
.iabout1_fr1{
    font-size: 30px;
    color: #16110E;
    line-height: 29px;
    margin-bottom: 30px;
}
.iabout1_fr2{
    font-size: 18px;
    color: #16110E;
    line-height: 36px;
}
.iabout2{
    margin: 70px 0 50px 0;
    font-size: 18px;
    color: #16110E;
    line-height: 36px;
}
.iabout3{
    margin-bottom: 80px;
}
.iabout3 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout3 ul li{
    width: 33.3%;
    padding: 0 15px;
    text-align: center;
}
.iabout3_tb{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin: 0 auto;
    height: 120px;
    background: #f2f9e9;
    border-radius: 50%;
}
.iabout3_tb i{
    color: #83C122;
    transition: .5s;
}
.iabout3_tb i.icon-gongsiguanli{
    font-size: 46px;
}
.iabout3_tb i.icon-zhuanyemingcheng{
    font-size: 50px;
}
.iabout3_tb i.icon-zizhizhengshu{
    font-size: 34px;
}
.iabout3 ul li:hover .iabout3_tb i{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.iabout3_txt{
    margin-top: 30px;
}
.iabout3_txt h3{
    font-size: 24px;
    color: #16110E;
    line-height: 1;
    margin-bottom: 20px;
}
.iabout3_txt p{
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

/*contact*/
.icontact1{
    margin: 60px 0 90px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.icontact1_fl{
    width: 59%;
    height: 328px;
    background-color: #eee;
    padding: 55px 60px;
}
.icontact1_fl h3{
    font-size: 24px;
    color: #16110E;
    line-height: 30px;
}
.icontact1_fl h3:after{
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background-color: #B6B6B6;
    margin: 20px 0;
}
.icontact1_fl p{
    font-size: 18px;
    color: #6C6B6B;
    line-height: 36px;
}

.icontact1_fr{
    width: 41%;
    height: 328px;
    background-color: #126797;
    color: #fff;
    padding: 55px 65px;
}
.icontact1_fr1:after{
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background-color: #fff;
    margin: 35px 0;
}
.icontact1_fr p{
    font-size: 16px;
    line-height: 20px;
}
.icontact1_fr span{
    display: block;
    margin-top: 5px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.icontact1_fr2{
    margin-top: 30px;
}
.icontact2{
    margin-bottom: 55px;
    overflow: hidden;
}
.icontact2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*feedback*/
.ifeedback{
    margin: 70px 0 60px 0;
    overflow: hidden;
}
.ifeedback h3{
    font-size: 24px;
    color: #16110E;
    line-height: 48px;
}
.lxform{
    margin-top: 70px;
}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 49%;
    margin-bottom: 35px;
}
.lx1 label{
    display: block;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.lx1 label b{
    color: #ff0000;
}
.lx1 input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 15px;
    color: #acacac;
}
.lx1 textarea{
    width: 100%;
    height: 149px;
    line-height: 30px;
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    resize: none;
    color: #acacac;
}
.lx2{
    width: 49%;
    position: relative;
    top: -132px;
}
.lx2 label{
    display: block;
    font-size: 18px;
    color: #525252;
    margin-bottom: 20px;
}
.lx2 label b{
    color: #ff0000;
}
.lx2 input{
    width: 74%;
    height: 46px;
    line-height: 46px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 15px;
    font-size: 16px;
}
.lx2 a{
    width: 25%;
    position: absolute;
    left: 75%;
    bottom: 0;
    height: 46px;
    border: 1px solid #dcdcdc;
}
.lx2 a img{
    width: auto;
    height: 44px;
}

.lx3{
    margin-top: -70px;
    text-align: center;
}
.lx3 input{
    width: 257px;
    height: 59px;
    background-color: #126797;
    border-radius: 10px;
    line-height: 59px;
    font-size: 18px;
    border: none;
    color: #fff;
}

/*factory*/
.ifactory{
    margin: 45px 0 35px 0;
    overflow: hidden;
}
.ifactory li{
    padding: 45px 45px 45px 65px;
    transition: .5s;
    overflow: hidden;
    position: relative;
}
.ifactory_img{
    width: 55%;
}
.ifactory_txt{
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.ifactory li:nth-child(odd) .ifactory_img{
    float: right;
}
.ifactory li:nth-child(even) .ifactory_img{
    float: left;
}
.ifactory li:nth-child(odd) .ifactory_txt{
    left: 65px;
}
.ifactory li:nth-child(even) .ifactory_txt{
    right: 0;
}
.ifactory_txt1{
    font-size: 24px;
    font-weight: bold;
    color: #16110E;
    line-height: 30px;
    text-transform: uppercase;
}
.ifactory_txt2{
    margin: 30px 0 40px 0;
    font-size: 18px;
    font-family: Arial;
    color: #666;
    line-height: 35px;
}
.ifactory_txt2 p{
    margin-bottom: 15px;
}
.ifactory_txt2 p:last-child{
    margin-bottom: 0;
}
.ifactory_txt3 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 209px;
    height: 67px;
    background-color: #eee;
    border-radius: 20px;
    padding: 6px 8px;
    transition: .5s;
}
.ifactory_txt3 a p{
    font-size: 18px;
    font-weight: bold;
    color: #126797;
    padding-left: 25px;
}
.ifactory_txt3 a i{
    width: 54px;
    height: 54px;
    background-color: #126797;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.ifactory li:hover{
    background-color: #eee;
}
.ifactory li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ifactory li:hover .ifactory_txt3 a{
    background-color: #126797;
}
.ifactory li:hover .ifactory_txt3 a p{
    color: #fff;
}
.ifactory li:hover .ifactory_txt3 a i{
    background-color: #fff;
    color: #126797;
}


/*news*/
.inews{
    margin-bottom: 40px;
}
.inews_con{
    margin: 40px 0 25px 0;
}
.inews_con li{
    margin-bottom: 30px;
}
.inews_con li a{
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 29px 300px 29px 39px;
    min-height: 185px;
    position: relative;
    transition: .5s;
}
.inews_date{
    float: left;
    width: 101px;
    height: 93px;
    background-color: #eee;
    color: #444;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    margin-top: 16px;
    transition: .5s;
}
.inews_date span{
    display: block;
}
.inews_date p{
    font-size: 24px;
    line-height: 1;
    margin-top: 5px;
}
.inews_txt{
    margin-left: 160px;
    margin-top: 10px;
}
.inews_txt1{
    font-size: 18px;
    color: #16110E;
    line-height: 1;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.inews_con li a .tp{
    position: absolute;
    right: 21px;
    top: 29px;
    width: 227px;
    height: 127px;
}
.inews_con li a:hover{
    box-shadow: 0 0 18px rgba(15,6,11,.1);
}
.inews_con li a:hover .inews_date{
    background-color: #84c225;
    color: #fff;
}
.inews_con li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    margin:0px 1px 10px 1px;
    background-color: #efefef;
}
.pagination a:hover{
    color:#333;
    background-color:#dfdfdf;
}
.pagination a.active {
    color:#333;
    background-color: #dfdfdf;
}


/*newsshow*/
.inewsshow{
    margin: 65px 0 80px 0;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;

}
.show_title h3{
    font-size: 24px;
    text-align: center;
    color: #616161;
    padding-bottom: 20px;
    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: 36px;
    color: #666;
    padding: 25px 0px;
    font-size: 18px;
    border-top: 1px dashed #ececec;
    border-bottom: 1px dashed #ececec;
}
.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{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show_back_fl{

}
.show_back_fl a, .show_back_fr a{
    display: block;
    width: 54px;
    height: 30px;
    background-color: #D8D8DA;
    text-align: center;
    line-height: 30px;
}
.show_back_fl a i, .show_back_fr a i{
    display: inline-block;
    color: #fff;
    font-size: 36px;
    line-height: 1;
}
.show_back_fc{
    margin: 0 16px;
}
.show_back_fc a{
    display: block;
    height: 19px;
}
.show_back_fr a i{
    transform:rotateY(180deg);
}
.show_back_fl a:hover, .show_back_fr a:hover{
    background-color: #126797;
}


/*application*/
.iapp{
    margin: 55px 0 20px 0;
}
.iapp ul{
    display: flex;
    flex-wrap: wrap;
}
.iapp ul li{
    width: 25%;
    padding: 0 13px;
    margin-bottom: 65px;
}
.iapp ul li a{
    display: block;
}
.iapp ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*product*/
.inner_dh{
    background-color: #eee;
    padding: 29px 0 0 0;
    overflow: hidden;
}
.inner_dh.guding{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.inner_dh ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_dh ul li{
    margin: 0 24px 29px 0;
}
.inner_dh ul li a{
    display: block;
    line-height: 57px;
    background-color: #fff;
    color: #333;
    padding: 0 20px;
    font-size: 16px;
}
.inner_dh ul li a:hover{
    background-color: #4DB332;
    color: #fff;
}
.inner_dh ul li a.active{
    background-color: #4DB332;
    color: #fff;
}
.ipro_con{
    margin: 45px 0;
    overflow: hidden;
}
.ipro_con li{
    margin-bottom: 40px;
    overflow: hidden;
}
.ipro_fl{
    width: 41%;
    position: relative;
}
.ipro_fr{
    width: 54%;
}
.ipro_con li:nth-child(odd) .ipro_fl{
    float: left;
}
.ipro_con li:nth-child(even) .ipro_fl{
    float: right;
}
.ipro_con li:nth-child(odd) .ipro_fr{
    float: right;
}
.ipro_con li:nth-child(even) .ipro_fr{
    float: left;
}
.ipro_fl1{
    overflow: hidden;
}
.ipro_fl1 h3{
    font-size: 187px;
    font-weight: bold;
    color: #eee;
    line-height: 0.8;
    opacity: 0.83;
    position: absolute;
}
.ipro_fl1 p{
    position: absolute;
    margin-top: 45px;
    font-size: 22px;
    font-weight: bold;
    color: #0E6FB4;
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipro_con li:nth-child(odd) .ipro_fl1 h3{
    left: 0;
}
.ipro_con li:nth-child(even) .ipro_fl1 h3{
    right: 0;
}
.ipro_con li:nth-child(odd) .ipro_fl1 p{
    right: 0;
    text-align: right;
}
.ipro_con li:nth-child(even) .ipro_fl1 p{
    left: 0;
}
.ipro_fl2{
    margin-top: 95px;
    position: relative;
}
.ipro_fr{
    margin-top: 80px;
}
.ipro_fr dd{
    border-bottom: 1px solid #eee;
}
.ipro_fr dd a{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding: 0 10px;
}
.ipro_fr dd a:hover{
    background-color: #0e6fb4;
    color: #fff;
}
.ipro_fr dd a span{
    float: left;
    width: 65px;
}
.ipro_fr dd a p{
    margin-left: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*proshow*/
.iproshow{
    margin: 35px 0 65px 0;
    overflow: hidden;
}
.iproshow1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iproshow1_fl{
    width: 37%;
    border: 1px solid #eee;
    padding: 7px;
    overflow: hidden;
    position: relative;
}
.iproshow1_fl .swiper-slide{
    display: initial;
}
.iproshow1_fl .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
}
.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;
}
.iproshow1_fl .swiper-pagination1{
    display: block;
    bottom: 15px;
    right: 0px;
    width: 100%;
}
.iproshow1_fl .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
}
.iproshow1_fl .swiper-pagination-bullet-active{
    background-color: #83C122;
}
.iproshow1_fr{
    width: 58%;
}
.iproshow1_fr1:after{
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #126797;
}
.iproshow1_fr1 h3{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.iproshow1_fr1 p{
    font-size: 18px;
    color: #8D8D8D;
    line-height: 1;
    margin: 25px 0;
}
.iproshow1_fr2{
    font-size: 18px;
    color: #16110E;
    line-height: 36px;
    margin: 25px 0 70px 0;
}
.iproshow1_fr3{
    display: flex;
    flex-wrap: wrap;
}
.iproshow1_fr3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    border: 1px solid #126797;
    border-radius: 10px;
    padding: 0 35px;
    margin-right: 18px;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #126797;
    transition: .5s;
}
.iproshow1_fr3 a i.icon-24gf-telephone{
    font-size: 30px;
    margin-right: 10px;
}
.iproshow1_fr3 a i.icon-ln_jiantouyou{
    font-size: 20px;
    width: 10px;
}
.iproshow1_fr3 a i.icon-ln_jiantouyou:nth-child(1){
    margin-left: 35px;
}
.iproshow1_fr3 a:hover{
    background-color: #126797;
    color: #fff;
}
.iproshow2{
    margin: 50px 0 45px 0;
    overflow: hidden;
}
.iproshow2_title{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}
.iproshow2_title p{
    font-size: 24px;
    color: #000;
    line-height: 1;
    position: relative;
}
.iproshow2_title p:after{
    content: '';
    display: block;
    width: 95px;
    height: 2px;
    background-color: #126797;
    position: absolute;
    bottom: -21px;
}
.iproshow2_con{
    margin-top: 40px;
    color: #666;
    font-size: 16px;
    line-height: 40px;
}
.iproshow2_con table {
    border:1px solid #e5e5e5;
    border-collapse:collapse;
    color: #666;
}
.iproshow2_con tr, .iproshow2_con td{
    border:1px solid #e5e5e5;
    line-height: 25px;
    padding: 15px;
}





@media (min-width:1601px) and (max-width:1700px){
    .icontact1_fr1:after{
        margin: 20px 0;
    }
}


@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 84%;
    }
    .ban_info_bt{
        font-size: 50px;
    }
    .ban_info_ms{
        font-size: 26px;
    }
    .search_title{
        font-size: 100px;
    }
    .footer1_fc{
        width: 12%;
    }
    .footer1_fr{
        width: 41%;
    }
    .footer1_fr_t ul li{
        margin-left: 10px;
    }
    .iban_info h3{
        font-size: 41px;
    }
    .iabout1_fr{
        padding: 50px 45px;
    }
    .iabout1_fr1{
        font-size: 26px;
    }
    .iabout1_fr2{
        line-height: 30px;
    }
    .iabout2{
        line-height: 30px;
    }
    .icontact1_fr1:after{
        margin: 20px 0;
    }
    .icontact1_fr span{
        font-size: 30px;
    }
    .ifactory_txt1{
        font-size: 22px;
    }
    .ifactory_txt2{
        margin: 30px 0;
    }
    .iapp ul li{
        margin-bottom: 55px;
    }
    .iproshow1_fr2{
        margin: 25px 0;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 86%;
    }
    .ban_info_bt{
        font-size: 48px;
    }
    .ban_info_ms{
        font-size: 24px;
        line-height: 35px;
    }
    .search_title{
        font-size: 90px;
    }
    .index_title{
        font-size: 32px;
    }
    .about_con_fl{
        padding: 55px;
    }
    .about_con_fl1{
        font-size: 26px;
    }
    .about_con_fl1:after{
        width: 75px;
    }
    .pro_txt_b{
        padding: 20px 35px;
    }
    .pro_txt_b h3{
        font-size: 20px;
    }
    .pro_txt1{
        width: 80px;
        padding: 15px;
    }
    .pro_con ul li a:hover .pro_txt1 {
        height: 80px;
    }
    .pro_txt1 i{
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
    .pro_txt2{
        font-size: 20px;
    }
    .footer1_fc{
        width: 13%;
    }
    .footer1_fr{
        width: 40%;
    }
    .iban_info h3{
        font-size: 38px;
    }
    .iabout1_fr{
        padding: 50px 45px;
    }
    .iabout1_fr1{
        font-size: 26px;
    }
    .iabout1_fr2{
        font-size: 16px;
        line-height: 30px;
    }
    .iabout2{
        margin: 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .icontact1{
        margin: 50px 0;
    }
    .icontact1_fr{
        padding: 50px 65px;
    }
    .icontact1_fr1:after{
        margin: 20px 0;
    }
    .icontact1_fr span{
        font-size: 30px;
    }
    .ifeedback{
        margin: 50px 0;
    }
    .lxform{
        margin-top: 50px;
    }
    .ifeedback h3{
        font-size: 20px;
        line-height: 40px;
    }
    .ifactory_txt1{
        font-size: 20px;
    }
    .ifactory_txt2{
        margin: 20px 0;
    }
    .ifactory_txt2 p{
        margin-bottom: 10px;
    }
    .iapp ul li{
        margin-bottom: 45px;
    }
    .iproshow1_fr1 h3{
        font-size: 24px;
    }
    .iproshow1_fr2{
        margin: 25px 0;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 88%;
    }
    .menupc li a{
        padding: 0 18px;
    }
    .ban_info_bt{
        font-size: 44px;
        margin-bottom: 30px;
    }
    .ban_info_ms{
        font-size: 22px;
        line-height: 35px;
    }
    .search_title{
        font-size: 80px;
        margin-bottom: 35px;
    }
    .index_title{
        font-size: 30px;
    }
    .about_con_fl{
        padding: 45px;
    }
    .about_con_fl1{
        font-size: 24px;
    }
    .about_con_fl1:after{
        width: 65px;
    }
    .about_con_fl2{
        height: 280px;
        margin: 30px 0;
    }
    .pro_txt_b{
        padding: 15px 25px;
        right: 20px;
    }
    .pro_txt_b h3{
        font-size: 18px;
    }
    .pro_txt1{
        width: 70px;
        padding: 13px;
    }
    .pro_con ul li a:hover .pro_txt1 {
        height: 70px;
    }
    .pro_txt1 i{
        width: 44px;
        height: 44px;
        font-size: 26px;
    }
    .pro_txt2{
        font-size: 18px;
    }
    .footer1_fc{
        width: 14%;
    }
    .footer1_fr{
        width: 39%;
    }
    .iban_info h3{
        font-size: 38px;
    }
    .iabout1_fr{
        width: 55%;
        padding: 50px 45px;
    }
    .iabout1_fr1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .iabout1_fr2{
        font-size: 16px;
        line-height: 30px;
    }
    .iabout2{
        margin: 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iabout3_txt h3{
        font-size: 20px;
    }
    .iabout3_txt p{
        font-size: 16px;
    }
    .icontact1{
        margin: 50px 0;
    }
    .icontact1_fl{
        padding: 50px 55px;
    }
    .icontact1_fr{
        padding: 50px 65px;
    }
    .icontact1_fr1:after{
        margin: 20px 0;
    }
    .icontact1_fr span{
        font-size: 30px;
    }
    .ifeedback{
        margin: 50px 0;
    }
    .lxform{
        margin-top: 50px;
    }
    .ifeedback h3{
        font-size: 20px;
        line-height: 40px;
    }
    .ifactory li{
        padding: 45px;
    }
    .ifactory li:nth-child(odd) .ifactory_txt{
        left: 45px;
    }
    .ifactory_txt1{
        font-size: 20px;
    }
    .ifactory_txt2{
        margin: 20px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .ifactory_txt2 p{
        margin-bottom: 10px;
    }
    .iapp ul li{
        margin-bottom: 35px;
    }
    .ipro_fr dd a p{
        margin-left: 110px;
    }
    .iproshow1_fr1 h3{
        font-size: 22px;
    }
    .iproshow1_fr2{
        margin: 25px 0;
        font-size: 16px;
        line-height: 30px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 90%;
    }
    .menupc li a{
        font-size: 16px;
        padding: 0 18px;
    }
    .ban_info_bt{
        font-size: 44px;
        margin-bottom: 30px;
    }
    .ban_info_ms{
        font-size: 22px;
        line-height: 35px;
    }
    .search_title{
        font-size: 80px;
        margin-bottom: 35px;
    }
    .index_title{
        font-size: 30px;
    }
    .about_con_fl{
        padding: 45px;
    }
    .about_con_fl1{
        font-size: 22px;
    }
    .about_con_fl1:after{
        width: 55px;
    }
    .about_con_fl2{
        height: 280px;
        margin: 30px 0;
    }
    .pro_txt_b{
        padding: 15px 25px;
        right: 20px;
    }
    .pro_txt_b h3{
        font-size: 18px;
    }
    .pro_txt1{
        width: 70px;
        padding: 13px;
    }
    .pro_con ul li a:hover .pro_txt1 {
        height: 70px;
    }
    .pro_txt1 i{
        width: 44px;
        height: 44px;
        font-size: 26px;
    }
    .pro_txt2{
        font-size: 18px;
    }
    .footer1_fc{
        width: 15%;
    }
    .footer1_fr{
        width: 38%;
    }
    .iban_info h3{
        font-size: 38px;
    }
    .iabout1_fr{
        width: 60%;
        padding: 50px 45px;
    }
    .iabout1_fr1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .iabout1_fr2{
        font-size: 16px;
        line-height: 30px;
    }
    .iabout2{
        margin: 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iabout3_txt h3{
        font-size: 20px;
    }
    .iabout3_txt p{
        font-size: 16px;
    }
    .icontact1{
        margin: 50px 0;
    }
    .icontact1_fl{
        padding: 45px 50px;
    }
    .icontact1_fl h3{
        font-size: 22px;
    }
    .icontact1_fr{
        padding: 50px 65px;
    }
    .icontact1_fr1:after{
        margin: 20px 0;
    }
    .icontact1_fr span{
        font-size: 30px;
    }
    .ifeedback{
        margin: 50px 0;
    }
    .lxform{
        margin-top: 50px;
    }
    .ifeedback h3{
        font-size: 20px;
        line-height: 40px;
    }
    .ifactory li{
        padding: 45px;
    }
    .ifactory li:nth-child(odd) .ifactory_txt{
        left: 45px;
    }
    .ifactory_txt1{
        font-size: 20px;
    }
    .ifactory_txt2{
        margin: 20px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .ifactory_txt2 p{
        margin-bottom: 0;
    }
    .iapp ul li{
        margin-bottom: 35px;
    }
    .ipro_fr dd a p{
        margin-left: 110px;
    }
    .iproshow1_fr1 h3{
        font-size: 20px;
    }
    .iproshow1_fr2{
        margin: 25px 0;
        font-size: 16px;
        line-height: 30px;
    }

}

@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;
    }
    .iproshow2_con img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .sideright{
        display: none;
    }
    .search{
        width: 100%;
        padding: 0 15px;
    }
    .ban_info_bt{
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 1;
    }
    .ban_info_ms{
        font-size: 20px;
        line-height: 35px;
    }
    .search_title{
        font-size: 60px;
        margin-bottom: 25px;
    }
    .index_title{
        font-size: 30px;
    }
    .about_con{
        margin-top: 35px;
    }
    .about_con_fl{
        padding: 35px 25px;
    }
    .about_con_fl1{
        font-size: 20px;
        line-height: 1;
    }
    .about_con_fl1:after{
        width: 50px;
    }
    .about_con_fl2{
        font-size: 16px;
        line-height: 30px;
        height: 240px;
        margin: 20px 0;
    }
    .pro_con{
        margin-top: 35px;
    }
    .pro_txt_b{
        padding: 15px 25px;
        right: 20px;
    }
    .pro_txt_b h3{
        font-size: 18px;
    }
    .pro_txt1{
        width: 70px;
        padding: 13px;
    }
    .pro_con ul li a:hover .pro_txt1 {
        height: 70px;
    }
    .pro_txt1 i{
        width: 44px;
        height: 44px;
        font-size: 26px;
    }
    .pro_txt2{
        font-size: 18px;
    }
    .footer1_fc{
        width: 15%;
    }
    .footer1_fr{
        width: 38%;
    }
    .iabout1{
        margin-top: 50px;
    }
    .iabout1_fl{
        width: 100%;
    }
    .iabout1_fr{
        width: 100%;
        position: inherit;
        right: 0;
        top: 20px;
        padding: 50px 45px;
    }
    .iabout1_fr1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .iabout1_fr2{
        font-size: 16px;
        line-height: 30px;
    }
    .iabout2{
        margin: 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iabout3{
        margin-bottom: 50px;
    }
    .iban_info p{
        font-size: 20px;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .iban_info h3:after{
        margin-top: 25px;
    }
    .inner_nav_fl ul li{
        margin-right: 25px;
    }
    .inner_nav_fl ul li:nth-child(1){
        margin-top: 0;
    }
    .inner_nav_fl ul li a{
        font-size: 20px;
    }
    .inner_nav_fl ul li:nth-child(1) a{
        height: 120px;
    }
    .icontact1{
        margin: 50px 0;
    }
    .icontact1_fl h3{
        font-size: 20px;
    }
    .icontact1_fl p{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact1_fr span{
        font-size: 28px;
    }
    .icontact1_fr1:after{
        margin: 20px 0;
    }
    .icontact2{
        margin-bottom: 50px;
    }
    .ifeedback{
        margin: 50px 0;
    }
    .ifeedback h3{
        font-size: 20px;
    }
    .lxform{
        margin-top: 50px;
    }
    .lx1 label{
        font-size: 16px;
    }
    .lx2 label{
        font-size: 16px;
    }
    .ifactory li{
        padding: 45px;
    }
    .ifactory li:nth-child(odd) .ifactory_txt{
        left: 45px;
    }
    .ifactory_txt1{
        font-size: 20px;
    }
    .ifactory_txt2{
        margin: 20px 0;
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }
    .ifactory_txt2 p{
        margin-bottom: 0;
    }
    .inewsshow{
        margin: 50px 0;
    }
    .iapp ul li{
        margin-bottom: 26px;
    }
    .ipro_fr dd a p{
        margin-left: 100px;
    }
    .iproshow1_fr1 h3{
        font-size: 20px;
    }
    .iproshow1_fr1 p{
        margin: 15px 0;
    }
    .iproshow1_fr2{
        margin: 25px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iproshow2_title p{
        font-size: 20px;
    }

}

@media(max-width:768px) {
    .ban_info{
        top: 20%;
    }
    .ban_info_bt{
        font-size: 28px;
    }
    .ban_info_ms{
        font-size: 18px;
        line-height: 30px;
    }
    .search_title{
        font-size: 50px;
        margin-bottom: 20px;
    }
    .index_title{
        font-size: 26px;
    }
    .about_con_fl2{
        height: 150px;
    }
    .pro_con ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .home-application{
        margin: 10px auto 35px auto;
    }
    .footer1_fl h3{
        line-height: 30px;
    }
    .iban_info p{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .iban_info h3{
        font-size: 26px;
    }
    .iban_info h3:after{
        margin-top: 15px;
    }
    .iabout3_txt h3{
        font-size: 20px;
    }
    .iabout3_txt p{
        font-size: 16px;
    }
    .icontact1_fl{
        padding: 35px 40px;
    }
    .icontact1_fr{
        padding: 55px 45px;
    }
    .icontact1_fr span{
        font-size: 22px;
    }
    .lx1s{
        margin-bottom: 20px;
    }
    .ifactory li{
        padding: 25px;
    }
    .ifactory_img{
        width: 100%;
        overflow: hidden;
    }
    .ifactory li:nth-child(odd) .ifactory_img{
        float: none;
    }
    .ifactory li:nth-child(even) .ifactory_img{
        float: none;
    }
    .ifactory_txt{
        margin-top: 20px;
        width: 100%;
        position: inherit;
        top: inherit;
        transform: translate(0, 0);
    }
    .ifactory li:nth-child(odd) .ifactory_txt{
        left: inherit;
    }
    .ifactory li:nth-child(even) .ifactory_txt{
        right: inherit;
    }
    .inews_con li a{
        padding: 29px 270px 29px 29px;
    }
    .inews_txt{
        margin-left: 135px;
    }
    .iapp ul li{
        padding: 0 10px;
    }
    .app_txt{
        margin-top: 15px;
    }
    .app_txt h3{
        font-size: 16px;
    }
    .ipro_con ul{
        display: flex;
        flex-wrap: wrap;
    }
    .ipro_con li{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .ipro_fl{
        width: 100%;
    }
    .ipro_fr{
        width: 100%;
        margin-top: 20px;
    }
    .ipro_fl1 h3{
        font-size: 130px;
    }
    .ipro_fl1 p{
        font-size: 18px;
        margin-top: 25px;
    }
    .ipro_fl2{
        margin-top: 75px;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:600px) {
    .top_fl{
        font-size: 16px;
    }
    .top_fr1{
        display: none;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-top: -33px;
        font-size: 24px;
        padding-left: 10px;
    }
    .home-banner .swiper-button-prev{
        left: -30px;
    }
    .home-banner .swiper-button-next{
        right: -30px;
    }
    .ban_info{
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .ban_info_bt{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ban_info_ms{
        font-size: 14px;
        line-height: 25px;
    }
    .ban_info_ms br{
        display: none;
    }
    .search{
        position: inherit;
        bottom: inherit;
        left: 0;
        transform: translate(0, 0);
        margin-top: 20px;
    }
    .search_title{
        color: #16110E;
        font-size: 20px;
        opacity: 1;
    }
    .search_con{
        height: auto;
    }
    .sform{
        flex-wrap: wrap;
        justify-content: center;
    }
    .sinput1{
        padding-left: 0;
        font-size: 16px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .sinput3{
        width: 120px;
        height: 40px;
        font-size: 18px;
    }
    .home-about{
        margin: 30px auto;
    }
    .index_title{
        font-size: 20px;
    }
    .about_con{
        margin-top: 20px;
    }
    .about_con_fl{
        width: 100%;
        padding: 25px 15px;
    }
    .about_con_fr{
        margin-top: 20px;
        width: 100%;
        bottom: 0;
    }
    .about_con_fl1{
        font-size: 18px;
    }
    .about_con_fl1:after{
        margin-top: 10px;
    }
    .about_con_fl3 a{
        width: 180px;
        line-height: 44px;
    }
    .about_con_fl3 a p{
        background-size: 44px 44px;
        padding-left: 15px;
    }
    .about_con_fl3 a:hover p{
        background-size: 44px 44px;
        padding-left: 70px;
    }
    .pro_txt_b h3{
        font-size: 16px;
    }
    .pro_txt1{
        width: 60px;
        padding: 13px;
        margin: 0 auto 15px auto;
    }
    .pro_con ul li a:hover .pro_txt1 {
        height: 60px;
    }
    .pro_txt1 i{
        width: 34px;
        height: 34px;
        font-size: 22px;
    }
    .pro_txt2{
        font-size: 16px;
    }
    .home-application{
        margin: 10px auto 30px auto;
    }
    .footer1_fl{
        float: none;
        width: 100%;
    }
    .footer1_fc{
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 20px 0;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fl h3{
        margin-bottom: 5px;
    }
    .footer1_fr_t ul{
        justify-content: center;
    }
    .footer1_fr_t ul li{
        padding: 0 5px;
        width: 25%;
        margin: 0;
        text-align: center;
    }
    .footer1_fr_b{
        margin: 0 auto;
    }
    .iban_info p{
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .iban_info h3{
        font-size: 18px;
        line-height: 1;
    }
    .inner_nav_fl{
        width: 100%;
    }
    .inner_nav_fl ul li{
        width: 100%;
        margin-right: 0;
    }
    .inner_nav_fl ul li:nth-child(1) a{
        margin: 20px auto;
    }
    .inner_nav_fr{
        margin: 20px 0;
    }
    .iabout1{
        margin-top: 30px;
    }
    .iabout1_fr{
        padding: 25px 15px;
    }
    .iabout1_fr1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iabout2{
        margin: 30px 0;
    }
    .iabout3{
        margin-bottom: 10px;
    }
    .iabout3 ul li{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .iabout3_txt{
        margin-top: 20px;
    }
    .iabout3_txt h3{
        margin-bottom: 10px;
    }
    .icontact1{
        margin: 30px 0;
    }
    .icontact1_fl{
        width: 100%;
        height: auto;
        padding: 20px 15px;
    }
    .icontact1_fr{
        width: 100%;
        height: auto;
        padding: 20px 15px;
    }
    .icontact1_fl h3{
        font-size: 18px;
    }
    .icontact1_fl h3:after{
        margin: 10px 0;
    }
    .icontact1_fr2{
        margin-top: 20px;
    }
    .icontact2{
        margin-bottom: 30px;
    }
    .ifeedback{
        margin: 30px 0;
    }
    .ifeedback h3{
        font-size: 18px;
        line-height: 30px;
    }
    .lxform{
        margin-top: 20px;
    }
    .lx1s{
        width: 100%;
    }
    .lx1 label{
        margin-bottom: 10px;
    }
    .lx2{
        top: 0;
        width: 100%;
    }
    .lx2 label{
        margin-bottom: 10px;
    }
    .lx3{
        margin-top: 20px;
    }
    .lx3 input{
        width: 200px;
        height: 50px;
        line-height: 50px;
    }
    .ifactory{
        margin: 30px 0;
    }
    .ifactory li{
        padding: 20px 15px;
    }
    .ifactory_txt1{
        font-size: 18px;
    }
    .inews{
        margin-bottom: 20px;
    }
    .inews_con{
        margin: 20px 0 0 0;
    }
    .inews_con li{
        margin-bottom: 20px;
    }
    .inews_con li a{
        padding: 20px 15px;
    }
    .inews_con li a .tp{
        position: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
        height: auto;
    }
    .inews_txt{
        margin-left: 0;
        margin-top: 20px;
    }
    .inews_date{
        margin-top: 0;
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: 99;
        height: 80px;
        width: 80px;
        padding: 0 12px;
    }
    .inews_date p{
        font-size: 20px;
    }
    .inews_txt1{
        margin-bottom: 10px;
    }
    .inewsshow{
        margin: 30px 0;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_content{
        font-size: 16px;
        line-height: 30px;
    }
    .show_back{
        margin-top: 20px;
    }
    .iapp{
        margin: 30px 0 20px 0;
    }
    .iapp ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .inner_dh{
        padding: 20px 0;
    }
    .inner_dh ul li{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .inner_dh ul li:last-child{
        margin: 0;
    }
    .inner_dh ul li a{
        line-height: 40px;
        text-align: center;
    }
    .ipro_con li{
        width: 100%;
        padding: 0;
    }
    .ipro_con{
        margin: 20px 0;
    }
    .ipro_con li:nth-child(even) .ipro_fl1 h3{
        left: 0;
    }
    .ipro_con li:nth-child(even) .ipro_fl1 p{
        right: 0;
        text-align: right;
    }
    .iproshow{
        margin: 30px 0;
    }
    .iproshow1_fr3 a{
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 20px;
    }
    .iproshow1_fr3 a i.icon-ln_jiantouyou:nth-child(1){
        margin-left: 20px;
    }
    .iproshow2{
        margin: 20px 0;
    }
    .iproshow2_con{
        margin-top: 20px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














