@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:#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;
}

body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1498px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:106px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 12px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height: 106px;
    z-index: 9;
    position:relative;
    margin: 0 10px;
}
.menupc li:hover a{
    color: #fff;
    font-weight: bold;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    color: #222;
    font-size: 18px;
    z-index: 999;
    position: relative;
    padding: 0 24px;
}
/*.menupc li:first-child a{
    padding: 0 40px;
}*/
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #4873de;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a:hover{
    color: #fff;
}
.menupc li .current{
    color: #fff;
    font-weight: bold;
}
.menupc li .current:after{
    width: 100%;
    font-weight: bold;
}
.menupc .xiala{
    background-color: #4873de;
    position: absolute;
    display:none;
    left: 50%;
    width:300px;
    transform: translate(-50%, 0);
    padding: 20px;
    overflow: hidden;
    z-index: 999;
}
.xialas{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xiala_fl{
    width: 100%;
}
.xiala_fl li{
    line-height: 30px;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: left;
}
.xiala_fl li:last-child{
    margin-bottom: 0;
}
.xiala_fl li a{
    display: block;
    font-size: 16px;
    color: #fff !important;
    padding: 0 0 0 11px;
    font-weight: normal !important;
    position: relative;
}
.xiala_fl li a:after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 12px;
    margin: 0 auto 0 0;
    transform: rotate(-45deg);
}
/*.xiala_fl li:nth-child(1) a{
    padding: 0 0 0 11px;
}*/
.menupc li:hover .xiala_fl li a:after{
    width: 5px !important;
}
.xiala_fl li a:hover{
    color: #b9cbf7 !important;
}
.xiala_fl li a:hover:after{
    width: 5px;
}
.xiala_fl li a.current:after{
    width: 5px;
}
.xiala_fl li a.current{
    color: #b9cbf7 !important;
}
.xiala .pic{
    width: 263px;
    height: 190px;
    display: none;
}
.xiala .pic:after{
    padding-bottom: 72.24%;
}

.menupc .xiala.subnav {
    display: block;
}

.nav-fr {
    float: right;
    margin-left: 33px;
    margin-top: 33px;
    display: flex;
}
.nav-fr a{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #222;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-left: 12px;
    transition: .5s;
}
.nav-fr a i{
    color: #222;
    font-size: 17px;
}
.nav-fr a i.icon-youxiang1{
    font-size: 26px;
}
.nav-fr a:hover{
    border: 1px solid #4873de;
    background-color: #4873de;
}
.nav-fr a:hover i{
    color: #fff;
}

/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#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;
}

.yuyan-en {
    float: right;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 42.5px;
    z-index: 999;
}
.yuyan-en .en_name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 28px;
    background: url(../images/yy.png)no-repeat left center;
    background-size: 20px 20px;
}
.yuyan-en .en_name:hover {
    background: url(../images/yy_h.png)no-repeat left center;
    color: #4873de;
    background-size: 20px 20px;
}
.yuyan-en .en_column {
    position: absolute;
    top: 36px;
    left: 50%;
    width: 120px;
    margin-left: -55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 3px rgba(24, 62, 160, 0.06);
    border-radius: 10px;
    padding: 10px 0;
}
.yuyan-en .en_column a {
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.yuyan-en .en_column a:hover {
    color: #4873de;
}

/*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;
    width: 100%;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}

.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #1A5DC8;
}
.ban_info{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.64);
    padding: 5% 8% 190px 4%;
    text-align: right;
    width: 55%;
}
.ban_info_bt{
    font-size: 45px;
    font-weight: 300;
    color: #000;
    margin-bottom: 35px;
    line-height: 1;
}
.ban_info_bt span{
    color: #ea2f39;
}
.ban_info_ms{
    font-size: 24px;
    font-weight: 300;
    color: #222;
    line-height: 30px;
}


@media(max-width:1200px) {
    .daohang{
        height:60px;
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    .yx a{
        padding-top: 8px;
    }
    .yx img{
        height: 44px;
    }
    .nav-fr{
        margin-left: 0;
        margin-top: 10px;
        margin-right: 45px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
}

.search{
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 999;
    transition: .5s;
}
.search_title{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    background: url("../images/yuan.png") no-repeat left center;
    padding-left: 50px;
}
.search_con{
    margin-top: 38px;
    height: 90px;
    background-color: #1A5DC8;
    border-radius: 45px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.search_con .layui-form-item{
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.search_con .layui-form-item .layui-inline{
    margin-bottom: 0;
    margin-right: 68px;
}
.search_con .layui-form-item .layui-input-inline{
    margin-right: 0;
    width: 235px;
}
.search_con .layui-form-select .layui-input{
    padding-right: 40px;
    background: #1A5DC8 ;
    color: #fff;
}
.search_con .layui-form-select .layui-edge{
    right: 28px;
    border-top-color: #fff;
}
.search_con .layui-input, .search_con .layui-textarea{
    padding-left: 43px;
}
.search_con .layui-input, .search_con .layui-select, .search_con .layui-textarea{
    border: none;
    border-radius: 4px;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
}
.search_con .layui-form-selected dl{
    padding: 0;
}
.search_con .layui-form-select dl dd.layui-this{
    background-color: #1A5DC8;
}
.search_con .layui-form-select input::-webkit-input-placeholder {
    color:#fff;
}
.search_con .layui-form-select input:-moz-placeholder {
    color:#fff;
}
.search_con .layui-form-select input::-moz-placeholder {
    color:#fff;
}
.search_con .layui-form-select input:-ms-input-placeholder{
    color:#fff;
}
.ss{
    width: 176px;
}
.ss input{
    width: 100%;
    height: 65px;
    background: #fff url("../images/search1.png") no-repeat 51px center;
    border-radius: 31px;
    font-size: 20px;
    color: #1A5DC8;
    padding-left: 31px;
}
.search.guding{
    position: fixed;
    top: 0;
    bottom: auto;
    background-color: #fff;
    box-shadow: 0px 0px 62px 17px rgba(221, 221, 221, 0.58);
    height: 111px;
    display: flex;
    align-items: center;
}
.search.guding .search_title{
    display: none;
}
.search.guding .search_con{
    margin-top: 0;
    background-color: #fff;
}
.search.guding .search_con .layui-form-select .layui-input{
    background: #f3f3f3 ;
}
.search.guding .search_con .layui-form-select .layui-edge{
    border-top-color: #222;
}
.search.guding .search_con .layui-form-select .layui-input{
    color: #666;
}
.search.guding .search_con .layui-form-select input::-webkit-input-placeholder {
    color:#666;
}
.search.guding .search_con .layui-form-select input:-moz-placeholder {
    color:#666;
}
.search.guding .search_con .layui-form-select input::-moz-placeholder {
    color:#666;
}
.search.guding .search_con .layui-form-select input:-ms-input-placeholder{
    color:#666;
}
.search.guding .ss input{
    background: #1A5DC8 url(../images/search2.png) no-repeat 51px center;
    color: #fff;
}

.top{
    position: fixed;
    right: 0;
    bottom: 0;
}
footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    overflow: hidden;
    padding: 20px 0;
    background-color: #1a1a1a;
}
.footer2 p{
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #eee;
}
.footer2 p a{
    color: #eee;
    font-size: 15px;
}
.footer2 p a:hover{
    color: #4873de;
}
.footer1{
    padding: 0 0 20px 0;
    background-color: #222;
    overflow: hidden;
}
.footer1_1{
    float: left;
    width: 25%;
    padding-top: 50px;
}
.footer1_1 a{
    display: block;
    margin-bottom: 25px;
}
.footer1_1 a img{
    display:block;
    max-width:100%;
    height:auto;
}
.footer1_1 p{
    font-size: 16px;
    color: #ccc;
    line-height: 30px;
}
.footer1_1 p i{
    display: inline-block;
    width: 35px;
    color: #eee;
    font-size: 20px;
}
.footer1_1 p i.icon-dizhi{
    font-size: 18px;
}
.footer1_2{
    float: left;
    width: 34%;
    padding: 50px 8.5% 0 8.5%;
}
.footer1_2 li{
    line-height: 35px;
}
.footer1_2 li a{
    display: block;
    font-size: 16px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer1_2 li a:hover{
    color: #4873de;
}
.footer1_3{
    float: left;
    width: 10%;
    padding-top: 50px;
}
.footer1_3 li{
    line-height: 35px;
}
.mzsm:hover .mznr{
     display: block;
}
.footer1_3 li a{
    display: block;
    font-size: 16px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.footer1_3 li a:hover{
    color: #4873de;
}
.footer1_4{
    float: right;
    width: 31%;
    padding-left: 8%;
}
.footer1_4_t{
    background-color: #393939;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer1_4_t p{
    font-size: 16px;
    font-weight: bold;
    color: #C4C4C4;
}
.footer1_4_t a{
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C4C4C4;;
    border-radius: 50%;
    transition: .5s;
    margin: 0 17px;
}
.footer1_4_t a:hover{
    background-color: #fff;
}
.footer1_4_t a i{
    color: #393939;
}
.footer1_4_t a i.icon-weixin{
    font-size: 26px;
}
.footer1_4_t a i.icon-xinlang{
    font-size: 24px;
}
.footer1_4_b{
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.footer1_4_b img{
    width: 118px;
    height: 118px;
}
.footer1_4_b p{
    margin-left: 33px;
    font-size: 16px;
    color: #ccc;
    line-height: 30px;
}

.home-column{
    width: 100%;
    margin: 70px auto 80px auto;
}
.column{
    width: 836px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 30px 62px 17px rgba(221, 221, 221, 0.58);
    padding: 60px 8px 8px 50px;
}
.column_t{
    text-align: center;
    line-height: 1;
}
.column_t p{
    font-size: 22px;
    color: #EA2F39;
    margin-bottom: 30px;
}
.column_t h3{
    font-size: 28px;
    color: #222;
    font-weight: bold;
}
.column_b{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column_b p{
    font-size: 16px;
    color: #000;
}
.column_b a{
    display: block;
    width: 221px;
    line-height: 73px;
    background-color: #EA2F39;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.home-about{
    width: 100%;
    margin: 0 auto;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-size: 70px;
    font-weight: bold;
    color: #f3f3f3;
    line-height: 38px;
    text-transform: uppercase;
}
.index_title p{
    color: #222;
    font-size: 42px;
    line-height: 30px;
}
.about_fl{
    float: left;
    width: 48%;
}
.about_fl .index_title{
    text-align: left;
}
.about_fl1{
    margin: 50px 0 60px 0;
    font-size: 16px;
    color: #222;
    line-height: 35px;
    height: 140px;
    overflow: hidden;
}
.about_fl2{
    font-size: 20px;
    color: #222;
    line-height: 29px;
}
.about_fl3{
    margin: 20px 0 60px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.about_fl4 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    background-color: #EA2F39;
    border-radius: 50%;
}
.about_fl4 a i{
    color: #fff;
    font-size: 36px;
}
.about_fr{
    float: right;
    width: 50%;
}

.home-application{
    width: 100%;
    margin: 80px auto;
}
.app_info{
    margin: 35px 0;
    font-size: 20px;
    color: #666;
    line-height: 30px;
    text-align: center;
}
.app_con{

}
.app_con ul{
    display: flex;
    flex-wrap: wrap;
}
.app_con ul li{
    width: 25%;
}
.app_con ul li a{
    display: block;
    position: relative;
}
.app_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.app_txt{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}
.app_txt:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(26,93,200,.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.app_con ul li a:hover .app_txt:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.app_txts{
    position: relative;
    width: 80%;
    height: 100%;
    left: 10%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.app_txts img{
    width: 115px;
    height: 110px;
    transition: .5s;
}
.app_txts p{
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    margin: 55px 0 25px 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app_txts h3{
    font-size: 28px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app_con ul li a:hover .app_txts img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

.home-pro{
    width: 100%;
    margin: 0 auto;
    background: url("../images/probg.jpg") no-repeat top center;
    padding-top: 65px;
}
.home-pro .index_title h3{
    color: rgba(255,255,255,.08);
}
.home-pro .index_title p{
    color: #fff;
}
.pro_nav{
    margin: 40px 0 50px 0;
}
.pro_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pro_nav ul li{

}
.pro_nav ul li a{
    display: block;
    font-size: 18px;
    color: #f3f3f3;
    line-height: 39px;
    border-radius: 15px;
    padding: 0 30px 0 30px;
    transition: .5s;
}
.pro_nav ul li a:hover{
    background: #EA2F39 ;
}

.pro_con{
    position: relative;
    padding-bottom: 40px;
}
.pro_con .swiper-container{
    padding-bottom: 33px;
}
.pro_con .swiper-slide{
    display: initial;
}
.pros a{
    display: block;
    position: relative;
    margin: 33px 10px 0 10px;
    box-shadow: 0px 0px 10px rgba(221, 221, 221, 0.58);
    transition: .5s;
    background-color: #fefefe;
}
.pros a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_txt{
    width: 100%;
    padding: 35px 12px;
    text-align: justify;
    transition: .5s;
    height: 173px;
    position: relative;
}
.pro_txt1{
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    display: flex;
    flex-wrap: wrap;
    margin: 17px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.pro_txt2 span{
    margin-right: 15px;
}
.pro_txt2 span:last-child{
    margin-right: 0;
}
.pro_txt3{
    display: flex;
    flex-wrap: wrap;
}
.pro_txt3 span{
    display: inline-block;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 21px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    transition: .5s;
}
.pro_txt3 span:last-child{
    margin-right: 0;
}
.pro_txt3 span:nth-child(n){
    background-color: #ea2f39;
}
.pro_txt3 span:nth-child(2n){
    background-color: #adb0b5;
}
.pro_txt4{
    position: absolute;
    right: 25px;
    bottom: 35px;
    width: 53px;
    margin: 0 0 0 auto;
    height: 0;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s;
}
.pro_txt4 i{
    font-size: 26px;
    color: #1a5dc8;
}
.pros a:hover{
    margin-top: 0;
    background-color: #1a5dc8;
}
.pros a:hover .pro_txt{
    height: 206px;
}
.pros a:hover .pro_txt1{
    color: #fff;
}
.pros a:hover .pro_txt2{
    color: #fff;
}
.pros a:hover .pro_txt3 span:nth-child(2n){
    background-color: #fff;
    color: #1a5dc8;
}
.pros a:hover .pro_txt4{
    opacity: 1;
    height: 53px;
}
.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;
}
.pro_con .swiper-pagination1{
    display: block;
    bottom: 5px;
    right: 0px;
    width: 100%;
}
.pro_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #e7e8ea;
    opacity: 1;
    outline: none;
    margin: 0px 9px;
    border-radius: 50%;
}
.pro_con .swiper-pagination-bullet-active{
    background-color: #222;
}

.home-newpro{
    width: 100%;
    margin: 60px auto;
}
.newpro_con{
    margin-top: 25px;
    position: relative;
    padding-bottom: 40px;
}
.newpro_con .swiper-slide{
    display: initial;
}
.newpros a{
    display: block;
    position: relative;
    box-shadow: 0px 0px 25px rgba(221, 221, 221, 0.58);
    transition: .5s;
    background-color: #fff;
    padding: 45px;
    margin-top: 75px;
}
.newpros a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newpro_txt{
    margin-top: 45px;
    text-align: center;
}
.newpro_txt1{
    font-size: 22px;
    color: #222;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newpro_txt2{
    font-size: 20px;
    color: #666;
    margin: 20px 0 35px 0;
}
.newpro_txt3{
    width: 53px;
    margin: 0 auto;
    height: 53px;
    background-color: #e7e8ea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.newpro_txt3 i{
    font-size: 26px;
    color: #fff;
    transform: rotate(-45deg);
    transition: .5s;
}
.newpros a:hover .newpro_txt3{
    background-color: #ea2f39;
}
.newpros a:hover .newpro_txt3 i{
    transform: rotate(0deg);
}
.newpros.swiper-slide-active{
    margin-top: -50px;
}
.newpros.swiper-slide-active .newpro_txt3{
    background-color: #ea2f39;
}
.newpros.swiper-slide-active .newpro_txt3 i{
    transform: rotate(0deg);
}
.swiper-pagination2{
    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;
}
.newpro_con .swiper-pagination2{
    display: block;
    bottom: 5px;
    right: 0px;
    width: 100%;
}
.newpro_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #e7e8ea;
    opacity: 1;
    outline: none;
    margin: 0px 9px;
    border-radius: 50%;
}
.newpro_con .swiper-pagination-bullet-active{
    background-color: #222;
}


/*联系我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.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;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    color: #fff;
}
.iban_info h3{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.iban_info p{
    font-size: 20px;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    background-color: #f1f1f1;
    line-height: 60px;
    overflow: hidden;
}
.inner_nav p{
    color: #616161;
}
.inner_nav p a{
    color: #616161;
}
.inner_nav p span{
    color: #1a5dc8;
}
.inner_con{
    margin-top: 45px;
}
.icontact{
    margin-bottom: 45px;
    overflow: hidden;
}
.inner_title{
    text-align: center;
    font-size: 36px;
    color: #222;
    line-height: 1;
}
.inner_title:after{
    content: '';
    display: block;
    width: 27px;
    height: 4px;
    background-color: #1a5dc8;
    margin: 10px auto 0 auto;
}
.icontact1{
    margin: 40px 0 50px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.icontact1_fl{
    height: 379px;
    background-color: #ffffff;
    width: 65%;
    display: flex;
    align-items: center;
}
.icontact1_fl ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.icontact1_fl ul li{
    width: 50%;
    /*padding: 0 8%;*/
}
.icontact1_fl ul li:last-child{
    border-right: none;
}
.icontact1_fl_t{
    margin-bottom: 55px;
}
/*.icontact1_fl_t:after{
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    margin: 20px 0;
}*/
.icontact1_fl_t h3{
    font-size: 22px;
    color: #000;
    line-height: 40px;
}
.footer1_3 li span{
    font-size: 14px;
    line-height: 20px;
    display: none;
    color: #ccc;
}
.icontact1_fl_t span{
    font-size: 12px;
    color: #949494;
}
.icontact1_fl_b{
    color: #6c6b6b;
    line-height: 1.5;
    font-size: 20px;
}
.icontact1_fl_b.lianxi{
    margin-top: 145px;
}
.icontact1_fr{
    height: 379px;
    background-color: #1a5dc8;
    width: 33%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 0 8%;
    display: none;
}
.icontact1_fr span{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.icontact1_fr span:after{
    content: '';
    display: block;
    width: 17px;
    height: 1px;

    margin: 35px 0;
}
.icontact2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#amap{
    width: 33%;
    margin-top: 36px;
}
.icontact2 ul{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}
.icontact2 ul li{
    width: 48%;
    margin: 0 1%;
}
.icontact2 ul li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*留言反馈*/
.ifeedback{
    margin-bottom: 110px;
}
.ifeedback_con{
    margin-top: 40px;
}
.ifeedback_con h3{
    font-size: 24px;
    color: #525252;
    line-height: 2;
    margin-bottom: 70px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 48%;
    margin-bottom: 40px;
}
.lx1 label{
    display: block;
    font-size: 16px;
    color: #525252;
    margin-bottom: 15px;
}
.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: 240px;
    line-height: 30px;
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    resize: none;
    color: #acacac;
}
.lx1 select{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    color: #acacac;
    padding: 0 15px;
    background: #f2f2f2 url("../images/jt.png") no-repeat right center;
}
.lx2{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lx2_fl{
    width: 49%;
    position: relative;
}
.lx2_fl label{
    display: block;
    font-size: 16px;
    color: #525252;
    margin-bottom: 15px;
}
.lx2_fl label b{
    color: #ff0000;
}
.lx2_fl input{
    width: 73%;
    height: 46px;
    line-height: 46px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 15px;
    font-size: 16px;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
}
.lx2_fl a img{
    width: auto;
    height: 44px;
    border: 1px solid #e7e8ea;
}
.lx2_fr{
    width: 49%;
    text-align: right;
}
.lx2_fr input{
    width: 152px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border: none;
    margin-left: 12px;
}
.lx2_fr input.cz{
    background-color: #e7e8ea;
    color: #393939;
}
.lx2_fr input.tj{
    background-color: #ea2f39;
    color: #fff;
}


/*新闻中心*/
.inews{
    margin-bottom: 30px;
}
.inews_con{
    margin: 40px 0 10px 0;
}
.inews_con li{
    margin-bottom: 30px;
}
.inews_con li a{
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 29px 300px 29px 59px;
    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: 18px;
    transition: .5s;
}
.inews_date span{
    display: block;
    font-size: 12px;
}
.inews_date p{
    font-size: 24px;
    line-height: 1;
    margin-top: 5px;
}
.inews_txt{
    margin-left: 155px;
    margin-top: 30px;
}
.inews_txt1{
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #9e9e9e;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews_con li a .tp{
    position: absolute;
    right: 55px;
    top: 29px;
    width: 186px;
    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: #4873de;
    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;
    border: 1px solid #ccc;
}
.pagination a:hover{
    color:#fff;
    background-color:#ea2f39;
    border: 1px solid #ea2f39;
}
.pagination a.active {
    color:#fff;
    background-color: #ea2f39;
    border: 1px solid #ea2f39;
}


/*新闻详情*/
.inewsshow{
    overflow: hidden;
}
.inewsshow_con{
    margin: 40px 0;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    text-align: center;
    color: #616161;
    padding-bottom: 25px;
    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: 30px;
    color: #6e6e6e;
    padding: 40px 0px;
    font-size: 16px;
}
.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{
    overflow: hidden;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#000;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#000;
}
.show_back_fl li a:hover{
    color: #02489d;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 10%;
}
.show_back_fr a{
    display:block;
    line-height:47px;
    color:#fff;
    background: #ea2f39 url(../images/return.png) no-repeat 20px center;
    padding: 0 20px;
    text-align: right;
    border-radius: 2px;
}
.related{
    margin-top: 45px;
}
.show_bt{
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 24px;
    height: 40px;
    position: relative;
}
.show_bt:after{
    content: '';
    display: block;
    width: 144px;
    height: 1px;
    background-color: #02489d;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.show_bt p{
    float: left;
    font-size: 24px;
    color: #000;
    position: relative;
}
.show_bt a{
    float: right;
    background: url("../images/refresh.png") no-repeat left center;
    padding-left: 28px;
    color: #a6a6a6;
}
.relatednews_con{
    margin-top: 25px;
}
.relatednews_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.relatednews_con li{
    width: 47%;
    margin-bottom: 15px;
}
.relatednews_con li a{
    display: block;
    line-height: 24px;
}
.relatednews_con li a p{
    float: left;
    width: 70%;
    color: #6b6b6b;
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.relatednews_con li a p:before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: 10px;
}
.relatednews_con li a span{
    float: right;
    color: #818080;
}
.relatednews_con li a:hover p{
    color: #02489d;
}
.relatednews_con li a:hover span{
    color: #02489d;
}


/*服务优势*/
.iadvantage{
    overflow: hidden;
}
.iadvantage_con{
    margin: 40px 0 70px 0;
    overflow: hidden;
}
.iadvantage_con li{
    background-color: #fafafa;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.iadvantage_con li:hover{
    background-color: #1a5dc8;
}
.iadvantage_con li .tp{
    width: 50%;
}
.iadvantage_con li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iadvantage_con li:nth-child(odd) .tp{
    float: left;
}
.iadvantage_con li:nth-child(odd) .iadv_txt{
    right: 0;
}
.iadvantage_con li:nth-child(even) .tp{
    float: right;
}
.iadvantage_con li:nth-child(even) .iadv_txt{
    left: 0;
}
.iadv_txt{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iadv_txt1{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.iadv_txt1_img{
    position: relative;
    float: left;
    width: 39px;
    height: 39px;
    overflow: hidden;
}
.iadv_txt1_img:after{
    padding-bottom: 100%;
}
.iadv_txt1_img .a_before{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.iadv_txt1_img .a_after{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.iadvantage_con li:hover .iadv_txt1_img .a_after{
    left: 0;
    opacity: 1;
}
.iadvantage_con li:hover .iadv_txt1_img .a_before{
    left: 200%;
}
.iadv_txt1_wz{
    margin-left: 13px;
    font-size: 24px;
    color: #000;
    line-height: 1;
}
.iadv_txt2{
    font-size: 16px;
    color: #010101;
    line-height: 30px;
    z-index: 999;
}
.iadv_txt3{
    font-size: 220px;
    color: #f0f0f0;
    font-weight: bold;
    line-height: 0.8;
    position: absolute;
    right: 50px;
    bottom: -15px;
}
.iadvantage_con li:hover .iadv_txt1_wz{
    color: #fff;
}
.iadvantage_con li:hover .iadv_txt2{
    color: #fff;
}
.iadvantage_con li:hover .iadv_txt3{
    color: rgba(255,255,255,.1);
}


/*关于我们*/
.iabout_con{
    margin: 40px 0 60px 0;
    overflow: hidden;
}
.iabout_con_fl{
    float: left;
    width: 46%;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
}
.iabout_con_fl h3{
    font-size: 24px;
    color: #1a5dc8;
    margin-bottom: 20px;
}
.iabout_con_fr{
    float: right;
    width: 52%;
    position: relative;
    padding: 16px;
}
.iabout_con_fr:before{
    content: '';
    display: block;
    width: 40%;
    height: 50%;
    background-color: #1a5dc8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.iabout_con_fr:after{
    content: '';
    display: block;
    width: 40%;
    height: 50%;
    background-color: #1a5dc8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.ibrand_con{
    margin: 40px 0 60px 0;
    overflow: hidden;
    position: relative;
}
.ibrand_con .swiper-container{
    width: 95%;
}
.ibrand_con .swiper-slide{
    display: initial;
}
.hzs a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 78px;
    background-color: #fff;
    padding: 7px;
    box-shadow: 0px 0px 15px rgba(154, 154, 154, .21);
    margin: 10px;
}
.hzs a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ibrand_con .swiper-button-next, .ibrand_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 33px;
    height: 33px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #dcdada url("../images/qh.png") no-repeat center;
    text-align: center;
    border-radius: 50%;
}
.ibrand_con .swiper-button-next:hover ,.ibrand_con .swiper-button-prev:hover{
    background: #ea2f39 url("../images/qh.png") no-repeat center;
}
.ibrand_con .swiper-button-prev{
    left: 0;
    right: auto;
}
.ibrand_con .swiper-button-next{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}


/*行业应用*/
.iapp{
    margin-bottom: 50px;
    overflow: hidden;
}
.iapp_con{
    margin: 40px 0 10px 0;
    overflow: hidden;
}
.iapp_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iapp_con ul li{
    width: 48%;
    margin-bottom: 45px;
}
.iapp_con ul li a{
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
    overflow: hidden;
    transition: .5s;
}
.iapp_con ul li a .tp{
    width: 46%;
}
.iapp_txt{
    width: 54%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iapp_txt1{
    font-size: 20px;
    color: #444;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iapp_txt2{
    font-size: 16px;
    color: #6e6e6e;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    margin: 35px 0;
}
.iapp_txt3{
    width: 100px;
    line-height: 31px;
    background-color: #ea2f39;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.iapp_con ul li a:hover{
    background-color: #1a5dc8;
}
.iapp_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iapp_con ul li a:hover .iapp_txt1{
    color: #fff;
}
.iapp_con ul li a:hover .iapp_txt2{
    color: #e0e0e0;
}
.iapp_con ul li a:hover .iapp_txt3{
    color: #1a5dc8;
    background-color: #fff;
}


/*行业详情*/
.iappshow{
    overflow: hidden;
}
.iappshow_con{
    margin: 40px 0 70px 0;
    overflow: hidden;
}
.relatedpro_con{
    margin-top: 40px;
}
.relatedpro_con ul{
    display: flex;
    flex-wrap: wrap;
}
.relatedpro_con ul li{
    width: 25%;
    padding: 0 10px;
}
.relatedpro_con ul li a{
    display: block;
}
.relatedpro_con ul li a .tp{
    border: 1px solid #bababa;
}
.relatedpro_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*产品中心*/
.ipro{
    overflow: hidden;
}
.ipro_fl{
    float: left;
    width: 19%;
}
.ipro_fl_t{
    overflow: hidden;
}
.ipro_fl_t1{
    background: url("../images/probg1.jpg") no-repeat center;
    height: 78px;
    background-size: cover;
    padding: 15px 28px;
    color: #fff;
    margin-bottom: 3px;
}
.ipro_fl_t1 h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}
.ipro_fl_t1 p{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pinfo{
    overflow: hidden;
}
.pinfo li{
    overflow:hidden;
    position:relative;
    margin-bottom: 3px;
}
.pinfo li a{
    display:block;
    color:#4f4f4f;
    background-color:#dddcdc;
    line-height:46px;
    padding: 0 5%;
    overflow:hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.pinfo li .more{
    position: absolute;
    right: 5%;
    padding:0;
    top: 0;
    width: 46px;
    height:46px;
    cursor: pointer;
    background: url(../images/xl.png) no-repeat right center;
    display: block;
    z-index: 5;
}
.pinfo ul li a:hover.more {
    background:url(../images/xl.png) no-repeat right center;
}
.pinfo ul li:hover .more {
    background:url(../images/xl_h.png) no-repeat right center;
}
.pinfo .er{
    display:none;
    margin-top: 3px;
}
.pinfo .er li{

}
.pinfo .er li a {
    color: #8d8d8d;
    line-height:38px;
    background-color: #f5f5f5;
    padding: 0 5% 0 10%;
    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: #8d8d8d;
    line-height:38px;
    background-color: #f5f5f5;
    padding: 0 5% 0 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show:hover .more {
    background:url(../images/xl_h.png) no-repeat right center;
}
.pinfo .nav-show a{
    background-color: #1a5dc8;
    color: #fff;
}
.pinfo .nav-show .more{
    background:url(../images/xl_h.png) no-repeat right center;
}
.pinfo .er li .mmore{
    position: absolute;
    right: 5%;
    padding:0;
    top: 0;
    border:none;
    width:38px;
    height:38px;
    cursor: pointer;
    background: url(../images/j.png) no-repeat right center;
    display: block;
    z-index: 5;
    background-color: transparent !important;
}
.pinfo .er li a:hover.mmore {
    background:url(../images/j_h.png) no-repeat right center;
}
.pinfo .er li:hover .mmore {
    background:url(../images/j_h.png) no-repeat right center;
}
.pinfo .san{
    display:none;
    margin-top: 3px;
}
.pinfo .san li:last-child{
    margin-bottom: 0;
}
.pinfo .san li a {
    color: #999;
    line-height:38px;
    background: #f5f5f5 url("../images/s.png") no-repeat left center;
    padding: 0 5% 0 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .san li a:hover {
    background: #f5f5f5 url("../images/s_h.png") no-repeat left center;
    color: #1a5dc8;
}
.pinfo .nnav-show .san {
    display:block;
}
.pinfo .nnav-show .san li{
    margin-bottom: 0;
}
.pinfo .nnav-show .san li a {
    color:#999;
    line-height:38px;
    font-weight:normal;
    background: #f5f5f5 url("../images/s.png") no-repeat 10% center;
    padding: 0 5% 0 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nnav-show .san li a:hover{
    background: #f5f5f5 url("../images/s_h.png") no-repeat 10% center;
    color: #1a5dc8;
}
.pinfo .nnav-show:hover .mmore {
    background:url(../images/j_h.png) no-repeat right center;
}
.pinfo .nnav-show .mmore{
    background:url(../images/j_h.png) no-repeat right center !important;
}
.ipro_fl_b{
    margin-bottom: 20px;
    overflow: hidden;
    background: url("../images/probg2.jpg") no-repeat center;
    height: 132px;
    background-size: cover;
    padding: 30px 15px;
}
.ipro_fl_b h3{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.ipro_fl_b a{
    display: block;
    width: 135px;
    margin: 0 auto;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #1a5dc8;
    background-color: #fff;
    border-radius: 2px;
}
.ipro_fr{
    float: right;
    width: 78%;
    margin-bottom: 25px;
}
.ipro_fr_title{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    height: 60px;
    position: relative;
}
.ipro_fr_title h3{
    font-size: 36px;
    color: #222;
}
.ipro_fr_title:after{
    content: '';
    display: block;
    width: 144px;
    height: 1px;
    background-color: #02489c;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.ipro_fr_con{
    margin-top: 40px;
}
.ipro_fr_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ipro_fr_con ul li{
    width: 33.3%;
    padding: 0 22px;
    margin-bottom: 45px;
}
.ipro_fr_con ul li a{
    display: block;
    box-shadow: 0 0 79px rgba(221,221,221,.58);
    background-color: #fff;
    transition: .5s;
}
.ipro_fr_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro_fr_con ul li a:hover{
    background-color: #1a5dc8;
}
.ipro_fr_con ul li a:hover .pro_txt1{
    color: #fff;
}
.ipro_fr_con ul li a:hover .pro_txt2{
    color: #fff;
}
.ipro_fr_con ul li a:hover .pro_txt3 span:nth-child(2n){
    background-color: #fff;
    color: #1a5dc8;
}
.ipro_fr_con ul li a .pro_txt4{
    position: absolute;
    right: 11px;
    width: 34px;
    background-color: #ea2f39;
}
.ipro_fr_con ul li a .pro_txt4 i{
    font-size: 18px;
    color: #fff;
}
.ipro_fr_con ul li a:hover .pro_txt4{
    opacity: 1;
    height: 34px;
}


/*产品详情*/
.iproshow1{
    margin: 40px 0 50px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iproshow1_fl{
    width: 47%;
    position: relative;
}
.iproshow1_fl .swiper-slide{
    display: initial;
}
.proshows a{
    display: block;
    overflow: hidden;
    position: relative;
}
.proshows a .tp{
    border-radius: 5px;
}
.iproshow1_fl .swiper-button-next1, .iproshow1_fl .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 33px;
    height: 33px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: rgba(255,255,255,.49) url("../images/qh.png") no-repeat center;
    text-align: center;
    border-radius: 50%;
}
.iproshow1_fl .swiper-button-next1:hover ,.iproshow1_fl .swiper-button-prev1:hover{
    background: #ea2f39 url("../images/qh.png") no-repeat center;
}
.iproshow1_fl .swiper-button-prev1{
    left: 8px;
    right: auto;
}
.iproshow1_fl .swiper-button-next1{
    right: 8px;
    left: auto;
    transform: rotateY(-180deg);
}
.iproshow1_fr{
    width: 50%;
}
.iproshow1_fr1{
    font-size: 24px;
    color: #000;
}
.iproshow1_fr1:after{
    content: '';
    display: block;
    width: 21px;
    height: 2px;
    background-color: #1a5dc8;
    margin: 30px 0;
}
.iproshow1_fr2{
    color: #5e5e5e;
    line-height: 30px;
}
.iproshow1_fr3{
    margin-top: 35px;
}
.iproshow1_fr3 a{
    display: block;
    width: 152px;
    line-height: 47px;
    background-color: #ea2f39;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}



.iproshow2{
    overflow: hidden;
}
.iproshow2_con{
    margin: 15px 0 5px 0;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 30px;
	width: 50%;
    float: left;
    padding: 0 20px;
}
.iproshow2_con img{
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iproshow_fr_con .relatedpro_con ul li{
    width: 33.3%;
}
.iproshow4{
    margin: 40px 0 30px 0;
    display: flex;
    justify-content: space-between;
}
.iproshow4 a{
    display: block;
    width: 152px;
    line-height: 45px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    color: #7d7d7d;
    transition: .5s;
}
.iproshow4 a.fh{
    background: url("../images/fh.png") no-repeat 18px center;
    padding-left: 52px;
}
.iproshow4 a.next{
    background: url("../images/next.png") no-repeat 101px center;
    padding-left: 34px;
}
.iproshow4 a:hover{
    border: 1px solid #ea2f39;
    color: #fff;
}
.iproshow4 a.fh:hover{
    background: #ea2f39 url("../images/fh_h.png") no-repeat 18px center;
}
.iproshow4 a.next:hover{
    background: #ea2f39 url("../images/next_h.png") no-repeat 101px center;
}


@media (min-width:1601px) and (max-width:1700px){
    .ban_info_bt{
        font-size: 42px;
    }
    .ban_info_ms{
        font-size: 22px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 86%;
    }
    .ban_info{
        padding: 5% 7% 148px 4%;
    }
    .ban_info_bt{
        font-size: 35px;
    }
    .ban_info_ms{
        font-size: 20px;
    }
    .menupc li{
        margin: 0 5px;
    }
    .menupc li:last-child .xiala{
        left: auto;
        right: 0;
        transform: translate(0, 0);
    }
    .index_title h3{
        font-size: 60px;
        line-height: 28px;
    }
    .index_title p{
        font-size: 32px;
    }
    .newpros a{
        padding: 35px 25px;
    }
    .pro_nav{
        margin: 40px 0;
    }
    .pro_txt{
        padding: 30px 12px;
    }
    .pro_txt2{
        margin: 10px 0;
        line-height: 25px;
    }
    .app_txts p{
        font-size: 20px;
    }
    .app_txts h3{
        font-size: 20px;
    }
    .about_fl1{
        margin: 30px 0;
    }
    .about_fl3{
        margin: 20px 0 30px 0;
    }
    .footer1_2{
        padding: 50px 7% 0 7%;
    }
    .footer1_4{
        padding-left: 7%;
    }
    .footer1_4_t a{
        margin: 0 10px;
    }
    .search_con .layui-form-item .layui-inline{
        margin-right: 33px;
    }
    .icontact1_fr{
        padding: 0 7%;
    }
    .show_back_fr{
        width: 12%;
    }
    .iapp_txt1{
        padding-bottom: 35px;
    }
    .ipro_fl{
        width: 21%;
    }
    .ipro_fr{
        width: 76%;
    }
    .ipro_fr_title h3{
        font-size: 32px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 90%;
    }
    .ban_info{
        padding: 5% 5% 148px 4%;
    }
    .ban_info_bt{
        font-size: 35px;
    }
    .ban_info_ms{
        font-size: 20px;
    }
    .menupc li{
        margin: 0 5px;
    }
   /* .menupc li:first-child a{
        padding: 0 24px;
    }*/
    .menupc li:last-child .xiala{
        left: auto;
        right: 0;
        transform: translate(0, 0);
    }
    .index_title h3{
        font-size: 60px;
        line-height: 28px;
    }
    .index_title p{
        font-size: 32px;
    }
    .newpros a{
        padding: 35px 25px;
    }
    .pro_nav{
        margin: 40px 0;
    }
    .pro_txt{
        padding: 30px 12px;
    }
    .pro_txt2{
        margin: 10px 0;
        line-height: 25px;
    }
    .app_txts img{
        width: 100px;
        height: 96px;
    }
    .app_txts p{
        font-size: 20px;
    }
    .app_txts h3{
        font-size: 20px;
    }
    .about_fl1{
        margin: 30px 0;
    }
    .about_fl3{
        margin: 20px 0 30px 0;
    }
    .footer1_2{
        padding: 50px 7% 0 7%;
    }
    .footer1_4{
        padding-left: 7%;
    }
    .footer1_4_t a{
        margin: 0 10px;
    }
    .search_con .layui-form-item .layui-inline{
        margin-right: 25px;
    }
    .icontact1_fr{
        padding: 0 6%;
    }
    .show_back_fr{
        width: 12%;
    }
    .iadv_txt3{
        font-size: 200px;
    }
    .iabout_con_fl{
        font-size: 15px;
    }
    .iabout_con_fl h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .iapp_txt1{
        padding-bottom: 30px;
    }
    .iapp_txt2{
        margin: 30px 0;
    }
    .ipro_fl{
        width: 22%;
    }
    .ipro_fr{
        width: 75%;
    }
    .ipro_fr_title h3{
        font-size: 30px;
    }
    .ipro_fr_con{
        margin-bottom: 20px;
    }
    .ipro_fr_con ul li{
        padding: 0 12px;
        margin-bottom: 24px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 94%;
    }
    .ban_info{
        padding: 5% 3% 148px 4%;
    }
    .ban_info_bt{
        font-size: 30px;
    }
    .ban_info_ms{
        font-size: 20px;
    }
    .menupc li{
        margin: 0 5px;
    }
    .menupc li a{
        padding: 0 20px;
    }
    /*.menupc li:first-child a{
        padding: 0 20px;
    }*/
    .nav-fr{
        margin-left: 15px;
    }
    .menupc li:last-child .xiala{
        left: auto;
        right: 0;
        transform: translate(0, 0);
    }
    .index_title h3{
        font-size: 60px;
        line-height: 28px;
    }
    .index_title p{
        font-size: 32px;
    }
    .newpros a{
        padding: 35px 25px;
    }
    .newpro_txt1{
        font-size: 20px;
    }
    .newpro_txt2{
        font-size: 18px;
        margin: 20px 0;
    }
    .pro_nav{
        margin: 40px 0;
    }
    .pro_txt{
        padding: 30px 12px;
    }
    .pro_txt2{
        margin: 10px 0;
        line-height: 25px;
    }
    .app_txts img{
        width: 80px;
        height: 77px;
    }
    .app_txts p{
        font-size: 20px;
        margin: 25px 0;
        padding: 10px 0;
    }
    .app_txts h3{
        font-size: 20px;
    }
    .about_fl1{
        margin: 20px 0;
    }
    .about_fl3{
        margin: 20px 0;
    }
    .footer1_2{
        padding: 50px 6% 0 6%;
    }
    .footer1_4{
        padding-left: 6%;
    }
    .footer1_4_t a{
        margin: 0 10px;
    }
    .search_con .layui-form-item .layui-inline{
        margin-right: 20px;
    }
    .search_con .layui-form-item .layui-input-inline{
        width: 225px;
    }
    .inner_title{
        font-size: 32px;
    }
    .icontact1_fr{
        padding: 0 6%;
    }
    .ifeedback_con h3{
        font-size: 20px;
        margin-bottom: 50px;
    }
    .show_back_fr{
        width: 13%;
    }
    .iadv_txt3{
        font-size: 200px;
    }
    .iabout_con_fl{
        font-size: 14px;
        line-height: 22px;
    }
    .iabout_con_fl h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .iapp_txt1{
        padding-bottom: 30px;
    }
    .iapp_txt2{
        margin: 30px 0;
    }
    .ipro_fl{
        width: 23%;
    }
    .ipro_fr{
        width: 74%;
    }
    .ipro_fr_title h3{
        font-size: 30px;
    }
    .ipro_fr_con{
        margin-bottom: 20px;
    }
    .ipro_fr_con ul li{
        padding: 0 12px;
        margin-bottom: 24px;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr1:after{
        margin: 15px 0;
    }
    .iproshow1_fr3{
        margin-top: 20px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 94%;
    }
    .ban_info{
        padding: 5% 3% 148px 4%;
    }
    .ban_info_bt{
        font-size: 30px;
    }
    .ban_info_ms{
        font-size: 20px;
    }
    .menupc li{
        margin: 0 5px;
    }
    .menupc li a{
        padding: 0 20px;
        font-size: 16px;
    }
    /*.menupc li:first-child a{
        padding: 0 20px;
    }*/
    .nav-fr{
        margin-left: 15px;
    }
    .menupc li:last-child .xiala{
        left: auto;
        right: 0;
        transform: translate(0, 0);
    }
    .index_title h3{
        font-size: 60px;
        line-height: 28px;
    }
    .index_title p{
        font-size: 32px;
    }
    .newpros a{
        padding: 35px 25px;
    }
    .newpro_txt1{
        font-size: 20px;
    }
    .newpro_txt2{
        font-size: 18px;
        margin: 20px 0;
    }
    .pro_nav{
        margin: 40px 0;
    }
    .pro_txt{
        padding: 30px 12px;
    }
    .pro_txt2{
        margin: 10px 0;
        line-height: 25px;
    }
    .app_txts img{
        width: 80px;
        height: 77px;
    }
    .app_txts p{
        font-size: 20px;
        margin: 25px 0;
        padding: 10px 0;
    }
    .app_txts h3{
        font-size: 20px;
    }
    .about_fl1{
        margin: 20px 0;
    }
    .about_fl3{
        margin: 20px 0;
    }
    .footer1_2{
        padding: 50px 5% 0 5%;
    }
    .footer1_4{
        padding-left: 5%;
    }
    .footer1_4_t a{
        margin: 0 10px;
    }
    .search_con .layui-form-item .layui-inline{
        margin-right: 20px;
    }
    .search_con .layui-form-item .layui-input-inline{
        width: 205px;
    }
    .inner_title{
        font-size: 30px;
    }
    .icontact1_fl ul li{
        padding: 0 5%;
    }
    .icontact1_fr{
        padding: 0 5%;
    }
    .ifeedback_con h3{
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    .show_back_fr{
        width: 14%;
    }
    .iadv_txt3{
        font-size: 200px;
    }
    .iabout_con_fl{
        font-size: 14px;
        line-height: 22px;
    }
    .iabout_con_fl h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .iapp_txt1{
        padding-bottom: 30px;
    }
    .iapp_txt2{
        margin: 30px 0;
    }
    .ipro_fl{
        width: 25%;
    }
    .ipro_fr{
        width: 72%;
    }
    .ipro_fr_title h3{
        font-size: 30px;
    }
    .ipro_fr_con{
        margin-bottom: 20px;
    }
    .ipro_fr_con ul li{
        padding: 0 12px;
        margin-bottom: 24px;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr1:after{
        margin: 15px 0;
    }
    .iproshow1_fr3{
        margin-top: 20px;
    }

}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner{
        margin-top: 60px;
    }
    .inner-banner{
        margin-top: 60px;
    }
    .ban_info{
        padding: 30px 15px;
        width: 60%;
    }
    .ban_info_bt{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .ban_info_ms{
        font-size: 18px;
    }
    .home-newpro{
        margin: 50px auto;
    }
    .index_title h3{
        font-size: 50px;
        line-height: 20px;
    }
    .index_title p{
        font-size: 30px;
    }
    .newpros a{
        padding: 35px 25px;
    }
    .newpro_txt{
        margin-top: 25px;
    }
    .newpro_txt1{
        font-size: 18px;
    }
    .newpro_txt2{
        font-size: 16px;
        margin: 20px 0;
    }
    .home-pro{
        padding-top: 50px;
    }
    .pro_nav{
        margin: 35px 0;
    }
    .pro_nav ul li a{
        font-size: 16px;
    }
    .pro_txt{
        padding: 30px 12px;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .pro_txt2{
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0;
    }
    .pro_txt4{
        bottom: 25px;
        width: 45px;
    }
    .pros a:hover .pro_txt4{
        height: 45px;
    }
    .home-application{
        margin: 50px auto;
    }
    .app_info{
        width: 100%;
        padding: 0 15px;
        font-size: 18px;
    }
    .app_txts img{
        width: 80px;
        height: 77px;
    }
    .app_txts p{
        font-size: 20px;
        margin: 25px 0;
        padding: 10px 0;
    }
    .app_txts h3{
        font-size: 20px;
    }
    .about_fl1{
        margin: 20px 0;
    }
    .about_fl3{
        margin: 20px 0;
    }
    .home-column{
        margin: 50px auto;
    }
    .column{
        width: 85%;
    }
    .footer1_2{
        width: 34%;
        padding: 50px 5% 0 5%;
    }
    .footer1_4_t a{
        margin: 0 5px;
    }
    .search{
        position: inherit;
        bottom: auto;
        left: 0;
        transform: translate(0, 0);
        padding: 35px 0;
    }
    .search_title{
        color: #222;
    }
    .search_con{
        height: auto;
        padding: 20px 14px;
        border-radius: 15px;
    }
    .search_con .layui-form-item .layui-inline{
        margin-right: 30px;
    }
    .search_con .layui-form-item .layui-input-inline{
        width: 200px;
    }
    .search_con .layui-form-select .layui-input{
        background: #4280e2 url(../images/p.png) no-repeat 23px center;
    }
    .ss{
        margin-top: 20px;
    }
    .ss input{
        height: 51px;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .inner_title{
        font-size: 30px;
    }
    .icontact1_fl ul li{
        padding: 0 5%;
    }
    .icontact1_fl_t:after{
        margin: 35px 0;
    }
    .icontact1_fr{
        padding: 0 5%;
    }
    .icontact1_fr span{
        font-size: 30px;
    }
    .ifeedback{
        margin-bottom: 50px;
    }
    .ifeedback_con h3{
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    .show_back_fr{
        width: 15%;
    }
    .iadvantage_con{
        margin: 40px 0 50px 0;
    }
    .iadv_txt{
        padding: 0 35px;
    }
    .iadv_txt1_wz{
        font-size: 20px;
    }
    .iadv_txt3{
        font-size: 200px;
    }
    .iabout_con_fl{
        float: none;
        width: 100%;
    }
    .iabout_con_fl h3{
        font-size: 20px;
    }
    .iabout_con_fr{
        float: none;
        width: 78%;
        margin: 20px auto 0 auto;
    }
    .iapp_txt{
        padding: 20px;
    }
    .iapp_txt1{
        font-size: 18px;
        padding-bottom: 20px;
    }
    .iapp_txt2{
        margin: 20px 0;
    }
    .ipro_fl{
        width: 27%;
    }
    .ipro_fr{
        width: 70%;
    }
    .ipro_fr_title h3{
        font-size: 30px;
    }
    .ipro_fr_con{
        margin-bottom: 20px;
    }
    .ipro_fr_con ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .iproshow2_con img{
        display: block;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr1:after{
        margin: 15px 0;
    }
    .iproshow1_fr3{
        margin-top: 20px;
    }
}
@media(max-width:820px){
    .icontact1_fl_b.lianxi{
        margin-top: 115px;
    }
}
@media(max-width:768px) {
    .ban_info_bt{
        font-size: 22px;
    }
    .ban_info_ms{
        font-size: 16px;
    }
    .index_title h3{
        font-size: 40px;
        line-height: 10px;
    }
    .index_title p{
        font-size: 24px;
    }
    .app_txts img{
        width: 60px;
        height: 57px;
    }
    .app_txts p{
        font-size: 16px;
        margin: 15px 0;
        line-height: 25px;
    }
    .app_txts h3{
        font-size: 16px;
    }
    .column_t h3{
        font-size: 22px;
    }
    .column_b a{
        line-height: 50px;
    }
    .footer1_1{
        width: 50%;
        overflow: hidden;
    }
    .footer1_2{
        width: 50%;
        padding: 50px 8% 25px 8%;
        overflow: hidden;
    }
    .footer1_3{
        width: 50%;
        padding-top: 25px;
    }
    .footer1_4{
        width: 50%;
    }
    .iban_info h3{
        font-size: 26px;
    }
    .iban_info p{
        font-size: 18px;
    }
    .inner_title{
        font-size: 26px;
    }
    .icontact1_fl{
        height: 300px;
    }
    .icontact1_fl ul li{
        padding: 0 15px;
    }
    .icontact1_fl_t h3{
        font-size: 16px;
    }
    .icontact1_fl_t:after{
        margin: 20px 0;
    }
    .icontact1_fr{
        padding: 0 15px;
        height: 300px;
    }
    .icontact1_fr span{
        font-size: 26px;
    }
    .icontact1_fr span:after{
        margin: 20px 0;
    }
    .ifeedback_con h3{
        font-size: 18px;
    }
    .inews_con li a{
        padding: 29px 240px 29px 29px;
    }
    .inews_con li a .tp{
        right: 29px;
    }
    .inews_txt{
        margin-left: 135px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_back_fr{
        width: 20%;
    }
    .iadv_txt1{
        margin-bottom: 10px;
    }
    .iadv_txt3{
        font-size: 150px;
    }
    .iabout_con_fr{
        width: 100%;
    }
    .iapp_con ul li{
        margin-bottom: 30px;
    }
    .iapp_con ul li a .tp{
        width: 100%;
    }
    .iapp_txt{
        width: 100%;
    }
    .ipro_fl{
        width: 37%;
    }
    .ipro_fr{
        width: 60%;
    }
    .ipro_fr_title{
        padding-bottom: 20px;
        line-height: 30px;
        height: 50px;
    }
    .ipro_fr_title h3{
        font-size: 26px;
    }
    .ipro_fr_con ul li{
        width: 50%;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:600px) {
    .ban_info{
        width: 100%;
        padding: 15px;
    }
	.iproshow2_con{
		width: 100%
	}
    .ban_info_bt{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ban_info_ms{
        font-size: 14px;
        line-height: 25px;
    }
    .home-newpro{
        margin: 30px auto;
    }
    .index_title h3{
        font-size: 28px;
        line-height: 1;
    }
    .index_title p{
        font-size: 20px;
    }
    .newpro_con{
        margin-top: 5px;
    }
    .newpros a{
        margin: 15px;
        padding: 25px 15px;
        box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.58);
    }
    .newpros.swiper-slide-active{
        margin-top: 0;
    }
    .home-pro{
        padding-top: 30px;
    }
    .pro_nav{
        margin: 20px 0;
    }
    .pro_con{
        padding-bottom: 20px;
    }
    .home-application{
        margin: 30px auto;
    }
    .app_info{
        margin: 20px 0;
        font-size: 16px;
    }
    .app_con ul li{
        width: 50%;
    }
    .about_fl{
        float: none;
        width: 100%;
    }
    .about_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .about_fl1{
        line-height: 30px;
        height: 60px;
    }
    .home-column{
        margin: 30px auto;
    }
    .column{
        width: 95%;
        padding: 30px 8px 8px 15px;
    }
    .column_t p{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .column_t h3{
        font-size: 20px;
    }
    .column_b{
        margin-top: 20px;
    }
    .column_b a{
        width: 150px;
        font-size: 16px;
        margin-left: 20px;
    }
    .footer1_1{
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    .footer1_2{
        float: none;
        width: 100%;
        padding: 15px 0 0 0;
    }
    .footer1_3{
        float: none;
        width: 100%;
        padding-top: 15px;
    }
    .footer1_4{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .search{
        padding: 30px 0;
    }
    .search_con{
        margin-top: 20px;
    }
    .search_con .layui-form-item .layui-input-inline{
        width: 100%;
    }
    .search_con .layui-form-item .layui-input-inline{
        left: 0;
        margin: 0 0 10px 0;
    }
    .search_con .layui-form-item .layui-inline{
        margin-right: 0;
    }
    .search_con .layui-input, .search_con .layui-select, .search_con .layui-textarea{
        font-size: 16px;
    }
    .ss{
        margin-top: 0;
    }
    .iban_info{
        padding: 0 15px;
    }
    .iban_info h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iban_info p{
        font-size: 14px;
        line-height: 20px;
    }
    .inner_con{
        margin-top: 30px;
    }
    .icontact{
        margin-bottom: 20px;
    }
    .inner_title{
        font-size: 20px;
    }
    .icontact1{
        margin: 20px 0;
    }
    .icontact1_fl{
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .icontact1_fr{
        width: 100%;
        height: auto;
        padding: 20px 15px;
    }
    .icontact1_fl ul li{
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
    }
    .icontact1_fl ul li:last-child{
        margin-bottom: 0;
    }
    .icontact2 ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .ifeedback{
        margin-bottom: 30px;
    }
    .ifeedback_con{
        margin-top: 20px;
    }
    .ifeedback_con h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ifeedback_con h3 br{
        display: none;
    }
    .lx1s{
        width: 100%;
        margin-bottom: 15px;
    }
    .lx1 textarea{
        height: 150px;
    }
    .lx2{
        margin-top: 15px;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fr{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .lx2_fr input{
        width: 120px;
        margin: 0 5px;
    }
    .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;
    }
    .inewsshow_con{
        margin: 20px 0 15px 0;
    }
    .show_title h3{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .show_content{
        padding: 25px 0px;
    }
    .show_back_fl{
        float: none;
        width: 100%;
    }
    .show_back_fr{
        margin-top: 20px;
        width: 100%;
    }
    .show_back_fr a{
        width: 160px;
        margin: 0 auto;
    }
    .show_bt p{
        font-size: 20px;
    }
    .relatednews_con li{
        width: 100%;
    }
    .iadvantage_con{
        margin: 20px 0 30px 0;
    }
    .iadvantage_con li .tp{
        width: 100%;
    }
    .iadv_txt{
        position: inherit;
        height: auto;
        width: 100%;
        padding: 25px 15px;
    }
    .iadv_txt1_wz{
        font-size: 18px;
    }
    .iadv_txt3{
        font-size: 100px;
        right: 25px;
    }
    .iabout_con{
        margin: 20px 0 30px 0;
    }
    .iabout_con_fl h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ibrand_con{
        margin: 20px 0 30px 0;
    }
    .ibrand_con .swiper-container{
        width: 90%;
    }
    .iapp{
        margin-bottom: 20px;
    }
    .iapp_con{
        margin: 20px 0 10px 0;
    }
    .iapp_con ul li{
        margin-bottom: 15px;
    }
    .iapp_txt{
        padding: 20px 15px;
    }
    .iapp_txt1{
        font-size: 16px;
        padding-bottom: 15px;
    }
    .iapp_txt2{
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        margin: 15px 0;
    }
    .iappshow_con{
        margin: 20px 0 30px 0;
    }
    .relatedpro_con{
        margin-top: 20px;
    }
    .relatedpro_con ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .ipro_fl{
        float: none;
        width: 100%;
    }
    .ipro_fr{
        float: none;
        width: 100%;
    }
    .ipro_fr_title h3{
        font-size: 20px;
    }
    .ipro_fr_con{
        margin-top: 20px;
    }
    .ipro_fr_con ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    .ipro_fr_con ul li a{
        box-shadow: 0 0 15px rgba(221,221,221, .58);
    }
    .iproshow1{
        margin: 20px 0;
    }
    .iproshow1_fr1{
        font-size: 18px;
    }
    .related{
        margin-top: 20px;
    }
    .iproshow4{
        margin: 20px 0 30px 0;
    }
    #amap{
        width: 100%;
    }
    .icontact2 ul{
        width: 100%;
        margin-top: 20px;
    }
    .icontact2 ul li{
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0;
    }
    .icontact1_fl_t{
        margin-bottom: 25px;
    }
    .icontact1_fl_b.lianxi{
        margin-top: -20px;
    }
}



@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .nav-fr{
        margin-right: 35px;
    }
    .iproshow_fr_con .relatedpro_con ul li{
        width: 100%;
        padding: 0;
    }
    .iproshow4 a{
        width: 135px;
        font-size: 14px;
    }
    .iproshow4 a.fh{
        background: url(../images/fh.png) no-repeat 10px center;
        padding-left: 42px;
    }
    .iproshow4 a.next{
        background: url(../images/next.png) no-repeat 91px center;
        padding-left: 24px;
    }
}














