a:hover{
	text-decoration: none;
}
.container{
	padding: 0;
	max-width: 1200px;
}
@media (max-width: 1366px){
	.row{
		margin: 0 36px;
	}
}
@media (max-width: 768px){
	.row{
		margin: 0;
	}
}
.navbar{
	font-size: 16px;
	padding:14px 0;
}
.head .navbar-nav .nav-item{
	color: #333333;
	height: 38px;
	line-height: 38px;
	transition:all 0.3s; 
}
.head .navbar-nav{
	position: relative;
}
.head .slid{
	height: 2px;
	background-color: #105cfb;
	position: absolute;
	left: 0;
	bottom: 0;
}
.head .actives{
	color: #105cfb !important;
} 
.head .navbar-nav .nav-link{
	padding: 0 !important;	
	margin-right:40px;
}
.head .nav-right{
	color: #4c84c2;
	padding: 5px 10px;
	border: 1px solid #105cfb;
	border-radius: 5px;
	margin-left: 60px;
	transition: all 0.4s; 
}
.head .nav-right:hover{
	text-decoration: none;
	background-color: #105cfb;
	color:#FFFFFF;
}
.head .navbar-toggler{
	background-color: grey;
	color: white;
}
.foot{
	background-color:#f1f1f1 ;
	margin-top: 120px;
}

.foot dl{
	padding: 60px 0;
	margin: 0;
	text-align: center;
	display: inline-block;
}
.foot .info{
	padding-bottom: 30px;
}
.foot dt{
	margin-bottom:25px;
	font-size: 18px;
	color: #333333;
	font-weight: 500;
}
.foot .qwg{
	width: 110px;
	height: 110px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.foot .qwg img{
	width: 110px;
	height: 110px;
}
.foot dd{
	margin-bottom:15px;
	font-size: 14px;
}
.foot dd a{
	color: #777777;
	transition: all 0.2s;
}
.foot dd a:hover{
	color: #70AFDF;
}

.ask{
	width: 120px;
	height: 44px;
	border-radius: 50px;
	background-color: #105cfb;
	position: fixed;
	right: 35px;
	bottom: 100px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
	line-height: 44px;
}
.big_code{
	width: 110px;
	position: fixed;
	right: 35px;
	bottom: 120px;
}
.code{
	width: 110px;
}
.code p{
	font-size: 16px;
	text-align: center;
	color: #333333;
}
.code_img{
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
}
.code_img img{
	width: 110px;
	height: 110px;
}
.ask:hover{
	background-color: #136ffe;
}
.ask .btn{
	font-size:16px;
	color: #FFFFFF;
	/* font-weight:400;
	vertical-align: middle;
	padding-right: 5px; */
}
.ask .btn i{
	font-size:16px;
	color: #FFFFFF;
	font-weight:400;
	vertical-align: middle;
	padding-right: 5px;
	
}
.ask .ask-right .qq{
	font-size: 16px;
	color: #105cfb;
}
.slidup{
	position: absolute;
	bottom: 65px;
	right: 0;
}
.ask .ask-item{
	width: 240px;
	padding: 10px 0;
	/* top:-264px; */
	border-radius: 5px;
	box-shadow:0px 0px 12px 2px rgba(239,239,239,0.8);
	margin: 0;
	list-style: none;
	background-color: #FFFFFF;
	display: none;
}
.ask .ask-item li{
	
	padding: 5px ;
}
.ask .ask-item li:hover{
	background-color: #f8f8f8;
}
.ask .ask-left{
	width: 20%;
	/* background-color: #F1F1F1; */
	text-align: center;
	float: left;
}
.ask .ask-left i{
	color: #70AFDF;
	/* font-weight: 600; */
	font-size: 18px;
}
.ask .ask-right{
	width: 75%;
	display: inline-block;
}
.ask .ask-right h5{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.ask .ask-item p{
	color: #777777;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	text-align: left;
}
.ask .ask-right p>span{
	color: #70AFDF;
	padding-right: 2px;
}
.ask .bottom-s {
	width: 0;
	height: 0;
	border: 14px solid red;
	border-top-color: #FFFFFF;
	border-bottom: none;
    border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	right: 50px;
	bottom: -13px;
	z-index: 20;
}
.ask .bottom-d{
    width:0;
    height:0;
    border-width:17px 17px 0;
    border-style:solid;
    border-color:rgba(236,236,236,0.3) transparent transparent;/*黄 透明 透明 */
    position:absolute;
	right: 47px;
	bottom: -16px;
}



