@charset "UTF-8";

/* reset and layout
=================================== */
html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
	display: block;
}

ul,
ol,
li,
dd {
	list-style: none;
}

span,
i,
em,
b {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
	outline: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: none;
	color:#f1721a
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
button,
select,
fieldset {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: top;
}

textarea {
	resize: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix,
.layout {
	zoom: 1;
}

.clearfix:after,
.layout:after {
	display: block;
	content: " ";
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
	margin-top: -42px;
}

.overflow {
	overflow: hidden;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

body {
	padding-top: 64px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-family: "Microsoft YaHei UI";
	background-color: #f1f4f9;
	color: #333333;
	min-width: 1200px;
}

.layout {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
}

.col-md-12 {
	width: 100%;
}

.col-md-11 {
	width: 91.66666667%;
}

.col-md-10 {
	width: 83.33333333%;
}

.col-md-9 {
	width: 75%;
}

.col-md-8 {
	width: 66.66666667%;
}

.col-md-7 {
	width: 58.33333333%;
}

.col-md-6 {
	width: 50%;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-4 {
	width: 33.33333333%;
}

.col-md-3 {
	width: 25%;
}

.col-md-2 {
	width: 16.66666667%;
}

.col-md-1 {
	width: 8.33333333%;
}

/*正在加载图。。。*/
.spin-container {
	width: 100px;
	height: 100px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	margin-top: -100px;
	margin-left: -50px;
}

.spinner {
	margin: auto;
	width: 80px;
	height: 80px;
	position: relative;
}

.container1>div,
.container2>div,
.container3>div {
	width: 16px;
	height: 16px;
	background-color: #f08300;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*正在加载图end*/
/*zhu 2018-6-19*/
[v-clock] {
	display: none;
}

.text-indent-2 {
	text-indent: 2em;
}

.bg-white {
	background-color: #ffffff;
}

.pointer {
	cursor: pointer;
}

.width-100 {
	width: 100px;
}

.width-95 {
	width: 95px;
}

.width-80 {
	width: 80px;
}

.height-100 {
	height: 100px;
}

.substr {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.display-n {
	display: none;
}

.border-none {
	border: none;
}

/*hover -nav*/
.nav-hover-fiexd {
	border-top: 1px solid #eeeeee;
	position: fixed;
	top: 66px;
	z-index: 1001;
	width: 100%;
	height: 230px;
	min-width: 1140px;
	background-color: #ffffff;
	padding-left: 452px;
	font-size: 16px;
	box-shadow: 0 2px 4px #eeeeee;
}

.nav-hover-fiexd>.item-list {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
}

.nav-hover-fiexd>.item-list>span {
	margin-right: 16px;
}

.nav-hover-fiexd>.item-list>.item {
	display: inline-block;
	width: 100px;
	height: 100%;
	padding-top: 10px;
	line-height: normal;
	vertical-align: top;
	text-align: center;
}

.nav-hover-fiexd .item {
	margin-left: 150px;
	margin-right: 150px;
	height: 100px;
}

.nav-hover-fiexd .item .item-title {
	padding-left: 10px;
	border-left: 2px solid #f08300;
	font-size: 12px;
	height: 10px;
	line-height: 10px;
}

.nav-hover-fiexd .item .row {
	margin: 0;
	padding-top: 10px;
}

.nav-hover-fiexd .item .item-list {
	float: left;
	width: 20%;
	padding: 12px;
	border-radius: 3px;
}

.nav-hover-fiexd .item .item-list:hover {
	background-color: #f7f7f7;
}

.nav-hover-fiexd .item .item-list p {
	margin-top: 5px;
	font-size: 12px;
	color: #929292;
}

.nav-hover-fiexd .item .item-list .item-list-title {
	width: 100%;
}

.nav-hover-fiexd .item .item-list .item-list-title i {
	display: inline-block;
	width: 26px;
	height: 22px;
	vertical-align: bottom;
}

.nav-hover-fiexd .item .item-list .item-list-title .sxyy {
	background: url("https://down.maoxiaoqi.com/home_static/images/top-sxyy.png") no-repeat center;
	background-size: 26px;
}

.nav-hover-fiexd .item .item-list .item-list-title .sxss {
	background: url("https://down.maoxiaoqi.com/home_static/images/top-sxss.png") no-repeat center;
	background-size: 22px;
}

.nav-hover-fiexd .item .item-list .item-list-title .hgsj {
	background: url("https://down.maoxiaoqi.com/home_static/images/top-hgsj.png") no-repeat center;
	background-size: 22px;
}

.nav-hover-fiexd .item .item-list .item-list-title .sxai {
	background: url("https://down.maoxiaoqi.com/home_static/images/top-sxai.png") no-repeat center;
	background-size: 22px;
}

.nav-hover-fiexd .item .item-list .item-list-title .sxyx {
	background: url("https://down.maoxiaoqi.com/home_static/images/top-sxyx.png") no-repeat center;
	background-size: 22px;
}

.nav-hover-fiexd .item .item-list .item-list-title .crm {
	background: url("https://down.maoxiaoqi.com/home_static/images/top-crm.png") no-repeat center;
	background-size: 22px;
}

.nav-hover-fiexd .item .item-list a {
	color: #333;
	font-size: 16px;
}

.nav-hover-fiexd>.item-list>.item a {
	font-size: 14px;
	color: #333333;
}

.nav-hover-fiexd>.item-list>.item a:hover,
.nav-hover-fiexd>.item-list>.item-line a:hover {
	color: #f1721a;
}

.nav-hover-fiexd>.item-list>.item-line {
	display: inline-block;
	width: 100px;
	text-align: center;
}

.nav-hover-fiexd>.item-list>.item-line a {
	color: #333333;
}

.text-position {
	text-align: left;
}

.nav-hover-wrap > div {
	display: flex;
	/* margin: 0 140px; */
	margin-top: -5px;
}
.nav-hover-wrap .item {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
}
.nav-hover-wrap .item:nth-child(1) {
	min-height: 220px;
	padding-right: 38px;
	margin-right: 50px;
	border-right: 1px solid #eeeeee;
}
.nav-hover-wrap .item:nth-child(1) .item-list {
	width: auto;
}
.nav-hover-wrap .item:nth-child(2) {
	flex: 1;
}
.nav-hover-wrap .item .row {
	display: flex;
	flex-wrap: wrap;
}
.nav-hover-wrap .item .item-list {
	width: 25%;
}
.nav-hover-wrap .item .item-title {
	line-height: 11px;
	/* color: #424242; */
}
/* .nav-hover-fiexd .nav-hover-wrap .item .item-list .item-list-title {
	color: #424242;
}
.nav-hover-fiexd .nav-hover-wrap .item .item-list p {
	color: #717171;
} */


/*head-nav*/
.nav-fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
	min-height: 66px;
	width: 100%;
	min-width: 1140px;
	background-color: #ffffff;
	padding: 0 76px;
	font-size: 16px;
	/*box-shadow: 0 -1px 5px #d4d4d4 inset;*/
	box-shadow: 0 1px 6px #eeeeee;
}

.nav-fixed .logo img {
	margin-left: 10px;
}

.nav-fixed .right {
	position: absolute;
	top: 0;
	right: 76px;
	width: 78%;
	height: 66px;
	line-height: 66px;
}

.nav-fixed .right a {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #3C3C3C;
	font-weight: normal;
	text-decoration: none;
}

.nav-fixed .right .login-button {
	width: 80px;
	background: #ffffff;
}

.nav-fixed .right .login-button>div {
	width: 60px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #d4d4d4;
	margin: 16px auto;
	border-radius: 8px;
}

.nav-fixed .right .login-button>div:hover {
	border-color: #f1721a;
}

.nav-fixed .right .try-use>div:hover {
	background-color: #f1721a;
}

.nav-fixed .right .try-use {
	width: 100px;
}

.nav-fixed .right .try-use a {
	color: #333;
}

.nav-fixed .right .try-use>div {
	width: 80px;
	line-height: 30px;
	margin: 16px auto;
	border-radius: 8px;
	border:1px solid #ccc;
	
	color: #123;
}

.nav-fixed .right .try-use>div:hover {
	background-color: #f1721a;
}

.nav-fixed .right .try-use>div:hover a{
	color:#fff
}

.nav-fixed .right>div {
	float: right;
	text-align: center;
	margin-right: 2px;
}

.nav-fixed .right>div .hover {
	height: 66px;
}

.nav-fixed .right>div .hover:hover a {
	color: #f1721a;
}

.nav-fixed .right>div .hover:hover {
	border-bottom: 2px solid #f1721a;
}

/*footer*/
.foot {
	position: relative;
	z-index: 100;
	background: #1a1a1a;
	padding-top: 20px;
}

.foot h2 {
	position: relative;
	padding-left: 12px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
}

.foot h2:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #f08300;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.foot h3 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}

.foot .column {
	padding-bottom: 20px;
}

.foot .column>div {
	padding: 0;
}

.foot .column p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.foot .trigger-line {
	display: block;
	width: 20px;
	height: 2px;
	margin: 7px 0;
	background: #f08300;
}

.foot .column p img {
	margin-right: 5px;
	vertical-align: middle;
}

.foot .column .col-md-1 p {
	margin-bottom: 5px;
}

.foot .column p a {
	color: #fff;
}

.foot .column .col-md-2 {
	padding-left: 84px;
}

.foot .column .col-md-2 p {
	position: relative;
	text-align: center;
	padding: 3px 0;
}

.foot .column .col-md-2 p:before,
.foot .column .col-md-2 p:after {
	content: '';
	position: absolute;
	top: 15px;
	width: 15px;
	height: 1px;
	background: #fff;
}

.foot .column .col-md-2 p:before {
	left: 15px;
}

.foot .column .col-md-2 p:after {
	right: 15px;
}

.foot .copyright {
	border-top: 1px solid #fff;
	height: 45px;
	line-height: 44px;
	color: #fff;
}

.foot .copyright .layout {
	position: relative;
}

.foot .copyright .layout:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #00a0e9;
}

.foot .copyright p {
	text-transform: uppercase;
}

.foot .social a {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin: 6px 0 0 17px;
	background: url(https://down.maoxiaoqi.com/images/icon_social.png) no-repeat 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

.foot .social .icon_qq {
	background-position: 0 0;
}

.foot .social .icon_qq:hover {
	background-position: 0 -28px;
}

.foot .social .icon_wx {
	background-position: -28px 0;
}

.foot .social .icon_wx:hover {
	background-position: -28px -28px;
}

.foot .social .icon_wb {
	background-position: -56px 0;
}

.foot .social .icon_wb:hover {
	background-position: -56px -28px;
}


/*公用图标*/
/*size:300->60   size:200->40*/
.icon-operation {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("https://down.maoxiaoqi.com/images/svg/operation.svg") no-repeat;
	vertical-align: middle;
}

.more-right2 {
	background-position: -9px -9px;
	background-size: 200px;
}

.delta-blue {
	background-position: -240px -18px;
	position: absolute;
	top: 19px;
	right: 48px;
}

.delta-white {
	background-position: -235px -57px;
	position: absolute;
	top: 19px;
	left: 48px;
}

.icon-work-ele {
	background-position: -8px -8px;
	background-size: 200px;
}

.icon-work-img {
	background-position: -48px -8px;
	background-size: 200px;
}

.icon-work-upload {
	background-position: -8px -48px;
	background-size: 200px;
}

.icon-work-help {
	background-position: -48px -48px;
	background-size: 200px;
}

.icon-up {
	background-position: -138px -77px;
	background-size: 300px;
}

.icon-right {
	background-position: -198px -78px;
	background-size: 300px;
}

.icon-down {
	background-position: -198px -138px;
	background-size: 300px;
}

.icon-left {
	background-position: -138px -138px;
	background-size: 300px;
}

.icon-blue-confirm {
	background-position: -258px -78px;
	background-size: 300px;
}

.icon-null-confirm {
	background-position: -258px -18px;
	background-size: 300px;
}

.icon-blue-triangle {
	background-position: -18px -136px;
	background-size: 300px;
}

/*png*/
.icon-more {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("https://down.maoxiaoqi.com/images/history-up.png") no-repeat left 5px;
	vertical-align: middle;
	background-size: 12px;
}

.icon-pick {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("https://down.maoxiaoqi.com/images/history-down.png") no-repeat left 5px;
	vertical-align: middle;
	background-size: 12px;
}

/*右侧咨询框*/
.fixed-button {
	position: fixed;
	z-index: 1000;
	right: 0;
	top: 50%;
	margin-top: -125px;
	width: 56px;
}

.fixed-button div {
	width: 55px;
	height: 55px;
	margin: 6px 0;
	text-align: center;
	background-color: #06aeff;
	border-radius: 6px 0 0 6px;
}

.fixed-button div img {
	margin-top: 10px;
}

.popver-wm {
	width: 100px;
	height: 100px;
}

/*对话框*/
.chart-model {
	display: none;
	position: fixed;
	z-index: 1000;
	right: 60px;
	bottom: 50px;
	width: 560px;
	height: 480px;
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 0 10px #5b7294;
}

.chart-model .head {
	color: #ffffff;
	width: 100%;
	height: 46px;
	background-color: #06aeff;
	padding: 0 24px;
	border-radius: 6px 6px 0 0;
}

.chart-model .head span {
	display: inline-block;
	height: 46px;
	line-height: 46px;
}

.chart-model .head img {
	width: 36px;
	height: 36px;
	margin-top: 5px;
}

.chart-model .head i {
	float: right;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 16px;
	margin-left: 16px;
}

.chart-model .head .min-model {
	background: url("https://down.maoxiaoqi.com/images/min-model.png") no-repeat center;
}

.chart-model .head .close-model {
	background: url("https://down.maoxiaoqi.com/images/close-model.png") no-repeat center;
}

.chart-model .chart-content {
	width: 100%;
	height: 432px;
	position: relative;
}

.chart-model .chart-content .chart-bord {
	width: 400px;
	height: 284px;
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	overflow-y: auto;
}

.chart-bord .white {
	background-color: #ffffff;
}

.chart-bord .blue {
	background-color: #06aeff;
}

.chart-bord .list {
	width: 100%;
	min-height: 46px;
	padding: 8px 12px;
	position: relative;
}

.chart-bord .list-time {
	text-align: center;
	font-size: 10px;
	color: #717171;
}

.list .text-box {
	display: inline-block;
	max-width: 250px;
	min-height: 44px;
	word-wrap: break-word;
	padding: 12px 12px;
	border-radius: 5px;
	box-shadow: 0 0 10px #d4d4d4;
}

.custom label>img {
	position: absolute;
	top: 16px;
}

.custom .text-box {
	background-color: #ffffff;
	margin-left: 48px;
}

.self label>img {
	position: absolute;
	top: 16px;
	right: 12px;
}

.self {
	text-align: right;
}

.self .text-box {
	text-align: left;
	background-color: #06aeff;
	margin-right: 48px;
	color: #ffffff;
}


.chart-model .chart-content .chart-import {
	
	width: 400px;
	height: 146px;
	background-color: #ffffff;
}

.chart-import .operation {
	background-color: #ffffff;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ededed;
	padding-left: 12px;
}

.chart-import .operation .icon-operation:hover {
	background-color: #d4d4d4;
}

.chart-import .operation .more {
	float: right;
	color: #06aeff;
}

.chart-import .operation .pick {
	display: none;
	float: right;
	color: #06aeff;
}

.chart-model .chart-content .chart-tap {
	display: none;
	width: 150px;
	height: 430px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fafafa;
	font-size: 12px;
}

.chart-tap .more-work {
	width: 100%;
	padding: 12px 8px;
	background-color: #ffffff;
}

.chart-tap .more-work1 {
	padding-left: 6px;
}

.chart-tap .more-work1 li {
	margin: 10px 0;
}

.chart-tap .more-work2 {
	display: none;
	padding-left: 6px;
}

.chart-tap .more-work span {
	padding: 8px 6px;
	border-bottom: 1px solid #ffffff;
}

.chart-tap .more-work .active {
	color: #06aeff;
	border-bottom: 1px solid #06aeff;
}

.chart-tap .more-work span:hover {
	color: #06aeff;
	border-bottom: 1px solid #06aeff;
}

.chart-import .import-box {
	width: 400px;
	height: 74px;
	color: #717171;
	font-weight: normal;
	padding: 6px 12px;
}

.chart-import .send {
	text-align: right;
	padding-right: 24px;
}

.chart-import .send span {
	padding: 2px 18px;
	color: #ffffff;
	background-color: #06aeff;
	border-radius: 4px;
}



/*QQ在线客服部分固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: 0;
	cursor: pointer;
}

.yb_bar ul li {
	width: 60px;
	height: 60px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	margin-bottom: 10px;
	border-radius: 3px;
	transition: all .5s ease;
	position: relative;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #f08300 url(https://down.maoxiaoqi.com/home_static/images/fixCont-v3.png) no-repeat 0 0;
	background-position-x: 3px;
}

.yb_bar .yb_phone {
	background: #f08300 url(https://down.maoxiaoqi.com/home_static/images/fixCont-v3.png) no-repeat 0 -57px;
	background-position-x: 3px;
}

.yb_bar .yb_ercode {
	/*height:200px;*/
	background: #f08300 url(https://down.maoxiaoqi.com/home_static/images/fixCont-v3.png) no-repeat 0 -113px;
	background-position-x: 3px;
}

.yb_bar .yb_top {
	background: #f08300 url(https://down.maoxiaoqi.com/home_static/images/fixCont-v3.png) no-repeat 0 -169px;
	background-position-x: 3px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

/*保存颜色代码#fff   橙黄色#ff4a00  红色#d5140c */
.xiaoqicolor {
	background-color: #f08300;
}

/*视频播放*/
.video-flash {
	width: 840px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -420px;
	border-radius: 6px;
	background-color: #333;
	z-index: 1002;
}

.video-flash .head {
	width: 840px;
	height: 30px;
	margin: 0;
	font-size: 16px;
	text-align: right;
	padding: 5px 15px 0;
	border-radius: 6px 6px 0 0;
	color: #ffffff;
}

.safe-custom-banner {
	width: 100%;
	height: 400px;
	background-color: #101825;
	color: #ffffff;
	text-align: left;
}

.safe-custom-banner .banner-body {
	margin: 0 auto;
	width: 1080px;
	padding: 0 60px;
	/* text-align: center; */
}

.safe-custom-banner h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.safe-custom-banner h2 {
	padding-top: 150px;
	font-size: 45px;
	margin-bottom: 30px;
}

.safe-custom-banner .banner-img {
	width: 340px;
	height: 240px;
	position: relative;
	right: -620px;
	top: -220px;
}

.safe-custom-banner .banner-img img {
	width: 340px;
	height: 240px;
}

.safe-custom-situation {
	/* 	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding: 70px 76px 30px 76px;
	margin: 0 auto; */
	width: 1175px;
	margin: 0 auto;
	height: 780px;
	padding: 70px 0 0 0;
}

.safe-custom-content {
	/* 	margin: 0 0 40px 0; 
	width: 320px;
	display: inline-block; */

	width: 360px;
	display: inline-block;
	float: left;
	border-radius: 6px;
	background-color: #f1f4f9;
	padding: 12px 37px;
}

.safe-margin-r {
	margin-right: 60px;
}

.safe-margin-b {
	margin-bottom: 40px;
}

/* .safe-custom-content ::after{
	clear: both;
} */
.safe-custom-content img {
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
}

.safe-custom-content h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #424242;
	font-weight: bold;
}

.safe-custom-content h4 {
	line-height: 27px;
	font-size: 16px;
	color: #717171;

}

.safe-content-1200 {
	width: 1200px;
}




/* 

	nav

*/
.flex_LR{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-box{
	position: fixed;
    top: 0;
    z-index: 1000;
    height: 64px;
    width: 100%;
    min-width: 1140px;
    background-color: #ffffff;
    font-size: 16px;
    /* box-shadow: 0 -1px 5px #d4d4d4 inset; */
    box-shadow: 0px 3px 6px #00000012;
	display: flex;
	align-content: center;
}
.contentWidth{
	width: 1200px;
    /* padding: 0 20px; */
	margin-left: auto;
	margin-right: auto;
}
.nav_log{
	display: flex;
	align-items: center;
}
.small_logo{
	display: inline-block;
	width: 120px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #dedede;
}
.small_logo img{
	width: 100%;
}

.nav_item_link{
	display: block;
	line-height: 64px;
	padding: 0 15px;
	color: #333;
	font-size: 16px;
}

.nav_item .active{
	color: #000;
	font-weight: 500;
	position: relative;
}
.nav_item > .active::after{
	content: "";
	display:block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #FF7800;
}
.nav_item ~ .nav_item{
	margin-left: 10px;
}
.nav_btns{
	margin-left: 20px;
}
.navBtn{
	display: inline-block;
	border: 1px solid #dedede;
	line-height: 30px;
	height: 32px;
	font-size: 14px;
    letter-spacing: 1px;
	transition: all 0.2s;
	border-radius: 5px;
}
.navBtn a{
	color: #333;
	transition: all 0.2s;
	display: block;
	height: 100%;
	padding: 0 10px;
}
.navBtn:hover{
	background-color: #FF7800;
	border-color: #FF7800;
	color: #fff;
}
.navBtn:hover a{
	color: #fff;
}

.nav_item_lay{
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	background-color: #fff;
	/* height: 0; */
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	padding: 20px 0;
	border-top: 1px solid #00000012;
	box-shadow: 0px 3px 6px #00000012;
}
.nav_item:hover .nav_item_lay{
	/* height: auto; */
	top: 100%;
	opacity: 1;
	visibility: visible;
	padding: 20px 0;
}
.nav_lay_mune{
	width: 240px;
}
.nav_lay_main{
	align-items: flex-start;
	justify-content: flex-start;
}
.nav_lay_main_l{
	border-right: 1px solid #dedede;
}
.nav_lay_mune_item{
	padding: 10px 0;
	padding-left: 30px;
	cursor: pointer;
}
.nav_lay_mune_item img{
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.nav_lay_mune_name{
	font-size: 16px;
	color: #999;
	vertical-align: middle;
}
.nav_lay_mune > .active,
.nav_lay_mune_item:hover{
	position: relative;
	background-image: linear-gradient(to right,transparent,#f6f6f6);
}
.nav_lay_mune > .active::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 15px;
	width: 2px;
	transform: translate(-50%,-50%);
	background-color: #ff7800;
}
.nav_lay_mune > .active .nav_lay_mune_name{
	color: #000;
}
.nav_lay_main_r{
	/* display: flex; */
	display: none;
	flex-wrap: wrap;
	margin-left: 20px;
	flex: 1;
}
.nav_lay_main_r.active{
	display: flex;
}
.nav_mume_data{
	width: 25%;
	padding-left: 20px;
	line-height: 30px;
	position: relative;
}
.nav_mume_data:nth-of-type(4) ~ .nav_mume_data{
	margin-top: 15px;
}
.nav_lay_wrap{
	width: 100%;
}
.NLWC{
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
	flex: 1;
}
.old_nav_lay_main{
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.nav_item_lay_link{
	font-size: 16px;
	color: #333;
	margin-left: 15px;
}
.nav_mume_data_title{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
.nav_mume_data_title::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	/* border-radius: 50%; */
	background-color: #f1721a;
	position: absolute;
	left: 0;
	top: 9px;
}
.nav_mume_data_text{
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.NMLI_parent{
	width: 100%;
}
.NMLI_parent .nav_mume_list{
	margin-right: 40px;
	text-align: center;
}
.NMLI_parent .nav_mume_list img{
	width: 80px;
}
.nav_mume_list_wrap{
	display: flex;
	flex-wrap: wrap;
}
.NMLI_parent .nav_mume_list a{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.mt10{
	margin-top: 10px;
}


/* 
	footer
*/
#footer{
	background-color: #222628;
	padding-top: 40px;
}
.footer_main{
	align-items: flex-start;
}
.footer_nav{
	display: flex;
}
.ctimg{
	width: 120px;
}
.footer_nav_title{
	font-size: 25px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
	margin-bottom: 20px;
}
.footer_nav_text,.footer_nav_text > a{
	font-size: 15px;
	color: #DADADA;
	margin-bottom: 20px;
}
.footer_nav_text > a:hover{
	transition: .2s;
	color: #fff;
	text-decoration: underline;
}
.footer_nav_w ~ .footer_nav_w{
	margin-left: 80px;
}
.customer_service{
	width: 400px;
}
.footer_phone .footer_nav_text{
	font-size: 25px;
	font-weight: 600;
}
.footer_phone img,
.footer_address img{
	width: 22px;
	vertical-align: middle;
	margin-right: 6px;
	margin-left: -30px;
}
.footer_phone .footer_nav_text{
	vertical-align: middle;
}
.footer_phone,.footer_address{
	padding-left: 30px;
	margin-bottom: 15px;
}
.footer_phone{
	padding-bottom: 15px;
	border-bottom: 1px solid #383838;
}
.footer_address .footer_nav_text{
	vertical-align: middle;
}
.footer_customer{
	margin-top: 30px;
}
.footer_customer .footer_nav_text{
	margin-top: 5px;
}
.footer_customer_lb{
	display: inline-block;
	text-align: center;
}
.footer_links{
	margin-top: 40px;
}
.footer_links_wrap{
	padding-left: 80px;
	line-height:25px;
}
.footer_links_title{
	margin-left: -80px;
}
.footer_links_wrap a,
.footer_links_title,
.footer_copy_text{
	color: #8D8D8D;
	transition: .2s;
}
.footer_links_wrap a:hover{
	color: #fff;
}
.footer_links_wrap a ~ a{
	margin-left: 10px;
}
.footer_copy{
	margin-top: 60px;
	width: 100%;
	padding: 30px 0;
	background-color: #15191a;
}
.footer_copy_text ~ .footer_copy_text{
	border-left: 1px solid #8D8D8D;
	margin-left: 10px;
	padding-left: 12px;
}
a.footer_copy_text:hover{
	color: #fff;
}


/* de bnner */
.de_banner {
	overflow: hidden;
	width: 100%;
	height: 720px;
}
.de_banner img,.de_banner a{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.content_item{
	padding: 106px 0;
}
.content_item_main{
	align-items: flex-start;
}
.CIM_title{
	font-size: 35px;
	font-weight: normal;
	color: #0A1E2E;
	margin-bottom: 50px;
	font-family: ' 微软雅黑';
}
.CIM_text_row{
	padding-left: 40px;
	position: relative;
}
.CIM_text{
	font-size: 25px;
	font-weight: normal;
	color: #0A1E2E;
	line-height: 40px;
	position: relative;
	font-family: ' 微软雅黑';
}
.CIM_text::after{
	content: "";
	display: block;
	position: absolute;
	left: -40px;
	top: 17px;
	width: 6px;
	height: 6px;
	background-color: #f1721a;
}
.CIM_info{
	width: 540px;
}
.CIM_img{
	width: 570px;
}
.CIM_img img{
	width: 100%;
}
.reverse{
	flex-direction: row-reverse;
}
.CIM_small{
	color: #868D93;
	font-size: 16px;
    line-height: 28px;
}
.CIM_text ~ .CIM_text{
	margin-top: 40px;
}

.content_enumeration{
	padding: 80px 0;
}
.CIM_title{
	text-align: left;
	font-size: 35px;
	font-family: ' 微软雅黑';
	font-weight: normal;
	color: #0A1E2E;
	margin-bottom: 30px;
}
.enumeration_wrap{
	align-items: flex-start;
}
.enumeration_item{
	width: 30%;
	height: 211px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 10px 20px 0px rgba(240,240,240,0.94);
}
.enumeration_item_l{
	width: 73%;
}
.enumeration_title{
	font-size: 24px;
	font-family: ' 微软雅黑';
	font-weight: normal;
	color: #0A1E2E;
	line-height: 33px;
	margin-bottom: 10px;
}
.enumeration_text{
	font-size: 16px;
	font-family:' 微软雅黑';
	font-weight: 400;
	color: #868D93;
	line-height: 27px;
}
.content_enumeration_main .CIM_title{
	margin-bottom: 50px;
}
.content_item_btn{
	padding: 5px 10px;
	height: auto;
	background-image: linear-gradient(to right,#ffa64d,#ff740b);
	border: none;
}
.content_item_btn a{
	color: #fff;
}


.nav_phone_a{
	text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}
.nav_phone{
	position:relative;
}
.nav_phone .nav_phone_a img{
	margin-top: 5px;
    margin-bottom: -4px;
}
.nav_phone .nav_phone_a p{
	font-size: 12px;
    width: 100%;
    text-align: center;
    height: 16px;
    line-height: 1.5;
    color: #fff;
    transform: scale(.8);
}
.phone-child{
		position:absolute;
		top:0;
		right:-300%;
		transition: 0.2s;
		height: 100%;
		white-space: nowrap;
		padding: 0 10px;
		color:#fff;
		background-color: #f08300;
		border-radius:5px;
}
.nav_phone:hover .phone-child{
	right:125%;
}
.triangle {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	z-index: -1;
	right: -180px;
	background-color: #ffffff;
	transform: rotate(45deg);
	transition: all 0.3s ease;
	border-top: 1px solid #f08300;
	border-right: 1px solid #f08300;
}

.item-show {
	position: absolute;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease;
	border-radius: 4px;
	color: #f08300;
	border: 1px solid #f08300;
}

.phone-show {
	right: -180px;
	background-color: #ffffff;
	width: 180px;
	text-align: center;
}

.hd_qr {
	right: -200px;
	padding: 10px;
	background-color: #ffffff;
}
li.yb_ercode:hover >img {
    right: 66px;
}