/*common*/
/*body{ margin: 0;padding: 0;font-family: "PingFang SC";}
body,html{width: 100%;height: 100%;font-size: 16px;color: #3a3a3a;min-width: 1200px;}
*{text-decoration: none;list-style: none;font-family: "PingFang SC";}*/
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;}*/
.wrapper{width:1200px;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: 14px;
	text-align: center;
	/*padding: 35px 0;*/
	padding-top: 25px;
	line-break: 26px;
	/*border-bottom: 1px solid #434548;*/
}
.link a{
	margin-right: 20px;
}
.link a:hover{
	color: #fff;
}
.footer{
	/*background: #34373a;*/
	background: #000;
	/*color: #8c8d8d;*/
	color: #7d7d7d;
	padding-top: 80px;
}
.footer .v5_footTop {
	/*margin-top: 80px;*/
	display: flex;
	flex-direction: row;
}
.footer .v5_footTop .v5_footer dl{
	width: 200px;
}
.footer .v5_footTop .v5_footer dt{
	font-size: 24px;
	color: rgba(181,181,181,1);
	position: relative;
	height: 50px;
}
.footer .v5_footTop .v5_footer .dt::after {
	content:'';
	width: 100%;
	height: 1px;
	background: rgb(67,67,67);
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer .v5_footTop .v5_footer:last-child {
	width: 250px;
}
.footer .v5_footTop .v5_footer .lastDt {
	text-align: right;
}
.footer .v5_footTop .v5_footer .v5_h5, .footer .v5_footTop .v5_footer .v5_xiao {
	font-size: 16px;
	font-weight: 400;
	color: rgba(125,125,125,1);
	line-height: 36px;
}
.footer .v5_footTop .v5_footer .v5_h5 img, .footer .v5_footTop .v5_footer .v5_xiao img {
	height: 99px;
	width: 99px;
	margin: 0 6.5px;
}
.footer .v5_footTop .v5_footer .v5_xiao {
	margin-left: 35px;
}
.footer .v5_footTop .v5_footer .lastDt::after {
	content:'';
	width: 252px;
	font-size: 18px;
	color: rgba(181,181,181,1);
	position: absolute;
	bottom: -13px;
	left: 0;
}
.footer .v5_footTop .v5_footer dd p {
	text-align: left;
}
.footer .v5_footTop .v5_footer dd p a:hover{
	color: #fff;
}
.footer a{
	/*color: #8c8d8d;*/
	color: #7d7d7d;
	line-height: 30px;
}
.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: 46px;
	font-weight:500;
	text-align: center;
	color:rgba(98,98,98,1);
	font-size: 16px;
	padding-bottom: 50px;
}
.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;
}


/* 2020/05/08 新版V5 header */
.flexRow {
	display: flex;
	flex-direction: row;
}
.flexCol {
	display: flex;
	flex-direction: column;
}
.flexWrap {
	flex-wrap: wrap;
}
.v5_container {
	width: 1200px;
	margin: 0 auto;
}
.v5_header .v5_nav .v5_navUl li.active::after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,170,234, 1);
	position: absolute;
	bottom: 0;
	left: 0;
}
.v5_head {
	width: 1200px;
	height: 74px;
	margin: 0 auto;
}
.v5_header {
	width: 100%;
	height: 74px;
	background: #fff;
	position: relative;
}
.v5_header .v5_logo {
	height: 30px;
	width: 152px;
	margin-right: 15px;
	padding: 22px 0;
}
.v5_header .v5_nav {
	width: 100%;
}
.v5_header .v5_nav .v5_navUl {
	display: flex;
	flex-direction: row;
	height: 36px;
	line-height: 36px;
	padding: 19px 0;
}
.v5_header .v5_nav .v5_navUl>li{
	margin-left: 30px;
	color: #000;
	font-size: 16px;
	position: relative;
}
.v5_header .v5_nav .v5_navUl>li:first-child{
	margin-left: 60px;
}
.v5_header .v5_nav .v5_navUl>li:nth-child(8) a{
	border-radius: 5px;
	background: #00aaea;
	color: #fff;
	padding: 0px 15px;
	opacity: 0.9;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.v5_header .v5_nav .v5_navUl>li:nth-child(8):hover a {
	border-radius: 5px;
	opacity: 1;
}

/*产品中心*/
.v5_nav .v5_navUl .menu::after {
	content: '';
	position: absolute;
	top: -28px;
	left: 345px;
	width: 0px;
	height: 0px;
	border: 14px solid transparent;
	border-bottom-color: #fff;
	transition: all .3s ease;
}
#menu {
	width: 1314px;
	height: 500px;
	position: absolute;
	top: 54px;
	left: 50%;
	margin-left: -360px;
	z-index: 1000;
	display: none;
}

.v5_nav .v5_navUl .menu {
	z-index: 1000;
	position: absolute;
	top: 14px;
	left: 0;
	background: #fff;
	height: 500px;
	width: 1200px;
	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	padding: 0 57px;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu{
	width: 560px;
	padding-top: 40px;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu div{
	padding: 18px 0;
	border-top: 1px solid #d9d9d9;
	margin-right: 37px;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu>div:hover>a {
	color: #595959;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter {
	margin-top: 33px;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li {
	width: 180px;
	border-right: 1px solid #e5e5e5;
	padding-left: 44px;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center>p:hover>a {
	color: #595959;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p:first-child{
	margin-top: 0;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p{
	margin-top: 10px;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p a span{
	font-size: 26px;
	vertical-align: bottom;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p a span:last-child{
	font-size: 18px;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p:hover a {
	color: #00AAEA;
}
.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .seeMore {
	width:100px;
	height:30px;
	background:rgba(246,246,246,1);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}
/*关于我们*/
.v5_nav .v5_navUl .v5_our {
	width: 156px;
	height: 300px;
	background: #fff;
	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	position: absolute;
	top: 14px;
	left: 0px;
	padding: 30px 40px 0;
}
.v5Our1,.v5Our2,.v5_helpMin{
	position: absolute;
	top: 54px;
	display: none;
	left: -85px;
	width: 236px;
	height: 350px;
	z-index: 1000;
}
/* 帮助支持 */
.v5_ourItem  #thrLogo3,
.v5_ourItem  #thrLogo5 {
	display: inline-block;
	font-weight: bold;
	margin-top: 6px;
	width:22px;
	height:22px;
	border:2px solid rgba(0,0,0,1);
	border-radius:4px;
	text-align: center;
	font-size: 14px;
	line-height:22px;
	margin-right: 3px;
}
.v5_ourItem p:hover  #thrLogo3,
.v5_ourItem p:hover  #thrLogo5{
	border-color: #00aaea;
}
.v5_nav .v5_navUl .v5_our::after {
	content: '';
	position: absolute;
	top: -28px;
	left: 105px;
	width: 0px;
	height: 0px;
	border: 14px solid transparent;
	border-bottom-color: #fff;
	transition: all .3s ease;
}
.v5_nav .v5_navUl .v5_our .v5_ourList:first-child {
	width: 156px;
	/*padding-right: 40px;*/
	/*float: left;*/
}
.v5_nav .v5_navUl .v5_our .v5_ourList:last-child {
	width: 156px;
	/*padding-left: 40px;*/
	/*float: left;*/
}
.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem {
	margin-top: 20px;
	border-top: 1px solid #d9d9d9;
}
.v5_nav .v5_navUl .v5_our .v5_ourLine {
	width:1px;
	height:325px;
	background:rgba(229,229,229,1);
	float: left;
}
.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p{
	margin-top: 33px;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}
.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p a span:first-child{
	display: inline-block;
	font-size: 26px;
	vertical-align: top;
}
.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p a span:last-child {
	font-size: 18px;
	margin-left: 8px;
}
.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p:hover a{
	color: #00AAEA;
}
.v5_footCont {
	margin-top: 62px;
	height: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(67,67,67,1);
}
.v5_fuchuang .v5_kefu .iconfont.active {
	opacity: 0.8;
	color: #f00;
	transform: scale(1.1);
}
.v5_kefu:hover .showLft,
.v5_fol:hover .showBtm {
	display: block;
}
.v5_footCont .v5_cont .img a,
.v5_footCont .v5_cont .flexCol a{
	display: inline-block;
}
.v5_footCont .v5_cont .flexCol p{
	font-size:14px;
	font-weight:500;
	color:rgba(125,125,125,1);
	text-align: left;
	cursor: pointer;
	line-height: 18px;
}
.v5_footCont .v5_cont .flexCol {
	width: 228px;
}
.v5_footCont .v5_cont .flexCol:hover p {
	color: #fff;
}
.v5_nav .v5_navUl li:nth-child(8){
	transition: all .3s;
	-webkit-transition: all .3s;
}
.v5_nav .v5_navUl li:nth-child(8):hover{
	background-color: #ccecff;
}
/* 客服浮窗 2020年5月25日 */
.disCent{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#v5_call {
	width: 90px;
	height: 267px;
	position: fixed;
	right: 0;
	bottom: 200px;
}
#v5_call.up {
	animation: up .5s ease-in-out;
	-webkit-animation: up .5s ease-in-out;
}
#v5_call.down {
	animation: down .5s ease-in-out;
	-webkit-animation: down .5s ease-in-out;
}
@keyframes up {
	0%,100%{
		bottom: 200px;
	}50%{
		bottom: 210px;
		 }
}
@keyframes down {
	0%,100%{
		bottom: 200px;
	}50%{
		 bottom: 190px;
	 }
}
.new_content .v5_fuchuang{
	width: 90px;
	height: 267px;
 	display: block;
	cursor: pointer;
	box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.13);

}
.new_content .v5_fuchuang .v5_service {
	height: 80px;
	padding-top: 20px;
	background: #fff;
	border-bottom: 1px dashed #e5e5e5;
	position: relative;
}
.new_content .v5_fuchuang .v5_service .iconfont {
	font-size: 38px;
	color: #00aaea;
}
.new_content .v5_fuchuang .v5_service .iconfont.active {
	color: #f00;
}
.new_content .v5_fuchuang .v5_service p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	height: 16px;
	line-height: 16px;
}
.new_content .v5_fuchuang .v5_goTop {
	width: 90px;
	height: 65px;
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.new_content .v5_fuchuang .v5_goTop span {
	font-size: 34px;
	color: #a0a0a0;
}

.v5_service .showLft {
	position: absolute;
	right: 90px;
	top: 0;
	width: 222px;
	display: none;
}
.v5_newCent {
	height: 460px;
	width: 200px;
	padding: 0 6px;
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}
.v5_service .showLft:before,
.v5_service .showBtm:before{
	content: "";
	position: absolute;
	top: 65px;
	right: -10px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-left-color: #fff;
}
.v5_newCent .v5_slideTop {
	height: 32px;
	border-bottom: 1px dashed #e5e5e5;
	padding: 20px 0 14px;
}
.v5_service .showBtm {
	width: 190px;
	position: absolute;
	right: 90px;
	top: 0;
	display: none;
}
.v5_contShop {
	width: 140px;
	height: 160px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	text-align: center;
	background: #fff;
	padding: 30px 20px 0;
}
.v5_contShop img {
	height: 98px;
	width: 98px;
	border: 1px dashed #000;
	margin: 0 auto;
}
.v5_newCent .v5_slideBody {
	height: 230px;
	border-bottom: 1px dashed #e5e5e5;
}
.v5_slideBody .v5_zixun {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.v5_slideBody .v5_zixun span {
	font-size: 28px;
	color: #00aaea;
	margin-right: 8px;
}
.v5_slideBody .v5_name {
	 font-size:18px;
	 font-weight:400;
	 color:rgba(0,0,0,1);
	 line-height:24px;
	 height: 20px;
 }
.v5_slideBody .v5_phone {
	height:16px;
	font-size:18px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	line-height: 24px;
	margin-top: 5px;
}
.v5_slideBody img {
	height: 98px;
	width: 98px;
	border: 1px dashed #000;
	margin-top: 20px;
}
.v5_fuchuang .v5_newCent .v5_slideBody .v5_last {
	height: 23px;
	font-size:13px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:24px;
}
.v5_fellow {
	height: 50px;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 50px;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	color:rgba(0,0,0,1);
}
.v5_fellow span {
	color: #00aaea;
	font-size: 26px;
	vertical-align: bottom;
}
.v5_serUl {
	/*border-bottom: 1px dashed #e5e5e5;*/
	height: 150px;
	position: relative;
}
.v5_serUl .disCent {
	width: 100px;
	height: 75px;
}
.v5_serUl .disCent p:first-child {
	height: 16px;
}
.v5_serUl .disCent .v5_one {
	height: 16px;
	font-size: 16px;
	font-weight: 800;
	color:#000;
	line-height: 16px;
}
.v5_serUl .disCent p:last-child {
	margin-top: 6px;
	height: 14px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.v5_goTop {
	height: 50px;
	line-height: 50px;
}
.v5_goTop span {
	color: #a0a0a0;
	font-size: 28px;
}
.v5_serUl li.verLine {
	width:1px;
	height: 100px;
	background: linear-gradient(to bottom,#efefef,#b6b6b6,#efefef);
	transform: scaleX(0.5);
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -0.5px;
}
.v5_serUl li.verHor {
	width: 160px;
	height: 1px;
	position: absolute;
	transform: scaleY(0.5);
	top: 50%;
	left: 20px;
	margin-top: -0.5px;
	background: linear-gradient(to right,#efefef,#b6b6b6,#efefef);
}
/* 立即咨询点击样式 */
.v5_s {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	display: none;
}
.v5_s .v5_sModal {
	height: 310px;
	width: 305px;
	padding: 35px;
	background: #fff;
	box-shadow:0px 0px 35px 0px rgba(7,0,2,0.2);
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -187.5px;
}
.v5_s .v5_sModal .v5_pClose {
	height: 49px;
	width: 49px;
	margin-top: 24px;
	font-size: 28px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	box-shadow:0px 0px 9px 0px rgba(7,0,2,0.2);
	background: #fff;
	cursor: pointer;
}
.v5_s .v5_sModal .iconfont {
	font-size: 40px;
	color: #00aaea;
}
.v5_s .v5_sModal .v5_pModal {
	height: 18px;
	font-size:18px;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height: 18px;
	margin: 12px 0;
}
.v5_s .v5_sModal .v5_pLine {
	width: 100%;
	border-top: 1px dashed #e5e5e5;
	height: 9px;
}
.v5_s .v5_sModal .v5_phone {
	height: 17px;
	line-height: 18px;
	font-size:22px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	margin-bottom: 17px;
}
.v5_s .v5_sModal .v5_ewer {
	width: 95px;
	height: 95px;
	margin: 2px;
	border: 1px dashed #000;
}
.v5_pBto {
	height:14px;
	line-height: 14px;
	font-size:13px;
	font-weight:400;
	color:rgba(0,0,0,1);
	margin-top: 10px;
}
