* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: "Microsoft YaHei", "Raleway", "Helvetica Neue", Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: rgb(245, 245, 245);
}

body,
button,
input,
keygen,
legend,
select,
textarea {
	outline: 0;
}

html,
body {
	min-width: 1280px;
	background-color: #f6f7f9;
}

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.f-16 {
	font-size: 16px;
}
.f-17 {
	font-size: 17px;
}
.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-26 {
	font-size: 26px;
}

.f-28 {
	font-size: 28px;
}

.f-32 {
	font-size: 32px;
}

.f-bold {
	font-weight: bold;
}

.flex {
	display: flex;
	align-items: center;
}

.flex-1 {
	flex: 1;
}

.ml-5 {
	margin-left: 5px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-80 {
	margin-right: 80px;
}

.mb-6 {
	margin-bottom: 6px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}


.mb-18 {
	margin-bottom: 18px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.mainColor {
	/*color: #ed6a1a;  新需求改橙色为红色*/
	color: #e50614;
}
.mainColor:hover {
	/*color: #ed6a1a;  新需求改橙色为红色*/
	color: #e50614 !important;
}
.pr-20 {
	padding-right: 20px !important;
}

.pl-18 {
	padding-left: 18px !important;
}

.inverColor {
	color:  #ff4e4e !important;
}

.tipColor {
	color: rgb(255, 156, 0);
}
.gray-3 {
	color: #333;
}
.gray-6 {
	color: #666;
}

.gray-c {
	color: #ccc;
}

.gray-9 {
	color: #999;
}

.bg-fff {
	background-color: #fff;
}

.bg-f5 {
	background-color: #f6f7f9;
}

.border-b {
	border-bottom: 1px solid #f0f0f0;
}

.border-r {
	border-right: 1px solid #ccc;
}

.xx-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 36px;
	background: #0088f5;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.xx-btn.plain {
	background: #fff;
	border: 1px solid #f0f0f0;
	color: #333;
}

.xx-btn--lg {
	width: 316px;
	height: 50px;
	font-size: 18px;
}

.xx-btn-group {
	display: flex;
	justify-content: center;
}

.text-c {
	text-align: center;
	justify-content: center;
}

.flex {
	display: flex;
	align-items: center;
}

/* 布局 */
.header {
	width: 100%;
}

.header .header-login {
	height: 38px;
	align-items: center;
	display: flex;
	font-size: 14px;
	background-color: #e8ebf0;
}

.header .header-login {
	text-align: left;
}

.header .header-login .login {
	float: right;
}

.header .header-login .login .down {
	padding-left: 18px;
	margin-right: 30px;
}

.header .header-bottom {
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #fff;
}

.header .header-bottom {
	text-align: left;
	position: relative;
}

.header .header-bottom .header-logo {
	position: relative;
	display: block;
}

.header .header-bottom .header-logo .logo-img {
	position: absolute;
	top: 20px;
}

.header .header-bottom .header-logo .header-logo-text {
	font-family: PangMenZhengDao;
	color: #484848;
	font-size: 26px;
	position: absolute;
	top: 0px;
	left: 60px;
}

.header .header-bottom .search {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	margin-top: 22px;
}

.header .header-bottom .search .search-item {
	display: inline-block;
	position: relative;
	width: 330px;
}
.header .header-bottom .search .search-item:hover .search-input{
	/*border: solid 1px #e50614; 新需求改成红色*/
	border: solid 1px #e50614;
}
.header .header-bottom .search .search-item:hover .search-button{
	background: #e50614;
}
.header .header-bottom .search .search-input {
	width: 250px;
	height: 35px;
	border-radius: 2px 0 0 2px;
	border: solid 1px #e50614;
	padding-left: 20px;
}

.header .header-bottom .search .search-button {
	width: 80px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 0px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	border: 0;
	background: #e50614;
	margin-left: -5px;
	cursor: hand;
}

.header .header-bottom .search .font-button {
	width: 110px;
	height: 35px;
	line-height: 32px;
	border-radius: 2px;
	border: solid 1px #e50614;
	color: #e50614;
	background: #fff;
	cursor: hand;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.header .header-bottom .search .font-button:hover{
	border: solid 1px #e50614;
	color: #e50614;
}
.header-nav {
	display: flex;
	align-items: center;
	margin-left: 190px;
}

.header-nav li {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	font-weight: 300;
	color: inherit;
	position: relative;
	padding: 0 30px;
	color: #333;
	font-weight: 500;
}

.header-nav li .iconfont {
	color: #999;
	margin-left: 5px;
	vertical-align: -2px;
}

.header-nav li:hover,
.header-nav li.active {
	/*color: #ed6a1a;  原橙色变成红色*/
	color: #e50614;
}

.header-nav li:hover .iconfont,
.header-nav li.active .iconfont {
	color: inherit;
	transform: rotate(180deg);
}

.header-nav li .sub-menu {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	min-width: 250px;
	z-index: 2;
	transform: translateX(-50%);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	transition: all .3s ease-in-out;
	background-color: #fff;
	border-radius: 4px;
	padding: 20px 30px;
	border-top: 1px solid #f5f5f5;
	padding-left: 30px;
}

.header-nav li .sub-menu a {
	line-height: 2;
	color: #333;
	font-size: 14px;
}

.header-nav li .sub-menu a i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	margin-right: 8px;
	vertical-align: 3px;
}

.header-nav li .sub-menu a:hover {
	color: #0088F5;
}

.header-nav li .sub-menu a:hover i {
	background-color: #0088F5;
}

.header-nav li:hover .sub-menu {
	display: block;

}

.header-nav li .sub-menu .active {
	color: #0088F5;
}


.footer-box {
	background: #fff;
	margin-top: 20px;
}

.footer {
	height: 197px;
	display: flex;
}

.footerL {
	flex: 1;
}

.footer-nav {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.footer-nav .foot-ul {
	width: 100%;
}

.footer-nav .foot-ul .logo {
	padding-top: 75px;
	position: relative;
}

.footer-nav .foot-ul .logo-text {
	position: absolute;
	top: 75px;
	left: 60px;
	font-size: 26px;
	color: #484848;
}

.footer-nav .foot-ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 25%;
}

.footer-nav a {
	color: #333;
}

.footer-nav a:hover {
	color: #e50614;
}

.footer-other {
	font-size: 12px;
	height: 50px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-other a {
	color: #666;
	margin-right: 15px;
}

.footer-other a:hover {
	text-decoration: underline;
}

.footer-other span {
	color: #666;
	margin-right: 15px;
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	height: 42px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	opacity: .8;
	cursor: pointer;
}

.btn:hover {
	opacity: 1;
}

.column {
	padding: 60px 0;
	padding-bottom: 95px;
	position: relative;
}

.column-hd {
	margin-bottom: 50px;
}

.column-hd h5 {
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

.column-hd p {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #666;
}

.footerR img{
	width: 120px;
	height: 120px;
}

button:focus {
	border: 0 none;
	outline: none;
}
.hand{
	cursor: pointer;
}

/* 分页 */
.pagin{
	padding-top: 15px;
}
.pagin .pagination .page-item .page-link {
	width: 42px;
	height: 42px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	margin-right: 20px;
	text-align: center;
	line-height: 27px;
	color: #333333;
}
.pagin .pagination .active .page-link {
    background-color: #e50614;
    border: solid 1px #e50614;
    color: #fff;
}
.pagin .pagination .page-item .ellipsis {
	border: none;
}
.pagin .pagination .page-item .left .iconfont {
	color: #999999;
}
.pagin .pagination .page-item .right {
    color: #e50614;
    border-color: #e50614;
    border-radius: 0;
}
.page-item:first-child .page-link {
	border-radius: 0;
}
.ellipsis{
	max-width: 160px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

a:hover{
	color: #e50614;
}

.icon3{
	font-size: 14px;
}
.icon1{
	font-size: 14px;
}
.login-name:hover{
	color: #e50614;
}

/*弹窗样式*/
.transfer-dom {
	font-family: Microsoft YaHei;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}

.modal-mask {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(55, 55, 55, 0.6);
	height: 100%;
	z-index: 1008;
}

.modal-wrap {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0;
	z-index: 1008;
}

.a-modal {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0 auto;
	position: relative;
	outline: none;
	top: 100px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 416px;
}

.modal-content {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	background-color: #fff;
	border: 0;
	border-radius: 0px;
	background-clip: padding-box;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-body {
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 1.5;
	padding: 30px;
	font-size: 14px;
}

.modal-confirm {
	color: #333;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 6px 16px 8px;
	padding-left: 0;
	padding-right: 0;
}

.modal-confirm-head {
	color: #333;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0 12px 0 0;
}

.modal-confirm-head-icon-confirm {
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 28px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	color: #ff9900;
	display: none;
}

.icon-ios-help-circle {
	font-size: 28px;
	color: #ff9900;
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: optimizeLegibility;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	vertical-align: -0.125em;
	text-align: center;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-confirm-head-title {
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: inline-block;
	vertical-align: middle;
	color: #17233d;
	font-weight: 500;
	margin-left: 0;
	font-size: 18px;
}

.modal-confirm-body {
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 15px;
	color: #333;
	position: relative;
	padding: 30px 0;
}

.modal-confirm-footer {
	color: #333;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin-top: 0;
	text-align: center;
}

.map-modal {
	width: 860px!important;
	margin: 0 auto;
}

.btn-text {
	-webkit-font-smoothing: antialiased;
	overflow: visible;
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.5;
	user-select: none;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
	outline: 0;
	color: #333;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: button;
	width: 100px;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #e5e5e5;
	background: #fafafa;
	margin-right: 12px;
}

.btn-primary {
	-webkit-font-smoothing: antialiased;
	overflow: visible;
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.5;
	user-select: none;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
	outline: 0;
	color: #fff;
	background-color: #e50614;;
	border-color: #e50614;;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: button;
	margin-bottom: 0;
	margin-left: 1px;
	width: 100px;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
}
.btn-primary:hover{
	border-color: #e50614;
	background: #e50614;
}
a:hover{
	/*color: #ed6a1a;  新需求原橙色变红*/
	color: #e50614;
	text-decoration:none;
}

nav.header-nav li{
	min-width: 120px;
	text-align: center;
}