.nav_pos_box {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	padding: 30px 0;
	background: #fff;
	box-shadow: 0px -1px 1px #e9e9e9;
	z-index: 100;
	min-width: 1200px;
}
.nav_content_box {
/*	width: 92%;
	min-width: 1400px;
	margin: auto;*/
	display: -webkit-flex;
	display: flex;
	line-height: normal;
	text-align: left;
}

.column_box_1 {
	flex: 2;
	border-right: 1px solid #e9e9e9;
}

 
.column_list_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.column_item {
	width: 50%;
	margin-bottom: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column_item a {
	display: block;
	width: 232px;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	text-decoration: none;
}
.column_list_box .column_item a:hover {
	background: #ddd;
	cursor: pointer;
}

.column_item img {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 10px;
}
.column_item h3 {
	font-size: 16px;
	color: #333;
}
.column_item p {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.column_box_2 {
	flex: 1;
	margin-left: 30px;
	margin-right: 40px;
	border-right: 1px solid #e9e9e9;
}
.column_box_2 .column_list_box {
	flex-direction: column;
}
.column_box_2 .column_item {
	width: 100%;
}
.column_box_3 .column_list_box {
	flex-direction: column;
}
.column_box_3 .column_item {
	width: 100%;
}
 .fx_img{width:16px;height:16px;background:url('../image/2017_15166019282962.png');}
 
 
 
 

.flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex;
}

 
body {
	font-family: "微软雅黑";
	/*font-family: 'PingFang Regular';*/
	/*font-family: 'PingFang SC','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,sans-serif;*/
}
button {
	outline: none;
}
 


 
 
.topfix {
	position: fixed;
	top: -80px;
	left: 0;
	width: 100%;
	background: #fff;
	color: #489eff;
	z-index: 10;
	transition: all 0.4s;
	border-bottom: 1px solid #f2f2f2;
}
.topfix a {
	color: #999;
}
.topfix .active a {
	color: #489eff;
}
.topfix .header li.active a:after {
	background: #489eff;
}
.topfix .loginBtn div {
	border: 1px solid #489eff;
}
.topfix .loginBtn div a {
	color: #489eff;
}
.topfix .loginBtn div::before {
	background: #489eff;
}
.topfix .loginBtn div:hover a {
	color: #fff;
}
.topfix .header li.active a:after {
	background: #489eff;
}
.topfix .header ul:hover li a {
	color: #ccc;
}
.topfix .header ul:hover .active a {
	color: #489eff;
}
.topfix .header li:hover a:after {
	background: #489eff;
}
.topfix .header ul li:hover a {
	color: #489eff;
}


/*右侧客服悬浮窗*/
#qq_content {
    width: 84px;
    height: 346px;
    background: #ffffff;
    /* border: 1px solid #eaeaea; */
    border-radius: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: "微软雅黑";
    z-index: 99;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.04);
    /*display: flex;
    flex-direction: column;
    justify-content: space-around;*/
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
}
#qq_content img {
	width: 50px;
	margin: 0 auto;
}
#qq_content .kefuitem {
	padding-bottom: 18px;
	border-radius: 8px;
	position: relative;
	/*cursor: pointer;*/
}
#qq_content .kefuitem.active {
	background: linear-gradient(120deg,#3181f4,#38cee7);
	width: 94px;
	margin-left: -5px;
}
#qq_content .kefuitem.active .hoverwhitep {
	color: #fff;
}
.hoverbox {
	position: absolute;
	width: 188px;
	background: #fff;
	line-height: 44px;
	left: -190px;
	padding: 6px 12px;
	border-radius: 8px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.04);
}
.hoverbox div {
	/*cursor: pointer;*/
}
.hoverbox:after {
	content: '';
	position: absolute;
	top: 48%;
    left: 189px;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
}
.hoverbox:before {
	content: '';
	width: 30px;
	height: 100%;
	background: transparent;
	position: absolute;
	left: 204px;
	top: 0;
}
.hoverbox1,.hoverbox2,.hoverbox3 {
	display: none;
}
#qq_content .hoverbox1 img {
	margin: auto 8px;
	width: 24px;
	height: 24px;
}
#qq_content .hoverbox .boteee {
	border-bottom: 1px solid #eee;
	height: 44px;
	padding-top: 8px;
	
}
.boteee2 {
	border-bottom: 1px solid #eee;
	height: 44px;
	padding-top: 12px;
	
}
#qq_content .hoverbox2 img {
	margin: auto 0;
    width: 44px;
    height: 44px;
}
#qq_content .hoverbox3 img {
	width: 110px;
	height: 110px;
	margin-top: 12px;
}
#qq_content .hoverbox3 {
	top: -56px;
}
#qq_content .hoverbox2 {
	top: -52px;
}
#qq_content .hoverbox1 {
	top: -6px;
}
#qq_content .kefuitem.active .hoverbox {
	display: block;
}
.hoverbox .activephone {
	display: none;
}
.hoverbox div:hover {
	color: #347bef;
}
.hoverbox1 div:hover img {
	display: none;
}
.hoverbox1 div:hover .activephone {
	display: block;
}

iframe {
	width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: none;
}
#inputCopy {
	opacity: 0;
	resize: none;
    position: absolute;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #2389ed;
    left: -156px;
    top: -100px;
    background: transparent;
    border: none;
    outline: none;
}
.hoverbox1 .flex {
	/*cursor: pointer;*/
}