/*动画配置 进度条动画*/

@keyframes statusProgress {
	0% {
		width: 0%;
		background: #d63838;
		/* Saf3.1+, Chrome */
	}
}

@-moz-keyframes statusProgress
/* Firefox */

{
	0% {
		width: 0%;
		background: #d63838;
		/* Saf3.1+, Chrome */
	}
}

@-webkit-keyframes statusProgress
/* Safari 和 Chrome */

{
	0% {
		width: 0%;
		background: #d63838;
		/* Saf3.1+, Chrome */
	}
}

@-o-keyframes statusProgress
/* Opera */

{
	0% {
		width: 0%;
		background: #d63838;
		/* Saf3.1+, Chrome */
	}
}



@font-face {
	font-family: 'webfont';
	src: url('../font/webfont.eot');
	src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), url('../font/webfont.ttf') format('truetype');
}

.icon {
	font-family: 'webfont';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1190px;
	background-color: #fff;
	font: 12px/20px "Microsoft Yahei", "微软雅黑", "Arial Narrow", HELVETICA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em,
i {
	font-style: normal;
}

fieldset,
img {
	border: 0;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
	transition: all .2s ease-in-out;
}

a:hover {
	color: #3f51b5;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

ul,
li,
dl,
dd,
dt,
p,
span,
form,
tbody,
td,
tr {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

input,
button,
select,
textarea {
	outline: 0
}

::selection {
	background: #fec09b;
	color: #fff;
}

::-moz-selection {
	background: #fec09b;
	color: #fff;
}

.content {
	width: 1180px;
	margin: auto;
}

.lf {
	float: left;
}

.rt {
	float: right;
}


/*头部样式开始*/

.header {
	width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.header .top {
	width: 100%;
	height: 30px;
	background-color: #262930;
}

.header .top .content {}

.header .top .tf {
	text-align: left;
}

.header .top .tc {
	text-align: center;
}

.header .top .tr {
	text-align: right;
}

.header .top li {
	width: 33.33%;
	line-height: 30px;
	float: left;
	color: #58667a;
	font-size: 14px;
	text-align: center;
}

.header .top li i {
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: 3px;
	border-radius: 3px;
	background-color: #58667a;
}

.header .top li .a1 {
	padding-left: 10px;
}

.header .top li .a2 {
	padding-left: 10px;
}

.header .top li .a3 {
	padding-left: 10px;
}

.header .top li .jia {
	color: #3dc28c;
}

.header .top li .jian {
	color: #e53e3e;
}

.header .nav {
	width: 100%;
	height: 66px;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.header .nav .content {}

.header_logo {
	width: 160px;
	height: 30px;
	padding-top: 16px;
	float: left;
}

.header_logo img {
	width: 160px;
	height: 30px;
}


/*nav 导航*/

.wqk-nav {
	width: 630px;
	float: left;
	padding-left: 50px;
}

.wqk-nav-bd {
	position: relative;
	height: 52px;
	padding: 6px 0;
	z-index: 3;
}

.wqk-nav-bd .wqk-nav-list>li {
	float: left;
	line-height: 52px;
	height: 52px;
	position: relative;
}

.wqk-nav-bd .wqk-nav-list>li:hover .i-arrow-up {
	background-position: -156px -40px;
	transition: all .2s ease-in-out;
}

.wqk-nav-bd .wqk-nav-list>li:hover .sonmenu {
	display: block;
}

.wqk-nav-bd .wqk-nav-list>li:hover>a {
	color: #3f51b5;
}

.wqk-nav-bd .wqk-nav-list>li a {
	padding: 0 15px;
	font-size: 16px;
	color: #616161;
}

.wqk-nav-bd .wqk-nav-list li a:hover {
	color: #3f51b5;
}

.wqk-nav-bd .wqk-nav-list {
	height: auto;
}

.wqk-nav-bd .wqk-nav-list .my-account-default,
.wqk-nav-bd .wqk-nav-list .my-account {
	margin-top: 6px;
	*margin-top: 0;
	padding: 0px 10px 0px 13px;
	line-height: 38px;
	border: 1px solid #eee;
}

.wqk-nav-bd .wqk-nav-list .subMenuShow:hover .my-account {
	border: 1px solid #fff;
}

.wqk-nav-bd .wqk-nav-list .sonmenu {
	position: absolute;
	left: -20px;
	top: 55px;
	display: none;
	width: 100px;
	padding: 10px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	border: 1px solid #eee \9;
}

.wqk-nav-bd .wqk-nav-list .sonmenu a {
	display: block;
	line-height: 16px;
	padding: 9px 0;
	font-size: 14px;
}

.wqk-nav-bd .wqk-nav-list .sonmenu .i-tips-arrow {
	position: absolute;
	top: -6px;
	left: 0;
	margin-left: -15px;
	width: 100px;
	height: 6px;
	background-position: -244px -39px;
	background-position: -384px -39px \9;
}

.wqk-icons {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/icons.png") no-repeat;
}

.i-arrow-up,
.i-arrow-down {
	width: 8px;
	height: 4px;
	margin-left: 4px;
}

.i-arrow-up {
	background-position: -156px -46px;
	transition: all .2s ease-in-out;
}

.navHandle {
	width: 270px;
	height: 64px;
	float: right;
	background-color: #fff;
}

.navHandle li {
	float: left;
}

.ts_search {
	width: 18%;
}

.ts_search i {
	width: 20px;
	height: 20px;
	margin-top: 22px;
	display: block;
	cursor: pointer;
}

.icon-search {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: 18px;
	display: block;
}

.search_icon {
	color: #989898;
	font-size: 20px;
}

.search_icon:hover {
	color: #3f51b5;
}

.search_icon:before {
	content: '\F18C';
}

.ts_weixin {
	width: 18%;
	position: relative;
}

.ts_weixin span {
	width: 24px;
	height: 24px;
	margin-top: 24px;
	display: block;
	cursor: pointer;
}

.ts_weixin .wx_ewm {
	width: 106px;
	height: 106px;
	border: 1px solid #e0e0e0;
	display: none;
	position: absolute;
	top: 50px;
	left: -43px;
}

.ts_weixin .wx_ewm em {
	width: 12px;
	height: 7px;
	position: absolute;
	top: -7px;
	left: 47px;
	display: block;
	background-image: url(../images/wx_ewm_sanjiao.png);
}

.weixin_icon {
	color: #989898;
	font-size: 22px;
}

.weixin_icon:hover {
	color: #3f51b5;
}

.weixin_icon:before {
	content: '\F18D';
}

.ts_user {
	width: 40%;
}

.login_reg {
	text-align: center;
	height: 20px;
	line-height: 20px;
	padding-top: 22px;
}

.login_reg a {
	font-size: 14px;
	color: #616161;
}

.login_reg a:hover {
	color: #3f51b5;
}

.login_reg i {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #e0e0e0;
}

.ts_tougao {
	width: 24%;
	text-align: right;
}

.tougao_icon {
	margin-right: 5px;
	margin-top: 3px;
	font-size: 18px;
}

.tougao_icon:before {
	content: '\F18E';
}

.ts_tougao a {
	display: block;
	font-size: 14px;
	color: #616161;
	margin-top: 22px;
}

.ts_tougao a:hover {
	color: #3f51b5;
}

.wqk-nav-bd {
	position: relative;
	height: 52px;
	padding: 6px 0;
	z-index: 3;
}

.wqk-nav-bd .wqk-nav-list>li {
	float: left;
	line-height: 52px;
	height: 52px;
	position: relative;
}

.wqk-nav-bd .wqk-nav-list>li:hover .i-arrow-up {
	background-position: -156px -40px;
	transition: all .2s ease-in-out;
}

.wqk-nav-bd .wqk-nav-list>li:hover .sonmenu {
	display: block;
}

.wqk-nav-bd .wqk-nav-list>li:hover>a {
	color: #3f51b5;
}

.wqk-nav-bd .wqk-nav-list>li a {
	padding: 0 15px;
	font-size: 16px;
	color: #616161;
}

.wqk-nav-bd .wqk-nav-list li a:hover {
	color: #3f51b5;
}

.wqk-nav-bd .wqk-nav-list {
	height: auto;
}

.wqk-nav-bd .wqk-nav-list .my-account-default,
.wqk-nav-bd .wqk-nav-list .my-account {
	margin-top: 6px;
	*margin-top: 0;
	padding: 0px 10px 0px 13px;
	line-height: 38px;
	border: 1px solid #eee;
}

.wqk-nav-bd .wqk-nav-list .subMenuShow:hover .my-account {
	border: 1px solid #fff;
}

.wqk-nav-bd .wqk-nav-list .sonmenu {
	position: absolute;
	left: -20px;
	top: 55px;
	display: none;
	width: 100px;
	padding: 10px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	border: 1px solid #eee \9;
}

.wqk-nav-bd .wqk-nav-list .sonmenu a {
	display: block;
	line-height: 16px;
	padding: 9px 0;
	font-size: 14px;
}

.wqk-nav-bd .wqk-nav-list .sonmenu .i-tips-arrow {
	position: absolute;
	top: -6px;
	left: 0;
	margin-left: -15px;
	width: 100px;
	height: 6px;
	background-position: -244px -39px;
	background-position: -384px -39px \9;
}

.wqk-icons {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/icons.png") no-repeat;
}

.i-arrow-up,
.i-arrow-down {
	width: 8px;
	height: 4px;
	margin-left: 4px;
}

.i-arrow-up {
	background-position: -156px -46px;
	transition: all .2s ease-in-out;
}

.user_center {
	padding-left: 10px;
}

.user_centera {
	position: relative;
	padding: 13px 0 0 0;
	z-index: 3;
}

.user_centera>li {
	float: left;
	position: relative;
}

.user_centera>li:hover .i-arrow-up {
	background-position: -156px -40px;
	transition: all .2s ease-in-out;
}

.user_centera>li:hover .sonmenu {
	display: block;
}

.user_centera>li:hover>a {
	color: #3f51b5;
}

.user_centera>li a {
	padding: 0 15px;
	font-size: 16px;
	color: #616161;
}

.user_centera li a:hover {
	color: #3f51b5;
}

.user_centera {
	height: auto;
}

.user_centera .my-account-default,
.user_centera .my-account {
	margin-top: 6px;
	*margin-top: 0;
	padding: 0px 10px 0px 13px;
	line-height: 38px;
	border: 1px solid #eee;
}

.user_centera .subMenuShow:hover .my-account {
	border: 1px solid #fff;
}

.user_centera .sonmenu {
	position: absolute;
	left: -20px;
	top: 45px;
	display: none;
	width: 100px;
	padding: 10px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	border: 1px solid #eee \9;
}

.user_centera .sonmenu a {
	display: block;
	line-height: 16px;
	padding: 9px 0;
	font-size: 14px;
}

.user_centera .sonmenu .i-tips-arrow {
	position: absolute;
	top: -6px;
	left: 0;
	margin-left: -15px;
	width: 100px;
	height: 6px;
	background-position: -244px -39px;
	background-position: -384px -39px \9;
}

.user_centera .sonmenu span {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	right: 15px;
	top: 53px;
	display: block;
	background-color: #e53e3e;
}

.user_centera .wqk-icons {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/icons.png") no-repeat;
}

.user_centera .i-arrow-up,
.i-arrow-down {
	width: 8px;
	height: 4px;
	margin-top: -30px;
	margin-left: 8px;
}

.user_centera .i-arrow-up {
	background-position: -156px -46px;
	transition: all .2s ease-in-out;
}

.user_centera img {
	width: 36px;
	height: 36px;
	display: inline-block;
	overflow: ;
	border-radius: 18px;
}


/*底部样式开始*/

.f-nav {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	line-height: 35px;
	padding: 10px 0;
	background: #30343D;
	text-align: center;
	color: #565a61;
	font-size: 10px;
}

.f-nav a {
	color: #fff;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
	opacity: 0.4;
}

.f-nav a:hover {
	opacity: 0.8;
}

.f-bd {
	overflow: hidden;
	background: #262930;
}

.bt_partners {
	display: block;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	color: #fff;
	opacity: 0.3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.partners_logo {
	width: 1300px;
}

.partners_logo li {
	width: 142px;
	float: left;
	padding-bottom: 15px;
	margin-right: 30px;
}

.partners_logo img {
	width: 100%;
	opacity: 0.3;
}

.partners_logo img:hover {
	opacity: 1;
}


/*底部样式结束*/

.bt_links {
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	color: #fff;
	opacity: 0.3;
	margin-top: 30px;
	margin-bottom: 15px;
}

.links_text {
	width: 100%;
	overflow: hidden;
}

.links_text a {
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
	display: block;
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
	opacity: 0.3;
}

.links_text a:hover {
	color: #fff;
	opacity: 0.8;
}

.btn {
	width: 100%;
	clear: both;
	height: 58px;
	border-top: 1px solid #3c3e45;
	margin-top: 10px;
}

.btn p {
	width: 60%;
	float: left;
	line-height: 58px;
	color: #fff;
	opacity: 0.3;
}

.btn p a {
	color: #fff;
	opacity: 0.9;
}

.btn .f-lau {
	width: 40%;
	line-height: 58px;
	text-align: right;
	color: #fff;
	position: relative;
}

.btn .f-lau b {
	opacity: 0.3;
}

.btn .f-lau .a1 {
	padding-left: 30px;
	padding-right: 15px;
}

.btn .f-lau .a2 {
	width: 40px;
	height: 31px;
	position: absolute;
	background-image: url(../images/aliyun.png);
	right: 140px;
	top: 8px;
}


/*网页右侧漂浮*/

.tsp_nav li {
	padding-bottom: 7px;
}

.tsp_nav a {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	background-image: url(../images/tsp_nav_li.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tsp_nav a:hover {
	background-image: url(../images/tsp_nav_li.png);
	background-repeat: no-repeat;
}

.tsp_nav .qq_weibo a {
	background-position: 0px 0px;
}

.tsp_nav .qq_weibo a:hover {
	background-position: -50px 0px;
}

.tsp_nav .sina_weibo a {
	background-position: 0px -50px;
}

.tsp_nav .sina_weibo a:hover {
	background-position: -50px -50px;
}

.tsp_nav .weixin {
	position: relative;
}

.tsp_nav .weixin a {
	background-position: 0px -100px;
}

.tsp_nav .weixin a:hover {
	background-position: -50px -100px;
}

#topcontrol a {
	width: 38px;
	height: 38px;
	display: block;
	overflow: hidden;
	background-image: url(../images/back_top.png);
	background-repeat: no-repeat;
}

#topcontrol a:hover {
	width: 38px;
	height: 38px;
	display: block;
	overflow: hidden;
	background-image: url(../images/back_top.png);
	background-repeat: no-repeat;
}

.ts_czcg {
	width: 80px;
	height: 34px;
	line-height: 34px;
	margin-left: 60px;
	margin-top: 25px;
	padding: 0px;
	text-align: center;
	display: block;
	float: left;
	color: #fff;
	background: #fe6d00;
	border: 1px solid #eb6a05;
	border-radius: 3px;
	font-size: 14px;
	font-family: "微软雅黑";
	cursor: pointer;
}

.ts_czsb {
	width: 80px;
	height: 34px;
	line-height: 34px;
	margin-left: 15px;
	margin-top: 25px;
	padding: 0px;
	text-align: center;
	display: block;
	float: left;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	font-size: 14px;
	font-family: "微软雅黑";
	cursor: pointer;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}