﻿/* 平板 pad start*/
@media screen and (min-width: 768px) and (max-width: 992px) {
body{
	font-size:14px;	
	background-size:100% auto;
}

.visible-sm{display: block !important;}
.visible-sm-block {display: block !important;}
.visible-sm-inline {display: inline !important;}
.visible-sm-inline-block {display: inline-block !important;}
.hidden-sm{display:none !important;}

.wrapin{
	width:750px;	
}

.wrapin2{
	width:750px;	
}
.hm_about{
	width: 750px;
	margin:30px auto 30px auto;
}
.ab_left{
	float: left;
	color:#151f41;
}
.ab_left dt{
	height: 42px;
	line-height: 42px;
	font-size:30px;
	font-weight: bold;
}
.ab_left dd{
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom:10px;
	position: relative;
}
.ab_left dd i{
	width: 38px;
	height: 3px;
	background:#556278;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ab_left .t1{
	font-size:18px;
	color:#151f41;
	height: 50px;
	line-height: 50px;
	padding-top:22px;
}
.ab_left li{
	font-size:16px;
	line-height: 30px;
	color:#151f41;
}
.ab_left .more{
	color:#a0a1a3;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left:16px;
	background:url("../images/ab_more.png") no-repeat left center;
}

.ab_right{
	float: right;
	
}
.ab_right .item{
	display: block;
	width: 170px;
	height: 287px;
	float: left;
	margin-left:20px;
	background:#556278;
	position: relative;
}
.ab_right .item img{
	display: block;
	width: 170px;
	height: 287px;
	opacity: 0.4;
}
.ab_right .name{
	height: 64px;
	line-height: 64px;
	text-align: center;
	color:#fff;
	font-size:20px;
	width: 150px;
	position: absolute;
	left: 0;
	bottom: 34px;
	z-index: 10;
	background:url("../images/abr.png") no-repeat bottom center;
}

.hm_zz{
	height: 600px;
	background:url("../images/hm_zz.jpg") no-repeat top center;
	background-size:cover;
	position: relative;
}
.hm_zz .con{
	display: none;
	width: 750px;
	margin:0 auto;
	color:#fff;
	padding-top:110px;
}
.hm_zz .show{
	display: block;
}
.hm_zz dt{	
	line-height: 40px;
	font-size:24px;
	font-weight: bold;
}
.hm_zz dd{
	height: 40px;
	line-height: 40px;
	font-size:14px;
}
.zz_btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 150px;
	background:rgba(0,0,0,0.4);
}
.zz_btns .wrapin{
	width: 100%;
	position: relative;
	height: 150px;
	overflow: hidden;
}
.zz_btns .btn{
	display: block;
	width: 25%;
	height: 150px;
	border-left:1px solid #556278;
	float: left;
	margin-left:-1px;
	text-align: center;
	cursor: pointer;
}
.zz_btns .hover{
	background:rgba(92,156,82,0.9);
}
.zz_btns .btn img{
	display: block;
	width: 50px;
	height: 50px;
	margin:20px auto 0 auto;
}
.zz_btns .name{
	height: 60px;
	line-height: 60px;
	font-size:16px;
	color:#fff;
}
.hm_zz .more{
	color:#e5e5e5;
	padding-right:18px;
	margin-top:70px;
	display: inline-block;
	background:url("../images/zz_more.png") no-repeat right center;
}

.hm_news{
	padding:30px 0 50px 0;
}
.hm_news .head{
	padding-bottom:22px;
	text-align: center;
}
.hm_news .head dt{
	height: 65px;
	line-height: 65px;
	font-size:32px;
	font-weight: bold;
	color:#151f41;
	position: relative;
}
.hm_news .head dt i{
	display: block;
	width: 24px;
	height: 2px;
	background:#b3c3e2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-12px;
}
.hm_news .head dd{
	height: 50px;
	line-height: 50px;
}
.hm_news .ad{	
	width: 445px;
	height: 356px;
	display: block;
	position: relative;
	overflow: hidden;
}
.hm_news .ad img{
	width: 445px;
	height: 356px;
}
.hm_news .intro{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	box-sizing:border-box;
	padding:10px;
	background:rgba(7,43,103,0.8);
	color:#fff;
}
.hm_news .intro dt{
	height: 32px;
	line-height: 32px;
	font-size:16px;
	font-weight: bold;
}
.hm_news .intro dd{
	line-height: 28px;
	font-size:13px;
}
.hm_news ul{
	width: 750px;
	
}
.hm_news li{
	height: 100px;
	border-bottom:1px solid #f3f3f3;
	clear: both;
}
.hm_news .date{
	width: 120px;
	text-align:right;
	padding-top:20px;
	float: left;
}
.hm_news .date dt{
	height: 20px;
	line-height: 20px;
	font-size:12px;
	color:#c8c8c8;
}
.hm_news .date dd{
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	color:#c8c8c8;
	font-size:28px;
}
.hm_news .ins{
	float: right;
	width: 594px;
}
.hm_news .ins dt{
	height: 44px;
	line-height: 44px;
	font-size:18px;
	font-weight: bold;
}
.hm_news .ins .name{
	color:#707070;
}
.hm_news .ins dd{
	line-height: 24px;
	font-size:14px;
	color:#a4a4a4;
}

.hm_fri{
	background:url("../images/fribg.jpg") no-repeat top center;
	height: 355px;
}
.hm_fri .head{
	text-align: center;
	padding:50px 0 48px 0;
}
.hm_fri .head dt{
	height: 65px;
	line-height: 65px;
	padding-bottom:2px;
	font-size:32px;
	font-weight: bold;
	color:#3961ac;
	position: relative;
}
.hm_fri .head i{
	background:#a3b3d3;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:-10px;
}
.hm_fri .head dd{
	height: 40px;
	line-height: 40px;
	font-size:18px;
}
.fri_slider{
	width: 750px;
	margin:0 auto;
	height: 106px;
	position: relative;
	overflow: hidden;
}
.fri_slider .link{
	display: block;
	width: 200px;
	height: 106px;
	margin:0 auto;
}
.fri_slider .link img{
	display: block;
	width: 200px;
	height: 106px;
}
.fri_slider .cbtn{
	width: 20px;
	height: 106px;
	position: absolute;
	top: 0;
	z-index: 20;
	cursor: pointer;
}
.fri_slider .my-prev{
	left: 0;
	background:url("../images/fri_pre.png") no-repeat center center;
}
.fri_slider .my-next{
	right: 0;
	background:url("../images/fri_next.png") no-repeat center center;
}

.footer{
	background:#13293d;
	padding:36px 0 36px 0;
}
.ft_nav{
	float: left;
	padding-right:70px;
}
.ft_nav dt{
	height: 54px;
	line-height: 30px;
	font-size:18px;
	position: relative;
	margin-bottom:15px;
}
.ft_nav dt a{
	color:#fff;
}
.ft_nav dt i{
	display: block;
	width: 40px;
	height: 2px;
	background:#6d7e8e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ft_nav dd{
	height: 26px;
	line-height: 26px;
}
.ft_nav dd a{
	color:#c2d5e6;
}
.ft_rt{
	width: 300px;
	float: right;
	margin-top:30px;
}
.fr_search{
	height: 47px;
	background:#37548e;
}
.fr_search .text{
	height: 47px;
	width: 250px;
	border:0;
	background:none;
	text-indent:20px;
	font-size:16px;
}
.fr_search .sub{
	float: right;
	width: 48px;
	height: 48px;
	background:url("../images/fr_sub.png") no-repeat center center;
}
.ft_rt .t1{
	color:#fff;
	padding:16px 0 0 20px;
	height: 40px;
	line-height: 40px;
}
.ft_rt dl{
	width: 86px;
	float: left;
	margin-left:20px;
	text-align: center;
}
.ft_rt dt img{
	display: block;
	width: 86px;
	height: 86px;
}
.ft_rt dd{
	color:#fff;
	height: 42px;
	line-height: 42px;
	font-size:15px;
}
.footer_copy{
	height: 57px;
	line-height: 57px;
	color:#c2d5e6;
	background:#0c1e2f;
}

/* 平板 pad end*/
}
