@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#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:"微软雅黑;";
    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;
}
.container2 {
    width: 79%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
    z-index: 99;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:88px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 28px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.nav-fr{
    float: right;
    margin-top: 20px;
}
.tel{
    float: left;
}
.tel_fl{
    display: inline-block;
}
.tel_fl i{
    font-size: 34px;
    color: #004684;
    vertical-align: super;
}
.tel_fr{
    display: inline-block;
    margin-left: 8px;
}
.tel_fr p{
    font-size: 14px;
    color: #999;
}
.tel_fr span{
    font-size: 18px;
    color: #004684;
    font-weight: bold;
}
.nation{
    float: right;
    margin-top: 15px;
}
.nation li{
    float: left;
    margin-left: 11px;
}
.nation li a{
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #999;
    border-radius: 180px;
    color: #999;
    text-align: center;
}
.nation li a:hover{
    border: 1px solid #004684;
    background-color: #004684;
    color: #fff;
}
.nation li a.active{
    border: 1px solid #004684;
    background-color: #004684;
    color: #fff;
}
.navdaohang {
	float:right;
    margin-top: 32px;
}
.menupc li{
    float: left;
    text-align: center;
    position: relative;
    line-height:33px;
    z-index: 9;
    height: 50px;
}
.menupc li:after{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    content:'';
    width:0;
    height: 33px;
    border-radius: 25px;
    background-color: #004684;
    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: #004684;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 25px;
    z-index: 999;
    position: relative;
}
.menupc li a:hover{
    color: #fff;
}
.menupc li .current{
    color: #fff;
    background-color: #004684;
}
.menupc ul{
    background:#fff !important;
    position: absolute;
    display:none;
    left: 0;
    top: 45px;
    overflow: hidden;
    z-index: 999;
    width:100%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 12px 0px;
    border-radius: 10px;
}
.menupc li:nth-child(2) ul{
    width: 123px;
}
.menupc li:nth-child(3) ul{
    width: 390px;
}
.menupc li:nth-child(4) ul{
    width: 406px;
}
.menupc li:nth-child(5) ul{
    width: 380px;
}
.menupc li:nth-child(6) ul{
    width: 123px;
}
.menupc li:nth-child(7) ul{
    width: 123px;
}
.menupc ul h3{
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #004683;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 20px;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: left;
    background:none;
    line-height: 22px;
    height: 22px;
    width:100%;
}
.menupc ul li:hover:after{
    width: 0 !important;
}
.menupc ul li a{
    display: block;
    font-size: 14px;
    position:relative;
    border-radius: 0;
    color:#666 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px 0px 35px;
    background-color: #fff !important;
}
.menupc ul li a:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 4px solid #ccc;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 23px;
    position: absolute;
    top: 7px;
}
.menupc ul li a:hover:before{
    border-left: 4px solid #004684;
}
.menupc ul li a:hover{
    color: #004684 !important;
}
.menupc ul li .current:before{
    border-left: 4px solid #004684;
}
.menupc ul li .current{
    color: #004684 !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: 15px;
    }
    .yx img{
        height: 30px;
    }
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
    .tel{
        display:none;
    }
    .nav-fr{
        position: absolute;
        top: 18px;
        right: 50px;
        margin-top: 0;
    }
    .nation{
        margin-top: 0;
    }
    .nation li{
        margin-left: 5px;
    }
}



/*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: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 25px;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #004d8b;
}


footer{
    width: 100%;
    margin: 0 auto;
}
.footer1{
    background-color: #004684;
    padding: 14px 0px;
    overflow: hidden;
    line-height: 30px;
}
.footer1 li{
    float: left;
    width: 14.2%;
    background: url("../images/fli.jpg") no-repeat right center;
    text-align: center;
}
.footer1 li:last-child{
    background: none;
}
.footer1 li a{
    display: block;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
}
.footer1 li a:hover{
    color: #318bda;
}
.footer2{
    background-color: #242728;
    padding: 50px 0px;
    overflow: hidden;
}
.footer2 .container2{
    width: 75%;
}
.footer2_fl{
    float: right;
    width: 28%;
}
.footer2_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer2_fc{
    float: right;
    width: 22%;
    margin: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer2_fc img{
    float: left;
    max-width: 100%;
    height: auto;
}
.footer2_fc p{
    float: right;
    color: #aaa;
    line-height: 30px;
    margin-left: 30px;
}
.footer2_fr{
    float: left;
    width: 40%;
}
.footer2_fr p{
    color: #aaa;
    margin-bottom: 5px;
    line-height: 25px;
}
.footer2_fr p i{
    display: inline-block;
    color: #3e6fbf;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    margin-right: 15px;
}
.footer2_fr p i.icon-dianhua2{
    font-size: 20px;
}
.footer2_fr p i.icon-youxiang{
    font-size: 20px;
}
.footer2_fr p i.icon-dizhi{
    font-size: 30px;
}
.footer2_fr p i.icon-lianjie{
    font-size: 20px;
}
.footer2_fr p a{
    color: #aaa;
    margin-right: 12px;
}
.footer2_fr p a:hover{
    color: #004684;
}
.footer2_fr p a:last-child{
    margin-right: 0;
}
.footer2_fr span{
    display: block;
    font-size: 12px;
    color: #aaa;
    font-weight: lighter;
}
.footer2_fr span a{
    font-size: 12px;
    color: #aaa;
    font-weight: lighter;
}
.footer2_fr span a:hover{
    color: #004684;
}

.home-about{
    width: 100%;
    margin: 50px auto 30px auto;
    overflow: hidden;
}
.about_con{
    max-width: 92%;
    margin: 0 auto;
}
.about_info{
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_con_fl{
    float: left;
    width: 270px;
}
.about_con_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about_con_fr{
    margin-left: 45px;
    font-size: 17px;
    color: #333;
    line-height: 30px;
    text-align:justify;
    text-justify:inter-ideograph;
}
.index_more{
    width: 100%;
    margin: 0 auto;
}
.index_more a{
    display: block;
    text-align: right;
    font-size: 16px;
    color: #999;
    transition: .5s;
    line-height: 30px;
}
.index_more a i{
    color: #ccc;
    font-size: 30px;
    vertical-align: sub;
    margin-left: 8px;
    transition: .5s;
}
.index_more a:hover{
    color: #004684;
}
.index_more a:hover i{
    color: #004684;
}

.home-contact{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/contactbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 45px 0px 50px 0px;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-size: 28px;
    font-weight: bold;
    color: #004684;
}
.contact_con{
    margin-top: 50px;
    overflow: hidden;
}
.contact_fl{
    float: left;
    width: 46%;
}
.contact_fl_t{
    margin-bottom: 20px;
    overflow: hidden;
}
.contact_fl_t img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.contact_fl_b h3{
    font-size: 16px;
    color: #181818;
    margin-bottom: 20px;
}
.contact_fl_b p{
    color: #444;
    margin-bottom: 15px;
    line-height: 25px;
}
.contact_fl_b p i{
    display: inline-block;
    color: #17568e;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    margin-right: 10px;
}
.contact_fl_b p i.icon-dianhua{
    font-size: 22px;
}
.contact_fl_b p i.icon-youxiang{
    font-size: 20px;
}
.contact_fl_b p i.icon-dizhi{
    font-size: 30px;
}
.contact_fl_b p i.icon-lianxiwomen:after{
    display: none;
}
.contact_fr{
    float: right;
    width: 49%;
}
.ly1{
    margin-bottom: 19px;
    overflow: hidden;
    position: relative;
}
.ly1 input{
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #999;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 10px;
}
.ly1 textarea{
    width: 100%;
    height: 150px;
    line-height: 25px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #999;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
    resize: none;
}
.ly1 a{
    position: absolute;
    right: 1px;
    top: 1px;
}
.ly1 a img{
    height: 48px;
    width: auto;
    border-radius: 10px;
}
.ly2{
    width: 155px;
}
.ly2 input{
    width: 155px;
    line-height: 39px;
    height: 39px;
    background-color: #004684;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
}

.home-yysb{
    width: 100%;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.index_title p{
    color: #999;
    font-size: 16px;
}
.yysb_con{
    overflow: hidden;
    margin: 25px 0px 10px 0px;
}
.yysb_con li{
    float: left;
    width: 25%;
    padding: 0 37px;
    overflow: hidden;
}
.yysb_con li a{
    display: block;
    border: 1px solid #eee;
    margin: 10px 0px;
    padding: 12px;
    overflow: hidden;
    transition: .5s;
}
.yysb_con li a .pic:after{
    padding-bottom: 68.75%;
}
.yysb_txt{
    overflow: hidden;
}
.yysb_txt1{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0px;
}
.yysb_txt1:after{
    content: '';
    display: block;
    width: 29px;
    height: 2px;
    background-color: #004684;
    margin-top: 5px;
}
.yysb_txt2{
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.yysb_txt3{
    margin-top: 10px;
    text-align: right;
}
.yysb_txt3 i{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.yysb_con li a:hover{
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.yysb_con li a:hover .yysb_txt3 i{
    color: #ccc;
}
.yysb_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.home-hyyy{
    width: 100%;
    margin: 50px auto 0px auto;
    overflow: hidden;
}
.hyyy_con{
    overflow: hidden;
    margin: 30px 0px 25px 0px;
}
.hyyy_con li{
    float: left;
    width: 33.3%;
    padding: 0 30px;
    overflow: hidden;
}
.hyyy_con li a{
    display: block;
    position: relative;
}
.hyyy_con li a .pic:after{
    padding-bottom: 55%;
}
.hyyy_txt{
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
}
.hyyy_txt h3{
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.hyyy_txt p{
    text-align: center;
    width: 121px;
    line-height: 33px;
    border: 1px solid #000;
    color: #000;
    margin: 0 auto;
    border-radius: 25px;
}
.hyyy_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.hyyy_con li a:hover .hyyy_txt p{
    border: 1px solid #d51111;
    background-color: #d51111;
    color: #fff;
}

.home-pro{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/probg.jpg") no-repeat top center;
    background-size: cover;
    padding: 65px 0px 75px 0px;
}
.home-pro .index_title h3{
    color: #fff;
}
.home-pro .index_title p{
    color: #fff;
}
.pro_con{
    margin-top: 50px;
    position: relative;
}
.pros a{
    display:block;
    overflow: hidden;
    background-color: #fff;
    padding: 23px 20px;
}
.pro_con a .pic:after{
    padding-bottom: 92%;
}
.pro_txt{
    text-align: justify;
}
.pro_txt1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0px 10px 0px;
}
.pro_txt2{
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.pro_txt3{
    margin-top: 10px;
    text-align: right;
}
.pro_txt3 i{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.pro_con .swiper-button-next, .pro_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 43px;
    height: 43px;
    margin-top: -21px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-image: none;
    color: #004684;
    background-color: #e6e6e6;
    border-radius: 180px;
}
.pro_con .swiper-button-next i,.pro_con .swiper-button-prev i{
    display: inline-block;
    font-size: 36px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.pro_con .swiper-button-next:hover ,.pro_con .swiper-button-prev:hover{
    color: #fff;
    background-color: #004684;
}
.pro_con .swiper-button-prev{
    left: -5%;
    right: auto;
    transform: rotateY(-180deg);
}
.pro_con .swiper-button-next{
    right: -5%;
    left: auto;
}
.swiper-pagination1 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.pro_con .swiper-pagination1{
    display: none;
    width: 100%;
    bottom: -30px;
}
.pro_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 25px;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
}
.pro_con .swiper-pagination-bullet-active{
    background-color: #d51111;
}
.pro_con a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_con a:hover{
    background-color: #d51111;
}
.pro_con a:hover .pro_txt1{
    color: #fff;
}
.pro_con a:hover .pro_txt2{
    color: #fff;
}

/*关于我们*/
.inner-main{
    width: 100%;
    margin: 35px auto 50px auto;
    overflow: hidden;
}
.inner_fl{
    float: left;
    width: 302px;
    margin-top: 30px;
}
.inner_fl_t{
    overflow: hidden;
}
.inner_fl_title{
    background-color: #004684;
    padding: 15px 20px;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 6px;
}
.inner_fl_title span{
    font-size: 16px;
    margin-left: 10px;
}
.inner_fl_tcon{
    overflow: hidden;
}
.inner_fl_tcon li{
    line-height: 46px;
    margin-bottom: 6px;
    overflow: hidden;
}
.inner_fl_tcon li a{
    display: block;
    background-color: #eee;
    padding: 0px 14px;
    overflow: hidden;
    color: #333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fl_tcon li a:after{
    content: '';
    display: none;
    width: 5px;
    height: 8px;
    background: url("../images/jt.png") no-repeat center;
    position: absolute;
    top: 19px;
    right: 23px;
}
.inner_fl_tcon li a:hover{
    background-color: #d51111;
    color: #fff;
}
.inner_fl_tcon li a:hover:after{
    display: block;
}
.inner_fl_tcon li .current{
    background-color: #d51111;
    color: #fff;
}
.inner_fl_tcon li .current:after{
    display: block;
}
.inner_fl_b{
    margin-bottom: 20px;
    overflow: hidden;
}
.inner_fl_bcon{
    background-color: #eee;
    padding: 20px 15px;
    overflow: hidden;
}
.inner_fl_bcon p{
    color: #333;
    line-height: 30px;
}

.inner_fr{
    margin-left: 338px;
}
.inner_fr_title{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 30px;
}
.inner_fr_title p{
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.inner_fr_title p em{
    color: #999;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin-left: 5px;
    text-transform: capitalize;
}
.inner_fr_title span{
    float: right;
    background: url("../images/home.png") no-repeat left center;
    color: #9a9a9a;
    padding-left: 30px;
}
.inner_fr_title span a{
    color: #9a9a9a;
}
.inner_fr_title span em{
    color: #004684;
    font-style: normal;
}
.inner_fr_about{
    margin: 28px 0px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.inner_fr_about img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*荣誉资质*/
.inner_fr_honor{
    margin: 28px 0px;
    overflow: hidden;
}
.inner_fr_honor li{
    float: left;
    width: 25%;
    padding: 0px 20px;
    margin-bottom: 26px;
    overflow: hidden;
}
.inner_fr_honor li a{
    display: block;
    border: 1px solid #e6e6e6;
    padding: 4px;
}
.inner_fr_honor li a .pic{
    background-color: #eee;
}
.inner_fr_honor li a .pic:after{
    padding-bottom: 130.4%;
}
.inner_fr_honor li a:hover .pic 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: #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:#004684;
    border:1px solid #004684;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #004684;
    border: 1px solid #004684;
}


/*企业文化*/
.inner_fr_qywh{
    margin: 40px 0px;
    overflow: hidden;
}
.inner_qywh1{
    margin-bottom: 45px;
    overflow: hidden;
    text-align: center;
    color: #30344d;
}
.inner_qywh1 h3{
    font-size: 24px;
    margin-bottom: 30px;
}
.inner_qywh1 p{
    font-size: 16px;
    line-height: 30px;
}
.inner_qyxx2{
    overflow: hidden;
    width: 947px;
    margin: 0 auto;
}
.inner_qyxx2 li{
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.inner_qyxx2 li a{
    display: block;
}
.qyxx2_img{
    overflow: hidden;
}
.inner_qyxx2 li:nth-child(1){
    max-width: 467px;
    max-height: 265px;
}
.inner_qyxx2 li:nth-child(2){
    max-width: 225px;
    max-height: 265px;
}
.inner_qyxx2 li:nth-child(3){
    max-width: 225px;
    max-height: 265px;
}
.inner_qyxx2 li:nth-child(4){
    max-width: 225px;
    max-height: 265px;
}
.inner_qyxx2 li:nth-child(5){
    max-width: 225px;
    max-height: 265px;
}
.inner_qyxx2 li:nth-child(6){
    max-width: 467px;
    max-height: 265px;
}
.inner_qyxx2 li:nth-child(2){
    margin: 0px 15px;
}
.inner_qyxx2 li:nth-child(5){
    margin: 0px 15px;
}
.qyxx2_txt{
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    background: rgba(48,52,77,0.3);
    height: 84px;
    padding: 15px 12px;
    transition: .5s;
}
.qyxx2_txt h3{
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qyxx2_txt p{
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.inner_qyxx2 li a:hover .qyxx2_txt{
    height: 100%;
    text-align: center;
    padding-top: 45%;
    background: rgba(0,70,132,0.74);
}
.inner_qyxx2 li a:hover p{
    height: 50px;
}
.inner_qyxx2 li:nth-child(1) a:hover .qyxx2_txt,.inner_qyxx2 li:nth-child(6) a:hover .qyxx2_txt{
    padding-top: 20% !important;
}

/*联系我们*/
.inner_fr_contact{
    margin: 45px 0px;
    overflow: hidden;
}
.icontact_fl{
    float: left;
    width: 55%;
}
.icontact_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.icontact_fr{
    float: right;
    width: 35%;
}
.icontact_fr h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
.icontact_fr p{
    font-size: 16px;
    color: #444;
}
.icontact_fr p i{
    display: inline-block;
    color: #17568e;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    margin-right: 10px;
}
.icontact_fr p .icon-dianhua{
    font-size: 22px;
}
.icontact_fr p .icon-fax-fill{
    font-size: 30px;
}
.icontact_fr p .icon-youxiang{
    font-size: 22px;
}
.icontact_fr p .icon-dizhi{
    font-size: 30px;
}
.iewm{
    width: 139px;
    margin: 20px 0px 0px 40px;
    overflow: hidden;
}
.icontact_fr img{
    display: block;
    max-width: 100%;
    height: auto;
}
.icontact_fr span{
    margin-top: 15px;
    display: block;
    color: #969696;
    text-align: center;
}

/*留言反馈*/
.inner_fr_feedback{
    margin-bottom: 20px;
    overflow: hidden;
}
.inner_fr_feedback h3{
    text-align: center;
    color: #999;
    font-size: 16px;
    margin: 6% 0;
}
.ifeedback{
    margin: 0 5px;
}
.lx1{
    margin-bottom: 20px;
    height: 53px;
}
.lx1s{
    width: 48%;
    position: relative;
}
.lx1s i{
    display: inline-block;
    color: #999;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 11px;
}
.lx1s i.icon-xingming{
    font-size: 20px;
}
.lx1s i.icon-dianhua{
    font-size: 22px;
}
.lx1s i.icon-dizhi{
    font-size: 30px;
    top: 5px;
}
.lx1s i.icon-youxiang{
    font-size: 22px;
}
.lx1s label{
    display: inline-block;
    color: #575757;
    font-size: 16px;
    line-height: 53px;
    position: absolute;
    left: 70px;
}
.lx1s label b{
    color: #ff0000;
}
.lx1s input{
    border: 1px solid #e4e4e4;
    height: 53px;
    line-height: 51px;
    width: 100%;

}
.jl1{
    padding-left: 175px;
}
.jl2{
    padding-left: 155px;
}
.jl3{
    padding-left: 180px;
}
.jl4{
    padding-left: 160px;
}
.lx1s input:focus{
    box-shadow: 0px 0px 10px #ccc;
}


.lx2{
    position: relative;
}
.lx2 i{
    display: inline-block;
    color: #999;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 11px;
}
.lx2 i.icon-tianxiegongdan-kuozhan-hebing{
    font-size: 20px;
}
.lx2 label{
    display: inline-block;
    color: #575757;
    font-size: 16px;
    line-height: 53px;
    position: absolute;
    left: 70px;
}
.lx2 label b{
    color: #ff0000;
}
.lx2 textarea{
    border: 1px solid #e4e4e4;
    height: 346px;
    line-height: 25px;
    width: 100%;
    padding-left: 150px;
    padding-top: 14px;
    resize: none;
}
.lx2 textarea:focus{
    box-shadow: 0px 0px 10px #ccc;
}
.lx3{
    margin-top: 28px;
    text-align: center;
}
.lx3 input{
    width: 312px;
    margin: 0 auto;
    line-height: 46px;
    background-color: #004684;
    border-radius: 25px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


/*新闻中心*/
.inner_fr_news{
    margin: 30px 0px;
    overflow: hidden;
}
.inner_fr_news li{
    float: left;
    width: 50%;
    padding: 0px 19px;
    overflow: hidden;
    margin-bottom: 25px;
}
.inner_fr_news li a{
    display: block;
    border: 1px solid #eee;
    padding: 14px;
    border-radius: 10px;
    transition: .5s;
}
.inner_fr_news li a .pic{
    float: left;
    width: 152px;
    height: 101px;
}
.inner_fr_news li a .pic:after{
    padding-bottom: 66.4%;
}
.inews_txt{
    margin-left: 170px;
}
.inews_txt1{
    font-size: 16px;
    color: #1f1f1f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #979797;
}
.inews_txt2:after{
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background-color: #004684;
    margin: 8px 0px;
}
.inews_txt3{
    color: #717171;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.inews_txt3 em{
    color: #004684;
    font-style: normal;
}
.inner_fr_news li a:hover{
    border: 1px solid #004684;
    background-color: #004684;
    box-shadow: 0px 0px 10px #ccc;
}
.inner_fr_news li a:hover .inews_txt1{
    color: #fff;
}
.inner_fr_news li a:hover .inews_txt2{
    color: #fff;
}
.inner_fr_news li a:hover .inews_txt2:after{
    background-color: #fff;
}
.inner_fr_news li a:hover .inews_txt3{
    color: #fff;
}
.inner_fr_news li a:hover .inews_txt3 em{
    color: #fff;
}

/*新闻详情*/
.inner_fr_newsshow{
    margin: 20px 0px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}
.show_title span{
    color:#333;
    margin:0px 10px;
    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:25px;
    color:#4c4c4c;
    padding:20px 0px;
    border-bottom:1px solid #dcdcdc;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    overflow:hidden;
    float: left;
    width: 75%;
}
.show_back_fl li{
    margin-bottom:10px;
    line-height:25px;
    color:#767676;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#004684;
}
.show_back_fr{
    float: right;
    width: 20%;
    overflow:hidden;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size: 16px;
    background: #004684 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*行业应用*/
.inner_fr_hyyy{
    margin: 16px 0px;
    overflow: hidden;
}
.inner_fr_hyyy li{
    overflow: hidden;
    margin-bottom: 15px;
}
.inner_fr_hyyy li a{
    display: block;
    background-color: #f2f3f6;
    overflow: hidden;
    padding: 10px 13px;
    margin: 5px;
    transition: .5s;
}
.inner_fr_hyyy li a .pic{
    float: left;
    width: 365px;
    height: 201px;
}
.inner_fr_hyyy li a .pic:after{
    padding-bottom: 55%;
}
.ihyyy_txt{
    margin-left: 385px;
}
.ihyyy_txt1{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.ihyyy_txt2{
    color: #666;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.ihyyy_txt3{
    float: right;
    margin-top: 15px;
    width: 125px;
    line-height: 36px;
    background-color: #004684;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}
.inner_fr_hyyy li a:hover{
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.inner_fr_hyyy li a:hover .ihyyy_txt3{
    background-color: #d51111;
}


/*行业应用详情*/
.inner_fr_hyyyshow{
    margin: 20px 0px;
    overflow: hidden;
}
.inner_fr_hyyyshow .show_content{
    border: none;
}


/*应用设备*/
.inner_fr_yysb{
    margin: 16px 0px;
    overflow: hidden;
}
.inner_fr_yysb li{
    overflow: hidden;
    margin-bottom: 15px;
}
.inner_fr_yysb li a{
    display: block;
    background-color: #f2f3f6;
    overflow: hidden;
    padding: 10px 13px;
    margin: 5px;
    transition: .5s;
}
.inner_fr_yysb li a .pic{
    float: left;
    width: 292px;
    height: 201px;
}
.inner_fr_yysb li a .pic:after{
    padding-bottom: 68.75%;
}
.iyysb_txt{
    margin-left: 325px;
}
.iyysb_txt1{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.iyysb_txt2{
    color: #666;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.iyysb_txt3{
    float: right;
    margin-top: 15px;
    width: 125px;
    line-height: 36px;
    background-color: #004684;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}
.inner_fr_yysb li a:hover{
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.inner_fr_yysb li a:hover .iyysb_txt3{
    background-color: #d51111;
}

/*应用设备详情*/
.inner_fr_yysbshow{
    margin: 20px 0px;
    overflow: hidden;
}
.inner_fr_yysbshow .show_content{
    border: none;
}

/*产品展示*/
.inner_fr_pro{
    margin: 20px 0px;
    overflow: hidden;
}
.inner_fr_pro li{
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.inner_fr_pro li a{
    display: block;
    border: 1px solid #eee;
    margin: 5px;
    transition: .5s;
}
.inner_fr_pro li a .pic:after{
    padding-bottom: 92%;
}
.ipro_txt{
    padding: 10px;
    overflow: hidden;
    border-top: 1px solid #eee;
    text-align: justify;
}
.ipro_txt1{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.ipro_txt2{
    color: #666;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.inner_fr_pro li a:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.inner_fr_pro li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*产品详情*/
.inner_fr_proshow{
    margin: 20px 0px;
}
.inner_fr_proshow .show_content{
    border: none;
}
.proshow_b{
    border-top: 1px dashed #c4c4c4;
    padding-top: 20px;
}
.proshow_b_title{
    font-size: 16px;
    font-weight: bold;
    color: #004684;
    margin-bottom: 24px;
}
.proshow_b_con{
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.proshows a{
    display:block;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 5px;
}
.proshow_b_con a .pic:after{
    padding-bottom: 92%;
}
.proshow_b_con .swiper-button-next, .proshow_b_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 29px;
    height: 29px;
    margin-top: -14px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-image: none;
    color: #a0a0a0;
    background-color: #e6e6e6;
    border-radius: 180px;
}
.proshow_b_con .swiper-button-next i,.proshow_b_con .swiper-button-prev i{
    display: inline-block;
    font-size: 26px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}
.proshow_b_con .swiper-button-next:hover ,.proshow_b_con .swiper-button-prev:hover{
    color: #fff;
    background-color: #004684;
}
.proshow_b_con .swiper-button-prev{
    left: -5%;
    right: auto;
    transform: rotateY(-180deg);
}
.proshow_b_con .swiper-button-next{
    right: -5%;
    left: auto;
}
.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;
}
.proshow_b_con .swiper-pagination2{
    display: none;
    width: 100%;
    bottom: -25px;
}
.proshow_b_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #f75252;
    border-radius: 25px;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
}
.proshow_b_con .swiper-pagination-bullet-active{
    background-color: #d51111;
}
.proshow_b_con a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.proshow_b_con a:hover{
    box-shadow: 0px 0px 10px #ccc;
}




@media (min-width:1701px) and (max-width:1760px){

}


@media (min-width:1501px) and (max-width:1700px){
    .footer2_fc{
        width: 26%;
        margin: 0 3%;
    }
    .footer2_fc p{
        margin-left: 20px;
    }
    .yysb_con li{
        padding: 0 20px;
    }
    .hyyy_con li{
        padding: 0 20px;
    }
    .inner_fr_honor li{
        padding: 0px 15px;
    }
}

@media (min-width:1280px) and (max-width:1500px){
    .container1{
        width:90%;
    }
    .container2{
        width:90%;
    }
    .footer2 .container2{
        width:90%;
    }
    .menupc li a{
        font-size: 15px;
        padding: 0px 16px;
    }
    .footer2_fc{
        width: 26%;
        margin: 0 3%;
    }
    .footer2_fc p{
        margin-left: 20px;
    }
    .about_con{
        max-width: 100%;
    }
    .yysb_con li{
        padding: 0 15px;
    }
    .hyyy_con li{
        padding: 0 15px;
    }
    .inner_fr_honor li{
        padding: 0px 13px;
    }
    .icontact_fr{
        width: 40%;
    }
    .inner_fr_news li{
        padding: 0px 12px;
    }
    .inner_fr_pro li{
        padding: 0px 8px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width:95%;
    }
    .container2{
        width:95%;
    }
    .footer2 .container2{
        width:95%;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0px 16px;
    }
    .footer2_fc{
        width: 26%;
        margin: 0 3%;
    }
    .footer2_fc p{
        margin-left: 20px;
    }
    .about_con{
        max-width: 100%;
    }
    .yysb_con li{
        padding: 0 15px;
    }
    .hyyy_con li{
        padding: 0 15px;
    }
    .pro_con .swiper-button-prev{
        left: -2.5%;
    }
    .pro_con .swiper-button-next{
        right: -2.5%;
    }
    .inner_fr_honor li{
        padding: 0px 13px;
    }
    .icontact_fr{
        width: 40%;
    }
    .icontact_fr h3{
        margin-bottom: 15px;
    }
    .inner_fr_news li{
        padding: 0px 10px;
    }
    .inner_fr_pro li{
        padding: 0px 8px;
    }
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .footer2 .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .footer2_fc{
        width: 26%;
        margin: 0 3%;
    }
    .footer2_fc p{
        margin-left: 20px;
    }
    .about_con{
        max-width: 100%;
    }
    .about_con_fr{
        font-size: 16px;
    }
    .index_more a{
        font-size: 15px;
    }
    .about_con_fl{
        width: 320px;
    }
    .yysb_con li{
        padding: 0 10px;
    }
    .hyyy_con li{
        padding: 0 10px;
    }
    .hyyy_txt h3{
        font-size: 20px;
    }
    .pro_con .swiper-button-next, .pro_con .swiper-button-prev{
        display: none;
    }
    .pro_con .swiper-pagination1{
        display: block;
    }
    .proshow_b_con{
        max-width: 100%;
    }
    .proshow_b_con .swiper-button-next, .proshow_b_con .swiper-button-prev{
        display: none;
    }
    .proshow_b_con .swiper-pagination2{
        display: block;
    }
    .pros a{
        padding: 15px 12px;
    }
    .pro_txt3 i{
        color: #ccc;
    }
    .yysb_txt3 i{
        color: #ccc;
    }
    .inner_fl{
        width: 280px;
        margin-top: 0;
    }
    .inner_fr{
        margin-left: 300px;
    }
    .inner_fr_honor li{
        padding: 0px 8px;
        margin-bottom: 16px;
    }
    .inner_qyxx2{
        width: 100%;
        max-width: 80%;
    }
    .inner_qyxx2 li{
        width: 40% !important;
        height: 265px !important;
        margin: 0% 5% 5% 5%!important;
        max-width: 40% !important;
        min-height: 265px !important;
    }
    .inner_qyxx2 li:nth-child(1) a img,.inner_qyxx2 li:nth-child(6) a img{
        position: absolute;
        top: 0;
        left: 0;
        height: 265px;
        width: 467px;
        max-width: 467px;
    }
    .inner_qyxx2 li:nth-child(2) a img,.inner_qyxx2 li:nth-child(3) a img,.inner_qyxx2 li:nth-child(4) a img,.inner_qyxx2 li:nth-child(5) a img{
        position: absolute;
        top: 0;
        left: 0;
        height: 265px;
        width: 225px;
        max-width: 225px;
    }
    .qyxx2_txt{
        height: 104px;
    }
    .inner_qyxx2 li a:hover .qyxx2_txt{
        height: 104px;
    }
    .icontact_fr{
        width: 40%;
    }
    .icontact_fr h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .iewm{
        margin: 15px 0px 0px 40px;
    }
    .lx1s i{
        left: 10px;
    }
    .lx1s label{
        left: 50px;
    }
    .lx2 i{
        left: 10px;
    }
    .lx2 label{
        left: 50px;
    }
    .lx2 textarea{
        height: 200px;
    }
    .inner_fr_news li{
        padding: 0px 10px;
    }
    .inner_fr_hyyy li a .pic{
        width: 300px;
        height: 165px;
    }
    .ihyyy_txt{
        margin-left: 320px;
    }
    .ihyyy_txt2{
        height: 75px;
    }
    .inner_fr_yysb li a .pic{
        width: 240px;
        height: 165px;
    }
    .iyysb_txt{
        margin-left: 270px;
    }
    .iyysb_txt2{
        height: 75px;
    }
    .inner_fr_pro li{
        padding: 0px 5px;
    }
}

@media(max-width:768px) {
    .footer1 li a{
        font-size: 14px;
    }
    .footer2_fc img{
        max-width: 50%;
    }
    .about_con_fr{
        margin-left: 30px;
    }
    .yysb_con li{
        padding: 0 5px;
    }
    .yysb_con li a{
        padding: 6px;
    }
    .yysb_txt1{
        margin: 10px 0px;
    }
    .hyyy_txt h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .hyyy_con li{
        padding: 0 5px;
    }
    .pro_txt1{
        margin: 10px 0px 5px 0px;
    }
    .inner_fl{
        width: 250px;
    }
    .inner_fr{
        margin-left: 270px;
    }
    .inner_fr_honor li{
        width: 50%;
    }
    .inner_fr_title p{
        float: none;
    }
    .inner_fr_title span{
        float: none;
    }
    .inner_qyxx2{
        max-width: 100%;
    }
    .inner_fr_contact{
        margin: 20px 0px;
    }
    .icontact_fl{
        float: none;
        width: 100%;
    }
    .icontact_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .icontact_fr h3{
        margin-bottom: 10px;
    }
    .iewm {
        margin: 10px 0px 0px 40px;
    }
    .lx1{
        height: auto;
    }
    .lx1 .fl{
        float: none;
        margin-bottom: 20px;
    }
    .lx1 .fr{
        float: none;
    }
    .lx1s{
        width: 100%;
    }
    .inner_fr_news li{
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .show_back_fl{
        width: 70%;
    }
    .show_back_fr{
        width: 25%;
    }
    .inner_fr_hyyy li{
        float: left;
        width: 50%;
        padding: 0px 5px;
    }
    .inner_fr_hyyy li a{
        margin: 0;
    }
    .inner_fr_hyyy li a .pic{
        float: none;
        width: 100%;
        height: auto;
    }
    .ihyyy_txt{
        margin-top: 15px;
        margin-left: 0;
    }
    .ihyyy_txt1{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ihyyy_txt3{
        float: none;
        margin: 15px auto 10px auto;
    }
    .inner_fr_yysb li{
        float: left;
        width: 50%;
        padding: 0px 5px;
    }
    .inner_fr_yysb li a{
        margin: 0;
    }
    .inner_fr_yysb li a .pic{
        float: none;
        width: 100%;
        height: auto;
    }
    .iyysb_txt{
        margin-top: 15px;
        margin-left: 0;
    }
    .iyysb_txt1{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .iyysb_txt3{
        float: none;
        margin: 15px auto 10px auto;
    }
    .inner_fr_pro li{
        width: 50%;
    }
}

@media(max-width:600px) {
    .footer1 li{
        width: 33.3%;
    }
    .footer1 li:nth-child(1){
        float: none;
        width: 100%;
        background: none;
    }
    .footer1 li:nth-child(4){
        background: none;
    }
    .footer2{
        padding: 30px 0px;
    }
    .footer2_fl{
        float: none;
        width: 100%;
    }
    .footer2_fl img{
        max-width: 80%;
    }
    .footer2_fc{
        float: none;
        width: 100%;
        margin: 20px 0;
    }
    .footer2_fr{
        float: none;
        width: 100%;
    }
    .footer2_fc img{
        max-width: 30%;
    }
    .footer2_fr span{
        text-align: center;
        line-height: 20px;
    }
    .home-about{
        margin: 30px auto;
    }
    .about_info{
        display: inherit;
    }
    .about_con_fl{
        width: 100%;
        margin-bottom: 15px;
    }
    .about_con_fl img{
        max-width: 25%;
    }
    .about_con_fr{
        width: 100%;
        margin-left: 0;
    }
    .home-contact{
        padding: 30px 0;
    }
    .index_title h3{
        font-size: 24px;
    }
    .contact_con{
        margin-top: 20px;
    }
    .contact_fl{
        float: none;
        width: 100%;
    }
    .contact_fl_b h3{
        margin-bottom: 10px;
    }
    .contact_fl_b p{
        margin-bottom: 10px;
    }
    .contact_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .ly2{
        margin: 0 auto;
    }
    .home-yysb{
        margin: 0 auto 30px auto;
    }
    .yysb_con{
        margin: 10px 0px 10px 0px;
    }
    .yysb_con li{
        width: 50%;
    }
    .home-hyyy{
        margin: 30px auto 10px auto;
    }
    .hyyy_con{
        margin: 20px 0px 10px 0px;
    }
    .hyyy_con li{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .home-pro{
        padding: 30px 0px 60px 0px;
    }
    .pro_con{
        margin-top: 20px;
    }
    .inner-main{
        margin: 30px auto;
    }
    .inner_fl{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .inner_fr{
        margin-left: 0;
        margin-top: 20px;
    }
    .inner_fl_b{
        display: none;
    }
    .inner_fr_about{
        margin: 20px 0px;
    }
    .inner_fr_honor{
        margin: 20px 0px;
    }
    .inner_fr_honor li{
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .inner_fl_tcon li{
        line-height: 36px;
    }
    .inner_fl_tcon li a:after{
        top: 14px;
    }
    .inner_fr_qywh{
        margin: 20px 0px;
    }
    .inner_qywh1{
        margin-bottom: 20px;
    }
    .inner_qywh1 h3{
        margin-bottom: 5px;
        font-size: 20px;
    }
    .inner_qywh1 p br{
        display: none;
    }
    .inner_qyxx2{
        width: 100%;
    }
    .inner_qyxx2 li{
        width: 48% !important;
        margin: 1% !important;
        max-width: 48% !important;
        height: 265px !important;
        max-height: 265px !important;
    }
    .qyxx2_txt h3{
        font-size: 16px;
    }
    .qyxx2_txt p{
        font-size: 14px;
    }
    .iewm{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .iewm img{
        margin: 0 auto;
    }
    .lx3 input{
        width: 240px;
    }
    .inner_fr_news{
        margin: 20px 0px;
        overflow: hidden;
    }
    .inner_fr_news li a{
        padding: 10px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_back_fl{
        width: 60%;
    }
    .show_back_fr{
        width: 30%;
    }
    .show_back_fr a{
        background: #004684 url(../images/return.png) no-repeat 18px center;
        padding-right: 18px;
    }
    .ihyyy_txt3{
        width: 120px;
    }
    .iyysb_txt3{
        width: 120px;
    }
    .inner_fr_pro li{
        padding: 0;
        margin-bottom: 10px;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














