/*头部*/
body{
	font-family: "Arial";
	font-size: 1.1rem;
	color: #323232;
}
.logo-height{
	height: 60px;
}
.navbar-expand-lg .navbar-nav .nav-link {	
	font-size:1.2rem;
	margin:1rem;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.search-box{
	padding:1rem;
}
.home-search{
	width: 300px;
	right: 0 !important;
}
.wapblock{
	display: none;
}
.btn-radius{
	border-radius:100px;
}


/*首页*/
.title-line{
	width: 80px;
	height: 5px;
	background: #4d88e8;
}
.title-linec{
	width: 80px;
	height: 5px;
	margin:0 auto;
	background: #4d88e8;
}
.text-indent p{
  text-indent: 2em;
}

.youshibg{
	background: url(../images/youshibg.jpg);
	background-size:100% 100%; 
}
.youshi-listbg{
	background: url(../images/youshi_list.png) no-repeat center center;
}
.youshi-tubiao{
	width:120px;
	height: 120px;
	text-align: center;
	line-height:120px;
	border-radius: 100%;
	background: #3b82f6;
}
.youshi-wap{
	display: none;
}

.smzqbg{
	background: url(../images/smzqbg.jpg);
	background-size:100% 100%; 
}
.smzqlist{
	background: #b7d3e9;
	border-radius: 50px;
	padding: .8rem 2rem;
}

.zixunbg{
	background: url(../images/zixunbg.jpg);
	background-size:100% 100%; 
}
.message-input{
	border-radius:100px;
}
.servicebg{
	background: url(../images/servicebg.jpg);
	background-size:100% 100%; 
}
.service-box{
	min-height: 310px;
}

.liucheng{
	width: 14.28%;
	float:left;
}

.no-pleft{
	padding-left: 0;
}
.no-pright{
	padding-right: 0;
}

.aboutbg{
	background: url(../images/aboutbg.jpg) no-repeat right bottom;
	background-size: 100% 100%;
}

.contactbg{
	background: url(../images/contactbg.jpg) no-repeat center top #f3f3f3;
	background-size: 100%;
	padding: 240px 0px 140px 0px;
}
.contact-p{
	height: 200px;
}

.commitmentbg{
	background: url(../images/commitmentbg.jpg) no-repeat center bottom;
	background-size: 100% 100%;
}


/*底部*/
.footerbg{
	background: url(../images/footerbg.jpg);
	background-size: 100% 100%;
}
.copyright{
	background: #f3f3f3;
}
.footer-tubiao{
	text-align: right;
}

.wap-footnav{
	background-color:#13c07e;
}

.weixin-box{
 	border:3px solid #13c07e;	
}
.link-line{
	border-top: 1px solid #353d56;
}

.fengxianbg{
	background: url(../images/fengxianbg.png) no-repeat center bottom;
}
.fengxian-box{
 	background: #83adcf;
 	min-height: 270px;
}


/*内页*/
.title-icon{
	background: url(../images/title-icon.png) no-repeat left center;
	padding-left: 25px;
}


.top-p{
	height: 120px;
}
.enname{
	text-transform:uppercase;
}
.about-ppbg{
	background: url(../images/about-ppbg.jpg) right;

}
.content img{
	max-width: 100%;
}

@media (max-width:1280px){
	.navbar-expand-lg .navbar-nav .nav-link {	
		font-size:1rem;
		margin:1rem .3rem;
	}
}
@media (max-width:768px){
	body{
		font-size: .875rem;
	}
	.wapblock{
		display: block;
	}
	.wap-inquiry{
		width: 100%!important;
	}
 	.wapnone{
		display: none;
	}
	.wap-more{
		width: 20px;
	}
	.no-pleft{
		padding-left:10px;
	}
	.no-pright{
		padding-right: 10px;
	}
	.logo-height{
		margin: .4rem 0;
		height: 30px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {	
		font-size:1.2rem;
		margin:0;
	}
	.wap-imgfluid{
		width: 35%!important;
	}
	.wap-nomleft{
		margin-left: 0!important;
	}
	.smzqbg{
		background: url(../images/wap-smzqbg.jpg) no-repeat bottom;
		background-size:100%; 
	}
	.zixunbg{
		background: url(../images/wap-zixunbg.jpg) no-repeat bottom;
		background-size:100%; 
	}
	.youshi-listbg{
		background: none;
	}
	.service-box{
		min-height: auto;
	}

	.headerbox {
		width: 100%;
	}
	.aboutbg{
		background: url(../images/aboutbg-wap.jpg) no-repeat right bottom;
		background-size: 100% 100%;
	}
	.about-xrc img{
		width: 25px;
	}
	
	.youshi-wap{
		display: block;
	}
	.pictext-r{
		margin-right:0;
	}
	
	.dropdown-menu {
		width: 100%;
	}
	.pronav{
		width: 100%;
		white-space: nowrap;
	    overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: flex;
	    align-items: center;
	}
	.pronav ul::-webkit-scrollbar {
		display:none
	}
	.pronav ul li{
		display: inline-block;
		display: -moz-inline-stack;
		display: inline;
	}
	.news-ico{
		width: 100%;
		height: auto;
	}
	.news-img{
		width: 100%;
		height:auto;
	}

	.col-13 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-14 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.footer-tubiao{
		text-align: center;
	}

	.fengxianbg{
		background: none;
	}	
	.fengxian-box{
	 	min-height:auto;
	}

	.m-5 {
		margin: 1rem!important
	}
	.mt-5, .my-5 {
		margin-top: 1rem!important
	}
	.mr-5, .mx-5 {
		margin-right: 1rem!important
	}
	.mb-5, .my-5 {
		margin-bottom: 1rem!important
	}


	.p-5 {
		padding: 1rem!important
	}
	.pt-5, .py-5 {
		padding-top: 1rem!important
	}
	.pr-5, .px-5 {
		padding-right: 1rem!important
	}
	.pb-5, .py-5 {
		padding-bottom: 1rem!important
	}
	.pl-5, .px-5 {
		padding-left: 1rem!important
	}
}
