@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
@font-face { 
	font-family: 'georgia'; 
	src: url('../fonts/georgia.eot'); 
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'), 
	url('../fonts/georgia.ttf') format('truetype'), 
	url('../fonts/georgia.svg#minijianyaya') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
.container1{
	width:74%;
	margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:30px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
	margin:0px 130px 0px 0px;
}
.menupc li{
	float: left;
	text-align: center;
	position: relative;
	line-height:100px;
}
.menupc li a{
	display:block;
	color:#1a1a1a;
	padding: 0px 32px;
	font-size:18px;
}
.menupc li a i{
	background:url(../images/jj.png) no-repeat bottom center;
	height:5px;
	width:100%;
	left:0px;
	bottom:0px;
	position:absolute;
	z-index:9999;
	display:none;
}
.menupc li a:hover i{
	display:block;
}
.menupc li:hover a i{
	display:block;
}
.menupc li:hover a{
	color:#00395f;
}
.menupc li a:hover{
	color:#00395f;
}
.menupc li .current{
	color:#00395f;
}
.menupc ul{
	background-color:#fff !important;
	position: absolute;
	display:none;
	left: 0;
	top:100px;
	overflow: hidden;
	z-index: 999;
	width:100%;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
    line-height: 40px;
	width:100%;
}
.menupc ul li a{
	display: block;
	font-size: 16px;
	position: static;
	color:#333 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 10px;
}
.menupc ul li a:hover{
	color:#fff !important;
	background-color:#00395f !important;
}
.menupc ul li .current{
	color:#fff !important;
	background-color:#00395f !important;
}
.menupc ul.subnav {
	display: block;
}

.nav-fr{
	float:right;
	display:block;
}
.nation{
	margin-top:32px;
	overflow:hidden;
}
.nation a{
	display:block;
	width:108px;
	line-height:36px;
	font-size:16px;
	background-color:#c52153;
	color:#fff;
	text-align:center;
	border-radius:25px;
}


/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0px;
	line-height:70px;
	display:none;
	color:#666;
}
.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/search.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.daohang{
		height:70px;
	}
	.yx a{
		padding-top:15px;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
	.nav-fr{
		display:none;
	}
}

.home-about{
	width:100%;
	margin:50px auto 25px auto;
	overflow:hidden;
}
.index_title{
	overflow:hidden;
	text-align:center;	
}
.index_title h3{
	font-size:27px;
	color:#00375d;
	font-weight:bold;
    margin-bottom: 30px;	
	position:relative;
}
.index_title h3:after{
	content:'';
	display:block;
	width:68px;
	height:2px;
	background-color:#c52153;
	position: absolute;
    margin-left: 50%;
    left: -34px;
	bottom: -15px;
}
.index_title span{
	font-size:20px;
	color:#000;
	font-family:"Times New Roman";
	font-weight:normal;
	text-transform:uppercase;
}
.index_title p{
	font-size:16px;
	color:#666;
}
.about_con{
	margin-top:45px;
	overflow:hidden;
}
.about_con_fl{
	overflow:hidden;
}
.about_fl1{
	margin-bottom:27px;
	overflow:hidden;
	color:#00395f;
	border-left:3px solid #c52153;
	padding-left:12px;
}
.about_fl1 h3{
	font-size:19px;
	font-weight:normal;
}
.about_fl1 p{
	font-size:14px;
    margin-top: 5px;	
}
.about_fl2{
	margin-bottom:40px;
	overflow:hidden;
	line-height:25px;
	color:#666;
	font-size:15px;
}
#shuzi{
	
}
#shuzi li{
	text-align:center;
}
#shuzi .num {
	text-align:center;
	font-size:14px;
	color:#c52153;
}
#shuzi .num span{ 
	font-size:45px;
	color:#c52153;
	font-weight:bold;
	text-align:center;
	font-family: 'Arial'; 
}
#shuzi .text{
	font-size:15px;
	color:#c52153;
	text-align:center;
}
#shuzi .aimg{
	margin-top:5px;
	overflow:hidden;
}
#shuzi .aimg img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.about_con_fr{
	overflow:hidden;
	margin:25px 0px;
}
.block_home_slider {
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/PIE.htc); /*半透明兼容*/
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}
.block_home_slider .slide {position:relative;}
.block_home_slider .flex-direction-nav a {width:50px; height:36px;display:block; position:absolute; bottom:0; text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev { background:url(../images/al.jpg) no-repeat left center; right:51px;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background:url(../images/al_h.jpg) no-repeat left center;}
.block_home_slider .flex-direction-nav a.flex-next {right:0px; background:url(../images/ar.jpg) no-repeat right center;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background:url(../images/ar_h.jpg) no-repeat right center;}
.block_home_slider .flex-control-paging {display:inline-block;position: absolute;bottom: 10px;z-index: 888;}
.block_home_slider .flex-control-paging li {
	margin: 0px 5px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {width:0px; height:0px; display:block; text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}
.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}


.home-pro{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	padding:50px 0px 55px 0px;
	overflow:hidden;
}
.pro_con{
	margin-top:48px;
	overflow:hidden;
}
.pro_con li{
	margin-bottom:22px;
	overflow:hidden;
}
.pro_con li a{
	display:block;
}
.pro_img{
	overflow:hidden;
	position:relative;
	width:100%;
}
.pro_img img{
	transition: .5s;
}
.pro_img:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}
.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;
	z-index:999;
}
.pro_con li a:hover .pro_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pro_txt{
	background-color:#fff;
	overflow:hidden;
	padding:20px 17px;
	border:1px solid #eee;
}
.pro_txt h3{
	float:left;
	color:#1a1a1a;
	font-size:18px;
	line-height:29px;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_txt span{
	float:right;
	background:url(../images/jt.jpg) no-repeat center center;
	width:59px;
	height:29px;
}
.pro_txt p{
	clear:both;
	padding-top:8px;
	line-height:22px;
	color:#666;
	font-size:16px;
	height:52px;
	overflow:hidden;
}
.pro_con li a:hover .pro_txt{
	background-color:#00375d;
	border:1px solid #00375d;
}
.pro_con li a:hover .pro_txt h3{
	color:#fff;
}
.pro_con li a:hover .pro_txt p{
	color:#fff;
}


.home-news{
	width:100%;
	margin:50px auto;
	overflow:hidden;
}
.news_title{
	height: 112px;
    overflow: hidden;
    text-align: center;
}
.news_title p{
    font-family: 'georgia';
    font-size: 72px;
    color: #e5e5e5;
    margin-top: 5px;	
    text-transform: uppercase;	
}
.news_title h3{
	font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-top: -73px;
    margin-bottom: 5px;
}
.news_title span{
    color: #666;	
}
.newsbg{
    background: url(../images/newsbg.png) no-repeat 58.5% center;
}
.news_con{
	margin:50px 0px 20px 0px;
}
#owl-demo{
    width:100%;
	margin:0 auto;
}
#owl-demo .item {
    display: block;
	overflow:hidden;
	margin:0px 10px;
	position: relative;	
}
.news_fl{
	overflow:hidden;
	text-align:center;
}
.news_fl p{
	font-size:30px;
	color:#666;
	font-weight:bold;
}
.news_fl span{
	padding-top:5px;
	display:inline-block;
	border-top:1px solid #ccc;
	color:#333;
}
#owl-demo a:hover .news_fl p{
	color:#00395f;
}
#owl-demo a:hover .news_fl span{
	color:#666;
}
.news_fr{
	overflow:hidden;
}
.news_fr_txt{
	overflow:hidden;
	margin-bottom:20px;
}
.news_fr_txt h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_fr_txt p{
	color:#666;
	line-height:25px;
}
.news_fr_img{
	overflow:hidden;
	position:relative;
}
.news_fr_img:after{
	content:'';
	display:block;
	padding-bottom:65.6%;
}
.news_fr_img img{
	transition: .5s;
	border-radius:5px;
}
#owl-demo a:hover .news_fr_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
#owl-demo .owl-pagination{
	display:none;
}
#owl-demo.owl-theme .owl-controls .owl-buttons {
    margin-top: 0;
    position: inherit;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
    top: -115px;
    margin: 0;
    padding: 0;
    opacity: 1;
	width: 26px;
	height:26px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 63%;
	background:url(../images/prev01.jpg) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:32.5%;
	background:url(../images/next01.jpg) no-repeat right center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div:hover.owl-prev {
	background:url(../images/prev01_h.jpg) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div:hover.owl-next {
	background:url(../images/next01_h.jpg) no-repeat right center;
}

footer{
	width:100%;
	margin:0 auto;
}
.footer2{
	width:100%;
	margin:0 auto;
	background-color:#012036;
	padding:8px 0px;
}
.footer2 p{
	text-align:center;
	line-height:25px;
	color:#fff;
}
.footer2 p a{
	color:#fff;
}
.footer2 p a:hover{
	color:#1e6494;
}
.footer1{
	width:100%;
	margin:0 auto;
	background-color:#00375d;
	padding:50px 0px 0px 0px;
	overflow:hidden;
}
.footer1_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.footer1_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_fr p{
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.footer1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.footer1_fc{
	margin-bottom:25px;
	overflow:hidden;
	border-right:1px solid #0f5484;
}
.footer1_fc li{
	line-height:30px;
	height:150px;
	overflow:hidden;
	border-left:1px solid #0f5484;
}
.footer1_fc li a{
	display:block;
	color:#fff;
	text-align:center;
	font-size:16px;
	background:url(../images/title.jpg) no-repeat bottom center;
	padding-bottom:10px;
}
.menulist{
	margin-top:10px;
}
.menulist li{
	height:25px;
	line-height:25px;
	border:none;	
}
.menulist li a{
	display:block;
	background:none;
	padding-bottom:0;
	font-size:14px;
}
.menulist li a:hover{
	color:#1e6494;
}


/*关于我们*/
.inner-main{
	width:100%;
	margin:0 auto;
}
.inner_main_title{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	overflow:hidden;
}
.inner_location{
	float:left;
	overflow:hidden;
}
.inner_location p{
	font-weight:bold;
	font-size:30px;
	color:#00395f;
	line-height:100px;
}
.inner_title{
	float:right;
	overflow:hidden;
	margin-top:29px;
}
.inner_title li{
	float:left;
	position:relative;
}
.inner_title li a{
	display:block;
	color:#333;
	font-size:16px;
	padding:0px 22px;
	text-align:center;
	line-height:43px;
}
.inner_title li a:hover{
	color:#fff;
	background-color:#00395f;
	border-radius:5px;
}
.inner_title li .current{
	color:#fff;
	background-color:#00395f;
	border-radius:5px;
}
.inner_main_con{
	width:100%;
	margin:50px auto;
	overflow:hidden;
}
.inner_con_about{
	overflow:hidden;
	line-height:25px;
	color:#666;
	font-size:15px;
}
.inner_con_about img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.inner_about_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.ia_f1{
	margin-bottom:40px;
	overflow:hidden;
}
.ia_f1 h1{
	font-size:75px;
	color:#eee;
	font-weight:bold;
	font-family:"Arial";
	text-transform:uppercase;
}
.ia_f1 h3{
	font-size:24px;
	color:#00395f;
	font-weight:normal;
	position:relative;
	padding-left:100px;
    margin: 10px 0px 20px 0px;	
}
.ia_f1 h3:before{
	content:'';
	display:block;
	width:70px;
	position:absolute;
	height:2px;
	left:0;
	top:13px;
	background-color:#00395f;
}
.inner_about_fr{
	overflow:hidden;
}


/*联系我们*/
.inner_con_contact{
	background-color:#fff;
	padding:3%;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	box-shadow:0px 0px 10px #ccc;
	border-radius:5px;
	margin:5px 0px 25px 0px;
}
.contact_title{
	color:#333;
	font-size:30px;
	text-align:center;
	margin-bottom:3%;
}
.lxfs{
	margin-bottom: 3%;
	overflow:hidden;
	padding:0 7%;
}
.lxfs1{
	margin-bottom:25px;
	overflow:hidden;
}
.lxfs1 img{
	max-width: 100%;
	height: auto;
	float:left;
}
.lxfs1 p{
	width:75%;
	font-size:16px;
	color:#333;
    float: left;
    margin-left: 20px;
	line-height:25px;	
}
.map{
	overflow:hidden;
}
.map img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
}


/*客户留言*/
.inner_con_feedback{
	padding:5%;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	box-shadow: 0px 0px 3px #d2d2d2;
	border-radius:10px;
	margin-bottom:15px;
	margin-top:3px;	
}
.ly_title{
	margin-bottom:5%;
	overflow:hidden;
	text-align:center;
}
.ly_title h3{
	font-size:35px;
	color:#4c4c4c;
	font-weight:normal;
	margin-bottom: 5px;
}
.ly_title h3:after{
	content:'';
	display:block;
	width:30px;
	margin:0 auto;
	height:2px;
	background-color:#46c1f7;
	margin-top: 10px;
}
.ly_title p{
	color:#999;
}
.ly_con{
	overflow:hidden;
}
.ly{
	position:relative;
}
.ly_con label{
	position:absolute;
	left:30px;
	top:3px;
}
.ly_con textarea{
	padding-top:8px;
	resize:none;
}
.ly_con a{
	position:absolute;
	right:16px;
	top:1px;
	border-left: 1px solid #ccc;
}


/*产品中心*/
.inner_con_product{
	overflow:hidden;
}
.inner_con_product li{
	margin-bottom:22px;
	overflow:hidden;
}
.inner_con_product li a{
	display:block;
}
.inner_con_product li a:hover .pro_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inner_con_product li a:hover .pro_txt{
	background-color:#00375d;
	border:1px solid #00375d;
}
.inner_con_product li a:hover .pro_txt h3{
	color:#fff;
}
.inner_con_product li a:hover .pro_txt p{
	color:#fff;
}


/*分页*/
.pagination{
	text-align:center;
	margin: 10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#fff;
	margin:0px 0px 10px 0px;
}
.pagination a:hover{
	color:#fff;
	background-color:#00375d;
	border:1px solid #00375d;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#00375d;
	border:1px solid #00375d;
}

/*产品详情*/
.inner_con_proshow{
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size:24px;
    font-weight:normal;
    text-align: center;
    color: #333;
	padding-bottom: 20px;
}
.show_title span{
	color:#999;
	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:26px;
	color:#666;
	padding:30px 10px;
	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{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#767676;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fl li a:hover{
	color:#00395f;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #00395f url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}


/*新闻详情*/
.inner_con_newsshow{
	overflow:hidden;
}


/*新闻资讯*/
.inner_con_news{
	overflow:hidden;
}
.inner_con_news li{
	margin-bottom:15px;
	overflow:hidden;
	padding:0px 7px;
	position:relative;
}
.inner_con_news li a{
	display:block;
}
.inews_img{
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:9;
}
.inews_img img{
	transition: .5s;
	border-radius: 5px 5px 0px 0px;
}
.inews_img:after{
	content:'';
	display:block;
	padding-bottom:65.6%;
}
.inews_txt{
	border:1px solid #eee;
	padding:20px 13px;
	overflow:hidden;
	position:relative;
    z-index: 99;
	transition: .5s;
	height:92px;
}
.inews_txt1{
	margin-bottom:20px;
	overflow:hidden;
	line-height:25px;
	display:none;
}
.inews_txt1 h3{
	float:left;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inews_txt1 span{
	float:right;
	font-size:12px;
	color:#d1ecfe;
}
.inews_txt2{
	overflow:hidden;
	color:#666;
	line-height:25px;
	height:50px;
}
.inews_txt3{
	display:none;
	background:url(../images/njt.png) no-repeat left center;
	width:50px;
	height:16px;
}
.inner_con_news li a:hover .inews_txt{
	background-color:#00395f;
	border:1px solid #00395f;
	margin-top:-92px;
	height:184px;
}
.inner_con_news li a:hover .inews_txt1{
	display:block;
}
.inner_con_news li a:hover .inews_txt2{
	color:#fff;
	margin-bottom:25px;
}
.inner_con_news li a:hover .inews_txt3{
	display:block;
}




@media(max-width:320px) {
	
}

@media(max-width:414px) {
	.about_fl1{
		margin-bottom:25px;
	}
	.about_fl2{
		margin-bottom:25px;
	}
	#shuzi .num span{
		font-size:26px !important;
	}
	#shuzi li{
		padding:0;
	}
	.ia_f1 h1{
		font-size:30px !important;
	}
	.show_title h3{
		font-size:18px;
		line-height:25px;
	}
}
	
@media(max-width:700px) {
	.newsbg{
		background:none;
		height:100px;
	    padding: 20px 0px;	
	}
	.footer1_fc{
		display:none;
	}
	.inner_main_title{
		padding:10px 0px;
	}
	.inner_location{
		float:none;
		width:100%;
	}
	.inner_location p{
		line-height:40px;
		font-size: 22px;
	}
	.inner_title{
		float:none;
		width:100%;
		margin:10px 0px;
	}
	.inner_title li a{
		line-height:40px;
	}
	.inner_title li{
		margin-right:0 !important;
	}
	.ly{
		margin-bottom:15px;
	}
}

@media(max-width:768px) {
	#shuzi .num span{
		font-size:30px;
	}
	.ia_f1 h1{
		font-size:40px;
	}
	.lxfs1 p{
		margin-left:10px;
	}
}

@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;
	}
	#owl-demo.owl-theme .owl-controls .owl-buttons div{
		top:-35px;
	} 
	#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 35%;
	}
	#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
		right:35%;
	}
	.newbg{
		background: url(../images/newbg.png) no-repeat center center;
	}
	
}


@media (min-width:1280px) and (max-width:1500px){
	.navdaohang{
		margin-right:40px;
	}
	.menupc li a{
		padding:0px 25px;
	}
	.container1{
		width:95%;
	}
}

@media (min-width:1501px) and (max-width:1700px){
	.navdaohang{
		margin-right:60px;
	}
	.menupc li a{
		padding:0px 25px;
	}
	.container1{
		width:85%;
	}
}

@media (min-width:1701px) and (max-width:1866px){
	
}
































