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


/* 轮播图 */
/* .slideshow{
	width: 80%;
	height: 80%;
} */

/* 导航 */
.main-content {
	max-width: 1200px;
	margin: 0 auto;
  }
  .main {
	background-color: #ffffff;
  }

.box_A{
	height: 55px;
	background-color: #003689;
}
.fl{
	float: left;
	height: 55px;
	text-align: center;
	line-height: 55px;
	width: 10%;
}
.fl:hover .box_a2{
	display: block;
	background-color: white;
	color: black;
}

.box_a{
	list-style:none
}

.box_a2{
	list-style:none;
	display: none;
}
.box_a2>li{
	text-align: center;
	/* line-height: 55px; */
}

.box2{
 /* width: 440px; */
  height: 250px;
  margin-top:45px ;
  margin-left: 120px;
}

.box1 {
	/* width: 440px; */
	height: 250px;
	/* margin: 0px 20px; */
	float: left;
	margin-left:10px;
}
.img_1 {
	margin-bottom: 18px;
	width: 100%;
	height: 100%;
}

.img_1>a{
	border:none;
}
.img_1>a>img{
	float:left;
	width:120px;
	height:90px;
	margin-right: 25px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}
.content>p{
	margin: 5px;
}
.content{
	font-size: 12px;
}
.content>strong>a{
	font-size: 16px;
	color:#1977D3;
}
.carousel{
	margin-left: 10%;
	width: 80%;
}

/* 背景图 */
.background_1{
	width: 100%;
	/* height: 100%; */
 display: flex;
 justify-content: center;
}
.background_2{
	width: 100%;
    /* height: 100%; */
	background:url(../images/background.jpg);
}

/* 轮播图 */
#focus {width:800px; height:280px; overflow:hidden; position:relative;
margin-left: 233px;
display: flex;
 
} 
#focus ul {height:380px; position:absolute;} 
#focus ul li {float:left; width:800px; height:280px; overflow:hidden; position:relative; background:#000;} 
#focus ul li div {position:absolute; overflow:hidden;} 
#focus .btnBg {position:absolute; width:800px; height:20px; left:0; bottom:0; background:#000; display:none;} 
#focus .btn {position:absolute; width:780px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;display:none;} 
#focus .btn span {display:inline-block; display:inline; zoom:1; width:25px; height:10px; font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focus .btn span.on {background:#fff;} 
#focus .preNext {width:45px; height:100px; position:absolute; top:90px; cursor:pointer;} 
/* 左右方向键 */
#focus .pre {left:0; background:url(../images/btn_left.gif) no-repeat 0 0;} 
#focus .next {right:0;background:url(../images/btn_right.gif) no-repeat 0 0;} 











/* 搜索框 */
.Search{
	/* width: 20%; */
		float: left;
		margin-left: 18%;
		margin-top: 3%;
   width: 250px;
   height: 30px;
	/* background: #000; */
	/* margin-left: 70%; */
}



.banner {
	width:1200px;
	height:300px;
	margin:auto;
	margin-bottom: 35px;
	background-color: #1977D3;
}
.container {
	margin: auto;
	width: 1200px;
	height: auto;
	margin-bottom: 5px;
}

.box3 {
	width: 200px;
	height: 350px;
	margin: 0px 20px;
	float: left;
}
.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: 40px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.h3title>strong{
	color:#21578C;
	padding: 0px 10px 7px 10px;
	border-bottom: 2px solid #21578C;
}
.h3title>em{
	font-size: 12px;
	float:right;
	font-weight: normal;
}
.h3title>em>a{
	color:#888888;
}

.newslist {
	list-style-position: inside;
	font-size: 12px;
	color:#21578C;
}
.newslist>li:first-child{
}
.newslist>li{
	line-height: 32px;
	position: relative;
}
.newslist>li>a{
	color:#222222;
	font-size: 14px;
}
.newslist>li>em{
	position: absolute;
	right:0px;
	color:#888888;
}
.icon_box {
	width:1200px;
	height:auto;
	margin: auto;
}
.icon_box>ul{
	list-style: none;
}
.icon_box>ul>li{
	float: left;
	width:auto;
	padding: 0px 12px 0px 12px;
	text-align: center;
	color:#1977D3;
}
.icon_box>ul>li>i{
	font-size: 45px;
	padding-bottom: 10px;
}
.icon_box>ul>li>p{
	color:#333333;
}
