.header {
	background: url(../image/header.jpg) center no-repeat;
	height: 130px;
}

.header .w_1200 {
	height: 130px;
	display: table;
}

.header .logo {
	display: table-cell;
	vertical-align: middle;
}

.header .logo img {
	margin-right: 20px;
}

.header .logo a {
	color: #044f9f;
	font-size: 34px;
	font-weight: bold;
}

.nav {
	background-color: #044f9f;
	height: 50px;
	line-height: 50px;
}

.nav ul {
	display: flex;
}

.nav ul li {
	flex: 1;
	position: relative;
}

.nav ul li:first-child a{
	border-left: 1px solid rgba(255,255,255,0.3);
}

.nav ul li a.a1 {
	display: block;
	text-align: center;
	color: #FFFFFF;
	border-right: 1px solid rgba(255,255,255,0.3);
}

.nav ul li.on {
	background-color: #00aeff;
}

.nav ul li:hover {
	background-color: #00aeff;
}

.nav ul li dl {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	background-color: rgba(0, 174, 255, .5);
	display: none;
}

.nav ul li dl dd a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav ul li dl dd a:hover {
	background-color: #00aeff;
}

.nav ul li:hover dl {
	display: block;
}

.banner {
	background: url(../image/banner_bg.jpg) left repeat;
}

.banner .swiper-button-white {
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 27px 23px;
}

.banner .swiper-button-prev {
	left: 0;
}

.banner .swiper-button-next {
	right: 0;
}

.banner .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
	width: 12px;
	height: 12px;
}

.banner .swiper-pagination-bullet-active {
	background-color: #00aeff;
}

.w_380 {
	width: 380px;
}

.index_title {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.index_title .name {
	color: #044f9f;
	font-size: 20px;
	position: relative;
	padding-bottom: 5px;
}

.index_title .name i {
	width: 120px;
	height: 3px;
	background-color: #044f9f;
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -1px;
}

.index_title .name img {
	vertical-align: -3px;
	margin-right: 10px;
}

.index_title .more a {
	color: #00aeff;
	font-size: 12px;
}

.index_title .more a:hover {
	text-decoration: underline;
}

.index_title .more img {
	vertical-align: -1px;
	margin-left: 5px;
}

.index_box {
	min-height: 312px;
	margin-top: 30px;
}

.index_box .hot {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
}

.index_box .hot a {
	display: flex;
}

.index_box .hot .img {
	width: 100px;
	height: 70px;
	overflow: hidden;
}

.index_box .hot .img img {
	width: 100%;
	height: 100%;
}

.index_box .hot .text {
	flex: 1;
	margin-left: 20px;
}

.index_box .hot .text p {
	color: #044f9f;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 2px;
}

.index_box .hot .text .time {
	color: #999999;
	font-size: 12px;
}

.index_box .hot .text:hover p {
	text-decoration: underline;
}

.index_box .list {
	margin-top: 20px;
}

.index_box .list li {
	margin-bottom: 10px;
}

.index_box .list li:last-child {
	margin-bottom: 0;
}

.index_box .list li i {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #044f9f;
	vertical-align: 4px;
	margin-right: 4px;
}

.index_box .list li .text {
	color: #333333;
	font-size: 14px;
	width: 290px;
}

.index_box .list li .time {
	color: #999999;
	font-size: 14px;
}

.index_box .list li .text:hover {
	color: #044f9f;
}

.index_box .w_380 {
	margin-right: 30px;
}

.index_box .w_380:last-child {
	margin-right: 0;
}

.index_box .right ul li {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.index_box .right ul li:last-child {
	margin-bottom: 0;
}

.index_box .right ul li .time {
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	background-color: #0061b0;
	text-align: center;
}

.index_box .right ul li .time .t {
	font-size: 24px;
	margin-top: 2px;
}

.index_box .right ul li .time .t2 {
	font-size: 12px;
	margin-top: -3px;
}

.index_box .right ul li .text {
	width: 300px;
}

.index_box .right ul li .text .t {
	color: #333333;
	font-size: 16px;
}

.index_box .right ul li .text .t2 {
	color: #666666;
	font-size: 12px;
	margin-top: 3px;
}

.index_box .right ul li .text:hover .t {
	color: #044f9f;
}

.index_box2 .left .video {
	width: 380px;
	height: 260px;
}

.index_box3 {
	margin-top: 30px;
	position: relative;
}

.index_box3 .bd {
	overflow: hidden;
}

.index_box3 .bd ul li {
	width: 280px;
	height: 180px;
	margin-right: 25px;
	position: relative;
}

.index_box3 .bd ul li .text {
	position: absolute;
	width: 100%;
	height: 36px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	background-color: rgba(4, 79, 159, .7);
	left: 0;
	bottom: 0;
	line-height: 36px;
}

.index_box3 .hd {
	position: absolute;
	height: 180px;
	width: 100%;
	left: 0;
	top: 0;
}

.index_box3 .hd .prev {
	position: absolute;
	background: url(../image/prev1.png) center no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.index_box3 .hd .next {
	position: absolute;
	background: url(../image/next1.png) center no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.index_box4 {
	margin-top: 30px;
	background-color: #eeeeee;
	padding: 20px 0;
}

.index_box4 .title {
	color: #044f9f;
	font-size: 20px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.index_box4 .title i {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #044f9f;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
}

.index_box4 ul {
	text-align: center;
}

.index_box4 ul li {
	display: inline-block;
	margin-bottom: 5px;
}

.index_box4 ul li a {
	color: #333333;
	font-size: 14px;
	border-right: 1px solid #333333;
	margin-right: 5px;
	padding-right: 10px;
}

.index_box4 ul li a:hover {
	color: #044f9f;
	text-decoration: underline;
}

.index_box4 ul li:last-child a {
	border-right: 0;
}

.footer {
	background-color: #044f9f;
	padding: 35px 0;
}

.footer .t {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
}

.footer .t:last-child {
	margin-bottom: 0;
}

.banner_n {
	background: url(../image/banner_bg.jpg) left repeat;
	height: 280px;
	text-align: center;
}

.wrap {
	position: relative;
	min-height: 400px;
	margin-top: 30px;
	padding-bottom: 60px;
	margin-bottom: 30px;
}

.wrap .index_link {
	position: absolute;
	width: 240px;
	height: 100%;
	background-color: #eeeeee;
}

.wrap .index_link span {
	background-color: #044f9f;
	display: block;
	height: 70px;
	color: #FFFFFF;
	font-size: 24px;
	box-sizing: border-box;
	padding: 15px 0 0 40px;
}

.wrap .index_link span i {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #FFFFFF;
	left: 40px;
	top: 55px;
}

.wrap .index_link ul {
	width: 200px;
	margin: 0 auto;
	margin-top: 10px;
}

.wrap .index_link ul li a {
	display: block;
	width: 200px;
	height: 40px;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.wrap .index_link ul li.on a {
	color: #FFFFFF;
	background-color: #00aeff;
}

.wrap .index_link ul li:hover a {
	color: #FFFFFF;
	background-color: #00aeff;
}

.w_930 {
	width: 930px;
	margin: 0 auto;
}

.index_position {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}

.index_position .name {
	color: #044f9f;
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
}

.index_position .name img {
	margin-right: 5px;
	vertical-align: -3px;
}

.index_position .name i {
	position: absolute;
	width: 120px;
	height: 3px;
	background-color: #044f9f;
	left: 0;
	bottom: -1px;
}

.index_position ul {
	margin-top: 5px;
}

.index_position ul li {
	color: #666666;
	font-size: 14px;
	margin-left: 5px;
}

.index_position ul li a {
	color: #666666;
	font-size: 14px;
}

.index_position ul li a:hover {
	color: #044f9f;
}

.wrap .cont {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	text-indent: 32px;
}

.wrap .news_list ul li{
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.wrap .news_list ul li .text {
	color: #333333;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 770px;
}

.wrap .news_list ul li i {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #044f9f;
	vertical-align: 4px;
	margin-right: 5px;
}

.wrap .news_list ul li .time {
	color: #999999;
	font-size: 16px;
}

.wrap .news_list ul li .text:hover{
	color: #044F9F;
	transform: translateX(5px);
}

.page {
	text-align: right;
	margin-top: 70px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background-color: #00aeff;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #00aeff;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.wrap .content{
	margin-top: 60px;
}

.wrap .content .title{
	text-align: center;
}

.wrap .content .title span{
	display: block;
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.wrap .content .title .time{
	color: #333333;
	font-size: 16px;
}

.wrap .content .text{
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	margin-top: 40px;
}

.wrap .content .text em{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-right: 30px;
}

.wrap .team_list ul li{
	background-color: #eeeeee;
	width: 205px;
	height: 350px;
	box-sizing: border-box;
	padding-top: 10px;
	margin-right: 35px;
	margin-bottom: 40px;
}

.wrap .team_list ul li:nth-child(4n){
	margin-right: 0;
}

.wrap .team_list ul li .img{
	width: 186px;
	height: 248px;
	margin: 0 auto;
}

.wrap .team_list ul li .img img{
	width: 100%;
	height: 100%;
}

.wrap .team_list ul li .text{
	text-align: center;
}

.wrap .team_list ul li .text .t{
	color: #044f9f;
	font-size: 16px;
	margin-top: 20px;
}

.wrap .team_list ul li .text .t2{
	color: #333333;
	font-size: 14px;
	margin-top: 5px;
}

.wrap .team_list .page{
	margin-top: 30px;
}

.wrap .image_list ul li{
	width: 290px;
	height: 260px;
	background-color: #eeeeee;
	box-sizing: border-box;
	padding-top: 10px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 30px;
	margin-bottom: 30px;
}

.wrap .image_list ul li:nth-child(3n){
	margin-right: 0;
}

.wrap .image_list ul li .img{
	width: 270px;
	height: 200px;
	margin: 0 auto;
}

.wrap .image_list ul li .img img{
	width: 100%;
	height: 100%;
}

.wrap .image_list ul li .t{
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 13px;
}

.wrap .image_list ul li:hover{
	background-color: #00aeff;
}

.wrap .image_list ul li:hover .t{
	color: #FFFFFF;
}
