﻿@charset "UTF-8";
body{
    margin:0;
    padding:0;
    font-size:12px;
    font-family: "Microsoft Yahei", sans-serif;
}
ul,li{
    margin:0;
    padding:0;
    list-style:none;
}
form,p,input,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
img{
    border:0;
}
i,em{
    font-style: normal;
}
a,button{
    color:#000;
    text-decoration:none;
}
.col-md-3{width: 25%;float: left;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.text-success{color:#127D02}
.tc{text-align:center;}
/*分页*/
.my-4{margin:2rem 0;}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	float:left;
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ff4c66;
	background-color: #fff;
	border: 1px solid #ff4c66;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #ff4c66;
	border-color: #ff4c66;
}
.page-num-current:hover {
	background-color: #ff4c66;
	border-color: #ff4c66;
	color:#fff;
	
}
.lh-3{line-height:300%;}

.border-bottom-dashed{border-bottom:1px dashed #cccccc;}
/*添加在浮动层的父元素上*/
.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.container{
	width: 1080px;
	margin: 0 auto;
}
.head{
    width: 100%;
    background: #fff;
}
.banner {
    width:100%;
    height:auto;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}
.nav{
    width: 100%;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
    background:url("/static/images/nav.jpg");
}
.nav li{
    float: left;
    padding: 0 19px;
    background:linear-gradient(to bottom,#fff,#fff,#fff) no-repeat right / 1px 15px;
}
.nav li:last-child{
    background: none;
}
.nav li a{
    font-size: 15px;
    color: #fff;
}
.nav li.active,
.nav li:hover{
    background: #fff;
}
.nav li.active a,
.nav li:hover a{
    color: #4b6c84;
}
.foot{padding-top: 1.5rem!important;margin-top: 1rem!important;
    background: #FF4D67;
    color: #fff;
}
.foot a{
    color: #fff;
}
.foot .link-title{
   font-size: 20px;padding-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}
.foot .links{
  line-height: 4;
    text-align: center;
}
.foot .links a{
    padding: 0 10px;
    background: -webkit-linear-gradient(top,#fffffa,#fffffb,#fffffc) no-repeat right / 1px 13px;
	font-size:13px;
}
.foot .links a:last-child{
    background: none;
}
.foot .info{
    display: -webkit-flex;
    display: flex;
    line-height: 2;
	font-size: 0.8rem;
}
.foot .info .left{float:left;
 flex: 0 0 25%;
    max-width: 25%;
	text-align: center;
}
.foot .info .right{float:right;
   flex: 0 0 75%;
    max-width: 75%;
}
/*侧边栏客服*/
.float-bar{
    position: fixed;
    width: 120px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-186px);
    transform: translateY(-186px);
    text-align: center;
    background: #fff;
    z-index: 999;
    border: 1px solid #FE4C66;
}
.float-bar .close{
    position: absolute;
    right: 3px;
    top: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.float-bar .title{
    background: #FFEBED;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.float-bar li{
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    border-radius: 5px;
    background: #FE4C66;
}
.float-bar li img{
    vertical-align: -5px;
}
.float-bar li a{
    color: #fff;
    font-size: 14px;
}
.float-bar p{
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: bold;
}
.float-bar .code{
    width: 110px;
    height: 110px;
}