﻿body{
	min-width: 1200px;
}
.haibao{
	position: relative;
}
.haibao img{
	width: 100%;
}
.ksty{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 38%;
	margin: auto;
	border: 1px solid #f5444a;
	color: #f5444a;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.ksty:hover{
	background-color: #F5454B !important;
	color: #fff !important;
}
.haibao-lunbo{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 8%;
	margin: auto;
	padding-left: 21px;
	/*border: 1px solid red;*/
	width: 600px;
	height: 90px;
	overflow: hidden;
}
.hbl-img{
	width: 180px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden;
}
.hbl-img>img{
	width: 100%;
	height: 100%;
	display: block;
}


.kapian{
	background-color: #F5F5F5;
	padding: 40px 0;
}
.kb-item{
	float: left;
	width: 284px;
	height: 170px;
	margin: 0px 8px;
	box-shadow: 0px 3px 5px #CCCCCC;
	overflow: hidden;
	cursor: pointer;
}
.kb-item:hover .ki-shang{
	margin-top: -170px;
} 
.ki-shang{
	width: 100%;
	height: 100%;
	padding-top: 50px;
	background-color: #fff;
	text-align: center;
	transition: all .5s ease-in-out;
	/*margin-top: -170px;*/
}
.ki-shang p{
	font-size: 16px;
	margin-top: 8px;
}
.ki-xia{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	background: -webkit-linear-gradient(left, #F15555 , #FFCC4D); /* Safari 5.1 - 6.0 */ 
	background: -o-linear-gradient(right, #F15555, #FFCC4D); /* Opera 11.1 - 12.0 */ 
	background: -moz-linear-gradient(right, #F15555, #FFCC4D); /* Firefox 3.6 - 15 */ 
	background: linear-gradient(to right, #F15555 , #FFCC4D); /* 标准的语法 */ 
}
.ki-xia p{
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px 40px;
	text-align: center;
}
.ki-xia img{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.djkssy{
	display: block;
	margin: 70px auto;
	color: #fff;
	background-color: #F5454B;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.djkssy:hover{
	background-color: #Fb5a5f;
	color: #FFFFFF;
}
.yjsc{
	padding: 80px 0px 30px 0px;
}
.yjsc>p{
	text-align: center;
	font-size: 38px;
}
.yjsc-nav{
	margin-top:44px;
	border-bottom: 1px solid #CECECE;
}
.yjsc-nav span{
	color: #000000;
	display: inline-block;
	margin: 0px 43px;
	margin-bottom: -1px;
	width: 150px;
	padding-bottom:15px ;
	text-align: center;
	cursor: pointer;
}
.yjsc-nav span.xz{
	color: #f5444a;
	border-bottom: 2px solid #f5444a;
}
.yjsc-tabs{
	padding: 0px 60px;
	height: 352px;
} 
.tab-item{
	border-top: 1px solid #fff;
	display: none;
}
.tab-item.xz{
	display: block;
}
.ti-wz{
	margin-top: 90px;
	opacity: 0;
}
.tab-item.xz .ti-wz{
	/*动画*/
	-webkit-animation:slide 2.5s ease;  
	-webkit-animation-fill-mode:forwards; 
	-moz-animation:slide 2.5s ease;  
	-moz-animation-fill-mode:forwards;
	animation-delay: 50ms;
}
/*动画*/
@-webkit-keyframes slide{  
	0%   {opacity: 0;}  
	100% {opacity: 1;}  
}  
@-moz-keyframes slide{  
	0%   {opacity: 0;}  
	100% {opacity: 1;}
}  

.ti-wz>p{
	font-size: 24px;
	margin-bottom: 0px;
}
.ti-wz>p.erhang{
	margin-top: 20px;
}

.ti-wz>span{
	/*font-size: 14px;*/
	color: #949494;
}
.ti-img{
	margin-top: 40px;
	margin-right: -110px;
}
.tab-item.xz .ti-img{
	/*动画*/
	-webkit-animation:slide1 1s ease;  
	-webkit-animation-fill-mode:forwards; 
	-moz-animation:slide1 1s ease;  
	-moz-animation-fill-mode:forwards;
	animation-delay: 50ms;
}
@-webkit-keyframes slide1{  
	0%   {margin-right: -110px;}  
	100% {margin-right: 0px;}  
}  
@-moz-keyframes slide1{  
	0%   {margin-right: -110px;}  
	100% {margin-right: 0px;}  
} 

.fbtg{
	background-color: #000;
	padding: 100px 0px;
} 
.fbtg p.tg-text{
	width: 530px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
	background: url(../img_x/text-bg.png) 0 0 no-repeat;
}
.fbtg-btn{
	display: block;
	color: #Fb5a5f;
	width: 130px;
	height: 34px;
	margin: 20px auto 40px;
	line-height: 34px;
	border: 1px solid #Fb5a5f;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
}
.fbtg-btn:hover{
	border: none;
	background-color: #Fb5a5f;
	color: #fff;
}
.tg-box{
	
}
.tb-item{
	width: 398px;
	height: 218px;
	margin: 1px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.tb-item>img{
	width: 100%;
	height: 100%;
	display: block;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tb-item:hover>img{
	-webkit-transform: scale(1.06);
    /*transform: translate3d(10px,0,0) scale(1.06);*/
    transform:  scale(1.06);
}
.tb-item .ti-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.tb-item:hover .ti-mask{
	display: block;
}
.tb-item .ti-biaoqian{
	width: 72px;
	height: 24px;
	text-align: center;
	color: #fff;
	line-height: 24px;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	right: 7px;
	bottom: 7px;
}
.fszt{
	padding-bottom: 50px;
}
.fszt>p{
	font-size: 38px;
	text-align: center;
	padding: 80px 0px 30px;
}
.zu-lunbo{
	position: relative;
}
.zu_lunbo_container{
	height: 380px;
	overflow: hidden;
}
.ss-item{
	display: inline-block;
	width: 280px;
	margin: 8px;
	cursor: pointer;
	transition: transform .2s linear;
	float: left;
}
.ss-item:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.si-img-box>img{
	width: 280px;
	height: 160px;
	display: block;
}
.si-text-box{
	border: 1px solid #F1F1F1;
	border-top: none;
	padding: 25px 15px 30px;
	height: 166px;
}
.si-text-box .biaoti{
	font-size: 18px;
	margin-bottom: 10px;
}

.si-text-box .biaoti:hover{
	color:#F5454B;
}

.si-text-box .neirong{
	font-size: 12px;
	line-height: 1.8;
	color: #999;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.zu-lunbo>a {
    font-size: 36px;
    color: #878787;
    position: absolute;
    top: 155px;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-left: 2px solid #E8E8E8;
    border-top: 2px solid #E8E8E8;
}
.zu-lunbo>a:hover {
	border-color: #939393;
}
.zu-lunbo .arrow-right {
    right: -20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.zu-lunbo .arrow-left {
    left: -30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.dibu{
	background-color: #FAFAFA;
	padding: 70px 0px 20px;
}
.dibu-box{
	width: 1045px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #E8E8E8;
}
.dibu-box span{
	color: #999999;
}
.dibu-box>div{
	border-left: 1px solid #E8E8E8;
	margin-left: 65px;
	padding-left: 20px;
}
.dibu-box p{
	font-size: 18px;
	margin-bottom: 0px;
}
.dibu-box>img{
	margin-top: 8px;
}
.logo-shuoming{
	margin-top: 13px;
	margin-left: 15px;
}
.gongju-box>a{
	color: #999999;
	margin-right: 15px;
	text-decoration: none;
}

.gongju-box>a:hover{
	color: #303030;
}
.banquan{
	padding: 20px 0px 0px;
}
.banquan>p{
	color: #999999;
	text-align: center;
	margin-bottom: 5px;
}
.yonlian-btn{
	cursor: pointer;
}
.yonlian{
	width: 1045px;
	margin: 0 auto;
	text-align: center;
	height: 0px;
	overflow: hidden;
}
.yonlian>a{
	color: #999999;
	margin-right: 5px;
}
.yonlian>a:hover{
	color: #303030;
}
.yonlian-h{
	height: auto;
}
a{
	text-decoration: none !important;
}