@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
.banner {
	margin-bottom: 20px;
	background: url(../img/index/banner01.jpg) no-repeat center top;
}
#main {
	padding: 20px 0 0;
	margin-bottom: 0;
	width: auto;
}
#main .wrap {
	width: 1200px;
	margin: 0 auto;
}
.banner img {
	width: 100%;
}
.banner .slick-dots {
	text-align: center;
	margin: -25px 20px 0 0;
	position: relative;
	z-index: 999;
}
.banner .slick-dots li {
	display: inline;
	margin: 0 5px;
}
.banner .slick-dots li button {
	border: none;
	background: url(../img/index-1/icon01.png) no-repeat;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.banner .slick-dots li.slick-active button {
	background: url(../img/index-1/icon02.png) no-repeat;
}
#main h2 {
	margin-bottom: 34px;
	text-align: center;
	font-size: 24px;
	font-weight:normal;
	color: #525252;
}
#main h2 span {
	margin-top: 5px;
	font-size: 14px;
	display: block;
}
#main .ulLink {
	width: 1200px;
	margin: 0 auto 50px;
	text-align: center;
}
#main .ulLink li {
	float: left;
	text-align: center;
	font-size: 14px;
}
#main .ulLink a {
	padding: 0 52px;
	display: block;
	background-color: #E5E5E5;
	line-height: 50px;
	color: #105cab;
}
#main .ulLink a:hover {
	background-color: #0F5CAB;
	color: #fff;
	text-decoration: none;
}
#main .ulList {
	width: 1200px;
	margin: 0 -10px 30px 0;
}
#main .ulList li {
	float: left;
	width: 280px;
	margin: 0 20px 20px 0;
}
#main .ulList li img {
	max-height:100%;
	max-width:100%;
}
#main .ulList li a {
	text-align: center;
	border: 1px solid #BFBFBF;
	height: 278px;
	display: block;
}
#main .ulList li p {
	margin: 10px 20px 0;
	font-size: 14px;
	color: #555555;
	text-align: center;
	line-height: 1.4;
}
#main .ulList li p span {
	display: block;
	color: #105cab;
	font-size: 12px;
}
#main .aboutBox {
	background: url(../img/index-1/bg01.jpg) no-repeat center top;
	height: 515px;
	box-sizing: border-box;
	padding: 35px 0 0;
}
#main .aboutBox h2 {
	margin-bottom: 90px;
	color: #fff;
}
#main .aboutBox .imgBox {
	background-color: #FFF;
	padding: 20px 500px 20px 50px;
	position: relative;
}
#main .aboutBox .imgBox .img {
	position: absolute;
	top: -35px;
	right: 50px;
}
#main .aboutBox .imgBox p {
	
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1.8;
}
.section {
	padding: 30px 0 50px;
	background-color: #EEE;
}
.section .tabUl {
	width: 360px;
	margin: 0 auto 50px;
}
.section .tabUl li {
	float: left;
	margin: 0 20px;
	width: 140px;
	text-align: center;
	font-size: 14px;
}
.section .tabUl li a {
	display: block;
	background-color: #FFF;
	line-height: 42px;
	color:#105cab;
	border: 1px solid #DCDCDC;
}
.section .tabUl li.on a,
.section .tabUl li a:hover {
	color: #fff;
	background-color: #105cab;
	text-decoration: none;
}
.section .tabBox {
	margin: 0 38px;
}
.section .tabBox .photoBox {
	width: 500px;
	float: left;
}
.section .tabBox .photoBox .btm {
	background-color: #105CAA;
	color: #fff;
	padding: 16px 20px;
}
.section .tabBox .photoBox .btm .lText {
	float: left;
	width:70px;
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
}
.section .tabBox .photoBox .btm .lText i {
	font-size: 22px;
	display: block;
	font-style: normal;
}
.section .tabBox .photoBox .btm .rText {
	float: left;
	font-size: 12px;
}
.section .tabBox .photoBox .btm .rText i {
	font-size: 17px;
	margin-bottom: 8px;
	display: block;
	font-style: normal;
}
.section .tabBox .textBox {
	width: 562px;
	float: right;	
}
.section .tabBox .textBox .info {
	border-bottom: 1px solid #D2D2D2;
	padding-bottom:30px;
	margin-bottom: 12px;
}
.section .tabBox .textBox .info .img {
	margin-right: 30px;
	float: left;
}
.section .tabBox .textBox .info .infoText {
	float: left;
	width: 500px;
	padding-top: 15px;
}
.section .tabBox .textBox .info .infoText .ttl {
	font-size: 16px;
	margin-bottom: 12px;
}
.section .tabBox .textBox .info .infoText .text {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.8;
}
.section .tabBox .textBox .info .infoText .date a {
	display: inline-block;
	float: left;
	color: #f00;
	font-size: 12px;
}
.section .tabBox .textBox .info .infoText .date span {
	font-size: 12px;
	float: right;
}
.section .tabBox .textBox .newsDl dt {
	line-height: 2.2;
	font-size: 14px;
	color: #414141;
	float: left;
}
.section .tabBox .textBox .newsDl dt a {
	color: #414141;
}
.section .tabBox .textBox .newsDl dd {
	line-height: 2.2;
	font-size: 14px;
	float: right;
}












