﻿@charset "utf-8";

/****************************** 
************CSS重置************ 
******************************/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: normal;
}

body {
	font: 12px/1.6 "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
}

a {
	color: #7f7f7f;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

a {blr: expression(this.onFocus=this.blur());}
a {outline: none;}
a:focus {outline: none;}
a:hover {text-decoration: underline;}
a:active,a:focus {outline: none}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;}
.clearfix {zoom: 1;clear: both;}
.clear {clear: both;height: 0;line-height: 0;font-size: 0;}
.fl {float: left;}
.fr {float: right;}
.mr_20{margin-right:20px;}


/****
整体布局****
****/

.all {
	width: 100%;
	margin: 0;
	padding: 0;
	width: expression(document.body.clientWidth <=1024? "1024px": "auto");
	min-width: 1024px;
}
.header {
	width: 100%;
	height: 80px;/*100px*/
	background: #FFFFFF;
	margin: 0 auto;
	border-bottom: 3px solid #2496F6;/*#59adfa*/
}
.head {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}


/****
通用头部****
****/

.logo {
	float: left;
	margin: 15px 0px 0px 0px;/*25px*/
}

.nav_items {
	list-style-type: none;
	overflow: hidden;
	margin: 0 auto;
	float: right;
}

.nav_items li {
	float: left;
	height: 80px;/*100px*/
	line-height: 80px;/*100px #454545*/
}

.nav_items li.curr a {color: #2192f8;}
.nav_items li.curr a {blr: expression(this.onFocus=this.blur());outline: none;}
.nav_items li.curr a:focus {outline: none;}
.nav_items li a {font-family: "微软雅黑";font-size: 18px;color: #666666;padding-left: 40px;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;blr: expression(this.onFocus=this.blur());outline: none;}
.nav_items li a:focus {outline: none;}
.nav_items li a:hover {text-decoration: none;color: #2192f8;}
.other_nav {position: absolute;z-index: 999;top: 32px;right: 0;float: right;}
.other_nav li {float: left;}
.other_nav li a {padding-left: 7px;}

.head2 {width: 100%;overflow: hidden;}
.head2_main {width: 900px;margin: 0 auto;overflow: hidden;}
.head2_title {height: 100px;line-height: 100px;background: #f2f9ff;}
.head2_title h2 {float: left;font-size: 30px;color: #555555;font-weight: 500;}


/****
通用底部****
****/

.footer {width: 100%;padding: 15px 0px 10px;background: #303030;}
.foot {width: 1000px;margin: 0 auto;overflow: hidden;}

.foot_box {width: 210px;float: left;text-align: left;padding-left: 40px;}
.foot_box ul li.title {padding-bottom: 10px;}
.foot_box ul li {font-size: 18px;color: #d9d9d9;line-height: 28px;white-space: nowrap;overflow:hidden;text-overflow: clip ;-o-text-overflow:clip ;}
.foot_box ul li a {font-size: 14px;color: #949494;text-decoration: none;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;}
.foot_box ul li.no_link {font-size: 14px;color: #949494;}
.foot_box ul li a:hover {color: #E66768;}
.foot_box h3 {font-size: 16px;color: #d9d9d9;padding-left: 25px;font-weight: 500;}
.foot_box p {color: #ffffff;font-size: 14px;}


.foot_box2 {float: left;text-align: left;padding-left: 35px;}
.foot_box2 .title {padding-bottom: 10px;}
.foot_box2 .title a {font-size: 18px;color: #949494;text-decoration: none;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;}
.foot_box2 .title .no_link {font-size: 18px;color: #949494;}
.foot_box2 .title a:hover {color: #949494;}
.foot_box2 .title- {padding-bottom: 10px;color: #949494;}

.foot_box2 ul li {font-size: 18px;color: #d9d9d9;line-height: 28px;white-space: nowrap;overflow:hidden;text-overflow: clip ;-o-text-overflow:clip ;}
.foot_box2 ul li a {font-size: 14px;color: #949494;text-decoration: none;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;}
.foot_box2 ul li.no_link {font-size: 14px;color: #949494;}
.foot_box2 ul li a:hover {color: #E66768;}
.foot_box2 h3 {font-size: 16px;color: #d9d9d9;padding-left: 25px;font-weight: 500;}
.foot_box2 p {color: #ffffff;font-size: 14px;}

.foot_bottom {margin: 15px 0px;border-top: 1px solid #262626;text-align: center;}

.foot_txt {padding: 10px 0 0;font-size: 12px;color: #949494;}
.foot_txt a {padding-left: 15px;text-decoration: none;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;}
.foot_txt a:hover {color: #E66768;}
.foot_txt p {padding-top: 10px;}

.foot_txt2 {padding: 0px 0px 15px;font-size: 12px;color: #949494;text-align: center;}
.foot_txt2 a {padding-left: 5px;text-decoration: none;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;color: #949494;}
.foot_txt2 a:hover {color: #949494;}
.foot_txt2 p {padding-top: 10px;}

/***定制/代理***/

.server {width: 100%;overflow: hidden;}
.server_one {background: #e3f0fd; padding: 20px 0;}
.server_box {width: 1000px;height: 390px;margin: 0 auto;padding: 0;overflow: hidden;}

.server_txt {width: 400px;height: 250px;margin: 105px 20px 0px 30px;}
.server_txt h2 {font-size: 44px;font-weight: normal;padding-bottom: 0px;color: #555555;letter-spacing: 2px;}
.server_txt p {font-size: 16px;color: #748686;}
.server_pic{padding: 60px 0px 0px 0px;}

.server_list{width: 1200px;height:400px;margin: 0 auto;}
.server_item{width: 25%;text-align: center;float: left;padding-top: 50px;}
.server_title{color: #454545;font-family: "寰蒋闆呴粦";font-size: 18px;line-height:1.5;}


/*帮助中心*/

.help {width: 100%;overflow: hidden;}
.help_main {width: 900px;margin: 0 auto;overflow: hidden;}

.help_title {height: 100px;line-height: 100px;background: #f2f9ff;}
.help_title h2 {float: left;font-size: 30px;color: #555555;font-weight: 500;}

.help_txt {background: #FFF;}

.help_list {float: left;list-style-type: none;margin: 0;padding-top: 15px;overflow: hidden;}
.help_list li {text-align: left;width: 200px;height: 40px;line-height: 40px;display: block;}
.help_list li a {font-size: 14px;padding: 0px 15px;text-decoration: none;display: block;}
.help_list li a b {float: right;}

.help_item {float: right;width: 600px;}
.help_item ul {list-style-type: none;overflow: hidden;}
.help_item ul li {padding: 15px 0px 0px;border-bottom: 1px solid #dee6ee;}
.help_item ul li a {color: #1689ef;}
.help_item ul li a:hover {color: #F00;text-decoration: none;}
.help_item ul li h3 {font-size: 18px;font-weight: 500;color: #555555;padding-bottom: 10px;}
.help_item ul li b {padding-right: 5px;}
.help_item ul li p {font-size: 16px;/*color: #999999;*/font-weight: 500;color: #555555;padding: 10px 0px 30px 15px;}

.help_p40 {padding: 40px 0;}
.help_p20 {padding: 20px 0 0;}

.help_tb {color: #FFF;background: #1689ef;}
.help_tb a {color: #FFF;font-size: 14px;}
.help_nb a {font-size: 14px;color: #666;text-decoration: none;display: block;}


/*返回顶部*/

#leftsead {
	width: 131px;
	position: fixed;
	bottom: 80px;
	right: 0px;
	z-index: 100;
	word-wrap: break-word;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight));
}

*html #leftsead {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
	width: 131px;
	height: 60px;
}

#leftsead li img {
	float: right;
}

#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 131px;
}

#leftsead li a .shows {
	display: block;
}

#leftsead li a .hides {
	margin-right: -140px;
	cursor: pointer;
	cursor: hand;
}

#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 190px;
	top: -80px;
}

ul.suspend {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    width: 54px;
    height: 224px;
    margin-top: -112px;
	font-family: arial, "Microsoft YaHei", 微软雅黑;
}

ul.suspend li.suspend-list {
    width: 54px;
    height: 55px;
    margin-top: 8px;
    border-radius: 8px;
}

ul.suspend li.suspend-list a {
    font-size: 14px;
    line-height: 55px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff
}

/*微信*/
ul.suspend li.suspend-list a:hover.weixin:after{
    line-height: 18px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 7px 9px;
    color: #fff;
    border-radius: 8px;
    display: block;
    left: 0
}

ul.suspend li.suspend-list a:hover.weixin {
    position: relative;
}
ul.suspend li.suspend-list a:hover.weixin:after {
    position: absolute;
    content: '微 信客  服';
    text-align: center;
    background: #f15929;
}
ul.suspend li.suspend-list a.weixin {
    background: url(http://www.jx365.net/images/kefu/dh_wechat.png) center center no-repeat
}
ul.suspend li.suspend-list a img.qrcode-weixin {
    position: absolute;
    top: -62px;
    right: 52px;
    display: none;
    width: 175px;
    height: 161px
}
ul.suspend li.suspend-list a:hover img.qrcode-weixin {
    display: block;
}

/*qq客服*/
ul.suspend li.suspend-list a:hover.qq:after{
    line-height: 18px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 7px 9px;
    color: #fff;
    border-radius: 8px;
    display: block;
    left: 0
}

ul.suspend li.suspend-list a:hover.qq {
    position: relative;
}
ul.suspend li.suspend-list a:hover.qq:after {
    position: absolute;
    content: 'Q Q客 服';
    text-align: center;
    background: #f15929
}
ul.suspend li.suspend-list a.qq {
    background: url(http://www.jx365.net/images/kefu/dh_qq.png) center center no-repeat
}
ul.suspend li.suspend-list a img.qrcode-qq {
    position: absolute;
    top: -62px;
    right: 52px;
    display: none;
    width: 175px;
    height: 161px
}
ul.suspend li.suspend-list a:hover img.qrcode-qq {
    display: block
}


/*返回顶部*/
ul.suspend li.suspend-list a:hover.back-top {
    position: relative;
}

ul.suspend li.suspend-list a:hover.back-top:after {
    line-height: 25px;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 7px 9px;
    content: '回 到顶 部';
    color: #fff;
    border-radius: 8px;
    background: #f15929
}
ul.suspend li.suspend-list a.back-top {
    background: url(http://www.jx365.net/images/kefu/dh_top.png) center center no-repeat
}

ul.suspend li.suspend-list:first-child {
    margin-top: 0
}



@media(max-width:960px)
{


}






