@charset "utf-8";
#wrap{background: #fff;}
#banner{width: 100%;min-width: 1200px;height: 600px;position: relative;overflow: hidden;}
#banner .banner-bg{	position: fixed;z-index: 1;width: 100%;	height: 100%;overflow: hidden;}
#banner .banner-bg div{position: relative;width: 100%;height: 100%;	background-repeat: no-repeat;background-position: center top;}
#banner .textCon{position: relative;z-index: 2;width: 1200px;margin: 250px auto 0;text-align: right; text-shadow: 0 0 10px rgba(15,60,125,0.6);}
#banner .textCon h1{ font-size: 46px; display: block; line-height: 50px; color: #fff; padding: 20px 0 10px 0;} 
#banner .textCon p{ color: #fff; font-size: 32px; padding-left: 10%; font-weight: normal; margin-bottom: 15px;} 
#banner .textCon.text-left{text-align: left;}
#banner .textCon.text-left h1{ padding: 20px 0 10px 0;} 
#banner .textCon.text-left p{ padding-left: 0; padding-right: 10%;} 

#nav{ height: 70px; background: #3c6bc6; position: relative; z-index: 2;}
#nav ul{text-align: right; width: 1220px; margin: 0 auto; display: flex; justify-content: flex-end;}
#nav ul li{display: block;  }
#nav ul li a{ display: block; height: 70px; border-right: 1px solid #7299d9; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
#nav ul li a:hover{background: #3062b3;}
#nav ul li a span{display: block; padding: 12px 35px 0px; text-align: center; font-size: 16px; color: #fff;}
#nav ul li a i{display: block; text-align: center; padding: 0px 10px; font-size: 13px; opacity: .6; font-style: normal; color: #fff;}

.page-title{position: relative; border-bottom: 1px solid #eee;}
.page-title h1{ font-size: 20px; color: #333; padding-left: 5px; border-left: 3px solid #467acf; height: 24px; line-height: 24px; margin: 10px 0; font-weight: normal;}
.page-title h1 span{color: #555; padding-left: 5px; text-transform: Uppercase;}

#main{ padding: 0 0 40px 0; overflow: hidden; position: relative; z-index: 2; background:#f1f1f1 url(../img/main-bg.jpg) no-repeat center top; background-size: cover; background-attachment: fixed;}
#main .mainBox{background: #fff; padding: 20px 50px 40px; overflow: hidden;}

.box-title{visibility: hidden;}
.box-title h2{ font-size: 18px; color: #888; padding-left: 5px; height: 24px; line-height: 24px; margin: 30px 0 20px; font-weight: normal;}
.box-title h2 span{color: #555; padding-left: 5px; text-transform: Uppercase;}
.listBox{
	margin: 0 -20px;
	overflow: hidden;
	visibility: hidden;
}
.list{
    display: block;
    float: left;
    margin: 0px 20px 20px;
    width: 250px;
    height: 80px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    padding: 12px 0px 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.list:hover{
    border: 1px solid #1185DE;
}
.list h3{
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-weight: normal;
	color: #1185DE;
	margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.list p{
	position: relative;
	z-index: 2;
	line-height: 1.4em;
	color: #888;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.list:hover h3{
	color: #fff;
}
.list:hover p{
	line-height: 1.4em;
	color: #fff;
}
.list img{
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 18px;
}
.list img.face{width: 60px; position: relative; top: -3px; margin-right: 6px; right: auto; bottom: auto; height: 60px; background-size: cover; border-radius: 100%; display: block; float: left;}
.more{
	position: absolute;
	z-index: 1;
	background: #3c6bc6;
	width: 400px;
	height: 100px;
	top: 0;
	left: -450px;
	margin-top:0px;
}
.list:hover .more{
	left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
















