/*common*/
body{ margin: 0;padding: 0;}
body,html{width: 100%;height: 100%;font-size: 16px;color: #3a3a3a;min-width: 1179px;}
*{text-decoration: none;list-style: none;font-family: "Microsoft YaHei UI"}
img{border: 0px;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{padding: 0;margin: 0;}
h1,h2,h3,h4,h5{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
a,input,button{ outline:none;border:0}
a{color: #3a3a3a;}
i,em{font-style:normal}
.wrapper{width:1179px;height:100%;margin:0 auto;}

/*修改后的*/
body,html,div,h1,h2,h3,h4,h5,h6,p,span,a,img,button,input,textarea,ul,li,i,button {
	border: 0;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover,a:active {
	color: #000;
}
/*img {
	display: block;
}*/

.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;
}

@font-face {  
    font-family: 'PingFang Regular';  
    src:url('../font/PingFang Regular.ttf') format('truetype');  
    font-weight: normal;  
    font-style: normal;  
}  

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
	/*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;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fix {
	position: fixed;
}
.flex {
  display: -moz-box;  /* Firefox */   
  display: -ms-flexbox;    /* IE10 */   
  display: -webkit-box;    /* Safari */    
  display: -webkit-flex;    /* Chrome, WebKit */   
  display: flex;
}
.flex1{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}

/*------------------header--------------------*/
.header{
	width: 100%;
	height: 80px;
	background: #fff;
	position: relative;
}
.header .logo{
	height: 80px;
	width: 394px; 
	margin-left: 36px;
}
.header .nav{
	padding-right: 46px;
}
.header .nav_ul{
	width: 100%;
}
.nav_ul>li{
	float: left;
	line-height: 80px;
	margin: 0 12px;
	height: 80px;
	padding-right: 40px; 
	/*position: relative;*/
}
.nav_ul>li.fr {
	padding: 0;
}
.nav_ul .active{
	border-bottom: 3px solid #00aeff !important;
}
.header .nav .nav_ul .active a{
	color:#00aeff;
}
.header .nav .nav_ul>li:last-child{
	margin: 0;
}
.header .nav .nav_ul li:hover .a,.header .nav .nav_ul li:hover span.iconfont{
	color:#00aeff;
}
.header .nav_ul>li a{
	color: #666;

}
.header li .iconfont {
    margin-left: 6px;
    font-size: 14px;
}
.header .nav .nav_ul>li.dropdown{
	/*border: 1px solid transparent;*/
}
.header .nav .nav_ul>li:hover.dropdown:before{
	border-top-color: #00aeff;
}

.dropdown .fun_center,.dropdown .cus_serve,.dropdown .more{
	position: absolute;
	z-index: 1000;
	top:80px;
	background: #fff;
	display: none;
	width: 100px;
}
.dropdown .fun_center>li,.dropdown .cus_serve>li,.dropdown .more>li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 100px;
	/*text-align: center;*/
}
.header .nav .nav_ul .dropdown .fun_center>li a,.header .nav .nav_ul .dropdown .cus_serve>li a,.header .nav .nav_ul .dropdown .more>li a{
	color: #3a3a3a;
}
/*免费体验*/
.header .nav .nav_ul>li.free{
	width: 93px;
	height: 35px;
	border-radius: 4px;
	line-height: 35px;
	text-align: center;
	margin-top: 30px;
	margin-left: 10px;
}
.header .nav .nav_ul>li.free a{
	display:inline-block;
	width: 93px;
	height: 35px;
	background: #00AEFF;
	line-height: 35px;
	border-radius: 4px;
	color: #fff;
	padding: 0;
	font-size:16px;
}
.nav_ul>li{
	float: left;
	line-height: 80px;
	margin: 0 4px;
	height: 80px;
}
.header li.fr{
	line-height: 38px;
	height: 38px;
	text-align: center;
	width: 90px;
	background: #0b86f9;
	border-radius: 4px;
	margin: 21px 18px 21px 0 !important;
	cursor: pointer;
}
.header li.fr:hover{
	/*background: #2894fe;*/
}
.header .login a{
	color: #fff !important;
	padding: 0 !important;
}
.header .user_register.fr a{
	color:#0086ff !important;
	padding: 0 !important;
}
.header .user_register.fr{
	/*width: 120px;*/
	border: 1px solid #0086ff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.header .user_register.fr:hover{
	background:#0086ff !important;
}
.header .user_register.fr:hover a{
	color:#fff !important;
}
.m_solve{
	/*width: 1200px;*/
}
.dropdown .m_fun_center>li{
	width: 180px;
	float: left;
	padding: 0 36px;
	background: #fafafa;
	cursor: pointer;
}

.dropdown .m_fun_center dl dt{
	width: 300px;
	font-size: 16px;
	color: #333;
}
.dropdown .m_fun_center dl dd{
	font-size: 12px;
	color: #999;
}
/*------------------footer--------------------*/
.link{
	font-size: 12px;
	text-align: left;
	padding: 35px 0;
	line-break: 26px;
	border-bottom: 1px solid #434548;
}
.link a{
	margin-right: 20px;
}
.footer{
	background: #34373a;
	color: #8c8d8d;
	text-align: center;

}
.footer a{
	color: #8c8d8d;
}
.footer .footer-top{
	height: 291px;
	border-bottom: 1px solid #434548;
}
.footer .footer-top dl{
	text-align: left;
	height: 251px;
	font-size: 15px;
	line-height: 40px;
	padding: 40px 50px 0 50px;
	border-right: 1px solid #434548;
}
.footer .footer-top dl:last-child{
	border: 0;
}
.footer .footer-top .contact{
	padding: 40px 45px 0 45px;
}
.footer .footer-top .contact dd{
	color: #56bdf6;
}
.footer .footer-top dl dd{
	font-size: 12px;
	line-height: 30px;
}
.footer .footer-top dl dd h3{
	font-size: 17px;
	line-height: 27px;
}
.footer .footer-top dl dd button{
	width: 120px;
	height: 36px;
	font-size: 16px;
	border-radius: 4px;
	margin-top: 10px;
	background: #56bdf6;
}
.footer .footer-top dl dd button a{
	color: #fff;
}
.footer .footer-top dl dd button:hover{
	background: #12b5ff;
}
.footer .footer-edtion{
	line-height: 90px;
	font-size: 14px;
	font-weight:lighter;
}
.footer img{
	width: 130px;
	height: 130px;
	margin-right:13px;

}
.footer img:nth-of-type(2){
	margin: 0;
}
/*顶端进度条*/
.load-wrap{width:100%;height:2px;position:absolute;top:0;left:0;background:#ffffff}
#pre-load{position:fixed;top:0;height:2px;background:#00aeff;transition:opacity 3s linear}




/*hover 效果*/

.btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {

	background: #fdfdfd  !important;

	color: #6b6b6b;

}

.btn-default{

	background: #fdfdfd  !important;

	color: #6b6b6b;

	border:1px solid #efefef !important;

	outline: none;

}

.btn-default:hover{

	background:#f7f7f7  !important;

}

.btn-default:active{

	background: #e9e9e9  !important;

	outline: none;

	border:1px solid #e9e9e9 !important;

}

/*左侧悬浮框*/
.left-xf{
	position: fixed;
	left: 10px;
	top: 50%;
	margin-top: -160px;
	width: 200px;
	height: 330px;
	text-align: center;

}
@keyframes move{
	0%{}
	50%{transform: translateX(-20px);transform: translateY(-20px)}
	100%{}
}
.left-xf a{
	background: url(../img/left-xf.png) no-repeat;
	display: block;
	width: 200px;
	height: 330px;
	position: relative;
}
.left-xf .point{
	position:absolute;
	right: 60px;
	bottom: 5px;
	animation: move1 0.5s ease-in-out infinite;
}
.left-xf .pre{
	width: 127px;
	height: 60px;
	margin: 170px auto;
	animation: move2 0.5s ease-in-out infinite;
}
@keyframes move1{
	0%{}
	50%{transform: translateX(-5px);transform: translateY(-5px)}
	100%{}
}
@keyframes move2{
	0%{}
	50%{transform:scale(0.9,0.9);}
	100%{}
}


.qq_content a,.qq_content img{border:0;}
.qq_content img{vertical-align:middle;width: 120px;
    height: 120px;}
#qq_content {
	width: 182px;
	height: 500px;
	/*border: 1px solid #e8e8e8;*/
	border-radius: 4px;
	position: absolute;
	right: 20px;
	top: 200px;
	font-family: "微软雅黑";
	z-index: 99;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.06);
	background: #fff;
}
.qq_content p {
	margin: 0;
	padding: 0;
}
#qq_content .qqicon {
	font-size: 24px;
    margin: 10px 0 0 18px;
    color: #2389ed;
}
.top {
	width: 182px;
	height: 56px;
	position: relative;
	text-align: center;

}

.top .refer {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
}
.service {
	border-bottom:  1px solid #e8e8e8;
}
.service .p{
	width: 100%;
	height: 43px;
	display: flex;
}
.service .p:hover{
	background: #f5f7f9;
}
.service img {
	vertical-align: middle;
	margin: auto;
	display: inline-block;
	width: 24px;
	height: 22px;
	padding-left: 20px;
}
.service a{
	display: inline-block;
	width: 140px;
	height: 43px;
	font-size: 14px;
	color: #5d5959;
	padding-left: 15px;
	line-height: 43px;

}
.wx_service {
	height: 42px;
	color: #666;
	line-height: 42px;
	text-align: center;
	/*border-bottom:  1px solid #e8e8e8;*/
	font-size: 14px;
}

.richScan {
	text-align: center;
	padding-bottom: 20px;
	font-size: 14px;
	color: #FF8000;
	line-height: 32px;
	border-bottom:  1px solid #e8e8e8;
}

#image2 {
	margin-top:10px;
}
.phone_number {
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	color: #2389ed;
	border-bottom:  1px solid #e8e8e8;
	margin-top: -10px;
}
.phone_number p:hover{
	background: #f5f7f9;
}
.bottom{
	height: 77px;
	border-bottom:  1px solid #e8e8e8;
}
.bottom div {
	float: left;
	text-align: center;
}
.bottom div p {
	color: #666;
	font-size: 14px;
	line-height: 32px;
}
.bottom .code{
	padding-top: 10px;
	width: 94px;
	border-right: 1px solid #e8e8e8;
	position: relative;
	padding-bottom: 2px;
	cursor: pointer;
}
.back_top {
	cursor: pointer;
}
.back_top icon,.code icon {
	color: #459bf0;
}
.code icon,.back_top icon {
	font-size: 30px;
}
.code_show {
	width: 150px;
	height: 150px;
	padding: 5px 0 10px 0;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	background: #fff;
	text-align: center;
	border: 1px solid #e8e8e8;
	left: -180px;
	top: -45px;
	display: none;
}
.code_show img {
	margin-top: 5px;
}
.code_show p {
	line-height: 30px;
}
.code_show::after {
	content: '';
	right: -9px;
	top: 75px;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	transform: rotate(45deg);
}
.code:hover{
	background: #f5f7f9;
}
.code:hover .code_show {
	display: block;
}
.bottom .back_top {
	width: 85px;
	padding-top: 10px;
	border-left: 1px solid #f7f7f7;
	padding-bottom: 2px;
}
.back_top:hover{
	background: #f5f7f9;
}
.back_home {
	display: inline-block;
	width: 100%;
	height: 54px;
	font-size: 14px;
	line-height: 42px;
	color: #666;
	text-align: center;
	padding-top: 10px;
}
.back_home:hover{
	background: #f5f7f9;
}
.close_con{
    position: absolute;
    top: -30px;
    right: -4px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    color: #666;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.08);
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}
.fuchuang{
	width: 70px;
	height: 220px;
	position: absolute;
	left: -74px;
	top: 186px;
	display: none;
	cursor: pointer;
	border-radius: 35px;
	background: #fff;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	padding-top: 10px;
}
#qq_content .fuchuang .threelogo {
	width: 100px;
    height: 86px;
    position: absolute;
    top: -62px;
    left: -8px;
}
.fuchuang icon {
	display: block;
	font-size: 40px;
	text-align: center;
	margin: 10px 0;
	color: #2389ed;
}
.fuchuang icon:hover {
	color: #459bf0;
}
.fuchuang .online {
	padding-top: 30px;
    margin-bottom: 18px;
}
.fuchuang .online,.fuchuang .go_top {
	font-size: 13px;
	color: #333;
	text-align: center;
}
.go_top {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

/*====================================================================2017-11-13==========*/
.header .nav .nav_ul .dropdown .fun_center>li a:hover{
	color: #00aeff;
}
/*新版导航*/
.dropdown .m_fun_center{
	background: #fff;
	width: 860px;
	z-index: 1000;
	display: none;
	position: absolute;
	top: 78px;
	left: 50%;
	margin-left: -530px;
	box-shadow: 0px -2px 14px rgba(0,0,0,0.06);
	padding: 0 40px;
	justify-content: center;
}
.dropdown .m_fun_center dd a{
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.dropdown .m_fun_center>li{
	float: left;
	padding: 24px 12px 24px 20px;
	margin: 36px 30px;
}
.dropdown .m_fun_center>li:hover {
	background: #f8f8f8;
}

.dropdown .m_fun_center>li>dl>dt{
	font-size: 16px;
	line-height: 16px;
	color: #333;
	font-weight: 600;
	width:100%;
	position: relative;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
}
.dropdown .m_fun_center>li>dl>dt .iconfont {
	transform: rotate(-90deg);
	color: transparent;
}
.dropdown .m_fun_center>li a:nth-of-type(1){
	color: #333;
	width: 150px;
}
.dropdown .m_fun_center>li:hover a,.dropdown .m_fun_center>li:hover .iconfont{
	color: #0086ff;
}

.dropdown .m_fun_center>li>dl>dd{
	width: 100%;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 16px;
}

.dropdown .m_fun_center>li>dl>dd>a{
	text-align: left;
	display: block;
	color: #333;
	position: relative;
}

.new {
	padding: 0 7px 0 4px;
	width: 32px;
	height: 18px;
	background: #ff8000;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 4px;
	font-style: italic;
	transform: scale(0.7);
	/*animation: ad 2s ease-in-out infinite;*/
}
.new:before{
	content: "";
	border-left: 4px solid #ff8000;
	border-bottom: 3px solid #ff8000;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 4px;
	left: -3px;
	z-index: 99;
	transform: rotate(45deg);
}
/*
@keyframes ad{
	0%{transform: translateY(3px)}
	50%{transform: translateY(-3px)}
	100%{transform: translateY(3px)}
}*/
.dropdown .m_fun_center>li>dl>dd>a.orange{
	color: #f57402;
	font-weight: 600;
}
.dropdown .m_fun_center>li>dl>dd>a.orange:hover{
	color:#00aeff;

}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.header ul li {
		padding-right: 20px;
	}
	.header .logo {
		width: 350px;
	}
	.header div div:nth-of-type(2) {
		padding-right: 10px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
	.header ul li {
		padding-right: 14px;
	}
	.header .logo {
		width: 280px;
	}
	.header img {
		width: 260px;
	}
	.header div div:nth-of-type(2) {
		padding-right: 0;
	}
}

html body .dropdown .m_fun_center.fouritem>li {
	margin: 36px 10px;
}





