@charset "utf-8";
/* CSS Document */

.banner {
	background-image: url(../images/banner_a.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:auto;
	height:284px;
}
.banner>div{
	position: relative;
	width:1200px;
	height:284px;
	margin:auto;
}
.banner>div>h1{
	width:200px;
	height:60px;
	line-height: 60px;
	background-color:rgba(33,87,140,0.50);
	text-align: center;
	font-size: 28px;
	color:white;
	font-weight: normal;
	position: absolute;
	bottom:0px;
	left:0px;
	box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.3);
}
.container{
	width:1200px;
	margin: auto;
}
.box1{
	width:200px;
	height:auto;
	float:left;
}
.box1>ul.secondmenu1{
	list-style: none;
	background-color:rgba(18,124,178,1.00);
	width:100%;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	transition: all 0.3s ease 0s;
}
.box1>ul.secondmenu1>li{
	font-size: 14px;
	line-height: 35px;
	padding-left: 45px;
	border-top: 1px solid #B1D8FF;
	transition: all 0.3s ease 0s;
}
.box1>ul.secondmenu1>li:hover{
	text-indent: 15px;
	transition: all 0.3s ease 0s;
}
.box1>ul.secondmenu1>li>a{
	color:white;
}
.box1>ul.secondmenu1>li>a:hover{
	color:aqua;
}
.box2{
	width:885px;
	float: left;
	margin: 40px;
	padding: 0px 0px 0px 25px;
}
.box3 {
	width: 200px;
	height: 350px;
	margin-top: 35px;
}
.box3>h1 {
	background-image: url(../images/con_1_tel.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 52px;
	font-size: 18px;
	text-indent: 60px;
	color: #21578C;
}
.box3>ul {
	list-style: none;
	padding-left: 20px;
}
.box3>ul>li>ul {
	list-style: none;
	padding-left: 10px;
	border-top: 1px solid #21578C;
}
.box3>ul>li {
	color: #21578C;
	line-height: 40px;
}
.box3>ul>li>h3 {
	font-size: 16px;
}
.box3>ul>li>ul>li {
	color: black;
	line-height: 30px;
	font-size: 14px;
}
.h3title{
	line-height: 30px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 12px;
}
.h3title>strong{
	color:#21578C;
	padding: 0px 10px 6px 10px;
	border-bottom: 2px solid #21578C;
	font-weight: normal;
}
.article>h1{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}
.articleinfo{
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}
.vsb_content{
	padding: 25px;
	line-height: 25px;
	font-size: 14px;
}