@charset "utf-8";

/* 初始化开始 */
body,
html,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td,
a,
img,
span {
	margin: 0;
	padding: 0;
}

body {
	font-family: PingFangSC-Regular, sans-serif;
	font-size: 14px;
	color: #252525;
	_height: 100%;
	background-color: #F9F9F9;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #404040;
	cursor: pointer;
}

a:hover,
a:focus{
	text-decoration: none;
}

.of {
	overflow: hidden;
}
input{
	outline: none;
}
.none {
	display: none;
}
.cursor{
	cursor: pointer;
}
.visibility{
	visibility: hidden;
}
.padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.padding15{
	padding: 15px;
}
.padding20{
	padding: 20px;
}
.padding30{
	padding: 30px;
}
.center{
	width: 1366px;
	margin: 0 auto;
}

.center1000{
	width: 1000px;
	margin: 0 auto;
}

.minwidth1366{
	min-width: 1366px;
}
.minHeight600{
	min-height: 600px;
}
.positionR{
	position: relative;
}
.positionA{
	position: absolute;
}
input,select{
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	padding: 5px 15px;
	outline: none;
}
textarea{
	resize: none;
	outline: none;
}
.border0{
	border-radius: 0;
}
.borderEEE{
	border: 1px solid #EEEEEE;
}
.borderTop{
	border-top: 1px solid #EEEEEE;
}
.borderBottom{
	border-bottom: 1px solid #EEEEEE;
}
.borderRight{
	border-right: 1px solid #EEEEEE;
}
.borderTop{
	border-top: 1px solid #EEEEEE;
}
.borderBottom{
	border-bottom: 1px solid #f9f9f9;
}
/* 下边框 */
.borderBDDE9FF{
	border-bottom: 1px solid #DDE9FF;
}
.borderBD9EFF3{
	border-bottom: 1px solid #D9EFF3;
}
.borderBDEDAF7{
	border-bottom: 1px solid #DEDAF7;
}
.borderBEEEEEE{
	border-bottom: 1px solid #EEEEEE;
}
.borderB1975FF{
	border-bottom: 1px solid #1975FF;
}
.border2B1975FF{
	border-bottom: 2px solid #1975FF;
}
.borderREEEEEE{
	border-right: 1px solid #EEEEEE;
}
.borderEEEEEE{
	border: 1px solid #EEEEEE;
}
.border1975FF{
	border: 1px solid #1975FF;
}
/* 标签 */
.lable4B5B76{
	color: #4B5B76;
	border: 1px solid #747FA1;
	border-radius: 4px;	
	padding: 3px 6px;
	font-size: 12px;
}

/* 1行显示省略号 */
.lineClamp1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* 2行显示省略号 */
.lineClamp2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 3行显示省略号 */
.lineClamp3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* 首行缩进 */
.textIndent{
	text-indent: 2em;
}
.weight400{
	font-weight: 400!important;
}
.weight{
	font-weight: bold;
}
/* 文字字号 */
.font50{
	font-size: 50px;
}
.font40{
	font-size: 40px;
}
.font30{
	font-size: 30px;
}
.font28{
	font-size: 28px;
}
.font26{
	font-size: 26px;
}
.font24{
	font-size: 24px;
}
.font22{
	font-size: 22px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font16{
	font-size: 16px;
}
.font12{
	font-size: 12px;
}
/* 行高 */
.lineHeight26{
	line-height: 26px;
}
.lineHeight30{
	line-height: 30px;
}


/* 表格垂直居中 */
table {
	vertical-align: middle;
}

tbody td {
	vertical-align: middle !important;
}
/* 按钮颜色 */
.blueBtn{
	background-color: #1975FF;
	border-radius: 6px;
	color: #fff;
}
.blueBtn:hover{
	background-color: #528EFF;
	color: #fff!important;
}
.yellowBtn{
	background-color: #F39800;
	border-radius: 6px;
	color: #fff;
}
.yellowBtn:hover{
	background-color: #fdc915;
	color: #fff;
}
.borderBtn{
	border: 1px solid #747FA1;
	color: #747FA1;
	border-radius: 6px;
}
.borderBtn:hover{
	border: 1px solid #1975FF;
	color: #1975FF;
}
.blueBorderBtn{
	border: 1px solid #1975FF;
	color: #1975FF;
	border-radius: 6px;
}
.blueBorderBtn:hover{
	background-color: #1975FF;
	border-radius: 6px;
	color: #fff;
}
.whiteBtn{
	background-color: #fff;
	border-radius: 6px;
}
.whiteBtn:hover{
	background-color: #fff;
	color: #1975FF;
}
.yuanBtn{
	border: 1px solid #EEEEEE;
	border-radius: 50px;
	color: #4B5B76;
	font-size: 12px;
	padding: 5px 10px;
}
.yuanBtnBlue{
	border: 1px solid #1975FF;
	background-color: #1975FF;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	padding: 5px 10px;
}


.border6{
	border-radius: 6px;
}
/* 文字颜色 */
.Cfff{
	color: #fff;
}
.C252525{
	color: #252525;
}
.C404040{
	color: #404040;
}
.C4B5B76{
	color: #4B5B76;
}
.C747FA1{
	color: #747FA1;
}
.C1975FF{
	color: #1975FF!important;
}
.C225387{
	color: #225387;
}
.CE60012{
	color: #E60012;
}
.CB5B5B5{
	color: #B5B5B5;
}
.C027AFF{
	color: #027AFF!important;
}
.CF39700{
	color: #F39700;
}
/* 文字滑动颜色 */
.blueHover:hover{
	color: #1975FF;
}
/* 背景颜色 */
.Bfff{
	background-color: #fff;
}
.Bf9f9f9{
	background-color: #f9f9f9;
}
.BE6F2FF{
	background-color: #E6F2FF;
}
.BEEEEEE{
	background-color: #EEEEEE;
}
.B1975FF{
	background-color: #1975FF;
}
.BF6FAFF{
	background-color: #F6FAFF;
}
.BE60012{
	background-color: #E60012;
}
.BEAF0FF{
	background-color: #EAF0FF;
}
.BFFF6EE{
	background-color: #FFF6EE;
}
/* 边距marginTop */
.mt0{
	margin-top: 0px!important;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt36{
	margin-top: 36px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}

.mt106{
	margin-top: 106px;
}
/* 边距marginLeft */
.ml0{
	margin-left: 0!important;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.ml40{
	margin-left: 40px;
}
.ml60{
	margin-left: 60px;
}
/* 边距marginBottom */
.mb0{
	margin-bottom: 0;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}
/* 边距marginRight */
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr13{
	margin-right: 13px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
.mr40{
	margin-right: 40px;
}
.mr60{
	margin-right: 60px;
}
/* 边距paddingTop */
.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt40{
	padding-top: 40px;
}
.pt60{
	padding-top: 60px;
}
/* 边距paddingLeft */
.pl0{
	padding-left: 0!important;
}
.pl5{
	padding-left: 5px;
}
.pl10{
	padding-left: 10px;
}
.pl15{
	padding-left: 15px;
}
.pl20{
	padding-left: 20px;
}
.pl25{
	padding-left: 25px;
}
.pl30{
	padding-left: 30px;
}
.pl40{
	padding-left: 40px;
}
.pl60{
	padding-left: 60px;
}
.pl100{
	padding-left: 100px;
}
/* 边距paddingBottom */
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb40{
	padding-bottom: 40px;
}
.pb60{
	padding-bottom: 60px;
}
/* 边距paddingRight */
.pr5{
	padding-right: 5px;
}
.pr10{
	padding-right: 10px;
}
.pr15{
	padding-right: 15px;
}
.pr20{
	padding-right: 20px;
}
.pr30{
	padding-right: 30px;
}
.pr40{
	padding-right: 40px;
}
.pr60{
	padding-right: 60px;
}
.pr100{
	padding-right: 100px;
}
/* 初始化结束 */

/* 右侧固定菜单 */
.fixed-menu {
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-90px;
	width:60px;
	z-index:999;
}
.fx-ul li {
	position:relative;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #fff;
}
.fx-ul li a {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	color:#fff;
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-moz-transition:all 0.6s;
	text-decoration:none;
	background-color: #1975FF;
}
.fixedtitle {
	position:absolute;
	left:0px;
	bottom:1px;
	color:#fff;
	background-color: #fff;
	width:120px;
	height:120px;
	line-height:40px;
	padding: 10px;
	text-align:center;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-moz-transition:all 0.6s;
	background-color:#fff;
	font-size: 16px;
	z-index:1;
	opacity:0;
}
.fixedtitle:before {
	content:'';
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:-5px;
	top:14px;
	background-color:#fff;
	transform:rotate(45deg);
}
.fx-ul li:hover .fixedtitle {
	left:-127px;
	top: 0;
	opacity:1;
}
.fx-ul li a:hover{
	background-color: #528EFF;
}
#icon_module{
	display: none!important;
}
.OK{
	border-bottom: none!important;
	color: #1975FF;
}

/* 头部底部开始 */
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}

/* top */
.top {
	background: linear-gradient(to right, #C0D9FF, #EBF2FF, #C0D9FF);
	height: 36px;
	line-height: 36px;
}

.iconPosition {
	position: relative;
}

.icon-car-count {
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 14px;
	top: 2px;
	background: red;
	color: #fff;
	border-radius: 999px;
	min-width: 6px;
	height: 6px;
	line-height: 6px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 95px;
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 0 15px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	color: #1975FF;
}

/* 导航菜单的基本样式 */
.vertical {
	vertical-align: bottom;
}

.nav-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 70px;
	background: #fff;
	margin-top: 36px;
}

.nav-menu li {
	display: inline-block;
	/* 使菜单项水平排列 */
	position: relative;
	/* 为子菜单定位 */
}

.nav-menu a {
	display: block;
	text-align: center;
	padding: 24px 16px;
	text-decoration: none;
}

.nav-menu a:hover {
	color: #1975FF;
}

.dropbtnTwo {
	cursor: pointer;
}

.dropdown-contentTwo {
	display: none;
	/* 默认隐藏下拉内容 */
	position: absolute;
	top: 66px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
	z-index: 1;
}

.dropdown-contentTwo a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	width: 100%;
}

/* 当鼠标悬停在.dropdown上时显示.dropdown-content */
.dropdownTwo:hover .dropdown-contentTwo {
	display: block;
}

/* 底部 */
.footer {
	min-width: 1366px;
}

.footer a {
	color: #4B5B76;
	padding-right: 40px;
}

.footer a:hover {
	color: #1975FF;
}

.footer .ewm {
	background-color: #fff;
	padding: 15px;
}

.copyright {
	border-top: 1px solid #fff;
}

/* 头部底部结束 */

/* 分页 */
.page {
	margin-bottom: 100px;
}

.page input {
	width: 45px;
	border: none;
	border-bottom: 1px solid #4B5B76;
	background: none;
	border-radius: 0px!important;
}

.page a,
.page span {
	padding: 0 10px;
	color: #4B5B76;
}

.page a:hover {
	color: #1975FF;
}
