/*
* @description: 公用样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */

body {
	font: 14px/1.6 "Microsoft YaHei", '微软雅黑', Tahoma, Verdana, Arial, '宋体', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
body,
dd,
div,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
img,
legend,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

.con {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.textc {
	text-align: center;
}

.clear {
	clear: both;
}


/*头部*/

header {
	line-height: 70px;
}

.logo-img {
	width: 163px;
	height: 42px;
	vertical-align: middle;
}

.nav-con {
	float: left;
	padding: 0 0 0 60px;
	color: #fff;
	font-size: 15px;
	position: relative;
}

.nav-con .active {
	color: #4993fb;
}

.nav-con a {
	color: #222222;
}

.nav-block {
	background-color: #fff;
	box-shadow: 0px 0px 24.25px 0.75px rgba(0, 0, 0, 0.09);
	position: absolute;
	left: 0px;
	top: 69px;
	width: 100%;
	height: 472px;
	z-index: 589;
	line-height: 22px;
	display: none;
}
.nav-block-con{
	width: 280px;
	float: left;
}
.nav-block-midcon{
	margin: -10px 5% 0 10%;
}

.nav-block-line{
	width: 1px;
  	height: 339px;
	background:#e5e8f0 ;
	margin: 5% 12.9% 0 0;
}
.nav-block-detail {
	display: block;
	width: 100%;
	height: 62px;
	margin-bottom: 5px;
}
.mt62{

    margin-top: 62px;

}
.nav-block-detail:hover {
	background: #f2f4f9;
}

.nav-block-name {
	color: #444;
	font-size: 14px;
	margin: 30px 0 0 15px;
	padding-left: 10px;
	position: relative;
	border-left: 2px solid #1364f0;
}



.nav-block-img {
	margin: 15px 10px 0 15px;
}

.nav-block-titile {
	font-size: 15px;
	color: #222;
	margin-top: 10px;
}
.mt20 {

    margin-top: 20px;

}
.nav-block-text {
	color: #9f9f9f;
	font-size: 13px;
}
/*用户*/

.user {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f8ff;
	padding-bottom: 40px;
	margin-top: 30px;
}

.user-ul {
	height: auto;
	overflow: hidden;
}

.user-con {
	margin-bottom: 14px;
	position:relative;
	cursor:pointer;
}
.user-con:hover .user-con-con{
	display: block;
}
.user-con-con{
	position: absolute;
	border: 1px solid #e6e6e6;
	background: #fff;
	width: 321px;
    height: 294px;
    top:0 ;
    border-radius: 10px;
    padding: 0 31px;
    display: none;
}
.user-con-con-img{
	margin-top: 50px;
}
.user-con-con-text{
	font-size: 14px;
	color: #505778;
	 line-height: 2.186;
}

.user-middle {
	margin: 0 19px;
}

.user .btn-more {
	margin:20px auto;
}
/*溪谷sdk*/
.xgsdk{
	width:100%;
	height:auto;
	background: #f7f8fa;
	padding-bottom: 1px;
}

.xgsdk-subtitle {

    color: #70758c;
   font-size: 20px;
   margin: -60px 0  60px 0;

}
.xgsdk-con{
	width:200px;
}
.xgsdk-con-title{
	color:#4b5270;
	font-size:16px;
	margin:10px 0 5px;
}
.xgsdk-con-text{
	font-size:14px;
	color:#70758c;
	opacity:0.5;
}
.xgsdk-more{
	margin:50px 55px;
	width: 23px;
}
.xgsdk-merit{
	width: 200px;
  height: 67px;
  background: #fff;
  box-shadow: 0px 0px 23.75px 1.25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 70px;
  margin: 60px 0 0 20px;
}
.xgsdk-merit-text{
	color: #39405a;
	font-size: 18px;
	margin-left: 26px;
}
.xgsdk-merit-mid{

    margin: 60px 50px 0 70px;

}
.xgsdk .btn-more{
	margin: 40px auto;
}


/*更多产品*/

.product_relevance {
	width: 100%;
	height: 116px;
	line-height: 116px;
	background: #f2f2f4;
}

.product_relevance_con {
	font-size: 16px;
	width: 16.6%;
	text-align: center;
	background: url(../images/index/bg_chanpin.png) no-repeat center;
	color: #fff;
}

.product_relevance_con:first-child {
	background: none;
	color: #70758c;
	margin-left: -10px;
	text-align: left;
	text-indent: 2em;
}

.product_relevance_con a {
	color: #fff;
	
}

.btn-more {

    display: block;
    width: 144px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: url(../images/index/btn_n.png) no-repeat center;

}
/*底部*/

footer {
	background: #222542;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #b6bbcf;
	padding-top: 50px;
}
footer a{
	color: #b6bbcf;
}
.footer-ul {
	width: 1160px;
	margin: 0 auto;
}

.footer-con {
	width: 20%;
}

.footer-con-name {
	font-size: 15px;
	color: #b6bbcf;
	margin-bottom: 20px;
}

.footer-con-link {
	font-size: 12px;
	margin-bottom: 10px;
}

.footer-con-link a {
	color: #b6bbcf;
}

.footer-con-code {
	text-align: right;
}

.footer-con-code-text {
	margin-left: 143px;
}

.footer-con-mid2 {
	text-indent: 4.5em;
}

.footer-con-mid3 {
	text-indent: 6em;
}

.footer-con-mid4 {
	text-indent: 7.5em;
}

.link {
	width: 1160px;
	margin: 0 auto 30px;
}

.footer-menu {
	width: 1050px;
	margin: 0 auto;
}

.footer-menu-item {
	margin: 0 2.2%;
	float: left;
}

.footer-menu-item a {
	color: #b6bbcf;
	font-size: 12px;
}

.backtage-foot {
	width: 100%;
	height: auto;
	background: #1a1d34;
	margin-top: 20px;
	font-size: 12px;
	color: #b6bbcf;
}

.backtage-foot a {
	color: #b6bbcf;
}

.backtage-foot-nav {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	padding: 20px 0;
}

.backtage-foot-nav-con {
	height: 16px;
	line-height: 18px;
	float: left;
	padding: 13px 24px;
	font-size: 13px;
	float: left;
}

.backtage-foot-nav-con a {
	float: left;
	line-height: 18px;
	color: #b6bbcf;
}

.backtage-foot-copy {
	font-size: 12px;
	text-align: center;
	line-height: 2.5;
}
/*qq弹窗*/

.modal-backdrop {
	
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	
	
}

.modal {
	position: fixed;
	top: 60%;
	left: 50%;
	z-index: 1050;
	width: auto;
	max-width: 850px;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.activation-modal {
	width: auto;
	max-width: 850px;
	padding: 0 40px 20px;
	background: white;
	border: 5px solid rgba(0, 0, 0, 0.2);
	margin-left: -240px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 1px 0 white inset;
	margin-top: -267px;
	position: relative;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px 3px 18px;
	height: 16px;
	overflow: hidden;
	opacity: .8;
	line-height: 5px;
	cursor: pointer;
	font-size: 14px;
}

.modal-demo {
	margin-left: 25px;
	color: #4682B4;
}

.modal-close:hover {
	background: #989898;
	color: #ffffff;
}

.modal h1 {
	margin: 0 -40px;
	margin-bottom: 0px;
	border-top: 1px solid #CCC;
	font-size: 16px;
	padding: 13px 40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: left;
	margin-bottom: 20px;
}

.kftc {
	padding-left: 0px;
}

.kftc li {
	width: auto;
	padding: 0px 10px;
	float: left;
	text-align: center;
}

.qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url("../images/qq-icon-bg.png") no-repeat center 8px;
}

.qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}
/*右侧悬浮icon*/.side-bar {
	width:80px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	font-size:14px;
	line-height:0;
	z-index:100;
}
.side-bar a {
	width:80px;
	height:80px;
	line-height:20px;
	display:inline-block;
	background-color:#019EDD;
	color:#fff;
	text-align:center;
	margin-bottom:2px;
	cursor: pointer;
}
.js-qr-code:hover .qr-code-img{
	display:block;
}
.qr-code-img{
	position: absolute;
	left: -150px;
	top: 130px;
	width: 150px;
	height: 150px;
	display:none;
}
.side-bar a:hover {
	background-color:#56ABE4;
	color:#ffffff;
}
.side-bar .icon-qq span {
	background-position:-5px 0px;
}

.side-bar span {
	background:url(../images/gdt-img.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	margin:0 auto;
	margin-top:15px;
}
.side-bar .icon-chat span {
	background-position:-3px -45px;
	position:relative;
}
.side-bar .icon-qq:hover .chat-tips {
	display:block;
}
.side-bar .icon-blog:hover .phone-tips {
	display:block;
}
.side-bar .icon-blog span {
	background-position:-2px -85px;
}
.side-bar .icon-mail span {
	background-position: -41px -119px;
}
.side-bar .icon-totop span {
	background-position:0 -334px;
}
.side-bar .icon-down span {
	background: url(../images/xueyuan.png) no-repeat;
}
.side-bar .icon-hd span {
	background-position: -45px -0px;
}
.side-bar .icon-up span{
	 padding-top: 28px; 
	display: block;
	background:url(../images/arrows_up.png) no-repeat  center;
}
	.side-bar .phove{
			width: 100%;
		}
		.phove:hover p {
	display: none;
}
.phove_p {
    display: none;
    padding: 10px 0px;
        padding-right: 0px;
        padding-left: 0px;
    background: #019EDD;
    color: #fff;
    position: absolute;
    top: 142px;
    right: 90px;
    width: 220px;
    height: 70px;
    border-radius: 10px;
    line-height: 50px;
    font-size: 20px;
}
.chat-tips {
	padding:20px;
	border:1px solid #d1d2d6;
	position:absolute;
	right:70px;
	top:-55px;
	background-color:#ffffff;
	display:none;
}
.phone-tips {
	border:1px solid #d1d2d6;
	position:absolute;
	right:70px;
	top:160px;
	background-color:#ffffff;
	display:none;
}
.chat-tips i, .phone-tips i {
	width:9px;
	height:16px;
	display:inline-block;
	position:absolute;
	right:-9px;
	top:80px;
	background-position:-10px -210px;
}
.wximg:hover p {
	display:block;
}
.wximg p {
	position:absolute;
	bottom:60px;
	right:80px;
	display:none;
}
.icon-hd:hover p {
	display:block;
}
.icon-hd p {
	display: none;
    position: absolute;
    bottom: 0px;
    right: 90px;
    background: #fff;
    border-radius: 5px;
}
.icon-hd p img {
	    width: 150px;
    margin: 5px;
	margin-bottom:0px;
}
.icon-hd p font{ width:100%; height:25px; line-height:25px; font-size:12px; color:#666; text-align:center;}
.wximg p img {
	width:150px;
	height:150px;
}
.phove:hover p {
	display:block;
}
.phove p {
	display:none;
	padding:10px 0px;
	background:#019EDD;
	color:#fff;
	position:absolute;
	top:142px;
	right:90px;
	width:220px;
	height:70px;
	border-radius:10px;
	line-height:50px;
	font-size:20px;
}