﻿@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
	outline: none;
	blr:expression(this.onFocus=this.blur());
	color:#454545;
	}
a{cursor:pointer;}
a:hover{
	text-decoration:none;
	}
ol, ul, li {list-style: none;}
img,input,lable{
	vertical-align:middle;
	}
img{
	max-width:100%;
	}
input,textarea,select {
	background:none;
	border-radius:0;
	outline: none;
	resize:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	}
input[type=radio], input[type=checkbox]{
	-webkit-appearance:radio;
	-moz-appearance:radio;
	-ms-appearance:radio;
	-o-appearance:radio;
	appearance:radio;
	}
.cl{line-height: 0px;display: block;clear: both;height: 0px;width: 100%;overflow: hidden;}
body,ul,dl,dd,dt,form,lable,img,span,th,td,input,select,label,textarea,h1,h2,h3,h4,h5,h6,p,i,button,em{
	font-style:normal;
	font-weight:normal;
	list-style:none;
	padding:0;
	margin:0;
	}
body,div,ul,ol,li,dl,dd,dt,form,img,span,td,input,select,textarea,label,h1,h2,h3,h4,h5,h6,p,button{
    border: none;
	}
body,form,input,select,textarea{	
	color:#454545;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	-webkit-text-size-adjust : none ;
	-moz-text-size-adjust : none ;
	-ms-text-size-adjust : none ;
	-o-text-size-adjust : none ;
	text-size-adjust : none
	}
body{
	background-color:#f2f2f2;
	}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	zoom:1;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.tl{
	text-align:left;
	}
.tc{
	text-align: center;
	}
.tr{
	text-align: right;
	}
.underline{
	text-decoration:underline;
	}
.relative{
	position:relative;
	}
.zIndexUp{ z-index:999999;}
.hidden{ overflow:hidden;}
.blcok{ display:block;}
.float_l{float: left;}
.float_r{float: right;}	
/* font */
.c_000, a.c_000, .c_000 a{ /* 黑色 */
	color:#000;
	}
.c_333, a.c_333, .c_333 a{ /* 深灰 */
	color:#333;
	}
.c_666, a.c_666, .c_666 a{ /* 灰 */
	color:#666;
	}
.c_999, a.c_999, .c_999 a{ /* 浅灰 */
	color:#999;
	}
.c_fff, a.c_fff, .c_fff a{ /* 白 */
	color:#fff;
	}
.c_38485a, a.c_38485a, .c_38485a a{ /* 标题 */
	color:#38485a;
	}
.c_394a58, a.c_394a58, .c_394a58 a{ /* 标题 */
	color:#394a58;
	}
.c_818486, a.c_818486, .c_818486 a{ /* 副标题 */
	color:#818486;
	}
.c_8f98aa, a.c_8f98aa, .c_8f98aa a{ /* 正文 */
	color:#8f98aa;
	}
.c_abb0b3, a.c_abb0b3, .c_abb0b3 a{ /* 标签 */
	color:#abb0b3;
	}
.c_0171c5 , a.c_0171c5 , .c_0171c5  a{ /* 挑亮色_黑灰 */
	color:#888 ;
	}
.c_4095cc, a.c_4095cc, .c_4095cc a{ /* 浅蓝 */
	color:#4095cc;
	}
.c_747f8c, a.c_747f8c, .c_747f8c a{ /* 灰蓝 */
	color:#747f8c;
	}
.c_ff8b3d, a.c_ff8b3d, .c_ff8b3d a{ /* 橙色 */
	color:#ff8b3d;
	}
.green, a.green, .green a{ /* 绿色 */
	color:#57cf07;
	}
.red, a.red, .red a{ /* 红色 */
	color:#ff3600;
	}
.f12{
	font-size:12px;
	}
.f14{
	font-size:14px;
	}
.f16{
	font-size:16px;
	}
.f18{
	font-size:18px;
	}
.f20{
	font-size:20px;
	}
.f22{
	font-size:22px;
	}
.f24{
	font-size:24px;
	}
.f26{
	font-size:26px;
	}
.f28{
	font-size:28px;
	}
.f30{
	font-size:30px;
	}
.f32{
	font-size:32px;
	}
.f36{
	font-size:36px;
	}	
.fb{
	font-weight:bold;
	}
.lh16{
	line-height:16px;
	}
.lh18{
	line-height:18px;
	}
.lh20{
	line-height:20px;
	}
.lh22{
	line-height:22px;
	}
.lh24{
	line-height:24px;
	}
.lh26{
	line-height:26px;
	}
.lh28{
	line-height:28px;
	}
.lh30{
	line-height:30px;
	}
/* font End */


/* 边距 */
.pt5{
	padding-top:5px;
	}
.pt10{
	padding-top:10px;
	}
.pt15{
	padding-top:15px;
	}
.pt20{
	padding-top:20px;
	}
.pt25{
	padding-top:25px;
	}
.pt30{
	padding-top:30px;
	}
.pb30{ padding-bottom:30px;}	
.p5{
	padding:5px;
	}
.p10{
	padding:10px;
	}
.p15{
	padding:15px;
	}
.p16{
	padding-left:15px;
	padding-top:10px;
	}
.p20{
	padding:20px;
	}
.mt5{
	margin-top:5px;
	}
.mt10{
	margin-top:10px;
	}
.mt15{
	margin-top:15px;
	}
.mt20{
	margin-top:20px;
	}
.mt25{
	margin-top:25px;
	}
.mt30{
	margin-top:30px;
	}
.pl5{
	padding-left:5px;
	}
.pl10{
	padding-left:10px;
	}
.pl15{
	padding-left:15px;
	}
.pl20{
	padding-left:20px;
	}
.pl25{
	padding-left:25px;
	}
.ml5{
	margin-left:5px;
	}
.ml10{
	margin-left:10px;
	}
.ml15{
	margin-left:15px;
	}
.ml20{
	margin-left:20px;
	}
.ml25{
	margin-left:25px;
	}
.mr5{
	margin-right:5px;
	}
.mr10{
	margin-right:10px;
	}
.mr15{
	margin-right:15px;
	}
.mr20{
	margin-right:20px;
	}
.mr25{
	margin-right:25px;
	}
.mr30{
	margin-right:30px;
	}
.mt40{
	margin-top:40px;
	}
.mb20{
	margin-bottom:20px;
	}	
/* 边距 End */



/* 背景色\圆角\投影 */
.bgWhite{
	background-color:#fff; /* 白色背景 */
	}
.bgBlack{
	background-color:#293047; /* 深蓝背景 */
	}
.bgBlue{
	background-color:#0171c5; /* 蓝色背景 */
	}
.radius5{
	border-radius:5px;
	}
.radius100{
	border-radius:100%;
	}
.shadow1{
	box-shadow:0 2px 3px rgba(0,0,0,0.06);
	}

/* 背景色\圆角\投影 End */



/* 公共 */
.w1180{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	}
.icon{
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	display:inline-block;
	}
.spanMiddle{
	display:inline-block;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	height:100%;
	width:0;
	}
.imgMiddle{ vertical-align:middle;}

/* 公共 End */




/* head */
#logo{
	float:left;
	padding-top:16px;
	padding-bottom:12px;
	}
.mainNav{
	float:left;
	margin-left:22px;
	}
	.mainNav > li{
		float:left;
		margin-right:1px;
		position:relative;
		}
		.mainNav > li a{
			color:#c3c5cd;
			display:block;
			font-size:14px;
			line-height:60px;
			padding:0 18px;
			}
		.mainNav > li a:hover,
		.mainNav > li.current a{
			background-color:#0171c5;
			color:#fff;
			}
		.navMore{
			cursor:pointer;
			padding:26px 18px;
			}
		.mainNav > li:hover .navMore{ background-color:#161d2b;}
			.navMore > .icon{
				background-position:0 0;
				height:6px;
				width:26px;
				}
		.navMoreUl{
			background-color:#161d2b;
			display:none;
			text-align:center;
			position:absolute;
			left:0;
			top:100%;
			min-width:100%;
			}
			.mainNav > li .navMoreUl a{
				line-height:38px;
				padding:0;
				}
.pt17{ padding-top:17px;}
.headSearch{
	background-color:#1f2537;
	border-radius:15px;
	margin-right:15px;
	padding-left:25px;
	height:30px;
	transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	}
	.headSearch input[type=text]{
		color:#6d7a86;
		font-size:12px;
		line-height:30px;
		height:inherit;
		width:30px;
		}
	.headSearch button{
		cursor:pointer;
		display:inline-block;
		text-align:center;
		vertical-align:middle;
		height:inherit;
		width:40px;
		outline:none;
		border:none;
		background:none;
		margin-top:-8px;
		}
		.headSearch .search-submit i{
			background-position:-53px 0;
			margin-top:8px;
			height:14px;
			width:14px;
			}
	.sClassify{
		border-right:1px rgba(0,0,0,0.3) solid;
		color:#6d7a86;
		font-size:12px;
		line-height:30px;
		margin-right:10px;
		padding-right:10px;
		position:relative;
		height:30px;
		}
		.sClassify i{
			background-position:-270px 0;
			background-size:450px;
			margin-left:5px;
			filter:alpha(opacity=50);
			opacity:0.5;
			height:6px;
			width:11px;
			}
		.sClassify ul{
			background-color:#fff;
			display:none;
			position:absolute;
			top:100%;
			left:-10px;
			white-space:nowrap;
			}
		.sClassify:hover ul{ display:block;}
			.sClassify ul li{
				cursor:pointer;
				padding:0 10px;
				}
			.sClassify ul li:hover{
				background-color:#0171c5;
				color:#fff;
				}
.headRBtn{
	cursor:pointer;
	text-align:center;
	margin-left:10px;
	padding:18px 15px;
	}
.headShezhi{ padding:15px 15px;}
.headRBtn:hover{
	background-color:#161d2b;
	}
	.uploadBtn{
		background-position:-28px 0;
		margin:5px 0 2px;
		height:17px;
		width:23px;
		font-size:12px;
		}
	.uploadUl{
		background-color:#161d2b;
		display:none;
		position:absolute;
		right:0;
		top:100%;
		width:120px;
		}
		.uploadUl a{
			color:#fff;
			display:block;
			line-height:38px;
			}
		.uploadUl a:hover{ background-color:#0171c5;}
	.newIcon{
		background-color:#ff0800;
		position:absolute;
		top:16px;
		right:10px;
		height:6px;
		width:6px;
		}
	.inbox{
		background-position:0 -7px;
		margin:6px 0 2px;
		height:16px;
		width:21px;
		}
	.inboxDl{
		background-color:#fff;
		border:1px #e9ebee solid;
		display:none;
		position:absolute;
		top:100%;
		left:-116px;
		width:294px;
		}
		.inboxDt{
			background-color:#dde2e3;
			text-align:center;
			position:relative;
			height:50px;
			}
			.inboxDt a{
				border-radius:14px;
				font-size:12px;
				display:inline-block;
				line-height:28px;
				margin-top:13px;
				padding:0 15px;
				position:relative;
				}
			.inboxDt a.current{
				background-color:#0171c5;
				color:#fff;
				}
				.inboxDt a span{
					background-color:#ff0800;
					font-size:12px;
					font-family:Arial;
					border-radius:100%;
					color:#fff;
					line-height:18px;
					text-align:center;
					overflow:hidden;
					position:absolute;
					top:-10px;
					right:4px;
					height:18px;
					width:18px;
					}
			.inboxDtSan{
				border-color:transparent transparent #dde2e3 transparent;
				border-width:6px;
				border-style:solid;
				position:absolute;
				top:-13px;
				left:136px;
				height:0;
				width:0;
				}
			.inboxDtP{ line-height:50px;}
			.inboxList{
				border-bottom:1px #f1f3f5 solid;
				font-size:12px;
				display:block;
				text-align:left;
				padding:15px 12px;
				}
			.inboxList:hover,
			.headMore:hover{ background-color:#f1f3f5;}
			.headMore{
				font-size:12px;
				display:block;
				text-align:center;
				padding:15px 0;
				}
	.remind{
		background-position:-69px 0;
		margin-top:3px;
		height:21px;
		width:20px;
		}
	.messageBox{ left:-177px;}
		.messageBox dd{ display:none;}
		.messageBox .inboxDtSan{ left:195px;}
.headLogin,
.headRegist{
	color:#fff;
	line-height:60px;
	margin-left:12px;
	}
	.headLogin span,
	.headRegist span{
		display:inline-block;
		margin-right:5px;
		position:relative;
		top:4px;
		height:18px;
		width:18px;
		}
	.headLogin span{ background-position:-481px 0;}
	.headRegist span{ background-position:-481px -19px;}
/* head End */


/* 首页底部通栏广告 */
.blue_jbad{ text-align:center; color:#fff; line-height:52px; padding:20px 0px 40px 0px;}
.blue_jbad h2 a{ color:#fff; line-height:30px;}
.adbut a{
	border:1px solid #fff;
	border-radius:25px;
	color:#fff; 
	padding:10px 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
.adbut a:hover {
	background: #fff;
	color:#0171c5;
}
.tg_text{ width:1180px; margin:0 auto; text-align:right; padding-top:8px; color:#045795;}

#back-to-top{position:fixed;bottom:100px;right:50px;}
#back-to-top a{text-align:center;text-decoration:none;color:#d1d1d1;display:block;width:50px;-moz-transition:color 1s;-webkit-transition:color 1s;-o-transition:color 1s;}
#back-to-top a:hover{color:#979797;}
#back-to-top a span{background:#d1d1d1;border-radius:6px;display:block;height:50px;width:50px;background:url(../images/arrow-up.png) no-repeat center center;margin-bottom:5px;-moz-transition:background 2s;-webkit-transition:background 1s;-o-transition:background 1s;}
#back-to-top a:hover span{background:url(../images/arrow-up.png) no-repeat center center;}

/*bottom*/

#footer{min-width:1200px;height:275px;background:#fff;margin-top:17px;overflow:hidden;}
#footer .foot{ width:1200px;margin:0 auto;}
.foot .fsafe{ width:181px;height:140px;background:url(../images/topandfooter2015.v2.png) no-repeat 0 -140px;margin-top:75px;}
.foot .wtnum{ width:480px;padding:65px 0 0 40px;}
.foot .wtnum h2{ font-size:30px;font-weight:normal;line-height:30px;height:44px;}
.foot .wtnum p{ font-size:16px;line-height:28px;letter-spacing:1px;}
.foot .wtnum p span{color:#ff7200;}
.foot .wtnum .qqtalk{width:112px;height:36px;background:url(../images/topandfooter2015.v2.png) no-repeat -42px 0;display:inline-block;margin:0 23px 0 5px;margin-top:15px;vertical-align:-6px;}
.foot dl{margin-top:64px;padding-left:57px;}
.foot dl dt{ font-size:18px;padding-bottom:25px;line-height:18px;}
.foot .customer-guide{ width:228px;border-left:1px #aaaaaa solid;border-right:1px #aaaaaa solid;}
.foot .customer-guide dd{ width:110px;float:left;line-height:28px;}
.foot .safe dd{ width:142px;height:47px;margin-bottom:10px;}
.foot .safe .aqlm{ background:url(../images/topandfooter2015.v2.png) no-repeat -42px -40px;}
.foot .safe .sjs{ background:url(../images/topandfooter2015.v2.png) no-repeat -42px -89px;}
#copyright{height:82px;background:#565656;min-width:1200px;}
#copyright .pz p{ float:left;display:inline;font-family:"宋体";font-size:16px;color:#aaaaaa;height:82px;line-height:82px;padding-right:54px;}
#copyright .pz p i{ float:left;display:inline;width:26px;height:34px;margin:25px 18px 0 0;background:url(../images/topandfooter2015.v2.png) no-repeat;}
#copyright .pz p .zb{ background-position:-158px 0}
#copyright .pz p .bz{ background-position:-189px 0}
#copyright .pz p .tx{ background-position:-219px 0}
#copyright .copy{color:#a9a9a9;line-height:24px;font-family:"宋体";padding-top:16px;}
#copyright .m{ width:1200px;margin:0 auto}

#back-to-top{position:fixed;bottom:100px;right:50px;}
#back-to-top a{text-align:center;text-decoration:none;color:#d1d1d1;display:block;width:50px;-moz-transition:color 1s;-webkit-transition:color 1s;-o-transition:color 1s;}
#back-to-top a:hover{color:#979797;}
#back-to-top a span{background:#d1d1d1;border-radius:6px;display:block;height:50px;width:50px;background:url(../images/arrow-up.png) no-repeat center center;margin-bottom:5px;-moz-transition:background 2s;-webkit-transition:background 1s;-o-transition:background 1s;}
#back-to-top a:hover span{background:url(../images/arrow-up.png) no-repeat center center;}

/* footer */
.qt-footer-default{background-color:#fff;min-width:1200px}
.qt-footer .footer-top{padding:30px 0 0 18px;height:263px}.qt-footer .footer-top dl:first-child{width:160px}.qt-footer .footer-top dl{width:150px}.qt-footer .footer-top dt{margin-bottom:10px;font-size:14px;font-weight:700;color:#666}.qt-footer .footer-top dd a{font-size:12px;line-height:2;color:#888}.qt-footer .footer-top dd a:hover{color:#f9b015}.qt-footer .footer-top .other-service{width:310px}.qt-footer .footer-top .service-title{color:#666;font-size:18px;font-weight:700;margin-bottom:30px}.text-blue-b,.text-green-b,.text-orange-b{font-weight:700!important}.qt-footer .footer-top .service-email,.qt-footer .footer-top .service-tel{color:#666;font-size:18px}.qt-footer .footer-top .service-email em,.qt-footer .footer-top .service-tel em{font-size:14px;color:#666}.qt-footer .footer-top .service-email i,.qt-footer .footer-top .service-qq i,.qt-footer .footer-top .service-tel i{display:inline-block;width:26px;height:26px;vertical-align:middle;background:url(../images/common.png) no-repeat}.qt-footer .footer-top .service-tel{margin-bottom:15px}.qt-footer .footer-top .service-tel i{background-position:-65px -176px}.qt-footer .footer-top .service-email{margin-bottom:24px}.qt-footer .footer-top .service-email i{background-position:-34px -176px}.qt-footer .footer-top .service-qq{width:140px;height:40px;line-height:40px}.qt-footer .footer-top .service-qq a{color:#fff}.qt-footer .footer-top .service-qq i{background-position:-1px -176px;margin-right:10px}


.qt-footer .footer-bottom{border-top:1px solid #ccc;height:55px;line-height:55px;padding-left:18px}.qt-footer .footer-bottom p{font-size:12px;color:#888}.qt-footer .footer-bottom .bottom-icon a{display:inline-block;width:26px;height:26px;margin-right:20px;vertical-align:middle;background:url(../images/common.png) no-repeat}.qt-footer .footer-bottom .bottom-icon .icon-quaro{background-position:-5px -206px}.qt-footer .footer-bottom .bottom-icon .icon-wechat{background-position:-35px -206px;position:relative}.qt-footer .footer-bottom .bottom-icon .icon-wechat img{max-width: 137px;position:absolute;top:-137px;left:-50px;display:none}.qt-footer .footer-bottom .bottom-icon .icon-wechat:hover img{display:block}.qt-footer .footer-bottom .bottom-icon .icon-sina{background-position:-65px -206px}.qt-footer .footer-bottom .bottom-href{padding-left:14px}.qt-footer .footer-bottom .bottom-href a{display:inline-block;margin-right:18px}.qt-footer .footer-bottom .bottom-href a:hover{color:#f9b015}.qt-footer .footer-bottom .icon-badge{display:inline-block;vertical-align:middle;width:23px;height:25px;background:url(../images/common.png) -163px -20px no-repeat}

.qt-btn,.qt-header-other .header-title{display:inline-block;vertical-align:middle}
.qt-btn,.qt-footer-other{height:56px;line-height:56px;text-align:center}
.qt-btn{width:200px;border-radius:4px;border:1px solid #ccc;cursor:pointer}

/* footer End */



/* 分页 */
.paging{
	color:#99a1a7;
	font-size:0;
	text-align:center;
	line-height:38px;
	}
	.page-item{
	background-color:#fff;
	border-radius:3px;
	color:#99a1a7;
	font-size:14px;
	display:inline-block;
	line-height:38px;
	margin:0 4px;
	height:38px;
	width:38px;
}
	.page-item a{
		background-color:#fff;
		border-radius:3px;
		color:#99a1a7;
		font-size:14px;
		display:inline-block;
		line-height:38px;
		margin:0 4px;
		height:38px;
		width:38px;
	 }
	.paging .active{
		background-image: -webkit-gradient(linear,left top, right top,from(#f7b832),to(#f9b015));
    background-image: -webkit-linear-gradient(left,#f7b832,#f9b015);
    background-image: linear-gradient(to right,#f7b832,#f9b015);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f7b832,endColorStr=#f9b015);
    border: 0;
		color:#fff;display: inline-block;
		}

	.page-item a:hover {
    background-image: -webkit-gradient(linear,left top, right top,from(#f7b832),to(#f9b015));
    background-image: -webkit-linear-gradient(left,#f7b832,#f9b015);
    background-image: linear-gradient(to right,#f7b832,#f9b015);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f7b832,endColorStr=#f9b015);
    border: 0;
}
	.gengduo{
	color:#99a1a7;
	font-size:0;
	text-align:center;
	line-height:38px;
	}

	.gengduo a{
		background-color:#fff;
		border-radius:3px;
		color:#99a1a7;
		font-size:14px;
		display:inline-block;
		line-height:38px;
		margin:0 4px;
		height:38px;
		width:135px;
		}
			.gengduo a:hover,
	.gengduo a.current{
		    background-image: -webkit-gradient(linear,left top, right top,from(#f7b832),to(#f9b015));
    background-image: -webkit-linear-gradient(left,#f7b832,#f9b015);
    background-image: linear-gradient(to right,#f7b832,#f9b015);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f7b832,endColorStr=#f9b015);
    border: 0;
		color:#fff;
		}

		.pagePrev,
		.pageNext{
			display:inline-block;
			position:relative;
			top:7.5px;
			height:23px;
			width:13px;
			}
		.pagePrev{ background-position:-166px 0;}
		.paging a:hover .pagePrev{ background-position:-194px 0;}
		.pageNext{ background-position:-180px 0;}
		.paging a:hover .pageNext{ background-position:-208px 0;}
	.paging i{
		font-size:14px;
		display:inline-block;
		margin:0 4px;
		}
		.pagetj {
    display: inline-block !important;
    width: 10% !important;
}
/* 分页 End */



/* 焦点图 */
.outcolor,.outcolor .slide .images{min-width:1200px;height:320px;position:relative}
.outcolor .slide .images{min-width:1200px;height:320px;position:relative}.links-ship .nav-ship{display:none;padding-top:15px}.links-ship .nav-ship h3{margin-right:15px}.links-ship .nav-ship h3.on a,.links-ship .nav-ship h3:hover a{color:#888}.links-ship .nav-ship a,.links-ship .ship-box a,.links-ship .ship-box li,.links-ship .ship-box span{color:#cbcaca;font-size:14px}.links-ship .ship-box{display:none;margin-top:20px}.links-ship .ship-box ul{display:none;overflow:hidden}.links-ship .ship-box ul:first-child{display:block}.links-ship .ship-box li{float:left;margin-right:15px;margin-bottom:10px}.links-ship .ship-box a:hover,.links-ship .ship-box span:hover{color:#f9b015}.outcolor .slide{min-width:1200px;width:inherit;z-index:5}.outcolor .slide .images{width:inherit;margin:0 auto}.outcolor .slide .images>div{width:100%;float:left;position:absolute;top:0;left:0}.outcolor .slide .images a{position:relative;display:block;margin:0 auto;width:1200px}.outcolor .slide .slide-box{position:relative;margin-top:-320px}

.slide, .slide .images {
    width: 1200px;
    height: 320px;
}
.slide {
    position: relative;
}
.slide .images {
    overflow: hidden;
    margin: 0 auto;
}
.banner-stress-bg {
    top: 0;
    left: 0;
    background-color: #000;
    border-radius: 3px;
    z-index: -1;
}
.slide .images div {
    float: left;
}
.banner-stress {
    z-index: 10;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    top: 11px;
    right: 14px;
    cursor: default;
}
.banner-stress-bg, .qt-card:hover .card-bg {
    filter: alpha(opacity=40);
    opacity: .4;
}
.banner-stress, .banner-stress-bg {
    position: absolute;
    width: 56px;
    height: 26px;
}
.slide a.backward:hover{background:url(../images/lun.png) -153px no-repeat}.slide a.forward:hover{background:url(../images/lun.png) -102px no-repeat}
.slide .backward, .slide .forward {
    position: absolute;
    overflow: hidden;
    top: 0;
    cursor: pointer;
    font-size: 0;
}

.slide .backward {
    left: 0;
    background: url(../images/lun.png) 0 no-repeat;
    height: 340px;
    width: 50px;
}
.slide .forward {
    right: 0;
    background: url(../images/lun.png) -51px no-repeat;
    height: 340px;
    width: 50px;
}
.slide .tabs {
    position: absolute;
    clear: both;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    left: 0;
    width: 100%;
    background: 0 0;
    top: 292px;
    padding: 0 2px;
    text-align: center;
}

.slide .tabs a {
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 1px;
    background: #999;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 2px 1px;
}
.slide .tabs a.current, .slide .tabs a:hover {
    background: #f9b015;
}
/* 焦点图 End */
/*kefu*/

@keyframes scaleToggleOne {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


.rd-notice {
    opacity: 0;
    position: relative;
    padding: 0;
    border: 0;
    text-align: left;
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice .rd-notice-content {
    background-color: #546e7a
}

.rd-notice:after {
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice:not(.rd-notice-position-static) .rd-notice-content,.rd-notice:not(.rd-notice-position-static) .rd-notice-type-icon,.rd-notice:not(.rd-notice-position-static) .rd-close-icon::before,.rd-notice:not(.rd-notice-position-static) .close::before {
    color: #fff!important
}

.rd-notice .rd-close-icon,.rd-notice .close {
    background: 0;
    position: absolute;
    z-index: 100;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 20px;
    font-size: 0;
    text-align: center;
    opacity: 1!important;
    font-weight: normal;
    text-shadow: none
}

.rd-notice .rd-close-icon:before,.rd-notice .close:before {
    content: "\e911";
    font-family: 'tm-icomoon';
    font-size: 10px;
    color: #fff
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    opacity: 1
}

.rd-notice-tooltip.thumb-heart-tooltip {
    z-index: 100;
    margin-top: 19px
}

.rd-notice-tooltip.thumb-heart-tooltip .rd-notice-content {
    padding: 10px 20px
}

.rd-notice-tooltip.limited-width {
    max-width: 350px
}

.rd-notice-tooltip:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
    background: 0;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 60;
    padding: 20px;
    font-weight: 400;
    line-height: 1.45
}

.rd-notice-tooltip .rd-notice-content a {
    color: #fff;
    text-decoration: underline
}

.rd-notice-tooltip .arrow {
    display: none!important
}

.rd-notice-tooltip.alert.rd-closing {
    white-space: normal;
    text-align: left
}

.rd-notice-tooltip.alert.rd-closing .rd-notice-content {
    padding-right: 50px
}

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}

.rd-notice.animate {
    opacity: 1;
    margin-top: 0
}

.rd-notice-position-corner {
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 350px;
    padding: 20px 50px 20px 20px;
    border-radius: 3px
}

.rd-notice-position-corner.animate {
    margin-top: 0!important;
    opacity: .9
}

.rd-notice-position-corner .rd-notice-type-icon {
    font-size: 20px;
    margin-right: 20px;
    display: table
}

.rd-notice-position-corner .rd-close-icon,.rd-notice-position-corner .close {
    top: 15px;
    right: 20px
}

.rd-notice-position-fullWidth {
    width: 100%;
    height: 60px;
    margin-top: -60px
}

.rd-notice-position-fullWidth .rd-notice-type-icon {
    margin-right: 10px;
    font-size: 24px
}

.rd-notice-position-fullWidth .rd-notice-content {
    white-space: nowrap
}

.rd-notice-position-fullWidth .rd-close-icon,.rd-notice-position-fullWidth .close {
    top: calc(50% - 10px);
    right: 40px
}

.rd-notice-position-static {
    width: 100%;
    opacity: 1;
    margin-top: 0;
    transform: scale(1);
    padding: 20px 40px 20px;
    z-index: 1
}

.rd-notice-position-static .rd-notice-content {
    padding-left: 20px
}

.rd-notice-position-static .tm-icon {
    font-size: 40px;
    color: #ff8f00
}

.rd-notice-position-static .rd-close-icon,.rd-notice-position-static .close {
    display: none
}

.rd-notice-position-left {
    margin-left: -20px
}

.rd-notice-position-left:after {
    right: -6px;
    top: 50%;
    margin-top: -10px
}

.rd-notice-position-right {
    margin-left: 20px
}

.rd-notice-position-right:after {
    left: -6px;
    top: 50%;
    margin-top: -10px
}

.rd-notice-position-top {
    margin-top: -20px;
    margin-bottom: 20px
}

.rd-notice-position-top:after {
    bottom: -6px;
    left: 50%;
    margin-left: -10px
}

.rd-notice-position-bottom {
    margin-top: 20px;
    margin-bottom: -20px
}

.rd-notice-position-bottom:after {
    top: -6px;
    left: 50%;
    margin-left: -10px
}

.rd-notice-type-default {
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice-type-default .rd-notice-content {
    background-color: #546e7a
}

.rd-notice-type-default:after {
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice-type-error {
    background-color: #d84315;
    -webkit-box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2);
    box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2)
}

.rd-notice-type-error .rd-notice-content {
    background-color: #d84315
}

.rd-notice-type-error:after {
    background-color: #d84315;
    -webkit-box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2);
    box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2)
}

.rd-notice-type-success {
    background-color: #eab122;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2)
}

.rd-notice-type-success .rd-notice-content {
    background-color: #eab122
}

.rd-notice-type-success:after {
    background-color: #eab122;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2)
}

.rd-notice-type-warning {
    background-color: #ff8f00;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2)
}

.rd-notice-type-warning .rd-notice-content {
    background-color: #ff8f00
}

.rd-notice-type-warning:after {
    background-color: #ff8f00;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2)
}

.rd-notice-type-alert {
    background-color: #fff8e1
}

.rd-notice-type-alert .rd-notice-content {
    background-color: #fff8e1
}

.rd-notice .rd-close-icon,.rd-notice .close {
    position: absolute;
    cursor: pointer
}

.rd-notice .rd-close-icon::before,.rd-notice .close::before {
    content: "î¤‘";
    display: inline-block;
    font-family: "tm-icomoon";
    font-size: 10px;
    font-weight: normal;
    margin-left: 1px;
    margin-top: 1px;
    transform: rotate(-2deg)
}

.item-details .social-share a i, article .social-share li a i, article .social-share li a span {pointer-events:none;}

.js-none {
    display: none!important;
}


.livechat-girl {
    position: fixed;
    bottom: 0;
    right: 40px;
    opacity: 0;
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0.86,0,0.07,1);
    transition: all 1s cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl .livechat-control {
    border-radius: 50px 50px;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 5px 10px 0 rgba(35,50,56,0.3);
    font-size: 0;
	margin: 0;
    padding: 0;
}

.livechat-girl .livechat-control__element {
    cursor: pointer;
    height: 100%;
    vertical-align: top
}

.livechat-girl .livechat-control__element:hover .tm-icon {
    transform: scale(1.25)
}

.livechat-girl .livechat-control__element_clicked .livechat-control__link .tm-icon {
    transform: scale(1)
}

.livechat-girl .livechat-control__element_clicked .livechat-control__link .tm-icon.icon-speech-dots {
    background-color: #eab122
}

.livechat-girl .livechat-control__element_clicked .livechat-control__link .tm-icon.icon-handset2 {
    background-color: #0d47a1
}

.livechat-girl .livechat-control__element .tm-icon {
    padding: 0;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.86,0,0.07,1);
    transition: all 300ms cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl .livechat-control__element .tm-icon:before {
    line-height: 40px
}

.livechat-girl .livechat-control__element_chat {
    display: inline-block;
	line-height: normal;
}

.livechat-girl .livechat-control__element_chat:hover .tm-icon {
    background-color: #eab122
}

.livechat-girl .livechat-control__element_chat:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#f7bf32,#eab122);
    position: absolute;
    left: 46px;
    top: 1px;
    z-index: 50
}

.livechat-girl .livechat-control__element_chat .tm-icon {
    display: none;
    margin-left: 20px;
    background-color: #eab122
}

.livechat-girl .livechat-control__element_callback {
    display: none
}

.livechat-girl .livechat-control__element_callback .tm-icon {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #2196f3
}

.livechat-girl .livechat-control__link {
    display: inline-block
}

.livechat-girl .livechat-control .girl-holder {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: top;
    z-index: 50
}

.livechat-girl .livechat-control .girl {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.livechat-girl .livechat-control .girl_smiling {
    position: absolute
}

.livechat-girl .livechat-control .girl_hover {
    opacity: 0
}

.livechat-girl .animated-circles {
    position: absolute;
    top: 0
}

.livechat-girl .animated-circles .circle {
    background: rgba(234,177,34,0.25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2000ms scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2500ms scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3000ms scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0!important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(0.86,0,0.07,1);
    transition: all .3s cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl .livechat-hint.show_hint {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1296px!important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.livechat-girl.with-callback .girl {
    border: solid 1px #cfd8dc
}

.livechat-girl.with-callback .livechat-hint {
    right: 180px
}

.livechat-girl.with-callback .livechat-control__element_chat a {
    padding-right: 10px
}

.livechat-girl.with-callback .livechat-control__element_chat .tm-icon {
    display: inline-block
}

.livechat-girl.with-callback .livechat-control__element_callback {
    display: inline-block
}

.livechat-girl.with-callback .livechat-control__element_callback a {
    padding-left: 10px
}

@media only screen and (max-width: 1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width:1060px!important
    }
}

@media only screen and (max-width: 1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width:984px!important
    }
}

@media only screen and (max-width: 1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width:600px!important
    }
}
/*kefu end*/
.qt-header {
    height: 52px;
    background-color: #282828;
    min-width: 1200px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w920 {
    width: 920px;
    margin: 0 auto;
}
.qt-header .qt-header-box {
    width: 1200px;
}
.qt-header-box {
    width: 1080px;
    height: 52px;
}
.qt-header-box, .qt-header-nav .icon-down {
    display: inline-block;
    vertical-align: middle;
}
.qt-header-nav {
    height: 52px;
}
.fl {
    float: left;
}
.qt-header-nav .nav-list {
    position: relative;
    float: left;
    font-size: 16px;
    color: #666;
    z-index: 105;
}
.qt-header-nav .nav-list>a {
    display: block;
    padding: 0 16px;
    width: inherit;
    height: inherit;
    line-height: 52px;
}
.qt-header-nav .nav-list {
    position: relative;
    float: left;
    font-size: 16px;
    color: #666;
    z-index: 105;
}
.qt-header .nav-list>a, .qt-header .vip-center>a {
    color: #eee;
}
.qt-header .qt-header-nav .icon-down, .qt-header .qt-header-right .user-info:after {
    background-position-x: -188px;
}
.qt-header-nav .icon-down {
    width: 12px;
    height: 7px;
    background: url(../images/common.png) -203px -27px no-repeat;
}
.qt-header-box, .qt-header-nav .icon-down {
    display: inline-block;
    vertical-align: middle;
}
.qt-header-nav .nav-list>a {
    display: block;
    padding: 0 16px;
    width: inherit;
    height: inherit;
    line-height: 52px;
}
.notify-red:after {
    position: absolute;
    background-color: #fd5e20;
}
.notify-red:after, .notify-yellow:after {
    content: " ";
    top: 28%;
    right: 9%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.qt-header-nav .nav-list .down-box {
    display: block;
    position: absolute;
    top: 52px;
    left: 0;
}
.qt-header-nav .list-box {
    width: 180px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}
.qt-header-nav .list-box dt {
    padding-left: 30px;
    position: relative;
    font-weight: 700;
}
.qt-header-nav .list-box .list, .qt-header-nav .list-box dt {
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.qt-header-nav .list-box dt:after {
    width: 4px;
    height: 13px;
    background-color: #f9b015;
    position: absolute;
    top: 13px;
    left: 16px;
}
.clearfix:after, .qt-header-nav .list-box dt:after, .qt-header-nav:after, .qt-header-right .user-info:after {
    content: " ";
}
.qt-header-nav .list-box .list {
    position: relative;
}
.qt-header-nav .list-box .list, .qt-header-nav .list-box dt {
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.qt-header-nav .list-box .list>a {
    font-size: 14px;
    display: block;
    width: inherit;
    height: inherit;
    padding-left: 12px;
	color: #666;
    text-decoration: none;
	box-sizing:border-box;
}
.qt-header-nav .list-box .list .icon-1 {
    background-position-y: -146px;
}
.qt-header-nav .list-box .list>a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/common.png) no-repeat;
    background-position-x: -216px;
}
.qt-header-nav .list-box .list .icon-2 {
    background-position-y: -176px;
}
.qt-header-nav .list-box .list .icon-3 {
    background-position-y: -206px;
}
.qt-header-nav .list-box .list .icon-4 {
    background-position-y: -236px;
}
.qt-header-nav .list-box .list .icon-5 {
    background-position-y: -266px;
}
.qt-header-nav .list-box .list .icon-6 {
    background-position-y: -296px;
}
.qt-header-nav .list-box .list .icon-7 {
    background-position-y: -326px;
}

.qt-header-nav .list-box dt {
    padding-left: 30px;
    position: relative;
    font-weight: 700;
}
.qt-header-nav .list-box dt:after {
    width: 4px;
    height: 13px;
    background-color: #f9b015;
    position: absolute;
    top: 13px;
    left: 16px;
}
.qt-header-nav .list-box .list .icon-8 {
    background-position-y: -356px;
}
.qt-header-nav .list-box .list .icon-9 {
    background-position-y: -386px;
}
.qt-header-nav .list-box .list .icon-10 {
    background-position-y: -416px;
}
.qt-header-nav .list-box .list .icon-11 {
    background-position-y: -446px;
}
.qt-header-nav .list-box .list .icon-12 {
    background-position-y: -476px;
}
.qt-header-nav .list-box .list .icon-13 {
	background-position-y: -176px;
}
.qt-header-nav .list-box .list .icon-14 {
	background-position-y: -206px;
}
.qt-header-nav .list-box .list>a:hover {
    background-color: #f3f3f3;
    color: #f9b015;
}
.qt-header-nav .list-box .list>a:hover i {
    background-position-x: -186px;
}
.qt-header-nav .nav-list .down-box {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
	z-index:1100px;
}
.qt-header-box .down-box {
   z-index:1100px;
    z-index: 105;
}
.qt-header-nav .list-box-l {
    width: 400px;
    padding: 15px 13px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}
.qt-header-nav .list-box-l a {
    display: inline-block;
    width: 180px;
    font-size: 14px;
    margin-bottom: 15px;
}
.qt-header-nav .list-box-l .icon-1 {
    background-position-y: -146px;
}
.qt-header-nav .list-box-l a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/common.png) no-repeat;
    background-position-x: -216px;
}
.qt-header-nav .list-box-l a:hover {
 color:#f9b015
}
.qt-header-nav .list-box-l a:hover i {
    background-position-x: -186px;
}
.qt-header-nav .list-box-l .icon-2 {
    background-position-y: -176px;
}
.qt-header-nav .list-box-l .icon-3 {
    background-position-y: -206px;
}

.qt-header-nav .list-box-l .icon-4 {
    background-position-y: -236px;
}
.qt-header-nav .list-box-l a em {
    font-size: 12px;
    color: #888;
}
.qt-header-nav .list-box-l .icon-5 {
    background-position-y: -266px;
}
.qt-header-nav .list-box-l .icon-6 {
    background-position-y: -296px;
}
.qt-header-nav .list-box-l .icon-7 {
    background-position-y: -326px;
}
.qt-header-nav .list-box-l .icon-8 {
    background-position-y: -356px;
}
.qt-header-nav .list-box-l .icon-9 {
    background-position-y: -386px;
}
.qt-header-nav .list-box-l .icon-10 {
    background-position-y: -416px;
}
.qt-header-nav .list-box-l .icon-11 {
    background-position-y: -446px;
}
.qt-header-nav .list-box-l .icon-12 {
    background-position-y: -476px;
}
.qt-header-nav .list-box-ls {
    width: 120px;
}
.qt-header-nav .list-box-ls, .qt-header-nav .list-sec {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}
.qt-header-nav .list-box-ls a {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    padding-left: 15px;
    display: block;
}
.qt-header-nav .list-box-ls a:hover {
 color:#f9b015;
 background-color:#e6fff0
}
.qt-header-right {
    height: 50px;
    padding-lefT:15px;
	padding-right:0px;
}
.qt-header-right .vip-center {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
}
.qt-header-right .vip-center a {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 100%;
	box-sizing:border-box;
}
.qt-header .nav-list.on>a, .qt-header .nav-list>a:hover, .qt-header .vip-center>a:hover {
    color: #eee;
    background-color: #585858;
}
.qt-header-right .icon-vip {
    margin-right: 6px;
    width: 22px;
    height: 16px;
    background: url(../images/common.png) -156px -386px no-repeat;
}
.qt-header .qt-header-right .icon-message, .qt-header .qt-header-right .icon-vip {
    background-position-x: -126px;
}
.qt-header .nav-list>a, .qt-header .vip-center>a {
    color: #eee;
}
.qt-header-right .icon-vip, .qt-header-right .login-after, .qt-header-right .login-before, .qt-header-right .login-before a, .qt-header-right .user-box {
    display: inline-block;
    vertical-align: middle;
}
.qt-header-right .vip-center .down-box .message-box a {
    font-size: 14px;
}
.qt-header-right .vip-center .down-box .message-box {
    -webkit-box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
    box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
    background-color: #fff;
}
.qt-header-right .vip-center .down-box {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 120px;
	z-index:5000;
}
.qt-header-right .vip-center .month-vip, .qt-header-right .vip-center .year-vip, .qt-header-right .vip-center .forever-vip {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/common.png) no-repeat;
}
.qt-header-right .vip-center .month-vip {
    width: 27px;
    height: 21px;
    margin: 0 5px;
    background-position: -6px -547px;
}
.qt-header-right .vip-center .year-vip {
    width: 27px;
    height: 21px;
    margin: 0 5px;
    background-position: -34px -547px;
}
.qt-header-right .vip-center .forever-vip {
    width: 27px;
    height: 21px;
    margin: 0 5px;
    background-position: -62px -547px;
}
.qt-header-right .vip-center .down-box a:hover {
    background-color: #e6fff0;
}
.qt-header-right .vip-center a:hover {
    color: #f9b015;
}
#h:hover{
	color:#fff;
}
.qt-header-right .login-before {
    margin-top: -2px;
    font-size: 12px;
	display: inline-block;
    vertical-align: middle;
}
.login-before .qt-btn{ width:74px; height: 32px; line-height: 32px; font-size: 15px;margin-left: 10px; vertical-align: middle;}
.qt-header .login-before a.btn-green {
    background-color: #f9b015;
    color: #fff;
    border-color: #f9b015;
}
.qt-header-right .login-before a.btn-green {
	background:#f9b015;
    border: 1px solid #f9b015;
	color:#fff;
}

.login-2 a.btn-green{
		color: #f9b015;
    border: 1px solid #f9b015;
}
.qt-header .login-before a {
    color: #eee;
}
.qt-header .login-before a.btn-green {
    background-color: #f9b015;
    color: #fff;
    border-color: #f9b015;
}
.qt-btn:hover {
	border: 1px solid #f9b015;
	background-color: #f9b015;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .9;
	color:#fff;
}
.qt-btn:hover, .qt-model .model-btn>a:hover, .qt-model .model-content {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}
.qt-header-search {
    height: 124px;
    background-color: #fff;
    padding: 24px 0;
    min-width: 1200px;
	box-sizing:border-box;
}
.qt-header-search .qt-logo-x a {
    display: block;
    width: 200px;
    height: 65px;
    background: url(../images/logo-x.png) no-repeat;
	position:relative;
	overflow:hidden;
}
.qt-header-search .qt-logo-x {
    width: 141px;
    height: 65px;
    display: inline-block;
}
.qt-header-search .qt-search-input {
    width: 668px;
    vertical-align: top;
    margin-left: 90px;
}
.qt-search-input {
    height: 50px;
    width: 264px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    padding: 10px 15px;
    background-color: #fff;
	box-sizing:border-box;
}
.qt-search-input .search-type {
    width: 62px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ccc;
    font-size: 14px;
    color: #666;
}
.qt-search-input .search-input, .qt-search-input .search-type {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}
.qt-search-input .search-type:after {
    position: absolute;
    content: " ";
    top: 13px;
    right: 12px;
    width: 12px;
    height: 7px;
    background: url(../images/common.png) -203px -27px no-repeat;
}
.qt-search-input .type-box {
    width: 80px;
    display: none;
    position: absolute;
    top: 49px;
    background-color: #fff;
    -webkit-box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
    box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
    z-index: 101;
    left: 0;
}
.qt-search-input .type-box a {
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.qt-search-input .type-box a:hover {
    background-color: #e6fff0;
    color: #f9b015;
}
.qt-header-search .search-input {
    width: 500px;
}
.qt-search-input .search-input, .qt-search-input .search-type {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}
.qt-search-input .search-input input {
    text-indent: 10px;
    width: 100%;
    height: 30px;
    outline: 0;
    border: 0;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.qt-header-search .qt-search-input .qt-btn {
    width: 80px;
}
.qt-search-input .qt-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -1px;
    right: -1px;
    border-radius: 0 4px 4px 0;
	border:0px;
}
.btn-green-linear {
    background-image: -webkit-gradient(linear,left top, right top,from(#f7b832),to(#f9b015));
    background-image: -webkit-linear-gradient(left,#f7b832,#f9b015);
    background-image: linear-gradient(to right,#f7b832,#f9b015);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f7b832,endColorStr=#f9b015);
    border-radius:4px;
}
.qt-btn a {
    display: block;
    height: 100%;
    text-align: center;
}
.qt-search-input .qt-btn button {
    cursor: pointer;
}
.qt-btn button{
	display: block;
    height: 100%;
    text-align: center;
	border:none;
	width:100%;
	    background-image: -webkit-gradient(linear,left top, right top,from(#f7b832),to(#f9b015));
    background-image: -webkit-linear-gradient(left,#f7b832,#f9b015);
    background-image: linear-gradient(to right,#f7b832,#f9b015);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f7b832,endColorStr=#f9b015);
    border-radius:4px;

}
.qt-btn button i.icon-search{
	margin-top:0;
}
.qt-search-input .icon-search {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 15px;
    background: url(../images/common.png) -66px -446px no-repeat;
}
.qt-header-search .hot-search {
    position: absolute;
    top: 50px;
    left: 4px;
    color: #888;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.hot-search a{
	margin-left:10px;
	display:inline-block;
	color:#666;
}
.hot-search  a:nth(2n){
	color:#333;
}
.qt-model {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}
.qt-model .model-bg {
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}
.qt-model .model-content {
    width: 520px;
    min-height: 400px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    margin: -200px -260px;
}
.qt-model .model-btn>a:hover, .qt-model .model-content {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}
.qt-model .model-close {
    position: absolute;
    font-size: 30px;
    color: #b3b3b3;
    right: 10px;
    top: 0;
}
.qt-model .model-logo {
    width: 140px;
    height: 42px;
    background: url(../images/loginv1.png) no-repeat;
    margin: 40px auto 30px;
}
.model-content .login-title {
    text-align: center;
    position: relative;
    width: 270px;
    height: 36px;
    margin: 0 auto;
}
.model-content .login-title span {
    position: relative;
    width: 195px;
    line-height: normal;
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    color: #666666;
    text-align: center;
    z-index: 2;
}
.model-content .login-title:after {
    position: absolute;
    content: ' ';
    width: 270px;
    height: 1px;
    border-top: 1px solid #ededed;
    top: 10px;
    left: 0;
}
.model-content .login-others .other-logo.logo-qq {
    background-position: 0 -83px;
}
.model-content .login-others .other-logo {
    margin-right: 21px;
    width: 73px;
    height: 73px;
    display: inline-block;
    background: url(../images/loginv1.png) no-repeat;
}
.model-content .login-others .other-logo.logo-wechat {
    background-position: -82px -83px;
}
.model-content .login-others .other-logo.logo-weibo {
    background-position: -162px -83px;
    margin-right: 0;
}
.model-content .login-others {
    width: 80px;
    padding: 30px 0 40px;
    margin: 0 auto;
    font-size: 0;
}
.model-content .login-others .other-logo:hover {
    text-decoration: none;
    background-position-y: -168px;
}
.model-content .login-others .other-logo:hover {
    text-decoration: none;
    background-position-y: -168px;
}
.model-content .login-others .other-logo:hover {
    text-decoration: none;
    background-position-y: -168px;
}
.model-content .text-target {
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
    color: #666666;
}
.model-content .login-text {
    width: 270px;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin: 26px auto 0;
    padding-bottom: 20px;
}
.text-green, .text-green-b {
    color: #f9b015!important;
}
.qt-model .model-content {
    width: 520px;
    min-height: 400px;
    background-color: #fff;
    position: absolute;
    top: 50%;
	z-index:1000;
    left: 50%;
    border-radius: 3px;
    margin: -200px -260px;
}
.model-content .back-login {
    font-size: 15px;
    position: absolute;
    top: 16px;
    left: 16px;
}
.model-content .input-inline {
    width: 270px;
    height: 40px;
    border: 1px solid #d7d7d7;
    position: relative;
    margin: 0 0 30px 124px;
}
.main .input-inline input, .model-content .input-inline input {
    border: 0;
    outline: none;
    font-size: 16px;
    line-height: 40px;
    width: 268px;
    height: 38px;
    text-indent: 8px;
}
.model-content .input-inline .warning-text {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    width: 180px;
    font-size: 12px;
}
.model-content .input-inline .warning-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/loginv1.png) no-repeat -35px -57px;
    vertical-align: -3px;
    margin-right: 4px;
}
.model-content .input-inline {
    width: 270px;
    height: 40px;
    border: 1px solid #d7d7d7;
    position: relative;
    margin: 0 0 30px 124px;
}
/*判断后样式*/
.danger-border {
 
    border-color: #f55d62 !important;
}
.main .input-inline .btn-captcha, .model-content .input-inline .btn-captcha {
    position: absolute;
    left: 170px;
    top: 0;
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #2ba715;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}
.model-content .model-submit, .model-content .model-reg {
    display: block;
    width: 270px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    border-radius: 3px;
    background: #3ebb2b;
    text-align: center;
    margin: 20px auto 10px;
}
.text-green, .text-green-b {
    color: #f9b015!important;
}
.qt-header-other .qt-logo {
    height: 76px;
    width: 112px;
    display: inline-block;
    vertical-align: middle;
}
.qt-header-other {
    position: relative;
    z-index: 100;
    height: 76px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
    min-width: 1200px;
}
.qt-header-other .qt-logo>a {
    display: block;
    width: 112px;
    height: 76px;
    background: url(../images/logo.png) 0 50% no-repeat;
}
.qt-header-other .qt-logo {
    height: 76px;
    width: 112px;
    display: inline-block;
    vertical-align: middle;
}
.qt-header-other .qt-header-nav {
    padding-left: 15px;
}
.qt-header-right .user-message {
    position: relative;
    padding: 15px 4px;
}
.qt-header-right .icon-message {
    display: block;
    width: 24px;
    height: 21px;
    background: url(../images/common.png) -156px -356px no-repeat;
}
.qt-header-right .user-message .down-box {
    display: none;
    position: absolute;
    top: 50px;
    left: -35px;
}
.qt-header-right .down-box {
    display: none;
    position: absolute;
    top: 50px;
    right: 40px;
}
.qt-header-box .down-box {
    padding-top: 10px;
    z-index: 105;
}
.notify-red:after {
    position: absolute;
    background-color: #fd5e20;
}
.notify-red:after, .notify-yellow:after {
    content: " ";
    top: 28%;
    right: 9%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.qt-header-right .user-message .message-box {
    background-color: #fff;
    width: 136px;
    -webkit-box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
    box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
}
.qt-header-right .user-box {
    position: relative;
}
.qt-header-right .down-box {
    display: none;
    position: absolute;
    top: 50px;
    right: 40px;
}
.qt-header-box .down-box {
    padding-top: 10px;
    z-index: 105;
}
.qt-header-right .user-img {
    position: relative;
    margin: 0 0 0 15px;
    width: 32px;
    height: 50px;
}
.qt-header-other .qt-header-right .user-img {
    margin-left: 5px;
}
.qt-header-right .user-img, .qt-header-right .user-info, .qt-header-right .user-message {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 4px;
}
.qt-header-right .user-img img {
    border-radius: 50%;
}
.qt-header-right .user-info {
    width: 137px;
    position: relative;
    padding-right: 16px;
    z-index: 105;
}
.qt-header-right .user-img, .qt-header-right .user-info, .qt-header-right .user-message {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 4px;
}
.qt-header-right .user-info p {
    font-size: 12px;
}
.qt-header-right .user-info:after {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 12px;
    height: 7px;
    background: url(../images/common.png) -203px -27px no-repeat;
}
.qt-header-right .down-box {
    display: block;
    position: absolute;
    top: 50px;
    right: 40px;
}
.qt-header-box .down-box {
    padding-top: 10px;
    z-index: 105;
}
.qt-header-right .after-down {
    width: 120px;
    -webkit-box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
    box-shadow: 1.5px 2.6px 7px 0 rgba(0,0,0,.16);
    background-color: #fff;
}
.qt-header-right .after-down li {
    width: 120px;
    height: 40px;
}
.qt-header-right .after-down a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
  padding-left: 12px;
    font-size: 14px;
	box-sizing:border-box;
	color:#666;
}
.qt-header-right .after-down a .icon-user {
    background-position: -156px -236px;
}
.qt-header-right .after-down a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/common.png) -156px -356px no-repeat;
}
.qt-header-right .after-down a .icon-upload {
    background-position: -156px -479px;
}
.qt-header-right .after-down a .icon-home {
    background-position: -156px -266px;
}
.qt-header-right .after-down a .icon-fav {
    background-position: -156px -296px;
}
.qt-header-right .after-down a .icon-sign {
	background:url(../images/qian.png) no-repeat;
	width:22px; height:21px;
    background-position: -30px 0px;
}
.qt-header-right .after-down a:hover .icon-sign {
	background:url(../images/qian.png) no-repeat;
	width:22px; height:21px;
    background-position:0px;
}

.qt-header-right .after-down a .icon-exit {
    background-position: -156px -326px;
}
.qt-header-other .vip-center {
    margin: 0;
}
.qt-header-other .vip-center a {
}
.qt-header-right .after-down a:hover {
    background-color: #f3f3f3;
    color: #f9b015;
}


.qt-header-right .vip-center {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
}
.qt-header-right .user-img {
    position: relative;
    margin: 0 0 0 15px;
    width: 36px;
    height: 50px;
}
.qt-header-right .user-img, .qt-header-right .user-info, .qt-header-right .user-message {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 4px;
	box-sizing:border-box;
}
.header-fixed {
    width: 100%;
    visibility: hidden;
    position: fixed;
    top: -80px;
    z-index: 500;
}
/*xinzen*/
.qt-header .down-box{
	padding-top:0px;
}
.qt-header-other .down-box{
	padding-top:10px;
}
.user-box:hover .down-box{
	display:block;
}
.qt-header-right .after-down a:hover i {
    background-position-x: -126px;
}

.bg1{ background:#f2f2f2; overflow:hidden; width:100%; min-width:1200px;}
.bg2{ background:#fff; overflow:hidden; width:100%; min-width:1200px;}
.qt-header-search .qt-logo-x a:before{
    content:"";
    position: absolute;
    left: -865px;
    top: -160px;
    width: 190px;
    height: 8px;
    background-color: rgba(255,255,255,.4);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1.5s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
    0% { left: -50px; top: 0; }
    to { left: 164px; top: 0px; }
}
@-o-keyframes searchLights {
    0% { left: -50px; top: 0; }
    to { left: 164px; top: 0px; }
}
@-moz-keyframes searchLights {
    0% { left: -50px; top: 0; }
    to { left: 164px; top: 0px; }
}
@keyframes searchLights {
    0% { left: -50px; top: 0; }
    to { left: 164px; top: 0px; }
}