.thicker{width: 100%; text-align: center; margin-top: 50px; font-size: 32px;}
#box{
	position:relative;
	width:1200px;
	height:450px;
	margin:40px auto 0;
}

#box .loading{ width:42px;height:42px;position:absolute;
    left: 50%;top: 40%;margin-left:-21px;margin-top:-21px;z-index:10;
    -webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite}
#box .loading:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}

#box ul{
	position:relative;
	width:1200px;
	height:500px;
}
#box li{
	position:absolute;
	list-style:none;
	background:#000;
	width:0;height:0;
	top:146px;
	left:377px;
	z-index:0;
	cursor:pointer;
}
#box li img{width:100%;height:100%;vertical-align:top;}
#box .prev, #box .next{
	width:39px;
	height:60px;
	text-decoration:none;
	position:absolute;
	z-index:20;
	bottom:-32px;
}
#box .prev{background:url(../images/innroundarrowtwo.jpg) no-repeat;
	background-position:0 0; cursor: pointer;
	left:530px;}
#box .next{background:url(../images/innroundarrowone.jpg) no-repeat;
	background-position:0px 0; cursor: pointer;
	right:550px;
}	
#box li .b_tit{
	width:100%;
	height:160px;
	left:0px;
	margin:0px;
	background:#eee !important;
    opacity:0.95;
    display: none;
}
#box li .opacity{
	width:100%;
	height:120px;
	/*filter:alpha(opacity=40); 
	opacity:0.4; */
	position:absolute;
	z-index:1; 
	bottom:0px;
	left:0px;
}
#box .redBorder {
    display: block !important;
    border-bottom: 2px solid #e21529;
    width: 60px !important;
    padding: 5px 0px 0px 0px !important;
	margin-left:5px !important;
}
#box li .tit{
	width:324px;
	padding:0 10px 0px 10px;
	position:absolute;
	z-index:2;
	left:0px;
}
#box li .tit span{
	width:100%;
	font-weight:bold;
	float:left;
	text-align:left;
	line-height:25px;
	color:#000;
	font-size:19px;
	margin:0px;
	padding:8px 0px 0px 5px;
}
#box li .tit span.hoverText{
	width:80%;
	font-weight:normal;
	float:left;
	text-align:left;
	line-height:1.5;
	color:#000;
	font-size:12px;
	margin:0 auto;
	padding:0px 0px 0px 5px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#box li .tit span em{
	color:#ba0707;
	font-style:normal;
	float:none;
}
#box li .tit .someText{
	color:#999;
	line-height:25px;
	float:left;
	margin:0px;
	padding:5px 0 2px 5px;
	font-weight:normal;
	font-size:14px;
    width: 80%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
#box .b_tit{
	position:absolute;
	bottom:0px;
}
#box .rbrdr {
    width: 40%;
    border: 1px solid #d7d7d7;
    position: absolute;
    bottom: 20px;
    right: 60%;
}
#box .lbrdr {
    width: 40%;
    border: 1px solid #d7d7d7;
    position: absolute;
    bottom: 20px;
    right: 2%;
}


.resources{
	margin-bottom: 50px;
}
.resources .title{
	width: 100%; text-align: center; margin-top: 30px; font-size: 32px; margin-bottom: 20px;
}
.resources .select{
	width: 100%; height: 50px; line-height: 50px; text-align: center;
	border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}
.resources .select .select-btn{ cursor: pointer;}
.resources .select .select-btn .caret { margin-left: 5px;margin-bottom: 2px;}
.resources .select .select-divider{ 
	height: 30px; width: 1px; background-color: #eaeaea; 
	position: relative;
    display: inline-block;
    vertical-align: middle;
	margin-left: 30px; margin-right: 30px;
}
.resources .box{ background-color: #fff; margin-bottom: 30px;  padding: 20px 10px; border: 1px solid #eaeaea; border-radius: 5px;}
.resources .box .image{ height: 100px; text-align: center; margin-bottom: 20px; }
.resources .box img{ height: 100%;}
.resources .box .name{ font-size: 14px; font-weight: bold; line-height: 2;}
.resources .box .slogan{ color: #999; font-size: 12px;}
.resources .box p{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px;}

.policy .title{
	width: 100%; text-align: center; font-size: 32px; margin-bottom: 20px;
}