﻿@import url(common.css);

/*首页引导页 s*/
.HomePage{width: 100%;height: 100%;z-index: 1000;position: fixed;left: 0;top: 0;transition: all 2.1s;}
.HomePage:after{bottom: -50%;height: 50%;background: #ffdd00;width: 100%;content: "";position: absolute;transition: all 2.1s;}
.HomePage .content{position: absolute;background:#1a306b;overflow: hidden;width: 100%;height: 100%;z-index: 10;}
.HomePage .loading{position: absolute;left: 50%;top: 50%;color:#fff;font-size: 0.54rem;transform: translate(-50%,-50%);font-weight: bold;z-index: 10;}
.HomePage .loading:before{position: absolute;width: 0.51rem;height: 0.51rem;background:url(../images/homepage/notice.png);left: -0.24rem;top: -0.2rem;background-size: contain;content: "";z-index: 2;}
.HomePage .loading span{animation: loading 1s linear infinite -0.8s;display: inline-block;vertical-align: middle;}
.HomePage .loading .span2 {	animation: loading 1s linear infinite -0.2s;}
.HomePage .loading .span3 {	animation: loading 1s linear infinite -0.5s;}
.HomePage .loading .span4 {	animation: loading 1s linear infinite -1.1s;}
.HomePage .loading .span5 {	animation: loading 1s linear infinite -0.36s;}
.HomePage .loading .span6 {	animation: loading 1s linear infinite -0.65s;}
.HomePage .loading .span7 {	animation: loading 1s linear infinite -0.93s;}
.HomePage .loading .span8 {	animation: loading 1s linear infinite -1.2s;}
.HomePage .niu{position: absolute;width: 3.1rem;height: 3.1rem;background:url(../images/homepage/niu.png);right: 1.64rem;bottom: 1.64rem;background-size: contain;content: "";z-index: 10; animation: icon-shaking 2s linear 0.5s infinite alternate;
	-webkit-animation: icon-shaking 2s linear 0.5s infinite alternate;transition: all 0.6s;}
	.HomePage .niu.on{bottom: 1.4rem;right: 1.74rem;}
.HomePage .shop {position: absolute;width: 7.09rem;height: 3.82rem;bottom: 1.36rem;z-index: 2;left: 0;background-image: url(../images/homepage/shop.png);background-repeat:no-repeat;background-size:contain;background-position:-5.26rem 0;z-index: 2;animation: waveMove4 2s 1s linear forwards;opacity: 0;}
.HomePage .cloud {position: absolute;width: 23.04rem;height: 3.44rem;bottom: 0.33rem;z-index: 2;left: -10.14rem;background-image: url(../images/homepage/cloud.png);background-size:contain;z-index: 1;animation: waveMove2 10s linear forwards;}
.HomePage .flower {position: absolute;width: 3.23rem;height: 1.61rem;bottom: 1.33rem;z-index: 2;right: 0;background-image: url(../images/homepage/flower.png);background-repeat: no-repeat;background-size:contain;z-index: 1;animation: waveMove3 8s linear forwards;}
.HomePage .flower2 {position: absolute;width: 3.23rem;height: 1.61rem;bottom: 1.33rem;z-index: 2;left: -2rem;background-image: url(../images/homepage/flower2.png);background-repeat: no-repeat;background-size:contain;z-index: 1	;	animation: waveMove5 6s 1s linear forwards;opacity: 0;}
.HomePage .wave {position: absolute;width: 100%;height: 2.54rem;bottom: 0;z-index: 2;}
.HomePage .wave .shape {position: absolute;background: url(../images/homepage/wave1.png);background-repeat: repeat-x;width: 100%;height: 100%;}
.HomePage .wave .shape1 {opacity: 1;animation: waveMove1 15s linear infinite;background-position: 0px 0px;}
.HomePage.on{top: -100%;}
.HomePage.on2:After{height: 0;bottom: 0;}
@keyframes waveMove1 {
	from {background-position: 0px 0px;}
	to {background-position: -19.2rem 0px;}
}
@keyframes waveMove2 {
	0% {background-position: 0px 0px;}
	50% {background-position: 5rem 0px;opacity: 0;}
	100%{opacity: 0;transform: scale(0.8);background-position: 10rem 0px;}
}
@keyframes waveMove3 {
	from {	background-position: 0px 0px;}
	to {background-position: 3.23rem 0px;opacity: 0;}
}
@keyframes waveMove4 {
	from {background-position: -3.54rem 0px;opacity: 0;}
	to {background-position: 0 0px;opacity: 1;}
}
@keyframes waveMove5 {
	from {left: -2rem;opacity: 0;}
	to {left: 5.11rem;opacity: 1;}
}
@keyframes loading {
	0%,
	100% {
			-moz-transform: scale(1) rotateZ(0deg);
			-ms-transform: scale(1) rotateZ(0deg);
			-webkit-transform: scale(1) rotateZ(0deg);
			transform: scale(1) rotateZ(0deg);
			opacity: 1;
	}
	26% {
			-moz-transform: scale(1.1) rotateZ(12deg);
			-ms-transform: scale(1.1) rotateZ(12deg);
			-webkit-transform: scale(1.1) rotateZ(12deg);
			transform: scale(1.1) rotateZ(12deg);
			opacity: .2;
	}
	76% {
			-moz-transform: scale(0.8) rotateZ(-8deg);
			-ms-transform: scale(0.8) rotateZ(-8deg);
			-webkit-transform: scale(0.8) rotateZ(-8deg);
			transform: scale(0.8) rotateZ(-8deg);
			opacity: .6;
	}
}

/*声明 s*/
.statementPop{background: rgba(96,96,96,0.85);width: 100%;height: 100%;left: 0;top: 0;z-index: 101;position: fixed;}
.statementPop .content{background: #fff;width: 660px;height: auto;left: 50%;top: 50%;z-index: 100;border-radius: 0.4rem;padding:0.6rem;position: absolute;transform: translate(-50%,-50%);color:#000;}
.statementPop .close{color:#999;position: absolute;right: 0.3rem;top: 0.2rem;}
.statementPop .close:hover{color:#1a306b;}
.statementPop .content .title{text-align: center;font-weight: bold;color:#1a306b;letter-spacing: 0.3em;font-size: 0.36rem;line-height: 2;margin-bottom: 0.1rem;}
.statementPop .content .title img{display: block;margin: 0px auto;width: 1.2rem;}
.statementPop .content .btnok{cursor: pointer;width: 1.48rem;line-height: 0.4rem;text-align: center;margin:0.5rem auto 0;background: #ffdd00;border-radius: 20px;color:#1a306b;font-weight: bold;}
@media(max-width:767px){
	.statementPop .content{width: 92%;}
}

/*第一屏 s*/

.HomeBan{position: relative; z-index: 1; overflow:hidden;background:url(../images/loading.gif) center center no-repeat;height: 100vh;}
.HomeBan:before{width: 100%;height: 1.8rem;left: 0;top: 0;position: absolute;background-image: linear-gradient(to bottom, rgba(17,21,30,0.3) , rgba(0,0,0,0));content: "";z-index: 2;}
.HomeBan .item{ position:relative;height: 100vh;}
.HomeBan .play{display:none;}
.HomeBan .Info{left: 50%;top:40%;transform:translateX(-50%);z-index: 3;color:#fff;position: absolute;width: 16rem;}
.HomeBan .Info img{height: 2.28rem;display: block;}
.HomeBan .video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.HomeBan .video video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: fill;}
.HomeBan .imgbox{position: absolute;left: -2.5%;top: -2.5%;width: 105%;height: 105%;}
.HomeBan .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.HomeBan .sj {display: none;}
.HomeBan .slick-dots{width: 16rem;text-align: right;left: 50%;transform: translateX(-50%);bottom: 0.5rem;}
.HomeBan .slick-dots li button{width: 0.19rem;height: 0.19rem;background:#fff;border:1px solid #47546d;}
.HomeBan .slick-dots li.slick-active button{border:4px solid #47546d;background: #fff;width: 0.22rem;height: 0.22rem;}
.HomeBan:hover .slick-prev{left: 3%;}
.HomeBan:hover .slick-next{right: 3%;}

@media(max-width:1600px){
.HomeBan	.slick-dots{width: 90%;}
}
@media(max-width:1024px){
	.HomeBan:before{display: none;}
	.HomeBan .video{display: none;}
	.HomeBan .slick-arrow{display: none !important;}
	.HomeBan .pc {display: none;}
	.HomeBan .sj {display: block;}
	.HomeBan .imgbox{position: relative;left: 0;top: 0;width: 100%;height: 100%;transform: matrix(1, 0, 0, 1, 0, 0) !important;}
	.HomeBan .play{display: block;width: 45px;height: 45px;line-height: 45px;color: #fff;transform: translate(-50%,-50%);position: absolute;left: 50%;top: 50%;z-index: 100;border-radius: 50%;text-align: center;background: rgba(0,0,0,0.4);}
}

.HomeAbout{padding:2.74rem 0 0;}
.HomeAbout .NumList{padding-bottom: 0.8rem;display: flex;justify-content: space-between;border-bottom: 1px solid #536490;color:#1a306b;flex-wrap: wrap;}
.HomeAbout .NumList .counter{color:#e6721a;font-weight: bold;}
.HomeAbout .NumList aside{line-height: 0.69rem;font-size: 0.74rem;}
.HomeAbout .NumList p{line-height: 0.69rem;font-size: 0.26rem;}
.HomeAbout .NumList li:nth-child(1){width: 20%;}
.HomeAbout .NumList li:nth-child(2){width: 25%;}
.HomeAbout .NumList li:nth-child(3){width: 25%;}
.HomeAbout .NumList li:nth-child(4){width: 30%;}
.HomeAbout .Info .txt{padding: 0.5rem 0.25rem 0;vertical-align: top;position: relative;}
.HomeAbout .Info .txt:after{position: absolute;background: url(../images/usk.png);background-size: contain;width: 0.99rem;height: 0.49rem;content: "";right: 0.48rem;bottom: -0.24rem;animation: icon-shaking 2s linear 0.5s infinite alternate;
	-webkit-animation: icon-shaking 2s linear 0.5s infinite alternate;display: none;}
.HomeAbout .Info .imgbox{width: 3.41rem;text-align: right;display: none;}
.HomeAbout .Info .imgbox .img{position: relative;width: 2.45rem;height: 2.45rem;float: right;}
.HomeAbout .Info .imgbox .img img:nth-child(1){position: absolute;left: 0;top: 0;animation: turn 8s linear infinite;}
.HomeAbout .Info .imgbox .img:hover img{animation-play-state:paused;}

.HomeAbout .Advantages{margin-top: 0.6rem;}
.HomeAbout .Advantages li{position: relative;}
.HomeAbout .Advantages .box{position: relative;overflow: hidden;}
.HomeAbout .Advantages .info{position: absolute;bottom: -0.98rem;width: 100%;left: 0;background:#ffe31a;display: flex;padding-left: 0.4rem;height: 0.98rem;align-items: center;transition: 0.5s;z-index: 10;}
.HomeAbout .Advantages .info:after{position: absolute;right: 0.35rem;width: 24px;height: 23px;background:url(../images/ico/niu.png);content: "";top: 0;opacity: 0;transition: all 0.6s 0.3s;}
.HomeAbout .Advantages .info h2{font-weight: normal;padding-right: 0.12rem;color:#1a306b;}
.HomeAbout .Advantages .info P{text-transform: uppercase;line-height: 16px;}
.HomeAbout .Advantages .imgbox img{width: 100%;height: 100%;object-fit: cover;}
/* .HomeAbout .Advantages .imgbox{padding-top: 48.75%;} */

.HomeAbout .Advantages li:hover .info{bottom: 0;}
.HomeAbout .Advantages li:hover .info:After{opacity: 1;top: -12px;}
.HomeAbout .Advantages .slick-dots{bottom: 0.3rem;}
.HomeAbout .Advantages:hover .slick-prev{left: 2%;}
.HomeAbout .Advantages:hover .slick-next{right: 2%;}

.TitHead{text-align: center;padding-bottom: 0.5rem;color:#1a306b;}
.TitHead a{color:#1a306b;}
.TitHead .en{line-height: 0.6rem;margin-bottom:0.05rem;font-size: 0.53rem;position: relative;text-transform: uppercase;-webkit-text-stroke-color: #1a306b;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: no-repeat;}
 .TitHead .en.deng span:before{width: 0.34rem;height: 0.34rem;right: -0.02rem;top: -0.1rem;content: "";background:url(../images/deng2.png) no-repeat;background-size: contain;position: absolute;}
 .TitHead .en.deng2 span:before{width: 0.34rem;height: 0.34rem;left: -0.02rem;top: -0.1rem;content: "";background:url(../images/deng.png) no-repeat;background-size: contain;position: absolute;}
	.TitHead .en span{display: inline-block;position: relative;}
.TitHead .cn{line-height: 0.49rem;display: inline-block;vertical-align: top;font-size: 0.3rem;letter-spacing: 0.25em;position: relative;padding:0 0.04rem 0 0.1rem;}
.TitHead .cn:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 0.18rem;content: "";background:#ffdd00;z-index: -1;}
.TitHead.noletter .cn{letter-spacing: 0;}
.TitHead.tl{text-align: left;}
.HomeNews .TitHead{padding-bottom: 0.99rem;}
.HomeNews{padding:2.21rem 0 1.37rem;}
.HomeNews ul{margin-left: -14px;}
.HomeNews .item{width: 25%;float: left;padding-left: 14px;}
.HomeNews .item a{display: block;border-radius: 0.25rem;}
.HomeNews .date {line-height: 0.45rem;margin-bottom: 0.28rem;display: flex;justify-content: space-between;font-size: 0.17rem;}
.HomeNews .date b{font-size: 0.39rem;}
.HomeNews .info {border-radius: 0.25rem 0.25rem 0 0;background: #f4f4f4;color:#1a306b;padding:0.4rem 0.45rem 0.34rem;position: relative;transition: all 0.3s;}
.HomeNews .info:after{position: absolute;left: 0.43rem;top: 0;width: 0.4rem;height: 0.39rem;background:url(../images/ico/niu2.png) no-repeat;content: "";background-size:contain;transition: all 0.3s;opacity: 0;}
.HomeNews .item:hover .info:after{top: -0.19rem;opacity: 1;}
.HomeNews .item:hover .info{background:#ffdd00;}
.HomeNews .imgbox {padding-top: 60%;border-radius: 0 0 0.25rem 0.25rem;}
.HomeNews .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.HomeNews.sub .item{margin-bottom: 3%;}

@media(min-width:1025px){
	.HomeAbout .NumList li:not(:first-child){position: relative;padding-left: 0.77rem;}
	.HomeAbout .NumList li:not(:first-child):after{height: 0.79rem;top: 0.11rem;width: 1px;content: "";position: absolute;background:#455787;left: 0;}
}
@media(max-width:1024px){
	.HomeAbout{padding-top:1rem;padding-bottom: 2rem;}
	.HomeAbout .NumList{padding-bottom: 0.4rem;}
	.HomeAbout .NumList li{width: 50% !important;padding-bottom: 0.25rem;}
	.HomeNews{padding-bottom: 1.8rem;}
	.totop.fix{top: -0.7rem;}
}
@media(max-width:767px){
	.HomeAbout .NumList{margin-bottom: 0;}
	.HomeAbout .Info {position: relative;}
	.HomeAbout .Info .txt{display: block;padding:0.4rem 0 0;}

	.HomeAbout .Advantages{margin-top: 1rem;}

	.HomeNews{padding-top: 1rem;}
	.HomeNews .item{width: 50%;margin-bottom: 14px;}
	.HomeNews .date{font-size: 14px;}
	.HomeNews .info{padding:0.3rem;}

	.TitHead .cn{font-size: 20px;margin-top: 0.1rem;}
}
@media(max-width:640px){
	.HomeAbout .NumList aside {font-size: 0.56rem;}
	.HomeAbout .NumList p{font-size:14px;}

	.HomeAbout .Advantages .info {padding-left: 0.2rem;}
	.HomeAbout .Advantages .info h2{font-size: 17px;}
	.HomeAbout .Advantages .info P{font-size: 12px;}
}


/*栏目页公用样式 s*/
.SubPage{position: relative;background:#fff;z-index: 1;overflow: hidden;height: auto !important;height: 300px;min-height: 300px;}

.SubBan{position: relative;overflow: hidden;height: 100vh;border-radius: 0 0 0.45rem 0.45rem;}
.SubBan .w1500{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;z-index: 1;color:#1a306b;}
.SubBan h2{font-size: 0.6rem;}
.SubBan .tdesc{font-size: 1.2rem;text-transform: uppercase;display: inline-block;vertical-align: middle;position: relative;line-height: 1.1;-webkit-text-stroke-color: #1a306b;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: no-repeat;letter-spacing: -0.05em;}
.SubBan .tdesc:After{position: absolute;width: 0.65rem;height: 0.67rem;content: "";position: absolute;top: 0;right: 24%;background:url(../images/niu.png) no-repeat;background-size:contain;}
.SubBan .img img{width: 100%;transform: scale(1.1);transition: all 5s;height: 100vh;}
.SubBan.on .img img{transform: scale(1);}

.SinglePage{ word-wrap:break-word;word-break:normal;text-align:justify;color:#666666;}

@media(max-width:1024px){
	.SubBan{height: auto;}
	.SubBan .img img{height: auto;}
}
@media(max-width:767px){
	.SubBan h2{font-size: 20px;}
	.SubBan .tdesc{letter-spacing: 0;font-size: 0.5rem;}
	.SubBan .tdesc:After{top: -0.6rem;}
	.SinglePage{line-height: 24px !important;}

	.SubMenu{margin-bottom: 0.4rem;}
	.SubMenu ul{float: none;display: flex;justify-content: space-around;}
	.SubMenu li a{padding: 0;text-align: center;}
	.SubMenu li{margin-right: 0;flex: 1;}
}
/*栏目页公用样式 end*/

/* 新闻中心 */

.NewsInfo{background:#fff;padding:0.53rem 2rem 0.84rem;}
.TitleInfo{text-align: center;border-bottom: 1px solid #e4e4e4;margin-bottom: 0.49rem;padding-bottom: 0.31rem;}
.TitleInfo h1{font-size: 0.32rem;line-height:1.25;margin-bottom:0.08rem;font-weight: normal;color:#000000;}
.TitleInfo ul {position: relative;padding-bottom: 0.17rem;}
.TitleInfo ul li{display: inline-block;padding:0 0.26rem;color:#666666;}
.TitleInfo .iconfont{font-size: 18px;margin:-3px 5px 0 0;}
.bshare-custom{display: inline-block;vertical-align: middle;margin: -2px 0 0 0.1rem;}
.bshare-custom .bshare-more.more-style-addthis{background:transparent !important;padding-left: 0 !important;height: 22px !important;}

.PrevNextInfo{padding: 0.38rem 2.2rem 0 0;margin-top: 0.55rem;border-top: 1px solid #eeeeee;position: relative;}
.PrevNextInfo dl{position: relative;padding-left: 75px;min-height: 40px;line-height: 40px;}
.PrevNextInfo dl dt{position: absolute;left: 0;top: 0;color:#17ab9f;}
.PrevNextInfo .back{position: absolute;right: 0;top: 0.58rem;text-align: center;color:#fff;width: 1.46rem;line-height: 0.4rem;border:1px solid #17ab9f;color:#17ab9f;border-radius: 20px;}
.PrevNextInfo .back:before{display: inline-block;vertical-align: middle;width: 15px;height: 9px;background:url(../images/ico/more.html);margin-right: 9px;content: "";}
.PrevNextInfo .back:hover{background:#17ab9f;color:#fff;}
.PrevNextInfo .back:hover:before{background:url(../images/ico/more01.html);}

@media(max-width:767px){
	.TitleInfo{padding-bottom: 0.1rem;}
	.TitleInfo ul li{padding:0 0.1rem;}
	.TitleInfo h1{font-size: 20px;}
	.PrevNextInfo{padding-right: 0;margin-top: 50px;}
	.PrevNextInfo dl{min-height: 30px;line-height: 30px;}
	.PrevNextInfo .back{width: 100px;line-height: 28px;top: -35px;}
}

/* 关于我们 */
.AboutInfo {background: #fff;position: relative;z-index: 1;overflow: hidden;}
.AboutInfo .Info{width: 33%;float: left;}
.AboutInfo .imgbox{width: 58.6%;float: right;padding:0.73rem 0.69rem 0.73rem 0;}
.AboutInfo .imgbox:after{content: "";z-index: -1;right: 0;height: 100%;top: 0;width: 5rem;position: absolute;background: linear-gradient(-120deg, #ffdd00 0%, #fff29c 100%);}

.HistoryBox{overflow: hidden;}
/* .HistoryBox .scroll{position: relative;}
.HistoryBox .scroll:before{display: block;height: 650px;content: "";}
.HistoryBox .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: left center;-webkit-animation: play 20s linear infinite;
	animation: play 20s linear infinite;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.HistoryBox .pic:hover{animation-play-state:paused;}
	@-webkit-keyframes play {
		from {background-position: 0 100%}
		to {background-position: 100% 0}
	}
	@keyframes play {
		from {background-position: 0 100%}
		to {background-position: 100% 0}
	} */

.HistoryBox .scroll{position: relative;height: 500px;}
.HistoryBox .scroll ul{background: url(../images/lcbg.png) 0 center repeat-x;font-size: 0;position: relative;}
.HistoryBox .scroll ul::after{content: "";display: block;width: 355px;background: #fff;height: 240px;position: absolute;right: -170px;top: 50%;transform: translateY(-50%);}
.HistoryBox .scroll li{display: inline-block;vertical-align: top;text-align: center;width: 355px;height: 500px;}
.HistoryBox .scroll .img{width: 164px;margin: 0px auto;}
.HistoryBox .scroll .img img{display: block;max-height:164px;margin:0px auto;}
.HistoryBox .scroll .img span{display: block;color:#e6721b;font-size: 20px;line-height: 35px;font-weight: bold;}
.HistoryBox .scroll .desc{font-size: 13px;padding-top: 20px;position: relative;color: #080404;/*width: 230px;*/margin: 20px auto 0;line-height: 22px;}
.HistoryBox .scroll .desc:after{position: absolute;left: 50%;top: -1px;content: "";border-radius: 50%;background: #e6721b;width: 14px;height: 14px;margin-left: -7px;}
.HistoryBox .scroll .desc aside{font-size: 18px;font-weight: bold;margin-bottom: 5px;line-height: 40px;}
.HistoryBox .scroll .desc aside span{font-size: 24px;color:#e6721b;}
.HistoryBox .scroll li:nth-child(odd) .img{height:335px;display: flex;flex-direction: column;justify-content: end;}
.HistoryBox .scroll li:nth-child(even) .img{height:220px;display: flex;flex-direction: column;justify-content: end;}
.HistoryBox .scroll li:nth-child(even) .desc:after{top: -4px;}
.HistoryBox .scroll li:last-child .img{height: 215px;}
.HistoryBox .scroll li:last-child .desc{font-size: 20px;color:#e6721b;line-height: 30px;}
.HistoryBox .scroll li:last-child .desc:after{display: none;font-size: 24px;color:#e6721b;}
.HistoryBox .scroll li:nth-last-child(3) .desc:after{left:48%;}

.HistoryBox .scroll li:last-child{position: relative;z-index: 9999;}


.HistoryBox .str_move:nth-child(2){top: 22px;}

.BrandIp .TitHead{padding-bottom: 0.35rem;}
.BrandIp .TitHead .en:before{position: absolute;content: "";width: 0.33rem;height: 0.34rem;background: url(../images/deng.png) no-repeat;background-size: contain;left: -0.17rem;top: -0.05rem;}
.BrandIp .TitHead .cn{padding-left: 0;}
.BrandIp .content{min-height: 5.34rem;position: relative;background: #ffdd00;padding:1.02rem 0 0 1.66rem;border-radius: 0.15rem;}
.BrandIp .content:before,.BrandIp .content:after{position: absolute;content: "";top: 0;height: 100%;width: 0.28rem;background-repeat: repeat-y;background-position: center top;background-size:contain;}
.BrandIp .content:before{background-image: url(../images/pointlef.gif);background-position:0 top;left: 0;}
.BrandIp .content:after{background-image: url(../images/pointright.gif);background-position:right top;right: 0;}
.BrandIp .content .niu{right: 0.84rem;top: -0.59rem;z-index: 2;position: absolute;}
.BrandIp .content .niu img{animation: icon-shaking 2s linear 0.5s infinite alternate;width: 4.8rem;
	-webkit-animation: icon-shaking 2s linear 0.5s infinite alternate;}
.BrandIp .content .info{width: 5.38rem;color:#000000;}
.BrandIp .content .text{line-height: 2;}
.BrandIp .content .slogan{font-size: 1.71rem;position: absolute;left: 0;bottom: -0.1rem;width: 100%;text-align: center;line-height: 0.8;letter-spacing: -0.1em;opacity: 0.05;}

.VluesBox ul{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 0.6rem;}
.VluesBox .item{width: 25%;text-align: center;}
.VluesBox .title{font-size: 0.63rem;line-height: 0.84rem;padding-bottom: 0.14rem;font-weight: normal;color:#1a306b;position: relative;margin-bottom: 0.3rem;display: inline-block;vertical-align: top;}
.VluesBox .title:after{width: 0.43rem;height: 3px;content: "";left: 50%;bottom:0;transform: translateX(-50%);position: absolute;background:#ffdd00;transition:all 0.3s;}
.VluesBox .title:before{position: absolute;width: 0.33rem;height: 0.33rem;border-radius: 50%;background: #ffdd00;top: 0;left: -0.11rem;z-index: -1;content: "";transition:all 0.3s;}
.VluesBox .desc{max-width: 1.65rem;margin:0px auto;}
.VluesBox .item:nth-child(4) .desc{max-width: 2.3rem;}
.VluesBox .item:hover .title:before{width: 0.8rem;height: 0.8rem;left: -0.2rem;top: -0.1rem;}
.VluesBox .item:hover .title:after{width: 100%;}

@media(max-width:1024px){
	.BrandIp .content {padding-left: 0.5rem;}
	.BrandIp .content .niu {zoom: 0.6;}
	.BrandIp .content .slogan{font-size: 1rem;bottom: 0;}
}
@media(max-width:767px){
	.AboutInfo .Info{width: auto;float: none;margin-bottom: 0.3rem;}
	.AboutInfo .imgbox{width: auto;float: none;}
	.BrandIp .content{padding:0.5rem;min-height: auto;}
	.BrandIp .content .niu{zoom: 0.3;}
	.BrandIp .content .info{width: auto;}
	.VluesBox ul{padding:0 0 0.8rem;}

	.VluesBox .item{width: 50%;padding: 0 0.1rem 0.3rem;}
	.VluesBox .title{font-size: 0.5rem;}
	.VluesBox .desc{max-width: none;}
	.VluesBox .item:nth-child(4) .desc{max-width: none;}
}

/* 核心优势 */
.CoreAdvantages{background:#fff;position: relative;z-index: 1;padding-top: 1.3rem;overflow: hidden;}
.CoreAdvantages .NumList{padding:0.5rem 0 0.64rem;margin-bottom:0.68rem;display: flex;justify-content: space-between;border-bottom: 1px solid #536490;color:#1a306b;flex-wrap: wrap;}
.CoreAdvantages .NumList .counter{color:#e6721a;font-weight: bold;}
.CoreAdvantages .NumList aside{line-height: 0.65rem;font-size: 0.74rem;}
.CoreAdvantages .NumList p{line-height: 30px;font-size: 0.26rem;}
.CoreAdvantages .NumList li:nth-child(1){width: 20%;}
.CoreAdvantages .NumList li:nth-child(2){width: 25%;}
.CoreAdvantages .NumList li:nth-child(3){width: 25%;}
.CoreAdvantages .NumList li:nth-child(4){width: 30%;}
.CoreAdvantages .Info .txt{padding: 0 1.7rem 0.75rem 0.6rem;vertical-align: top;border-bottom: 1px solid #455787;position: relative;}
.CoreAdvantages .Info .imgbox{width: 3.24rem;text-align: right;overflow: visible;}
.CoreAdvantages .Info .imgbox .img{position: relative;width: 2.9rem;height: 2.96rem;float: right;}
.CoreAdvantages .Info .imgbox .img img:nth-child(1){position: absolute;left: -0.82rem;top: 0.28rem;animation: turn 8s linear infinite;width: 1.81rem;height: 1.81rem;z-index: -1;}
.CoreAdvantages .Info .imgbox .img:hover img{animation-play-state:paused;}


.CoreFlex{height: 100vh;position: relative;display: flex;align-items: center;justify-content: center;}
.CoreFlex .w1264{display: flex;justify-content: space-between;align-items: center;}

.CoreAdvantages2{background-attachment: fixed;background-position: center center;background-size:cover;background-repeat: no-repeat;overflow: hidden;}
.CoreAdvantages2:after{content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;background:rgba(0,0,0,0.6);transition: all 0.3s;}
.CoreAdvantages2:hover:after{opacity: 0.9;}
.CoreAdvantages2 .img{width: 6.14rem;}
.CoreAdvantages2 .title{font-size: 0.31rem;color:#ffdd00;margin-bottom: 0.3rem;}
.CoreAdvantages2 .niu img{position: absolute;top: -0.5rem;right: 1.76rem;animation: shache 2s linear 0.5s infinite alternate;width: 0.97rem;}
.CoreAdvantages2 .info{width: 5rem;color:#fff;padding-bottom: 0.4rem;position: relative;}
@keyframes shache {
	0%, 100% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	}
	25% {
			-moz-transform: rotate(15deg);
			-ms-transform: rotate(15deg);
			-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
	}
	50% {
			-moz-transform: rotate(-15deg);
			-ms-transform: rotate(-15deg);
			-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
	}

	75% {
			-moz-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
	}

	85% {
			-moz-transform: rotate(-5deg);
			-ms-transform: rotate(-5deg);
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
	}
}

.CoreAdvantages3{background: #f7f7f7;overflow: hidden;}
.CoreAdvantages3 .TitHead .cn:before{width: 0.34rem;height: 0.34rem;right: -0.02rem;top: -0.16rem;content: "";background:url(../images/deng2.png) no-repeat;background-size: contain;position: absolute;}
.CoreAdvantages3 .info{width: 5.64rem;position: relative;z-index: 10;}
.CoreAdvantages3 .txt{padding:0 0 0 0.1rem;}
.CoreAdvantages3 .img{width: 5.5rem;height: 5.5rem;position: relative;z-index: 10;}
.CoreAdvantages3 .img:after{content: "";left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;position: absolute;background: linear-gradient(201deg, #ffdd00 0%, rgba(255,221,0,0.9) 48%, #fff9d3 100%);animation: turn 3s linear infinite;}
.CoreAdvantages3 .img .line{position: absolute;width: 7.49rem;height: 5.49rem;left: -1.44rem;top: 0;background:url(../images/line.png) no-repeat;background-size: contain;z-index: 1;}
.CoreAdvantages3 .img:before{position: absolute;width: 7.49rem;height: 5.49rem;left: -1.44rem;top: 0;background:url(../images/niu2.png) no-repeat;background-size: contain;z-index: 4;content: "";}
.CoreAdvantages3 .img .num{position: absolute;width: 5.89rem;left: 4px;top: -0.12rem;z-index: 2;}
.CoreAdvantages3 .img .niu{position: absolute;width: 5.31rem;left: -0.85rem;bottom: -0.57rem;z-index: 2;}
.CoreAdvantages3 .slogan{position: absolute;opacity: 0.1;text-align: center;width: 150%;left:-25%;bottom: -0.5rem;font-size: 1.59rem;color:#1a306b;z-index: 0;line-height: 0.9;}

.CoreAdvantages4{background-attachment: fixed;background-position: center center;background-size:cover;background-repeat: no-repeat;overflow: hidden;}
.CoreAdvantages4:after{content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;background:rgba(0,0,0,0.6);transition: all 0.3s;}
.CoreAdvantages4:hover:after{opacity: 0.9;}
.CoreAdvantages4 .TitHead .en{-webkit-text-stroke-color: #ffe200;}
.CoreAdvantages4 .TitHead .cn{color: #ffe200;display: block;}
.CoreAdvantages4 .TitHead .cn:After{display: none;}
.CoreAdvantages4 .img{width: 6.19rem;height: 6.19rem;display: flex;align-items: center;justify-content: center;position: relative;}
.CoreAdvantages4 .img img{width: 4.39rem;height: 6.21rem;animation: icon-shaking 2s linear 0.5s infinite alternate;}
.CoreAdvantages4 .img span{left: 0;top: 0;width: 100%;height: 100%;position: absolute;}
.CoreAdvantages4 .img::before,
.CoreAdvantages4 .img::after,
.CoreAdvantages4 .img span::before, 
.CoreAdvantages4 .img span::after{width: 50%;height: 50%;border: 0.05rem solid #ffe200;position: absolute;left: 25%;top: 25%;content: '';border-radius: 50%; -webkit-animation: scaleAnimate 2s linear infinite;opacity: 0;}
.CoreAdvantages4 .img::after {-webkit-animation-delay: .5s;}
.CoreAdvantages4 .img span::before {-webkit-animation-delay: .8s;}
.CoreAdvantages4 .img span::after {-webkit-animation-delay: 1.2s;}
.CoreAdvantages4 .img img {position: relative;z-index: 2;}
.CoreAdvantages4 .info{width: 5.65rem;color:#fff;}

.CoreAdvantages5{background:#f7f7f7;overflow: hidden;}
.CoreAdvantages5 .info{width: 5.6rem;}
.CoreAdvantages5 .img{width: 5rem;position: relative;margin-top: 1rem;}
.CoreAdvantages5 .img .house{width: 10.4rem;left: -2.89rem;position: relative;}
.CoreAdvantages5 .img .niu{width: 4.2rem;position: absolute;z-index: 2;top: -1.21rem;}

.CoreAdvantages6{background-attachment: fixed;background-position: center center;background-size:cover;background-repeat: no-repeat;overflow: hidden;}
.CoreAdvantages6:after{content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;background:rgba(0,0,0,0.6);transition: all 0.3s;}
.CoreAdvantages6:hover:after{opacity: 0.9;}
.CoreAdvantages6 .TitHead .en{-webkit-text-stroke-color: #ffe200;}
.CoreAdvantages6 .TitHead .cn{color: #ffe200;display: block;}
.CoreAdvantages6 .TitHead .cn:After{display: none;}
.CoreAdvantages6 .niu{width: 4.88rem;margin: 0px auto 0.5rem;}
.CoreAdvantages6 .info{width: 5.7rem;color:#fff;}

.CoreAdvantages7{background:#f7f7f7;overflow: hidden;}
.CoreAdvantages7 .info{width: 5.6rem;}
.CoreAdvantages7 .img{width: 5.84rem;height: 5.84rem;position: relative;z-index: 10;}
.CoreAdvantages7 .img:after{content: "";left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;position: absolute;background: linear-gradient(-201deg, #ffdd00 0%, rgba(255,221,0,1) 0%, #fff9d3 100%);animation: turn 3s linear infinite;}
.CoreAdvantages7 .img .niu{width: 5.84rem;position: absolute;top: 1.12rem;left: 1.7rem;z-index: 2;}

.hxysBody .Footer{background:#f7f7f7;}

@media(min-width:1025px){
	.CoreAdvantages .NumList li:not(:first-child){position: relative;padding-left: 0.77rem;}
	.CoreAdvantages .NumList li:not(:first-child):after{height: 0.79rem;top: 0.11rem;width: 1px;content: "";position: absolute;background:#455787;left: 0;}
}
@media(max-width:1366px){
	.CoreAdvantages2 .niu img{right: 1.35rem;}

	.CoreAdvantages7 .img{zoom: 0.9;}
	.CoreAdvantages7 .img .niu{left: 1rem;}
}
@media(max-width:1024px){
	.CoreAdvantages .NumList{padding-bottom: 0.4rem;}
	.CoreAdvantages .NumList li{width: 50% !important;padding-bottom: 0.25rem;}
	.CoreFlex{height: auto;padding:0.8rem 0;background-attachment: scroll !important;}
	.CoreFlex .w1264{display: block;}
	.CoreFlex .img{margin: 0px auto 0.35rem;opacity: 1 !important;transform: matrix(1, 0, 0, 1, 0, 0) !important;}
	.CoreFlex .niu{opacity: 1 !important;transform: matrix(1, 0, 0, 1, 0, 0) !important;}
	.CoreFlex .info{width: auto !important;}

	.CoreAdvantages3 .img{margin-top: 0.35rem;}

	.CoreAdvantages5 .img{width: auto;min-height: 5.66rem;}
	.CoreAdvantages5 .img .house{width: auto;left: 0;}
	.CoreAdvantages5 .img .niu{left: 30%;top: 0;}

	.CoreAdvantages7 .img{margin: 0.25rem auto 1.5rem;}
}
@media(max-width:768px){
	.CoreAdvantages .Info .txt{display: block;padding-right: 0;padding-left:0;margin-bottom: 0.3rem;}
	.CoreAdvantages .Info .imgbox{width: auto;display: block;}
	.CoreAdvantages .Info .imgbox .img{margin: 0px auto;float: none;}
	.CoreAdvantages2 .niu img {right: 4.35rem;}

	.CoreAdvantages3 .img,
	.CoreAdvantages4 .img,
	.CoreAdvantages5 .img .niu,
	.CoreFlex .img,.CoreAdvantages6 .niu{zoom: 0.7;}
	.CoreAdvantages5 .img{min-height: 4rem;}
}
@media(max-width:640px){
	.CoreAdvantages .NumList aside {font-size: 0.56rem;}
	.CoreAdvantages .NumList p{font-size: 14px;}
	.CoreAdvantages2 .img{zoom: 1;margin-bottom: 0.6rem;}
}

/* 标准门店 */
.PhotoShop{position: relative;z-index: 1;background: #fff;overflow: hidden;}
.PhotoShop .TitHead{position: absolute;z-index: 10;left: 0;bottom: 0.43rem;padding:0.36rem 0.43rem 0.36rem 0.29rem;background: #ffdd00;border-radius: 0 0.4rem 0.4rem 0;border-right: 0.05rem solid #1a306b;border-bottom: 0.04rem solid #1a306b;}
.PhotoShop .TitHead .cn{padding-left: 0;letter-spacing: 0.2em;}
.PhotoShop .TitHead .cn:after{display: none;}
.PhotoShop .item{position: relative;}
/* .PhotoShop .imgbox{padding-top: 48.75%;} */
.PhotoShop .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.PhotoShop .slick-dots{bottom: 0.3rem;}
.PhotoShop .slick-dots li{margin:0 0.17rem;}
.PhotoShop .slick-arrow{z-index: 10;}
.PhotoShop .slider{position: relative;}
.PhotoShop .slider:hover .slick-prev{left: 2%;}
.PhotoShop .slider:hover .slick-next{right: 2%;}

.ScoreBox {overflow: hidden;}
.ScoreBox .slider{margin:0 -0.12rem;padding:0 1.3rem;}
.ScoreBox .item{padding:0 0.12rem;}
.ScoreBox .item img{border-radius: 0.12rem;width: 100%;}
.ScoreBox .slick-arrow{width: 0.38rem;height: 0.66rem;}
.ScoreBox .slick-prev{background-image: url(../images/ico/arrleft2.png);left: 0.45rem;}
.ScoreBox .slick-next{background-image: url(../images/ico/arrright2.png);right: 0.45rem;}
.ScoreBox .slogan{font-size: 2.32rem;text-transform: uppercase;-webkit-text-stroke-color: #1a306b;
	-webkit-text-stroke-width: 3px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: no-repeat;opacity: 0.05;line-height: 0.9;margin-top: -0.5rem;}

@media(max-width:1366px){
	.ScoreBox .slogan{font-size: 1.95rem;}
}
@media(max-width:767px){
	.PhotoShop .TitHead{position: static;text-align: center !important;background: none;border:0;padding:0 0 0.5rem;}
	.ScoreBox .slider{padding:0 0.6rem;}
	.ScoreBox .slick-prev{left: 0;}
	.ScoreBox .slick-next{right: 0;}
	.ScoreBox .slogan {font-size: 1rem;margin-bottom: 1rem;}
}

/* 招商加盟 */
.FranchiseBox{background: #fff;position: relative;z-index: 1;}
.FranchiseBox:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 30%;background: linear-gradient(0, #ffe95a 0%, rgba(255,255,255,0.51) 83%, rgba(255,255,255,0) 100%);content: "";}
.FranchiseBox .TitHead .en.deng span:before{right: 58%;}
.FranchiseBox ul{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: -1.4rem;}
.FranchiseBox .item{margin:0 2.5% 1.4rem;width: 20%;position: relative;}
.FranchiseBox .item:after{content: "";width: 0.52rem;height: 0.52rem;position: absolute;background:url(../images/dotniu1.png) no-repeat;background-size:contain;transform: translateX(-50%);bottom: -0.18rem;z-index: 10;left: 50%;}
.FranchiseBox .item:before{content: "";width: 0.47rem;height: 0.46rem;position: absolute;background:url(../images/dotniu3.png) no-repeat;background-size:contain;transform: translateX(-50%);top: -0.2rem;z-index: 10;left: 50%;}
.FranchiseBox .item a{display: flex;background:#ffe200;border:2px solid #1a306b;border-radius: 0.4rem;height: 3.7rem;justify-content: center;align-items: center;flex-direction: column;position: relative;overflow: hidden;}
.FranchiseBox .item h2{text-align: center;font-size: 0.37rem;line-height: 1.2;margin-bottom: 0.15rem;color:#1a306b;transition: all 0.3s;}
.FranchiseBox .item p{font-size: 12px;text-transform: uppercase;transition: all 0.3s;}
.FranchiseBox .item a:after{height: 0;bottom: 0px;left: 0px;width: 100%;content: "";position: absolute;background:#1a306b;transition: all 0.3s;z-index: 2;opacity: 0;}
.FranchiseBox .item .info{color:#ffe200;left: 0;top: 10%;width: 100%;height: 80%;position: absolute;display: flex;padding:0.54rem;z-index: 3;opacity: 0;transition: all 0.5s;overflow-y: auto;}
.FranchiseBox .item:hover a{border:2px solid #ffe200;}
.FranchiseBox .item:hover a:after{height: 100%;opacity: 1;}
.FranchiseBox .item:hover .info{opacity: 1;}
.FranchiseBox .item:hover:after{background:url(../images/dotniu2.png) no-repeat;background-size: contain;}
.FranchiseBox .item:hover:before{background:url(../images/dotniu4.png) no-repeat;background-size: contain;}
.FranchiseBox .item:hover h2,.FranchiseBox .item:hover p{opacity: 0;transform: translateY(100px);}

.SiteSelection{position: relative;}
.SiteSelection ul{display: flex;justify-content: center;padding: 0.4rem 0;flex-wrap: wrap;}
.SiteSelection .item{width: 2.86rem;margin:0 0.17rem;position: relative;padding-top: 0.46rem;}
.SiteSelection .title{border-radius: 50%;border:0.04rem solid #fff;background:#1a306b;width: 1.14rem;line-height: 1.14rem;color:#ffdd00;left: 50%;text-align: center;position: absolute;top: 0;font-size: 0.31rem;transition: all 0.3s;margin-left: -0.57rem;z-index: 10;}
.SiteSelection .info{width:2.86rem;margin:0px auto;height: 2.86rem;padding:1.1rem 0.35rem 0 0.35rem;color:#1a306b;border-radius: 50%;background:#ffdd00;position: relative;}
.SiteSelection .imglogo{position: absolute;right: 0;bottom: -0.63rem;z-index: 10;}
.SiteSelection .imglogo b{color:#1a306b;font-size: 12px;text-transform: uppercase;margin-right: 0.48rem;}
.SiteSelection .imglogo img{height: 27px;}
.SiteSelection .item:hover .title{transform: scale(1.1);}
.SiteSelection .item:hover .info:after,
.SiteSelection .item:hover .info:before {content: "";border-radius: 50%;position: absolute;z-index: -1;}
.SiteSelection .item:hover .info:before {background: rgba(255, 221, 0, 0.3);zoom: 1;left: -5%;top:-5%;width: 110%;height: 110%;
	-webkit-animation: guang 1.5s ease-out;
	-moz-animation: guang 1.5s ease-out;
	animation: guang 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
.SiteSelection .item:hover .info:after {background: rgba(255, 221, 0, 0.8);zoom: .9;left: -10%;top: -10%;width: 120%;height: 120%;z-index: 8;
	-webkit-animation: guang2 1.1s ease-out;
	-moz-animation: guang2 1.1s ease-out;
	animation: guang2 1.1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
	.SiteSelection	.wave {position: absolute;width: 100%;height: 5rem;left: 0;bottom: 0;z-index: 0;}
	.SiteSelection .wave:after {content:"";position: absolute;background: url(../images/wave.gif) center center;background-repeat:no-repeat;width: 100%;height: 100%;opacity: 1;animation: waves1 15s linear infinite;}
@keyframes waves1 {
	from {background-position: center bottom -25px;}
	to {	background-position: right -0.5rem bottom;}
}

.Joining ul{padding:0.4rem 0.3rem 1.1rem 0.3rem;display: flex;flex-wrap: wrap;}
.Joining .item{margin:0 0.07rem 0 0.08rem;padding-top: 0.4rem;position: relative;flex: 1;}
.Joining .item:after{width: 0.53rem;height: 0.23rem;position: absolute;right: 0.16rem;top: 0.05rem;background:url(../images/arr1.png) no-repeat;background-size: contain;content: "";transition: all 0.3s;display: none;}
.Joining .item .info{border-radius: 0.2rem;background:#f4f4f4;color:#1a306b;height: 2.49rem;padding:0.7rem 0.29rem 0;overflow: hidden;position: relative;}
.Joining .item .num{background: #ffe200;color:#1a306b;text-align: center;border:2px solid #fff;width: 0.8rem;line-height: 0.8rem;font-size: 0.47rem;position: absolute;left: 0.36rem;top: 0;border-radius: 50%;font-style: italic;font-weight: bold;z-index: 2;transition: all 0.3s;}
.Joining .item .info:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 0;content: "";background:#ffe200;transition: all 0.3s;}
.Joining .item .info article{position: relative;z-index: 1;}
.Joining .item:hover .info:after{height: 100%;}
.Joining .item:hover .num{background:#1a306b;color:#ffe200;transform: scale(1.1);}
.Joining .item:hover:after{right: 0.06rem;background:url(../images/arr2.png) no-repeat;background-size: contain;}
.Joining .imglogo{display: flex;justify-content: space-between;position: relative;align-items: center;}
.Joining .imglogo:after{height: 1px;background:#455787;left: 3.51rem;width: calc(100% - 5rem);content: "";position: absolute;top: 50%;}
.Joining .imglogo .logo b{font-size: 12px;text-transform: uppercase;color:#1a306b;margin-left: 0.49rem;}
.Joining .imglogo .logo img{height: 28px;}
.Joining .imglogo .img{position: relative;width: 0.79rem;height: 0.79rem;}
.Joining .imglogo .img img:nth-child(1){position: absolute;left: 0;top: 0;animation: turn 8s linear infinite;}
.Joining .imglogo .img:hover img{animation-play-state:paused;}

.CostBudget .content{max-width: 987px;margin:0px auto;color:#1a306b;}
.CostBudget .unit{height: 0.61rem;position: relative;margin-bottom: 0.6rem;}
.CostBudget .unit:after{background:#1a306b;height: 1px;content: "";left: 0;top: 50%;width: 100%;position: absolute;}
.CostBudget .unit:before{content: "";position: absolute;z-index: 2;left: 0.38rem;top: 0;height: 100%;width: 1.09rem;background:url(../images/qz.gif) no-repeat;background-size: contain;}
.CostBudget .unit span{position: absolute;right: 0.38rem;background:#fff;z-index: 2;top: 0;line-height: 0.61rem;padding:0 0.17rem;}
.CostBudget .item {padding: 0 0 0.75rem 0.75rem;border-bottom: 1px solid #1a306b;}
.CostBudget .item dd{width: 50%;float: left;font-weight: bold;padding-bottom: 0.2rem;font-size: 0.26rem;}
.CostBudget .item dd span{color:#e6681a;}
.CostBudget .item dd p{font-size: 12px;font-weight: normal;}
.CostBudget .item dd{width: 50%;float: left;}
.CostBudget .item .tip{clear: both;font-size: 14px;}

.JoinProcess{position: relative;overflow: hidden;}
.JoinProcess:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background: linear-gradient(0, #ffdd00 0%, rgba(255,255,255,0.51) 80%, rgba(255,255,255,0) 100%);content: "";}
.JoinProcess .content .item:after{position: absolute;content: "";width: 13px;height: 12px;background:#ffe200;border:2px solid #1a306b;border-radius: 50%;left: 76px;bottom: -22px;}
.JoinProcess .content{position: relative;}
.JoinProcess .content .ico{width: 0.75rem;height: 0.75rem;transition: all 0.3s;}
.JoinProcess .content .info{padding-left: 0.15rem;color:#1a306b;}
.JoinProcess .content .info aside{font-weight:bold;line-height: 35px;}
.JoinProcess .content .info aside b{font-style: italic;color:#e0661e;font-size: 0.3rem;margin-right: 2px;}
.JoinProcess .content .info p{font-size: 14px;line-height: 18px;}
.JoinProcess .content .item:hover .ico{transform: scale(1.2);}
.JoinProcess .content .line{height: 170px;width: 0;left: 7.4%;position: absolute;top: 88px;background: url(../images/line2.png) 0px center no-repeat;}
.JoinProcess.active .content .line{animation: linew 3s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(1){animation: textOpacity 0.03s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(2){animation: textOpacity 0.6s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(3){animation: textOpacity 0.98s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(4){animation: textOpacity 1.1s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(5){animation: textOpacity 1.22s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(6){animation: textOpacity 1.6s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(7){animation: textOpacity 1.84s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(8){animation: textOpacity 2.78s;animation-fill-mode: forwards;}
.JoinProcess.active .content .item:nth-child(9){animation: textOpacity 3s;animation-fill-mode: forwards;}
@-webkit-keyframes textOpacity {
	90% {opacity: 0;}
	100% {opacity: 1;	}
}
@keyframes textOpacity {
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes linew {
	0% {width: 0;}
	100% {width: 12.56rem;}
}
@keyframes linew {
	10% {width: 0;}
	100% {width: 12.56rem;	}
}

.JoinQa .item{margin-bottom: 13px;border-radius: 10px;background:#ffdd00;padding:0.15rem 0 0.15rem 0.77rem;position: relative;cursor: pointer;transition: all 0.3s;}
.JoinQa .item:nth-child(even){background: #f4f4f4;}
.JoinQa .item:After{position: absolute;left: 0.28rem;top: 0.12rem;width: 0.33rem;height: 0.36rem;background:url(../images/fq1.png) no-repeat;background-size: contain;content:"";}
.JoinQa .item .arr{position: absolute;right: 0.25rem;top: 0.16rem;border:2px solid #1a306b;border-radius: 50%;width: 0.32rem;height: 0.32rem;text-align: center;line-height: 0.25rem;font-weight: bold;cursor: pointer;transition: all 0.3s;}
.JoinQa .item .title{font-size: 0.2rem;color:#1a306b;padding-right: 0.7rem;}
.JoinQa .item .desc{display: none;padding-top: 0.15rem;}
.JoinQa .item.cur{background:#1a306b;}
.JoinQa .item.cur .title{color:#ffdd00;}
.JoinQa .item.cur .desc{color:#fff;}
.JoinQa .item.cur:After{background:url(../images/fq2.png) no-repeat;background-size: contain;}
.JoinQa .item.cur .arr{border:2px solid #ebce09;color:#ebce09;transform: rotate(180deg);}
.JoinQa .tip{font-size: 0.23rem;color:#1a306b;text-align: center;font-weight: bold;}
.JoinQa .tip span{font-size: 0.28rem;font-style: italic;}

.JoinApply .content{max-width: 1007px;margin:0px auto;position: relative;}
.JoinApply .content .btn{position: absolute;left: 50%;bottom: -0.29rem;width: 2.5rem;line-height: 0.6rem;color:#ffdd00;text-align: center;font-size: 0.3rem;background:#1a306b;margin-left: -1.25rem;border-radius: 0.3rem;transition: all 0.3s;}
.JoinApply .content .img1{position: absolute;left: 1.93rem;bottom: 0.38rem;z-index: 1;width: 0.99rem;}
.JoinApply .content .img2{position: absolute;right: 1rem;bottom: 0.05rem;z-index: 1;width: 3.7rem;}
.JoinApply .content .bg img{border-radius: 0.3rem;}
.JoinApply .content:hover .btn{bottom: -0.22rem;}

@media(max-width:1560px){
	.JoinProcess .content .info p {font-size: 13px;}
	.JoinProcess .content .item:nth-child(1) {left: 1.6%;}
	.JoinProcess .content .item:nth-child(3):after {left: 107px;}
	.JoinProcess .content .item:nth-child(4):after {left: 123px;}
	.JoinProcess .content .item:nth-child(5):after {left: 128px;}
	.JoinProcess .content .item:nth-child(6):after {left: 159px;}
	.JoinProcess .content .item:nth-child(7):after {left: 152px;}
	.JoinProcess .content .item:nth-child(9):after {left: 183px;}
	.JoinProcess .content .item:nth-child(9):after {left: auto;right: 0.4rem;}
}
@media(max-width:1366px){
	.JoinProcess .content .info p {font-size: 12px;}
	.JoinProcess.active .content .item:nth-child(3) br{display: contents;}
	.JoinProcess.active .content .item:nth-child(3) p,
	.JoinProcess.active .content .item:nth-child(8) p{width: 150px;}
	.JoinProcess.active .content .item:nth-child(8) p br{display: contents;}
	.JoinProcess .content .line {left: 8.4%;}
	.JoinProcess .content .item:nth-child(3):after {left: 89px;}
	.JoinProcess .content .item:nth-child(4):after {left: 95px;}
	.JoinProcess .content .item:nth-child(5):after {left: 100px;}
	.JoinProcess .content .item:nth-child(7):after {left: 113px;}
	.JoinProcess .content .item:nth-child(6):after {left: 115px;}
	.JoinProcess .content .item:nth-child(8):after {left: 133px;}
	.JoinProcess .content .item:nth-child(9):after{right: 66px;}
	.JoinProcess .content .line{background: url(../images/line3.png) 0px center no-repeat;}

	.FranchiseBox .item .info{padding: 0.3rem;}
}
@media(min-width:1025px){
.JoinProcess .content{margin-top: 0.42rem;height: 339px;}
.JoinProcess .content .item{position: absolute;display: flex;align-items: center;height: 75px;width: 20%;opacity: 0;z-index: 2;}
.JoinProcess .content .item:nth-child(1){left: 2.5%;top: 0;}
.JoinProcess .content .item:nth-child(2){left: 10%;bottom: 0;}
.JoinProcess .content .item:nth-child(2):after{bottom: auto;top: -18px;}
.JoinProcess .content .item:nth-child(3){left: 20%;top: 0;}
.JoinProcess .content .item:nth-child(4){left: 31.1%;bottom: 0;}
.JoinProcess .content .item:nth-child(4):after{bottom: auto;top: -14px;}
.JoinProcess .content .item:nth-child(5){left: 42%;top: 0;}
.JoinProcess .content .item:nth-child(6){left: 52%;bottom: 0;}
.JoinProcess .content .item:nth-child(6):after{bottom: auto;top: -14px;}
.JoinProcess .content .item:nth-child(7){left: 63%;top: 0;}
.JoinProcess .content .item:nth-child(8){left: 73%;bottom: 0;}
.JoinProcess .content .item:nth-child(8):after{bottom: auto;top: -14px;}
.JoinProcess .content .item:nth-child(9){left: 80%;top: 0;}
.JoinProcess .content .item:nth-child(9):after{left: 83px;}
}
@media(max-width:1024px){
	.FranchiseBox .item{width: 47%;margin:0 1.5% 1rem;}

	.SiteSelection .item{width: 47%;margin:0 1.5%;}

	.Joining ul{padding-bottom: 0.2rem;}
	.Joining .item{width:30.333%;margin:0 1.5% 3%;flex: none;}
	.Joining .item .info{height: auto;padding-bottom:0.7rem;}

	.JoinApply {padding-bottom: 1.88rem;}
	.JoinApply .content{width: 92%;}
	
	.CostBudget .content{width: 92%;}

	.JoinProcess .content{max-width: 500px;margin:0px auto;}
	.JoinProcess .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.JoinProcess .content .item{width: 40%;text-align: center;padding-bottom: 20px;position: relative;}
	.JoinProcess .content .ico{width: 60px;height: 60px;margin: 0px auto;}
	.JoinProcess .content .item aside{font-size: 16px;}
	.JoinProcess .content .item p{width: 150px !important;margin:0px auto;font-size: 14px;}
	.JoinProcess .content .item br{display: contents;}
	.JoinProcess .content .item:nth-child(even){padding-top: 40px;}
	.JoinProcess .content .line{width: 60px;height: 750px;background: url(../images/line4.png) center top no-repeat;left: 54%;transform: translateX(-50%);top: 25px;z-index: -1;}
	.JoinProcess .content .item:nth-child(1):after{top: 11%;left: auto;right: -17%;}
	.JoinProcess .content .item:nth-child(2):after{top: 64%;left:-4%;}
	.JoinProcess .content .item:nth-child(3):after {left: auto;right:-24%;top: 23%;}
	.JoinProcess .content .item:nth-child(4):after {left: -6%;top: 67%;}
	.JoinProcess .content .item:nth-child(5):after {left: auto;right:-24%;top: 35%;}
	.JoinProcess .content .item:nth-child(6):after{left: -3%;top: 82%;}
	.JoinProcess .content .item:nth-child(7):after{left: auto;right:-24%;top: 32%;}
	.JoinProcess .content .item:nth-child(8):after{left: -7%;top: 73%;}
	.JoinProcess .content .item:nth-child(9):after{right: -23%;top: 28%;}
}
@media(max-width:767px){
	.JoinApply .content .img1{left: 0.5rem;zoom: 0.9;}
	.JoinApply .content .img2{right: 0.5rem;zoom: 0.7;}

	.FranchiseBox ul{margin-bottom: 0;}
	.FranchiseBox .item{width: 100%;margin:0 0 0.5rem;}

	.SiteSelection .item{width: 48%;margin: 0 1%;}
	.SiteSelection .info {width: 3.5rem;height: 3.65rem;border-radius: 0.2rem;line-height: 1.5;padding: 0.88rem 0.3rem 0;}

	.Joining .item{width: 100%;margin:0 0 0.2rem;}
	.Joining .imglogo:after {left: 5rem;width: calc(100% - 6rem);}
	.Joining .item .num {width: 0.9rem;}

	.CostBudget .item dd{width: auto;float: none;font-size: 18px;}

	.JoinQa .item .title{font-size: 16px;}
	.JoinQa .item:After {top: 0.18rem;}
	.JoinQa .item .arr{width: 24px;height: 24px;line-height: 21px;}
	.JoinQa .tip{font-size: 16px;}
	.JoinQa .tip span{font-size: 18px;}
}
@media(max-width:414px){
	.JoinProcess .content .item:nth-child(2):after{left:0;}
	.JoinProcess .content .item:nth-child(3):after {right:-21%;}
	.JoinProcess .content .item:nth-child(4):after {left: -4%;}
	.JoinProcess .content .item:nth-child(5):after {right:-21%;}
	.JoinProcess .content .item:nth-child(6):after{left: -1%;}
	.JoinProcess .content .item:nth-child(7):after{right:-22%;}
	.JoinProcess .content .item:nth-child(8):after{left: -9%;}
	.JoinProcess .content .item:nth-child(9):after{right: -22%;top: 36%;}
}

/* 供应合作 */
.supplybody .SubBan .tdesc:after{right: 40%;}

.SupplyProcess{position: relative;background: #fff url(../images/diandian.gif) 0px bottom repeat-x;z-index: 1;}
.SupplyProcess:after{position: absolute;left: 0;bottom: 30px;width: 100%;height: 50%;background: linear-gradient(0, #ffdd00 0%, rgba(255,255,255,0.51) 80%, rgba(255,255,255,0) 100%);content: "";}
.SupplyProcess ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.SupplyProcess ul:nth-child(2){padding-bottom: 0.4rem;}
.SupplyProcess .item{width: 150px;transition: all 0.3s;}
.SupplyProcess .item .num{line-height: 104px;border-bottom: 1px solid #455787;display: flex;justify-content: space-between;align-items: center;position: relative;color:#6d6d6d;}
.SupplyProcess .item .num:after{bottom: -1px;left: 0;width: 0;height: 1px;content: "";position: absolute;background:#e6762d;transition: all 0.3s;}
.SupplyProcess .item .num span{display: inline-block;width: 60px;padding-top: 34px;line-height: 26px;text-align:justify;
	text-align-last:justify;background:url(../images/arr3.png) 0px top no-repeat;letter-spacing: -0.1em;}
.SupplyProcess .item .num b{font-size: 0.7rem;}
.SupplyProcess .item p{font-size: 14px;line-height: 22px;margin-top: 16px;}
.SupplyProcess .item:nth-child(even) .num{color:#e6762d;}
.SupplyProcess .item:nth-child(even) .num span{background:url(../images/arr4.png) 0px top no-repeat;}
.SupplyProcess .item:hover{transform: scale(1.1);}
.SupplyProcess .item:hover .num:after{width: 100%;}

@media(min-width:1025px){
	.SupplyProcess ul:nth-child(3) .item:nth-child(1){order: 6;}
	.SupplyProcess ul:nth-child(3) .item:nth-child(2){order: 5;}
	.SupplyProcess ul:nth-child(3) .item:nth-child(3){order: 4;}
	.SupplyProcess ul:nth-child(3) .item:nth-child(4){order: 3;}
	.SupplyProcess ul:nth-child(3) .item:nth-child(5){order: 2;}
	.SupplyProcess ul:nth-child(3) .item:nth-child(6){order: 1;}
	.SupplyProcess ul:nth-child(3) .item .num span{background:url(../images/arr5.png) 0px top no-repeat;}
 .SupplyProcess ul:nth-child(3) .item:nth-child(even) .num span{background:url(../images/arr6.png) 0px top no-repeat;}
	.SupplyProcess ul:nth-child(3) .item:last-child .num span{background:url(../images/arr7.png) 9px top no-repeat;background-size: 76%;}
}
@media(max-width:1024px){
	.SupplyProcess .item{width: 46%;}
	.SupplyProcess .item .num span{background:url(../images/arr3.png) 0px top no-repeat;background-size:60%;}
	.SupplyProcess .item:nth-child(even) .num span{background:url(../images/arr3.png) 0px top no-repeat;background-size:60%;}
	.SupplyProcess ul:nth-child(3) .item .num span{background-size:60%;}
	.SupplyProcess ul:nth-child(7) .item:last-child .num span{background:url(../images/arr7.png) 20px top no-repeat;background-size:57%;}
}

/* 联系我们 */
.contactBody .SubBan .tdesc:after{right: 20%;}
.JobBox{background: #fff;position: relative;z-index: 1;}
.JobBox .content{border: 0.03rem solid #ffdd00;border-radius: 0.35rem;min-height: 5.3rem;display: flex;justify-content: space-between;align-items: stretch;}
.JobBox .niu{position: absolute;right: 3.9rem;top: -0.5rem;width: 4.75rem;}
.JobBox .info{padding-left: 0.85rem;width: 40%;color:#1a306b;display: flex;flex-direction: column;justify-content: center;}
.JobBox .job{border-radius: 0.35rem;background: #ffdd00;width: 5.78rem;display: flex;align-items: center;flex-direction: column;color:#1a306b;justify-content: center;padding-left: 1rem;}
.JobBox .job .title{font-size: 0.92rem;line-height: 1;}
.JobBox .job .title span{position: relative;}
.JobBox .job .title span:after{position: absolute;width: 0.42rem;height: 0.43rem;content: "";left: 50%;top: 50%;transform: translate(-50%,-50%);background:url(../images/deng2.png) no-repeat;background-size: contain;}
.JobBox .job p{margin:0.15rem 0;}
.JobBox .job .btn{width: 1.78rem;line-height: 0.56rem;background: #1a306b;color:#ffdd00;font-size: 0.29rem;border-radius: 0.3rem;text-align: center;}
.JobBox .name{font-size: 0.36rem;}
.JobBox .name:after{content: "";display: block;height: 0.74rem;width: 0.44rem;border-bottom: 1px solid #455787;margin-bottom: 0.4rem;}
.JobBox .hotline{min-height: 1.52rem;}
.JobBox .tel{font-size: 0.2rem;font-weight: bold;}
.JobBox .add{font-size: 0.2rem;}

.MessageBox .form{position: relative;}
.MessageBox .form ul{display: flex;justify-content: space-between;flex-wrap: wrap;border: 2px solid #1a306b;border-right: 0;}
.MessageBox .form .item{width: 50%;border-right: 2px solid #1a306b;border-bottom: 2px solid #1a306b;min-height: 0.82rem;}
.MessageBox .form .item input,.MessageBox .form .item textarea{height: 0.82rem;padding:0 0.44rem;line-height: 0.82rem;font-size: 0.28rem;color:#1a306b;}
.MessageBox .form .item textarea{height: 2.74rem;line-height: 0.5rem;padding-top: 0.2rem;}
.MessageBox .form .message{width: 100%;border-bottom: 0;}
.MessageBox .form .message{width: 100%;border-bottom: 0;}
.MessageBox .form .btn{position: absolute;left: 50%;transform: translateX(-50%);bottom: -0.36rem;}
.MessageBox .form .sendbtn{width: 2.22rem;height: 0.7rem;background: #1a306b;color:#ffdd00;border-radius: 0.35rem;font-size: 0.36rem;}

.RetallStore .search{max-width: 8.82rem;margin:0px auto 0.7rem;height: 0.73rem;position: relative;padding:0 0.5rem 0 1.13rem;color:#1a306b;background:#efefef;border-radius: 0.5rem;}
.RetallStore .search .btn{position: absolute;left: 0.2rem;top: 0;height: 100%;display: flex;align-items: center;color:#1a306b;width: 0.71rem;justify-content: center;cursor: pointer;}
.RetallStore .search .btn i{font-size: 0.3rem;font-weight: bold;}
.RetallStore .search .btn:After{position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: #4f608c;height: 0.25rem;width: 1px;content: "";}
.RetallStore .search input{height: 0.73rem;width: 100%;font-size: 0.2rem;}
.RetallStore .search input::-webkit-input-placeholder{color:#b6b6b7;}
.RetallStore .searchList{width: 45%;float: left;}
.RetallStore .searchList .item{color: #1a306b;}
.RetallStore .searchList .item .title{border-bottom: 1px solid #536490;line-height: 31px;padding-bottom: 0.14rem;font-size: 0.3rem;margin-bottom: 0.08rem;}
.RetallStore .searchList .item dl{font-size: 0.2rem;display: flex;}
.RetallStore .searchList .item dt{flex: 1;text-align:justify;text-align-last:justify;position: relative;padding-right: 20px;}
.RetallStore .searchList .item dt i{position: absolute;right: 0;top: 0;}
.RetallStore .searchList .item dd{flex: 7.5;}
#allMap{width: 51.5%;float: right;height: 5.16rem;}

@media(max-width:1536px){
	.RetallStore .searchList .item dd {flex: 6.2;}
}
@media(max-width:1366px){
	.JobBox .info {padding-left: 0.65rem;}
}
@media(min-width:1025px){
	.RetallStore .searchList .item:not(:last-child) .info{min-height: 1.4rem;}
}
@media(max-width:1024px){
	.JobBox .content{display: block;}
	.JobBox .name{font-size: 0.24rem;}
	.JobBox .info{width: auto;padding:0.5rem 2rem 0.5rem 0.5rem;}
	.JobBox .job{width: auto;padding:0.5rem;}
	.JobBox .niu{opacity: 1 !important;transform: matrix(1, 0, 0, 1, 0, 0) !important;right: 0;width: 3rem;}

	.RetallStore .searchList{width: auto;float: none;}
	.RetallStore .searchList .item{padding-bottom: 0.5rem;}
	.RetallStore #allMap{width: auto;float: none;}
}
@media(max-width:640px){
	.JobBox .name,.JobBox .add{font-size: 18px;}
	.JobBox .tel{font-size: 20px;}
	.JobBox .niu{width: 2rem;top: 13%; right: 3%;}
	.JobBox .job .btn{width: 2rem;line-height: 0.6rem;font-size: 16px;}
	.JobBox .job .title{font-size: 0.6rem;}
	.JobBox .info {padding-left: 0.25rem;padding-right: 0.5rem;}
	.JobBox .name:after{height: 0.5rem;}
	.MessageBox .form .item input, .MessageBox .form .item textarea{font-size: 14px;}

	.RetallStore {padding-top: 0.25rem;}
	.RetallStore .search input{font-size: 14px;}
	.RetallStore .search .btn i{font-size: 18px;}
	.RetallStore .searchList .item .title{font-size: 16px;}
	.RetallStore .searchList .item dd {flex: 4;}
	.RetallStore .searchList .item dl{font-size: 15px;}
}

/* NEWS */

.TitleInfo{text-align: center;padding: 17px 0;border-bottom: 1px solid #ededed;margin-bottom: 0.4rem;background-size: 2.5%;clear: both;}
.TitleInfo .ti{padding-bottom: 0.1rem;color:#221f1f;font-size: 0.3rem;line-height: 0.4rem;}
.TitleInfo .other{color:#a7a7a7;font-size: 14px;}
.TitleInfo .other span{display: inline-block;margin:0 10px;}

.PrevNextBox {border-top: 1px solid #ececec;margin-top: 0.63rem;padding-top: 0.34rem;position: relative;}
.PrevNextBox dl{padding:0 80px 0 88px;position: relative;line-height: 0.48rem;min-height: 0.48rem;border-bottom: 1px dotted #eee;}
.PrevNextBox dl dt{position: absolute;left: 0;top: 0;color:#7c7777;}
.PrevNextBox dl dd .date{position: absolute;right: 0;top: 0;font-size: 18px;color:#afa7a7;}
.PrevNextBox .back{display: block;margin: 0.34rem auto 0;width: 1.82rem;line-height: 0.52rem;color:#fff;font-size: 0.18rem;border-radius: 25px;background:#e6762d;text-align: center;}
.PrevNextBox .back img{display: inline-block;vertical-align: middle;margin-right: 11px;transition: all 0.3s;}
.PrevNextBox .back:hover{background:#e6762d;}
.PrevNextBox .back:hover img{transform: rotate(-90deg);}

@media(max-width:1024px){
	
	.TitleInfo .ti{font-size: 18px;line-height: 26px;}
	
	.PrevNextBox .back{top: -40px;width: 120px;line-height: 40px;font-size: 14px;}
	.PrevNextBox dl{padding:0 0 0 60px;line-height: 30px;min-height: 30px;}
	.PrevNextBox dl dd .date{display: none;}
	}