/* 颜色值 */
.color-FF5{color:#FF5C4F;}
.color-F45{color:#F4504B;}
.color-FF8{color:#FF8824;}
.color-222{color:#222;}
.color-666{color:#666;}
.color-999{color:#999;}
.color-888{color:#888;}
.color-DED{color:#DEDEDE;}
.color-016{color:#016DAE;}
.color-FFB{color:#FFB400;}
.color-fff{color:#fff;}

.bg-f5f{background: #f5f5f5;}
.bg-fff{background: #ffffff;}
.bg-f2f{background: #f2f2f2;}
.bg-f8f{background: #f8f8f8;}
.bg-F1F{background:#F1F2F5;}

.font-12{font-size: 12px;}
.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-24{font-size: 24px;}
.font-30{font-size: 30px;}

/* 公用class */
.flex {
	display: box;
	display: -ms-box;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.flex-item {
	display: block;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	box-flex: 1;
	-ms-box-flex: 1;
	-webkit-box-flex: 1;
}
.flex-container {
	justify-content: center;
	align-items: center;
}
.min-1200{
	width:1200px;
	margin:0 auto;
}
.cursors{cursor: pointer;}
.border-b{border-bottom: 1px solid #eee;}
.border-dashed{ border-bottom: 1px dashed #eee;}
.border-b-none{border-bottom:none!important;}
.relative{position:relative;}
.pading0{padding:0!important;}
.margin-top15{margin-top:15px;}
.border-red-top{border-top:1px solid #FF5C4F;}
.comunable{
	cursor: not-allowed;
	opacity: .4;
	pointer-events: none;
}
.comable{
	cursor: pointer;
	opacity: 1;
	pointer-events: auto;
}
/* 空页面提示 */
.none-tips-page{
	text-align: center;
	margin-top: -7%;
}
@media screen and (max-width: 1441px) {
	.none-tips-page{margin-top: -5%;}
}
.none-tips-btn{
	background: #FF5C4F;
    width: 100px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
}


/* 单行文本溢出 */
.overflow-1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/* 多行文本溢出 */
.overflow-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	visibility: visible;
}
/* 黑色遮罩层 */
.show-detail-mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
/************浏览器导航条***********/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track{
	background-color: #f1f1f1;
	border-radius: 3px;
}
::-webkit-scrollbar-thumb{
	border-radius: 7px;
	background-color: #cfcece;
}
/*导航动画*/
/*
 * 补间动画 （添加）
 */
 .Tween,
 .Tween-all,
 .Tween-all div,
 .Tween-all ul,
 .Tween-all li,
 .Tween-all a,
 .Tween-all span,
 .Tween-all h1,
 .Tween-all h2 {
	 transition-duration: .3s;
	 -webkit-transition-duration: .3s;
 }
 /*
  * 补间动画 （清楚）
  */
 .Tween-clear,
 .Tween-clear-all,
 .Tween-clear-all div,
 .Tween-clear-all ul,
 .Tween-clear-all li,
 .Tween-clear-all a,
 .Tween-clear-all span,
 .Tween-clear-all h1,
 .Tween-clear-all h2 {
	 transition-duration: 0s !important;
	 transition-duration: none !important;
	 -webkit-transition-duration: 0s !important;
	 -webkit-transition-duration: none !important;
 }
/* 定位样式开始*/
.header .headcity{height: 38px;line-height: 38px;position: relative;cursor: pointer;}

.header .headsearch{width: 341px;float: left;padding-top: 28px;position: relative;}
.header .headsearch input[type="text"]{width: 308px;height: 31px;line-height:31px;background: #eaeaea;border: 0;color: #717171; text-indent:10px;}
.header .headsearch input[type="submit"]{display: block;width: 33px;height: 31px;background:#98001b  url(../images/headsearch.png) center center no-repeat;position: absolute;right: 0;top: 28px; border:none;}
.header .headsearch p{color: #afafaf;line-height: 32px;}
.header .headsearch p>a{color: #afafaf;}
.header .headsearch p>a:hover { text-decoration:underline; }
.header .headlogin{border-bottom: 1px solid #b8b8b8;border-top: 1px solid #b8b8b8;height: 32px;line-height: 32px;margin-top: 28px;float:right;width: 320px;text-align: center;}
.header .headlogin span{color: #717171;padding-right: 10px;}
.header .headlogin a{color: #717171;padding: 0 8px;}
.header .headlogin a:hover { text-decoration:underline; }
.headlogina{border-right: 1px solid #717171;}
.header .headcityc{width: 477px;background: #fff;position: absolute;left:-10px;top:38px;border: 1px solid #efefef;z-index: 100;display:none; padding:20px 30px;}
.header .headcityc p,.header .headcityc .headcul{background: url(../images/headcityc.png) left center no-repeat;line-height: 36px;color: #8d8d8d;}
.header .headcityc p span{color: #FF5C4F;}
.header .headcityc .headcul{background-image: url(../images/headcityh.png);}
.header .headcityc .headcul a{color: #8d8d8d;margin: 0 5px;}
.header .headcityc .headcul a:hover { text-decoration:underline; }
.header .headcityc h4{line-height: 36px;color: #8d8d8d;margin-top: 10px;}
.header .headcityc .headcul1{overflow: hidden; height:50px;}
.header .headcityc .headcul1 a{display: block;width: 18px;height: 18px;background: #e5e5e5;float: left;margin:0 7px 7px 0;text-align: center;line-height: 18px;color: #919191;}
.header .headcityc .headcul1 a:hover {background: #FF5C4F; color:#fff; }
.header .headcityc .headcul1 a.checked {background: #FF5C4F; color:#fff; }

.header .headcityc dl{overflow-y: scroll;height: 200px;margin: 10px 0;}
.header .headcityc dl a{color:#616161;margin-right:10px;line-height: 26px;display: inline-block;}
.header .headcityc dl a:hover { text-decoration:underline; }
.header .headcityc dl dt{color: #616161;float: left;font-size:18px;margin-top:1px;}
.header .headcityc dl dd{margin:0 0 15px 25px;}
.header .headcity:hover .headcityc{ display:block; }
.header .headcity:hover {border-bottom:none;}
/* 定位样式结束*/

/* 公用底部 */
.by-footer-wrapper{padding:60px 0;}
.by-footer-pic span{margin:25px 25px 0  0;}
.by-footer-pic dl{margin-right:50px;}
.by-footer-content ul{margin-bottom:3px;}
.by-footer-content ul em{padding:0 15px;}
.by-footer-content p{
	color:#777;
	line-height: 24px;
}
.by-footer-content p a{color:#777;}
/* 图片放大效果 */
img.scales{
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
img.scales:hover{opacity:.7;}

/* 右侧浮框 */
.slider-float{
	position: fixed;
    right: 0;
    bottom: 0;
	background: #fff;
	/* margin-left: 620px; */
}
.slider-float dl{
    width: 62px;
    height: 62px;
    text-align: center;
    padding: 10px;
	border: 1px solid #ECECEC;
	cursor: pointer;
}
.slider-float dl:last-child dd {padding-top: 12px;}

/* 吸顶导航动画 */
@-webkit-keyframes navTop {
	0% {top: -50px}
	to {top: 0}
}
@keyframes navTop {
	0% {top: -50px}
	to {top: 0}
}

.arrow-rot-down{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.arrow-rot-up{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}








/******************* 弹框样式开始 *******************/
.btn-cancel{
	width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-align: center;
	color: #666;
	border-radius:2px;
	margin: 5px;
}
.btn-ok{
	width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
	color: #fff;
	background:linear-gradient(90deg,rgba(255,130,79,1) 0%,rgba(255,93,79,1) 100%);
	border-radius:2px;
	margin: 5px;
}
.artClose-img img {width: 30px;padding:5px;}
.hide-img {display: none;}
.noscroll {overflow: hidden;}
/* 弹框按钮 */
.btn-cancel{
	width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-align: center;
	color: #666;
	border-radius:2px;
	margin: 5px;
}
.btn-ok{
	width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
	color: #fff;
	background:linear-gradient(90deg,rgba(255,130,79,1) 0%,rgba(255,93,79,1) 100%);
	border-radius:2px;
	margin: 5px;
}
.artClose-img img {width: 30px;padding:5px;}
.hide-img {display: none;}
.noscroll {overflow: hidden;}
.artDialog-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity: .5;
	z-index: 998;
}

.artDialog-container {
	width: 80%;
	max-width: 750px;
	border-radius: 7px;
	box-sizing: border-box;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 30%;
	margin: auto;
	z-index: 999;
	font-size: 14px;
	border-radius: 6px;
}

.artDialog-Title {
	color: #333;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	padding: 15px 10px 0 10px;

}

.art-content {
	max-height: 318px;
	overflow: auto;
	box-sizing: border-box;
	color: #666;
	line-height: 22px;
	border-radius: 0 0 20px 20px;
	text-align: center;
	font-size: 14px;
	padding: 15px;
}

.art-button,
.art-sure-button {
	border-top: 1px solid #eee;
	display: flex;
	display: -webkit-flex;
	justify-content: end;
}

.art-button span {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	color: #F5A353;
	cursor: pointer;
}

.artClose-img {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
}

.art-button span:nth-child(1) {
	border-right: 1px solid #eee;
}

@media screen and (min-width: 1000px) {
	.artDialog-container {
		width: 340px;
	}
}

.art-btn {
	padding: 8px 0;
	text-align: center;
	color: #fff;
	background: #F5A353;
	border-radius: 5px;
	font-size: 14px;

}

.artDialog-show-Title {
	color: #F2A151;
	font-size: 16px;
	text-align: left;
	font-weight: 100;
	padding: 15px 15px 0 20px;
}

.art-show-content {
	text-align: justify;
	max-height: 318px;
	overflow: auto;
	box-sizing: border-box;
	color: #999;
	line-height: 22px;
	border-radius: 0 0 20px 20px;
	font-size: 14px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

/* 确认型弹框样式 */
.art-sure-title {
	color: #FE4845;
	text-align: left;
}

.art-sure-content {
	text-align: left;
	font-size: 12px;
	padding: 10px 15px;
}

.art-sure-button {margin-top: 10px;}

.art-sure-button span {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	border-radius: 0 0 5px 5px;
	color: #fff;
	background: #FE4845;
}
/******************* 弹框样式结束 *******************/

/******************* toast透明框样式开始 *******************/
.toast-container {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 27%;
	z-index: 99999;
	font-size: 14px;
}
.toast-contentBox {
	width: 150px;
	margin: 0 auto;
	background: #000;
	opacity: .6;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
}
/* 透明提示框如果带图片 */
.toast-content {
	padding: 5px;
	font-size: 13px;
}
.toast-img img {padding: 10px 0;}

/******************* toast透明框样式结束 *******************/

/******************* loading加载样式开始 ******************/
.artDialog-loading-mask {
	width: 90px;
	height: 90px;
	position: fixed;
	background: #000;
	opacity: .5;
	z-index: 2000;
	left: 0;
	right: 0;
	top: -20%;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
}
.spinner {
	position: fixed;
	left: 0;
	right: 0;
	top: -23%;
	bottom: 0;
	margin: auto;
	z-index: 2001;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }

  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }

  100% {
    opacity: 1; } }
.com-loading{
	padding-top: 75px;
	font-size: 12px;
}
.line-spin-fade-loader {
  position: relative;
  left: 15px;
 }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 11.5px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 7.63636px;
    left: 7.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 11.5px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -7.63636px;
    left: 7.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -11.5px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -7.63636px;
    left: -7.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -11.5px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 7.63636px;
    left: -7.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 20px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 4px;
    height: 8px; }







/******************* loading加载样式结束 ******************/


/********************* 页面渐显展示效果 ***************/
.animsition-wrapper{display: none;}
.aninode {visibility: hidden;}
.animated .aninode {visibility: visible;}
.aninode {animation: topIn .8s ease;}
@keyframes topIn {
    from { 
        transform: translateY(-30px);
        opacity: 0; 
    }
    to { 
        transform: translateY(0px);
        opacity: 1; 
    }
}
.delay200 {
    animation-delay: 200ms!important;
    animation-fill-mode: backwards!important;
}
.delay300 {
    animation-delay: 300ms!important;
    animation-fill-mode: backwards!important;
}
.delay400 {
    animation-delay: 400ms!important;
    animation-fill-mode: backwards!important;
}
.delay500 {
    animation-delay: 500ms!important;
    animation-fill-mode: backwards!important;
}
.delay600 {
    animation-delay: 600ms!important;
    animation-fill-mode: backwards!important;
}
.delay700 {
    animation-delay: 600ms!important;
    animation-fill-mode: backwards!important;
}
.delay800 {
    animation-delay: 800ms!important;
    animation-fill-mode: backwards!important;
}
/********************* 页面渐显展示效果-ending ***************/

/********加载效果旋转**********/
@-webkit-keyframes rotate {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
.loadmore {
	line-height:50px;
	text-align:center;
	color:#ccc;
	font-size:14px;
}
.loadmore span {
	height:20px;
	width:20px;
	border-radius:100%;
	display:inline-block;
	margin:10px;
	border:2px solid #f60;
	border-bottom-color:transparent;
	vertical-align:middle;
	-webkit-animation:rotate 1.1s infinite linear;
	animation:rotate 1.1s infinite linear;
}

/********加载效果旋转结束**********/








