@charset "utf-8";
/* 基础样式*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{padding:0px; margin:0px;}
body{font:12px "微软雅黑" !important;}
img{border:none;}
ul,li,ol {list-style:none;}
input,select,textarea{outline:none;border: none;}
div{margin:0px auto;}
strong,th,h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
a,u{text-decoration:none;}
a:link, a:visited {text-decoration:none;-webkit-transition:background-color .15s linear, color .15s linear;-moz-transition:background-color .15s linear, color .15s linear;transition:background-color .15s linear, color .15s linear;}
a:hover {color:#f60;}
a {color:#369;-webkit-backface-visibility:hidden;}
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
:focus {outline: none}
:hover {outline: none}

/* 清除浮动*/
.clearfix:after{content:""; display:block; clear:both;}
.clearfix{zoom:1;}

/*头部*/
.head{
    width: 100%;
    height: auto;
    display: table;
    content:"";
    z-index: 3;
}
/*头部结束*/

/*顶部*/
#top{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
	float: left;
}
#top .top_container{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
#top .top_container .login{
	position: absolute;
	width: 80px;
	height: 40px;
	line-height: 40px;
	right: 0px;
	top: 10px;
	text-align: center;
}
#top .top_container .login a{
	color: #3498DB;
	font-size: 16px;
}
#top .top_container .top_left{
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	line-height: 156px;
}
#top .top_container .top_left a{
	display: inline-block;
	float: left;
}
#top .top_container .top_left img{
	height: 120px;
}
/*#top .top_container .top_left span{
	display: block;
	float: left;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	margin-top: 55px;
}
#top .top_container .top_left span.school{
	font-weight: 700;
	color: #3B3B3B;
	display: block;
}
#top .top_container .top_left span.title{
	border-left: 1px solid #666666;
	color: #3B3B3B;
	padding-left: 18px;
	margin-left: 18px;
	
}*/
#top .top_container .top_right{
	float: right;
	margin-right: 32px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #E0E0E0;
	margin-top: 40px;
}
#top .top_container .top_right .list{
	float: left;
	height: 43px;
	line-height: 43px;
	padding: 0px 18px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#top .top_container .top_right .list ul{
	width: 166px;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	top:44px;
	left: -1px;
	border: 1px solid #E0E0E0;
	border-top: 0px;
	background: #fff;
}
#top .top_container .top_right .list ul li{
	text-align: center;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
}
#top .top_container .top_right .list ul li:hover{
	background: #FFAA56;
	color: #fff;
}
#top .top_container .top_right .list span{
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
}
#top .top_container .top_right .list span.arrow{
	display: block;
	width: 14px;
	height: 7px;
	background: url("https://www.spursecuritybank.com/original/static/homepage/images/arrow.png") no-repeat 0px -8px;
	margin-top: 18px;
	margin-left: 5px;
}
#top .top_container .top_right .list:hover span.arrow{
	background: url("https://www.spursecuritybank.com/original/static/homepage/images/arrow.png") no-repeat 0px 0px;
}
#top .top_container .top_right form{
	float: left;
	height: 43px;
	line-height: 43px;
}
#top .top_container .top_right form input.txt{
	float: left;
	width: 243px;
	border-left: 1px solid #E5E5E5;
	height: 32px;
	margin-top: 5px;
	padding-left: 5px;
}
#top .top_container .top_right form input.sub{
	display: block;
	float: left;
	width: 48px;
	height: 43px;
	background: #3498DB url("https://www.spursecuritybank.com/original/static/homepage/images/search.png") no-repeat center 7px;
	cursor:pointer;
}
#top .top_container .top_right form input.sub:hover{
	background: #1d86cc url("https://www.spursecuritybank.com/original/static/homepage/images/search.png") no-repeat center 7px;
}
/*顶部结束*/

/*面包屑导航*/
.breadcrumb{
	width: 100%;
	overflow: hidden;
	height: auto;
}
.breadcrumb .breadcrumb_box{
	width: 1200px;
	height: 100px;
	line-height: 100px;
}
.breadcrumb .breadcrumb_box a{
	font-size: 16px;
	color: #323232;
}
.breadcrumb .breadcrumb_box a:hover{
	color: #3499DB;
}
.breadcrumb .breadcrumb_box span{
	font-size: 16px;
	color: #909090;
}
.breadcrumb .breadcrumb_box span.arrow{
	font-family: "宋体";
}
/*面包屑导航结束*/

/*轮播图*/
#box{
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
	z-index: 0;
}
#box .slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;

}
#box .slider ul{
	width: 100%;
	/*height: 100%;*/
}
#box .slider ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#box .slider ul li img{
	height: auto;
	width: 1920px;
	position: absolute;
	left: 0;
	top: 0;
}
/*轮播图结束*/
/*内容*/
#section{
	width: 100%;
	height: auto;
	min-height: 800px;
}
#section .se_title{
	width: 1200px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 20px;
	background: url("https://www.spursecuritybank.com/original/static/homepage/images/pingtai.png") no-repeat center center;
	padding-bottom: 10px;
	color: #878787;
	margin: 0 auto;
}
#section .co_province{
	background: url("https://www.spursecuritybank.com/original/static/homepage/images/co_province.png") no-repeat center center;
}
#section .co_province>span{
	float: right;
	display: block;
	height: 90px;
	line-height: 90px; 
	position: relative;
	width: 120px;
}
#section .co_province>span a{
	position: absolute;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #909090;
	bottom: 0;
	right: 0;
}
#section .co_province>span a:hover{
    color: #ff3f1a;
}
#section .se_list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#section .se_list ul{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
#section .se_list ul li{
	width: 267px;
	height: 263px;
	border: 1px solid #EAEAEA;
	float: left;
	margin: 0px 15px;
	margin-bottom: 45px;
	cursor: pointer;
}
#section .se_list ul li a.box{
	display: block;
	width: 267px;
	height: 263px;
}
#section .se_list ul li .top{
	width: 100%;
	height: 111px;
	line-height: 111px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}
#section .se_list ul li .top img{
	width: 100%;
	height: 100%;
}
#section .se_list ul li .bottom{
	height: 152px;
	overflow: hidden;
	padding: 0px 15px;
}
#section .se_list ul li .bottom:hover{
	background: #dff2ff;
	
}
/*#section .se_list ul li .bottom:hover h3{
	color: #fff;
}
#section .se_list ul li .bottom:hover span{
	color: #fff;
}
#section .se_list ul li .bottom:hover a{
	color: #fff;
}*/
#section .se_list ul li .bottom h3{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #000000;
}
#section .se_list ul li .bottom span{
	height: auto;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	text-indent: 2em;
	display:inline-block;
	color: #8D8D8D;
}
#section .se_list ul li .bottom span i{
	color: #ff684b;
	font-style: normal;
}
#section .se_list ul li .bottom span i:hover{
	color: #ff3f1a;
}

#section .school_list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}
#section .school_list ul{
	width: 1218px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-left: -9px;
	margin-right: -9px;
}
#section .school_list ul li{
	width: 183px;
	height: 221px;
	float: left;
	margin: 0px 9px;
	margin-bottom: 22px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #D6D7DC;
	border-radius: 4px;
}
#section .school_list ul li:hover{
	background: #dff2ff;
}
#section .school_list ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#section .school_list ul li img{
	width: 134px;
	height: 134px;
	margin: 25px auto 15px;
}
#section .school_list ul li span{
	display: inline-block;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #646464;
}

.mydiv{
	position: fixed;
	left: 40%;
	top: 40%;
	width: 740px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	z-index: 5;
}
.mydiv .mydiv_box{
	margin: 15px;
	background: #f7f7f7;
	padding-bottom: 15px;
}
.mydiv h2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #333333;
	font-size: 18px;
	font-weight: 700;
}
/*.mydiv a.close{
	position: absolute;
	right: 37px;
	top: 16px;
	display: block;
	width: 29px;
	height: 29px;
	background: url("https://www.spursecuritybank.com/original/static/homepage/images/close.png") no-repeat;
}*/
.mydiv a.close:hover{
	background: url("https://www.spursecuritybank.com/original/static/homepage/images/close_hover.png") no-repeat;
}
.mydiv .neirong{
	padding: 20px;
}
.mydiv .neirong p{
	line-height: 30px;
	font-size: 16px;
	color: #707070;
	text-indent: 2em;
	text-align: justify;

}
.btn{
	margin: 30px auto;
	height: 53px;
	line-height: 53px;
	width: 100%;
	text-align: center;
}
.btn a.look{
	display: inline-block;
	margin-right:45px;
	width: 250px;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	background: #3498DB;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.btn a.look:hover{
	background: #1d86cc;
}
.btn a.close{
	display: inline-block;
	width: 250px;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	background: #b8b8b8;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.btn a.close:hover{
	background: #ffaa55;
}
.bg{
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	z-index:4;
	position:fixed!important;/*FF IE7*/
	filter:alpha(opacity=50);
}
/*合作院校*/
.pao{
	width:100%;
	height:260px; 
	margin: 10px auto; 	
	overflow: hidden;
}
.pao .pao_box{
	width: 1200px;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
}
.pao h2{
	width: 1200px;
	color: #737373;
	font-size: 24px;
	text-align: left;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
	text-indent:1em;
}
.pao .pao_box .in{
	width:1200px;
	height: auto;
	overflow: hidden;
	margin-top:35px;
}
.pao .pao_box .in ul{
	height:auto;
	overflow: hidden;
	width:1200px;
}
.pao .pao_box .in ul li{
	list-style: none;
	width: 168px;
	height:auto;
	overflow: hidden; 
	height: 120px;
	font-size: 13px;
	float: left;
	padding-top: 30px;
}
.pao .pao_box .in ul li a{
	display: block;
	width: 160px;
	height:auto;
	overflow: hidden; 
	margin: 0px 3px; 
	text-align: center;
}
.pao .pao_box .in ul li a img{
	width: 85px;
	height: 85px;
	margin: 0 auto;
}
.pao .pao_box .in ul li a span{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #9F9F9F;
	font-size: 14px;
	text-align: center;
}
/*合作院校结束*/
/*内容结束*/
/*底部*/
#footer{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#footer .lianxi{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333333;
}
#footer .lianxi .lianxi_box{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
#footer .lianxi .lianxi_box .footer_l{
	float: left;
	height:auto;
	overflow: hidden;
	width:815px;
	text-align: center;
	margin-left:80px;
}
/*#footer .lianxi .lianxi_box .footer_l img {
    margin-top: 90px;
    width: 102px;
    height: 82px;
}*/
#footer .lianxi .lianxi_box .footer_l .box{
	margin: 40px auto;
	line-height: 273px;
	height:auto;
}
#footer .lianxi .lianxi_box .footer_l .box p{
	line-height:30px;
	color: #fff;
	font-size: 14px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#footer .lianxi .lianxi_box .footer_l .box p.nav a{
	line-height:15px;
	color: #fff;
	font-size: 14px;
	margin: 0px 5px;
}
#footer .lianxi .lianxi_box .footer_l .box p.nav a:hover{
	color: #9cd7ff;
}
#footer .lianxi .lianxi_box .footer_l .box p.nav{
	margin-bottom: 30px;
	width: auto;
}
#footer .lianxi .lianxi_box .footer_r{
	float: right;
	height: auto;
	overflow: hidden;
	width: 250px;
	text-align: center;
}
#footer .lianxi .lianxi_box .footer_r img{
	margin-top: 20px;
	width: 100px;
}
#footer .lianxi .lianxi_box .footer_r span.word{
	margin-top: 20px;
	width: 100%;
	height: 26px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	display: block;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#footer .banquan{
	width: 100%;
	height:63px;
	background: #222222;
	text-align: center;
	padding: 10px 0px;
}
#footer .banquan .banquan_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#footer .banquan p{
	width: 100%;
	color: #fff;
	opacity: 0.3;
	filter:alpha(opacity=30);
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	float: left;
}
/*底部结束*/

/*新轮播*/
.lunbo{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.skitter{
	max-width: 100%;
	height: auto;
}
.skitter.with-dots{
	margin-bottom: 0px;
}
.skitter .info_slide_dots{
	bottom: 20px;
	display: inline-block !important;
	width: 100%;
	text-align: center;
	left: 0 !important;
	transform: translateX(0) !important;
}
.skitter .info_slide_dots .image_number{
	display: inline-block;
    height: 7px;
    width: 40px;
    background-color: #fff;
    cursor: pointer;
    margin-right: 10px;
    float: none;
}
.skitter .prev_button{
	position: absolute;
    z-index: 30;
    top: 50%;
    left: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url("https://www.spursecuritybank.com/original/static/homepage/images/prev.png") 50% 50% no-repeat;
    transition: all .5s linear;
}
.skitter .next_button{
	position: absolute;
    z-index: 30;
    top: 50%;
    right: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url("https://www.spursecuritybank.com/original/static/homepage/images/next.png") 50% 50% no-repeat;
    transition: all .5s linear;
}
.skitter .info_slide_dots .image_number.image_number_select,.skitter .info_slide_dots .image_number:hover{
	background-color: #f60;
}
/*新轮播结束*/



