@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-family: "Microsoft YaHei", "simsun", Arial;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
}
body, form, iframe {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #0084e9;
}
input, textarea, select, button {
	outline: none;
	vertical-align: middle;
	font-size: inherit;
	font-family: inherit;
}
textarea {
	resize: none;
	overflow-y: auto;
}
p#back-to-top{
    position:fixed;
    display:none;
    bottom:100px;
    right:80px;
}
p#back-to-top a{
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
p#back-to-top a:hover{
    color:#979797;
}
p#back-to-top a span{
    background:transparent url(/static/imgs/sprite.png?1202) no-repeat -25px -290px;
    border-radius:6px;
    display:block;
    height:64px;
    width:56px;
    margin-bottom:5px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}
#back-to-top a:hover span{
    background:transparent url(/static/imgs/sprite.png?1202) no-repeat -25px -290px;
}

/* 侧边工具条 start */
.sideTools {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
}
.sideTools .toolbox {
	display: table;
	height: 100%;
	width: 100%;
}
.sideTools .toolUl {
	display: table-cell;
	vertical-align: middle;
}
.sideTools .toolUl .toolLi {
	box-shadow: 1px 1px 0px #b37704;
	position: relative;
	height: 50px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: 12px;
	background-color: #eb9b02;
	margin-top: 5px;
}
.sideTools .toolUl .toolLi .icon {
	height: 30px;
	line-height: 34px;
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}
.sideTools .toolUl .liG {
	height: 50px;
}
.sideTools .toolUl .toolLi .text {
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.sideTools .toolUl .toolLi .tip {
	position: absolute;
	opacity: 0;
	width: 100px;
	padding: 10px;
	min-height: 38px;
	background-color: #ffffff;
	right: 70px;
	top: 0;
	border: 1px solid #dedede;
	visibility: hidden;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.sideTools .toolUl .toolLi .tip:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-color: #fff;
	position: absolute;
	right: -6px;
	top: 23px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sideTools .toolUl .toolLi:hover {
	background-color: #bb2133;
	opacity: 1;
}
.sideTools .toolUl .toolLi:hover .tip {
	right: 50px;
	visibility: visible;
	opacity: 1;
}
.sideTools .toolUl .liC .tip {
	width: 200px;
	padding: 10px 0;
	text-align: center;
}
.sideTools .toolUl .liC .tip a {
	display: block;
}
.sideTools .toolUl .liD .item {
	width: 33.3322%;
	float: left;
	text-align: center;
	margin-top: 6px;
}
.sideTools .toolUl .liD .item i {
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,.2);
	border-radius: 3px;
	margin: 0 auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.sideTools .toolUl .liD .item a {
	color: #999;
}
.sideTools .toolUl .liE .tip {
	line-height: 1.6;
	width: 120px;
	font-size: 16px;
}
.sideTools .toolUl .liF .tip {
	width: 120px;
	padding: 5px 0;
	line-height: 1.4;
	text-align: center;
}
.sideTools .toolUl .liF .tip p {
	margin: 0;
}
.sideTools .toolUl .liF .tip img {
	max-width: 100%;
	display: inline-block;
}
@media screen and (max-width: 767px) {
.sideTools {
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	top: auto;
}
.sideTools .toolUl .toolLi {
	width: 50%;
	float: left;
	margin-top: 0;
}
.sideTools .toolUl .toolLi:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #7FC2EC;
	display: block;
	content: "";
}
.sideTools .toolUl .toolLi .tip {
	bottom: 50px;
	left: 0;
	top: auto;
	right: auto;
	min-height: 50px;
	line-height: 2;
}
.sideTools .toolUl .toolLi:hover .tip {
	right: auto;
}
.sideTools .toolUl .toolLi .tip:before {
	bottom: -6px;
	top: auto;
	right: auto;
	left: 5px;
	border-top: 0;
	border-right: 0;
	display: none;
}
.sideTools .toolUl .liC .tip {
	width: 100%;
}
.sideTools .toolUl .liF .tip {
	width: 100%;
}
.sideTools .toolUl .liD {
	display: none;
}
}
@media screen and (max-width: 479px) {
.sideTools .toolUl .liE .tip {
	display: none;
	opacity: 0;
}
.sideTools .toolUl .liE:hover .tip {
	display: none;
	opacity: 0;
}
}

#back-to-top { display:block!important; }
.sideTools .toolUl .liD .tip img { width:100%; }
.sideTools .toolUl .liD .tip p { font-size:16px;text-align:center; }
/* 侧边工具条 end */

/* 分页 */
.k_pagelist { height:34px; }
.k_pagelist em { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;font-weight:bold;font-style:normal;}
.k_pagelist strong { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a{ display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a:hover{ background:#f73232; color:#fff;}

/*内页banner*/
.mbanner{position:relative;width:100%;height:auto;overflow:hidden;}
.mbanner .content{position:absolute;top:0px;width:100%;height:100%;text-align:center;background-repeat:no-repeat;background-attachment:fixed;}
.mbanner .contentInfo{position:absolute;top:50%;left:0px;width:100%;height:240px;margin-top:-120px;z-index:1;}
.mbanner .content .title1{width:100%;font-size:40px;line-height:44px;color:#fff;text-align:center;margin:2% 0 3% 0;}
.mbanner .content .title2{width:100%;font-size:55px;line-height:60px;margin:28px 0 36px 0;font-weight:100;color:#fff;text-align:center;}
.mbanner .content .title3{border:3px solid #fff;padding:6px 24px 8px 24px;font-size:30px;font-weight:bold;color:#fff;text-align:center;}
.mbanner .bannerBg{width:100%;height:auto;vertical-align:middle;}

@media (max-width: 639px) {
.container{width:93.75%;}

.mbanner .contentInfo{height:120px;margin-top:-60px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:18px;line-height:18px;margin-top:35px;}
.mbanner .content .title2{font-size:20px;line-height:22px;margin:3px 0 14px 0;}
.mbanner .content .title3{border:1px solid #fff;padding:2px 10px 3px 10px;font-size:14px;font-weight:100;}
.mbanner .bannerBg {height:200px;}
}
@media (min-width: 640px) and (max-width:799px ) {
.container{width:93.75%;}

.mbanner .contentInfo{height:200px;margin-top:-100px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:28px;line-height:28px;margin-top:50px;}
.mbanner .content .title2{font-size:32px;line-height:48px;margin:5px 0 20px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:3px 12px 4px 12px;font-size:28px;font-weight:100;}
.mbanner .bannerBg {height:360px;}

}

@media (min-width: 1024px) and (max-width:1199px ) {
.container{width:900px;}

.main{padding:30px 0 40px 0;}
.mainTitle{line-height:60px;font-size:56px;}
.mainTitles{line-height:40px;font-size:30px;}

.mainSub{height:2px;width:37px;margin:10px auto 16px auto;}
.mainInfo{line-height:38px;font-size:16px;}
.mainInfo span{padding-bottom:10px;}
.mainBtn{ width: 180px;height: 40px;line-height: 40px;border: 2px solid #d6281a;font-size: 14px;}
.mainBtn span{padding:0 18px 0 24px;}
.mainBtn img{height:14px;}

.mbanner .contentInfo{height:170px;margin-top:-85px;}
.mbanner .content .title1{ font-size:30px;line-height:32px;}
.mbanner .content .title2{font-size:44px;line-height:44px;margin:15px 0 30px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:4px 18px 6px 18px;font-size:22px;}

}