@charset "utf-8";
/* 全局控制 */
html {
	font-size: 14px;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Arial;
	color: #323232;
	line-height: 1.8rem;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}
ul, li {
	list-style-type: none;
}
a {
	color: #323232;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
input, img {
	vertical-align: middle;
}
input {
	border: none;
	outline: medium;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.bk {
	border: 1px solid #dcdcdc;
}
.text_l {
	text-align: left;
}
.text_r {
	text-align: right;
}
.text_c {
	text-align: center;
}
.p_top_bottom3 {
	padding: 3rem 0;
}
.p_top_bottom1 {
	padding: 1rem 0;
}
.box_m {
	margin: 1rem 0;
}
.box_mtop {
	margin-top: 1rem;
}
.box_p {
	padding: 1rem 0;
}
.box_ptop {
	padding-top: 2rem;
}
.box_pbottom {
padding-bottom:.5rem;
}
.color_l {
	color: #000;
}
.color_w {
	color: #fff;
}
.img100 {
	max-width: 100%;
}
.no-pleft {
	padding-left: 0;
}
.no-pright {
	padding-right: 0;
}
.pcblock {
	display: none;
}
/*顶部*/
.navbar-brand2 {
	display: none;
}
.navbar-img {
	display: none;
}
.nav-bg {
	background: #0067d0;
}
.nav-color {
	color: #ffffff;
}
.nav-color a {
	color: #ffffff;
}
.nav-color a:hover {
	color: #ffffff;
}
.dropdown:hover .dropdown-menu {
	display: block;
}

/*优势*/
.youshibg{
	background: url(../images/youshibg.jpg) no-repeat top center;
	
}
.about-line{
	border-left: 8px solid #0067d0;
}
/*新闻中心*/
.list-title {
	border-bottom: 1px solid #c8c8c8;
}
.list-title .biaoti {
	color:#0067d0;
	border-bottom:2px solid #0067d0;
	text-align: center;
	font-weight: bold;
	float: left;
}
.list-title .more {
	float: right;
}

/*内页样式*/
.page_navbg {
	background: #fff;
	padding: .8rem 0;
}
.page_contbg {
	background: #f0f0f0;
}
.page_nav {
	padding: 1rem 0;
}
.page_cont {
	padding: 1rem;
	background: #fff;
}
.page_cont img {
	max-width: 100%;
}

.text-key {
	font-size: .714rem;
	line-height: 1rem;
	color: #0067d0!important;
}
.text-key a{
	color: #0067d0!important
}
.text-key a:focus {
	color: #0067d0!important
}
@media screen and (max-width:1152px) {
	/*导航*/
	.logo-sm-height{
		height: 40px;
	}
	.nav-link {
		display: block;
		padding: 2rem 1rem;
		font-size: 1.1rem;
	}
}

@media screen and (max-width:1024px) {
	/*导航*/
	.logo-sm-height{
		height: 40px;
	}
	.nav-link {
		display: block;
		padding: 2rem 1rem;
		font-size: 1.1rem;
	}
}
@media screen and (max-width:768px) {
	.pcblock {
		display: block;
	}
	.no-pleft {
		padding-left: 15px;
	}
	.wapnone {
		display: none;
	}
	.wap-mtop {
		margin-top: 1rem;
	}
	/*导航*/
	.logo-sm-height{
		height: 40px;
	}
	.nav-bg {
		background: #ffffff;
	}
	.nav-link {
		display: block;
		padding:1rem 1rem;
		font-size: 1.1rem;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #323232;
	}
	.news-title {
		font-size: 1rem;
		font-weight: bold;
		margin: 0.5rem 0;
	}
	.newsshow-title {
		font-size: 1.1rem;
	margin:.5rem 0;
	}
	.caseimg {
		width: 100%;
		height: 80px;
	}
	.p-5 {
		padding: 1.5rem!important
	}
	.pt-5, .py-5 {
		padding-top: 1.5rem!important
	}
	.pr-5, .px-5 {
		padding-right: 1.5rem!important
	}
	.pb-5, .py-5 {
		padding-bottom: 1.5rem!important
	}
	.pl-5, .px-5 {
		padding-left: 1.5rem!important
	}
}