@charset "utf-8";
.fullSlide{min-width:1000px;/*width:100%;*/position:relative;overflow:hidden;padding-top: 80px;position:fixed;}
.fixedSlide{height:984px;position: relative;}
.fullSlide .bd{position:relative;width:100%;overflow:hidden;zoom:1;margin: 0 auto;}
.fullSlide .bd li{width:100%;float:left}
.fullSlide .bd li img{display:block;width:100%;margin:0 auto;max-width:1903px}
.fullSlide .hd{width:1000px;left:50%;margin-left:-500px;bottom:15px;position:absolute;z-index:1;bottom:15px;text-align:center}
.fullSlide .hd ul{*margin-left:440px}
.fullSlide .hd ul li{display:inline-block;*display:block;*zoom:1;*float:left;width:18px;height:18px;text-indent:-9999px;cursor:pointer;margin-left:15px;background:url(../img/sprites.png) no-repeat -227px -207px}
.fullSlide .hd ul li.on{background-position:-227px -162px}
.fullSlide .prev,.fullSlide .next{position:absolute;/*display:none;*/bottom:0;width:40px;height:100%;padding:0 10px;z-index:3}
.fullSlide .prev i,.fullSlide .next i{position:absolute;display:block;width:40px;height:40px;background:rgba(0,0,0,.2) url(../img/jiantou.png) no-repeat 0 0;top:50%;}
.fullSlide .next i{background:rgba(0,0,0,.2) url(../img/jiantou.png) no-repeat -39px 0;}
.tempWrap {margin: 0 auto;position:relative}
.fullSlide .prev{left:50px}
.fullSlide .next{right:50px}
.fullSlide .prev i:hover{background:#000 url(../img/jiantou.png) no-repeat 0 0;}
.fullSlide .next i:hover{background:#000 url(../img/jiantou.png) no-repeat -39px 0;}
.rownews{height:58px;margin-top:25px;background:#f7f7f7}
.rownews .row-tit{width:119px;height:58px;float:left;background:url(../img/sprites.png) no-repeat;text-align:center;line-height:58px}
.rownews .row-tit a{color:#333;font-size:18px}
.rownews .bd{float:left;width:999px;height:58px;overflow:hidden}
.rownews .bd li{float:left;line-height:58px}
.rownews .bd li a{display:block;width:999px;font-size:16px;text-indent:50px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}
.rownews .hd{float:left;margin:10px}
.rownews .hd .prev,.rownews .hd .next{display:block;background:url(../img/sprites.png) no-repeat -131px 0;width:22px;height:11px}
.rownews .hd .next{margin-top:15px;background-position:-131px -21px}
.probox{float:left;width:324px;height:119px;margin-right:50px}
.probox.rnone{margin-right:0}
.probox .imgwrap{padding:10px 0 25px;display:table-cell;vertical-align:middle;text-align:left;*display:block;*font-size:35px;width:338px;height:40px;overflow:hidden}
.probox .imgwrap img{vertical-align:middle;max-height:40px;margin-left:4px;}
.probox p{height:50px;line-height:25px;text-align:left;color:#888;overflow:hidden;padding-bottom:10px;border-bottom:1px solid #d9d9d9;}
.listtit{margin:25px 0 10px;font-size:18px;color:#515151;text-align:center;}
.partnerlist{margin-bottom:40px;width:1120px;}
.partnerlist li{float:left;display:table-cell;*display:inline;margin-right:40px;vertical-align:middle;text-align:center;*display:block;*font-size:40px;width:144px;height:74px;overflow:hidden;border:1px solid #e0e0e0}
.partnerlist li:last-child{margin-right: 0}
.partnerlist li.rnone{margin-right:0;margin-left:6px}
.more{float:right;font-size:14px;color:#515151;margin-right:3px;line-height:25px;color:#515151}
.partnerlist li:hover{border:1px solid #31a5e7}
.probox-par .probox:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1)}
a.prolist_more {border: 1px solid #9f9f9f;padding: 10px 30px; display: inline-block; font-size: 16px;margin-top: 50px;}
h3.listtit a {color: #939393;}
h3.listtit a:hover{color: #3157e1;}
.fimg {margin-top:50px;}
.nav li .nav_title:hover:after{content: ''; width: 100%;background-color: #3157e1;left: 0px;position: absolute;top: -15px;height: 3px;transition: all 0.3s ease 0s;z-index: -1;}
.tv_hot img {
	display: block;
	width: 100%;
	height:100%;
	animation: bgAnimate 30s linear;
	-webkit-animation: bgAnimate 30s linear;
	-moz-animation: bgAnimate 30s linear;
}
@-webkit-keyframes bgAnimate{
	0%{transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);}			
	100%{transform: scale(1.0);-webkit-transform: scale(1.0);-moz-transform: scale(1.0);}
}
@-moz-keyframes bgAnimate{
	0%{transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);}
	100%{transform: scale(1.0);-webkit-transform: scale(1.0);-moz-transform: scale(1.0);}
}
@keyframes bgAnimate{
	0%{transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);}
	100%{transform: scale(1.0);-webkit-transform: scale(1.0);-moz-transform: scale(1.0);}
}