/* 公共样式 */
a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.container{
	padding-top: 50px;
	padding-bottom: 50px;
}
a,input{
	outline: none;
}
img{
	width: 100%;
}

/* 标题 */
.title{
	position: relative;
	text-align: center;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 10px;
}
.title-02{
	border-bottom-color: #FFFFFF;
}
.title h2{
	margin-top: 0;
}
.title p{
	text-transform: uppercase;
	color: #959595;
	margin-top: 0;
	margin-bottom: 20px;
}
.title-02 h2,.title-02 p{
	color: #FFFFFF;
}
.title::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	width: 60px;
	height: 8px;
	border-radius: 4px;
}
.title-01::after{
	background-color: #286aff;
}
.title-02::after{
	background-color: #FFFFFF;
}

/* 咨询按钮 */
.mBtn{
	text-align: center;
	margin-top: 30px;
}
.mBtn a{
	display: inline-block;
	width: 100%;
	max-width: 520px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	background: #ea7400;
	background: -webkit-linear-gradient(to bottom, #f99e4e, #ea7400);
	background: linear-gradient(to bottom, #f99e4e, #ea7400);
	text-align: center;
	border-radius: 40px;
	transition: all 300ms;
}

/* 公共头部 */
.navbar {
	border: none;
	margin-bottom: 0;
}
.navbar .container{
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand {
	height: inherit;
}
.navbar .navbar-right {
	font-size: 36px;
	font-weight: bold;
	color: #d6151b;
	padding: 32px 15px 0;
}
.navbar .navbar-right i {
	display: inline-block;
	width: 34px;
	height: 40px;
	background: url(../images/icon-phone.png) no-repeat;
	transform: translateY(6px);
	margin-right: 10px;
}
.nav-menu {
	background-color: #313131;
	padding: 0;
}
.nav-menu .nav {
	padding-right: 0;
}
.nav-menu .nav li {
	text-align: center;
}
.nav-menu a {
	color: #FFFFFF;
	opacity: .8;
}

.navbar-toggle .icon-bar {
	width: 24px;
	background-color: #797979;
}
.navbar-toggle {
	margin-top: 24px;
	margin-right: 0;
	border: solid 1px #E5E5E5;
	padding: 6px;
	margin-right: 8px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}
.nav>li>a:hover {
	opacity: 1;
	background: none;
}
.nav>li>a:focus, .nav>li>a:hover{
 background: none;
}

/* 公共底部 */
footer {
	width: 100%;
	max-width: 1920px;
	background: url("../images/footer.jpg") center no-repeat;
	background-size: cover;
	color: #CCC;
}

footer .pageNew {
	padding: 20px
}

.footer-item {
	display: block;
	float: left;
	width: 120px;
	padding: 6px 0;
	background: #222;
	margin-right: 14px;
	margin-bottom: 14px;
	text-align: center;
	border: 1px solid #505050;
	color: #ccc;
}

.footer-text {
	padding-left: 0;
	list-style: none;
}

.footer-text li {
	padding-left: 55px;
	margin-top: 20px;
}

.footer-address {
	background: url("../images/address.png") no-repeat 10px 6px;
	line-height: 2em
}

.footer-phone {
	background: url("../images/phone.png") no-repeat 10px center;
}

.footer-wechat {
	background: url("../images/qq.png") no-repeat 10px center;
}

.footer-qr {
	text-align: center;
	letter-spacing: 6px;
	margin-top: 16px;
}
.footer-qr img{
  width: 100%;
	max-width: 140px;
  height: auto;
}
.footer-qr p {
	margin-top: 5px;
	margin-bottom: 0;
}

.copyright {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ccc;
	width: 100%;
	background: #000;
	height: auto;
	padding: 10px 0;
	line-height: 1.8em;
	text-align: center;
}

.copyright a {
	margin-left: 0;
	color: #ccc;
}

.copyright a:hover {
	color: #1baadb;
}
.copyright p{
 margin-bottom: 0;
}



/* 超小设备（手机，小于 768px） */
@media (max-width: 768px) {
	.row>div:nth-child(odd){
		padding-right: 5px;
	}
	.row>div:nth-child(even){
		padding-left: 5px;
	}
	body{
		font-size: 12px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	p{
		font-size: 12px;
	}
	.mt-2{
		margin-top: 10px;
	}
	.mt-3{
		margin-top: 20px;
	}
	.container-fluid{
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{ padding-left: 10px; padding-right: 10px; }
	.navbar-brand>img{
		width: auto;
		height: 60px;
	}
	.navbar-brand{
		height: 80px;
		padding: 10px 8px;
	}
}

@media (min-width: 769px){
	/* >sm */
	.container-fluid{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.title{
		margin-bottom: 20px;
	}
	.mBtn{
		margin-top: 50px;
	}
	.mBtn a{
		font-size: 30px;
		height: 60px;
		line-height: 60px;
	}
	.mt-2{
		margin-top: 20px;
	}
	.mt-3{
		margin-top: 30px;
	}
	
}

/* 中型设备（台式电脑，992px 起） */
@media (max-width: 992px) {
  /* xs-sm */
	.container-fluid{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.row>div{
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-text li{
		padding-left: 45px;
	}
}

/* 五等分 */
.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

/* 八等分 */
.col-xs-1-8,.col-sm-1-8,.col-md-1-8,.col-lg-1-8 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1-8 {
	width: 12.5%;
	float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
	.col-sm-1-8 {
		width: 12.5%;
		float: left;
	}
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
	.col-md-1-8 {
		width: 12.5%;
		float: left;
	}
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
	.col-lg-1-8 {
		width: 12.5%;
		float: left;
	}
	.nav-menu a {
		font-size: 16px;
	}
	.nav-menu .nav .active a {
		background-color: #1b55f3;
		opacity: 1;
	}
}