
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#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:"arial";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
}
.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
}
.container1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
    z-index: 99;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 37px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    position: relative;
    line-height:100px;
    z-index: 9;
    margin: 0px 20px;
}
.menupc li:after{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    content:'';
    width:0;
    height: 3px;
    background-color: #015c94;
    margin:0 auto;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li:hover:after{
    width:100%;
}
.menupc li:hover a{
    color: #fff;
}
.menupc li a{
    display:block;
    color: #30344d;
    font-size: 18px;
    padding: 0px 3px;
    border-radius: 25px;
    z-index: 999;
    position: relative;
    text-transform: capitalize;
}
.menupc li a:hover{
    color: #004087;
}
.menupc li a:before{
    content: '';
    display: none;
    width: 100%;
    height: 3px;
    background-color: #015c94;
    position: absolute;
    top: 0;
}
.menupc li .current{
    color: #004087;

}
.menupc li .current:before{
    display: block;
}
/*.menupc ul{
    background:#fff !important;
    position: absolute;
    display:none;
    left: 0;
    top: 50px;
    overflow: hidden;
    z-index: 999;
    width:100%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 5px 0px;
    border-radius: 10px;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 30px;
    height: 30px;
    width:100%;
}
.menupc ul li:hover:after{
    width: 0 !important;
}
.menupc ul li a{
    display: block;
    font-size: 12px;
    position:relative;
    border-radius: 0;
    color:#30344d !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    background-color: #fff !important;
}
.menupc ul li:last-child a{
    border-bottom: none;
}
.menupc ul li a:hover{
    color: #62d2fc !important;
}
.menupc ul li .current{
    color: #62d2fc !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: 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:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.daohang{
		height:60px;
	}
    .yx a{
        padding-top: 18px;
    }
    .yx img{
        height: 24px;
    }
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
    .nation{
        display:none;
    }

}



/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 1px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: rgba(0,64,135,0.6);
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 25px;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #004087;
}


footer{
    width: 100%;
    margin: 0 auto;
    background-color: #002853;
    overflow: hidden;
}
.footer1{
    padding: 30px 0px;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 75%;
}
.footer1_fl h3{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.footer1_fl h4{
    font-size: 18px;
    color: #9eccff;
    margin-bottom: 10px;
}
.footer1_fl li{
    width: 100%;
    font-size: 16px;
    color: #9eccff;
    padding-left: 30px;
    line-height: 21px;
    margin-bottom: 5px;
    overflow: hidden;
}
.footer1_fl li:nth-child(2),.footer1_fl li:nth-child(3){
    float: left;
    margin-right: 30px;
    width: auto;
}
.lx1{
    background: url("../images/lx1.png") no-repeat left center;
}
.lx2{
    background: url("../images/lx2.png") no-repeat left center;
}
.lx3{
    background: url("../images/lx3.png") no-repeat left center;
}
.lx4{
    background: url("../images/lx4.png") no-repeat left center;
}
.footer1_fr{
    float: right;
    width: 22%;
}
.footer1_fr h3{
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    text-align: right;
}
.footer1_fr ul{
    float: right;
}
.footer1_fr li{
    float: left;
    margin-left: 23px;
}
.footer1_fr li a{
    display: block;
}
.footer1_fr li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer2{
    border-top: 1px solid #053262;
    overflow: hidden;
}
.footer2 p{
    font-size: 12px;
    color: #4884c7;
    font-weight: lighter;
    text-align: right;
    line-height: 20px;
    padding: 9px 0px;
}
.home-customer{
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    display: none;
}
.index_title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.customer_con{
    margin-top: 35px;
    overflow: hidden;
}
.customer_con li{
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.customer_con li a{
    display: block;
}
.customer_con li a .pic{
    border: 1px solid #f0f0f0;
}
.customer_con li a .pic:after{
    padding-bottom: 55.1%;
}
.customer_con li a:hover .pic{
    border: 1px solid #004087;
}
.customer_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.home-applications{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 25px 0px;
}
.app_con{
    margin-top: 35px;
}
.app_con li{
    float: left;
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.app_con li a{
    display: block;
}
.app_img{
    overflow: hidden;
    position: relative;
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 180px;
    border: 1px solid #c6d2e0;
}
.app_img:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.app_img .a_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.app_img .a_after{
    top: -200%;
    transition: all 0.6s ease-in-out 0s;
}
.app_con li a:hover .app_img{
    border: 1px solid #f0c5c5;
}
.app_con li a:hover .app_img .a_after{
    top: 0;
}
.app_con li a:hover .app_img .a_before{
    top: 200%;
}
.app_txt{
    margin-left: 88px;
    height: 68px;
    display: flex;
    align-items: center;
}
.app_txt p{
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

.home-pro{
    width: 100%;
    margin: 60px auto;
    overflow: hidden;
}
.home-pro li{
    float: left;
    width: 25%;
    padding: 0px 25px;
    overflow: hidden;
}
.home-pro li a{
    display: block;
}
.home-pro li a .pic{
    border: 1px solid #d4e8ff;
    border-radius: 180px;
}
.home-pro li a .pic:after{
    padding-bottom: 100%;
}
.pro_txt{
    margin-top: 25px;
    text-align: center;
}
.pro_txt1{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 8px 0px 20px 0px;
}
.pro_txt3{
    width: 140px;
    margin: 0 auto;
    line-height: 36px;
    background-color: #181d20;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.home-pro li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.home-pro li a:hover .pro_txt3{
    background-color: #004087;
}


/*about*/
.inner-main{
    width: 100%;
    margin: 55px auto;
    overflow: hidden;
}
.inner_title{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../images/title.jpg") no-repeat bottom left;
    padding-bottom: 10px;
}
.inner_about{
    margin: 40px 0px;
    overflow: hidden;
    color: #000;
    line-height: 25px;
}
.inner_about img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*contact*/
.inner_contact{
    margin: 45px 0px;
    overflow: hidden;
}
.map{
    overflow: hidden;
}
.map img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.contact_con{
    overflow: hidden;
}
.contact_con li{
    float: left;
    width: 50%;
    padding: 0 3%;
    margin-bottom: 20px;
    overflow: hidden;
    color: #5a5a5a;
    line-height: 25px;
}

/*quality*/
.inner_quality{
    margin: 40px 0px;
    overflow: hidden;
    color: #000;
    line-height: 25px;
}
.inner_quality img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*news*/
.inner_news{
    margin-bottom: 40px;
    overflow: hidden;
}
.inner_news li{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.inner_news li a{
    display: block;
    padding: 12px 0px;
    line-height: 30px;
    overflow: hidden;
}
.inner_news li a p{
    float: left;
    font-size: 18px;
    color: #000;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_news li a span{
    float: right;
    color: #666;
}
.inner_news li a:hover p{
    color: #004087;
}


/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #808080;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:transparent;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#004087;
    border:1px solid #004087;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #004087;
    border: 1px solid #004087;
}

/*新闻详情*/
.inner_newsshow{
    overflow: hidden;
    margin: 40px 0px;
}
.show_title{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
    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:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 70%;
    margin-bottom:20px;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #004087;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 15%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #004087 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*Applications*/
.inner_app{
    margin: 30px 0px;
    overflow: hidden;
}
.inner_app li{
    float: left;
    width: 25%;
    padding: 0 10px;
}
.inner_app li a{
    display: block;
}
.inner_app li a .pic:after{
    padding-bottom: 64.9%;
}
.inner_app li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iapp_txt{
    padding: 15px 0px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_app li a:hover .iapp_txt{
    color: #004087;
}


/*应用详情*/
.inner_appshow{
    overflow: hidden;
    margin: 40px 0px;
}


/*product*/
.inner_fl{
    float: left;
    width: 250px;
}
.inner_fl_con{
    margin-top: 15px;
}
.inner_fl_con li{
    line-height: 30px;
}
.inner_fl_con li a{
    color: #1a1a1a;
    font-size: 16px;
}
.inner_fl_con li a:hover{
    color: #003d86;
}
.inner_fl_con li .current{
    color: #003d86;
}
.inner_fr{
    margin-left: 300px;
}
.inner_fr_title{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    background: url("../images/title.png") no-repeat bottom left;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.inner_fr_con{
    margin: 35px 0px;
    overflow: hidden;
}
.inner_fr_con dl{
    float: left;
    width: 33.3%;
    padding: 0px 10px;
    overflow: hidden;
	box-sizing: border-box;
    margin-bottom: 50px;
}
.inner_fr_con dl dt a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
}
.menulist{
    margin-top: 20px;
    border-left: 1px solid #d9d9d9;
}
.inner_fr_con dl dd{
    line-height: 30px;
    float: none;
    width: 100%;
    padding: 0;
}
.inner_fr_con dl dd a{
    display: block;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-left: 31px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fr_con dl dd a:before{
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #d9d9d9;
    position: absolute;
    left: 1px;
    top: 14px
}
.inner_fr_con dl dd a:hover{
    color: #003d86;
}


/*prolist*/
.inner_fr_prolist{
    margin: 25px 0px;
    overflow: hidden;
}
.inner_fr_prolist ul{
    border-left: 1px solid #d9d9d9;
}
.inner_fr_prolist li{
    line-height: 30px;
}
.inner_fr_prolist li a{
    display: block;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-left: 31px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fr_prolist li a:before{
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #d9d9d9;
    position: absolute;
    left: 1px;
    top: 14px
}
.inner_fr_prolist li a:hover{
    color: #003d86;
}


/*产品详情*/
.inner_pshow_t{
    margin-bottom: 50px;
    overflow: hidden;
}
.inner_pshow_t .inner_fr_title{
    float: left;
}
.pshow_search{
    float: right;
    position: relative;
}
.forminput1{
    width: 260px;
    line-height: 34px;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #b2b2b2;
    background-color: transparent;
    padding-left: 20px;
	box-sizing: border-box; 
}
.forminput2{
    width: 16px;
    height: 16px;
    background: url("../images/search.png") no-repeat center;
    position: absolute;
    right: 15px;
    top: 10px;
}
.inner_pshow_b{

}

/*表格*/
.table-responsive{
    min-height:.01%;
    overflow-x:auto;
}
table {
    border:1px solid #fff;
    border-collapse:collapse;

}
.table{
    width:100%;
    max-width:100%;
    margin-bottom:20px;
}
.table select{
    width: 100%;
    border: 1px solid #dbdbdb;
    line-height: 32px;
    border-radius: 5px;
    padding-left: 15px;
    color:#666;
    position:relative;
    outline: none;
    background:url(../images/xb.jpg) no-repeat right center;
}
select{
    -webkit-appearance: none;   /* google */
    -moz-appearance: none;  /* firefox */
    appearance: none;
}
.table select option{
    line-height: 25px;
    color:#666;
}
.table tbody tr:nth-child(odd){
    background-color: #e4f3ff;
}
.table tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
.table tbody tr td a img{
    max-width: 100%;
    height: auto;
}
.table th{
    background-color: #004174;
    color: #fff;
}
table td, table th {
    text-align: center;
    padding: 5px;
    border: 1px solid #fff;
    word-wrap: break-word;
    word-break: break-word;
}

@media screen and (max-width:767px) {
    .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #fff;}.table-responsive>.table{margin-bottom:0}
    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}
    .table-responsive>.table-bordered{border:0}
    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}
}

@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-left:auto;
        margin-right:auto;
    }
    .footer1_fl li{
        margin-right: 20px;
    }
    .footer1_fr li{
        margin-left: 15px;
    }
    .customer_con li{
        padding: 0px 10px;
    }
    .app_txt{
        margin-left: 78px;
    }
    .home-pro li{
        padding: 0px 20px;
    }

}

@media(max-width:768px) {
    .footer1_fl{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .footer1_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .footer1_fr h3{
        text-align: left;
    }
    .footer1_fr ul{
        float: left;
    }
    .footer1_fr li{
        margin-left: 0;
        margin-right: 15px;
    }
    .footer2 p{
        text-align: center;
    }
    .app_img{
        width: 50px;
        height: 50px;
    }
    .app_txt{
        margin-left: 60px;
        height: 50px;
    }
    .app_txt p{
        line-height: 24px;
        font-size: 14px;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .inner_fl{
        width: 230px;
    }
    .inner_fr{
        margin-left: 260px;
    }
}

@media(max-width:600px) {
    .footer1_fl h3{
        font-size: 20px;
    }
    .footer1_fl li{
        margin-bottom: 10px;
        margin-right: 0;
    }
    .footer1_fl li:last-child{
        margin-bottom: 0;
    }
    .footer1_fr h3{
        font-size: 20px;
    }
    .index_title{
        font-size: 20px;
    }
    .customer_con{
        margin-top: 25px;
    }
    .customer_con li{
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .home-applications{
        padding: 30px 0px;
    }
    .app_con{
        margin-top: 25px;
    }
    .app_con li{
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .home-pro{
        margin: 30px auto 20px auto;
    }
    .home-pro li{
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 15px;
    }
    .home-pro li a .pic{
        width: 85%;
        margin: 0 auto;
    }
    .pro_txt{
        margin-top: 15px;
    }
    .pro_txt3{
        width: 120px;
    }
    .inner-main{
        margin: 30px auto;
    }
    .inner_about{
        margin: 20px 0px;
    }
    .inner_contact{
        margin: 20px 0px;
    }
    .contact_con li{
        padding: 0;
        float: none;
        width: 100%;
    }
    .contact_con li:last-child{
        margin-bottom: 0;
    }
    .inner_quality{
        margin: 20px 0px;
    }
    .inner_news{
        margin-bottom: 20px;
    }
    .inner_news li a p{
        font-size: 16px;
    }
    .inner_newsshow{
        margin: 20px 0px 0px 0px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .inner_app{
        margin: 20px 0px;
    }
    .inner_app li{
        width: 50%;
        padding: 0px 5px;
    }
    .iapp_txt{
        padding: 10px 0px;
    }
    .inner_appshow{
        margin: 20px 0px 0px 0px;
    }
    .inner_fl{
        float: none;
        width: 100%;
    }
    .inner_fr{
        margin-left: 0;
        margin-top: 20px;
    }
    .inner_fr_title{
        font-size: 20px;
    }
    .inner_fr_con{
        margin: 20px 0px;
    }
    .inner_fr_con dl{
        float: none;
        width: 100%;
        padding: 0;
        height: auto !important;
        margin-bottom: 20px;
    }
    .menulist{
        margin-top: 10px;
    }
    .table th{
        padding: 5px 20px;
    }
    .inner_pshow_t{
        margin-bottom: 20px;
    }
    .inner_pshow_t .inner_fr_title{
        float: none;
        overflow: hidden;
    }
    .pshow_search{
        float: none;
        margin-top: 20px;
    }
    .forminput1{
        width: 100%;
    }
    .footer1_fl li:nth-child(2), .footer1_fl li:nth-child(3){
        margin-right: 0;
        float: none;
        width: 100%;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .show_back_fl{
        float: none;
        width: 100%;
    }
    .show_back_fr{
        float: none;
        width: 100%;
    }
}














