.pc-content {
  display: block;
}
.mobile-content {
  display: none;
}
.layout{
  background-color:#f0f8ff;
}
/*包含以下四种的链接*/
a {
	text-decoration: none;
	 color: #9c9092;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
.clearfix{
	clear: both;
}
a{
	font-family: "微软雅黑";
}
/*头部*/
.layout-header{
	height: 539px;
	background: url(banner.png) top center no-repeat;
}
.layout .header-body{
	position: relative;
}
.header-body a{
/* 	display: inline-block;
	margin: 60px 188px; */
	width: 800px;
	height: 400px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.header-logo{
	position: absolute;
	top: 55px;
	left: 0px;
	right: 0px;
	margin: auto;
}
/*导航*/
.layout .layout-nav{
	height: 61px;
	background: url(nav.png) top center no-repeat;
}
.layout .nav-body li{
	width: 20%;
	float: left;
	font-size: 20px;
	line-height: 61px;
	text-align: center;
}
.layout .nav-body li:hover {
	background: #6d88d9;
}
.layout .nav-body li a{
	color: #fff;
}
/*内容*/
.content-item{
	padding: 35px 0;
}
.content-item.bg-gray{
	background: #f7f9fc;
}
.item-title{
	text-align: center;
	margin-bottom: 45px;
}
.cont-txt{
	position: relative;
}
.cont-left{
	width: 580px;
	height: 350px;
	/*border: 1px solid salmon;*/
}
.cont-left, .cont-right{
	float: left;
}
.cont-txt .title{
	line-height: 48px;
	border-bottom: 1px solid #8f9092;
	overflow: hidden;
}
.cont-txt .title .txt{
	font-size: 20px;
	color: #425dae;
	float: left;
	line-height: 48px;
	margin-left: 22px;
	font-weight: bold;
}
.cont-txt .title .txt:after{
	content: "";
    position: absolute;
    top: 46px;
    background-color: #425dae; 
    width: 120px;
    height: 3px;
    left: 0px;	
}
.cont-txt .title .more{
	float: right;
	font-size: 14px;
	color: #8f9092;
	cursor: pointer;
}
.cont-txt .title .txt1{
	font-size: 20px;
	color: #425dae;
	float: left;
	line-height: 48px;
	margin-left: 22px;
	font-weight: bold;
}
.cont-txt .title .txt1:after{
	content: "";
    position: absolute;
    top: 46px;
    background-color: #425dae;
    width: 120px;
    height: 3px;
    right: 460px;
}
.cont-list{
	overflow: hidden;
    margin-top: 15px;
}
.cont-list li{
	border-bottom: 1px dashed #E0E0E0;
}
.cont-list li a:hover{
	color: #aaa;
}
.cont-list li a{
	position: relative;
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
	font-family: "微软雅黑"!important;
}
.cont-list li a:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 4px;
	height: 4px;
	left: 0px;
	background: url(list-icon1.png) center no-repeat;
}
.cont-list li a span{
	float: left;
	width: 80%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cont-list li i{
	float: right;
}
.cont-right{
	width: 580px;
	height: 350px;
	margin-left: 36px;	
	/*border: 1px solid salmon;*/
}
.cont-btn{
	margin-top: 40px;
}
.cont-btn a{
	background:#425dae;
	border-radius: 4px;
	width: 148px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	display:block;
	font-size: 18px;
	margin-right: 62px; 
	float: left;
	box-shadow: 0px 8px 18px 0px rgba(67, 95, 176, 0.15);
}
.cont-btn a:nth-child(6){
	margin-right: 0 !important;
}
.cont-btn a{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cont-btn a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.cont-btn i{
	display: inline-block;
	background: url(point.png) no-repeat;
	width: 13px;
    height: 12px;
    margin-right: 8px;
}
.cont-txt-left{
	width: 490px;
	height: 340px;
	/*border: 1px solid salmon;*/
	position: relative;
}
.cont-txt-left, .cont-txt-right{
	float:left;
}
.cont-txt-left .tab-panel{
    background: url(pic1.png) no-repeat;
    height: 280px;
}
.cont-txt-left .tab-panel .tab-title{
	overflow: hidden;
    margin: 0 15px;	
    margin-right: 9px;
}
.item-1 a{
	display: inline-block;
    width: 467px;
	height: 250px;
    line-height: 250px;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #333;
    float: left;
    border-radius: 4px;	
    box-shadow: 0px 8px 18px 0px rgba(67, 95, 176, 0.15);
}
.bg-color{
	background-color: rgb(66, 196, 228);
}
.item-1 a img{
	position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    margin: auto;
}
.item-1 a span{
	margin-left: 48px;
	line-height: 250px;
}
/*.item-1 a{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.item-1 a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}*/
.tab-panel .tab-btn{
	padding: 20px;
}
.tab-panel .tab-btn li{
	width: 165px;
	padding: 25px 30px 0px;
    float: left;
}
.tab-panel .tab-btn li a{
	font-size: 16px;
	color: #333;
}

.cont-txt-right{
	width: 690px;
	height: 340px;
	/*border: 1px solid salmon;*/
	margin-left: 20px;
	position: relative;
}
.cont-txt-right a{
	position: relative;
	display: inline-block;
    width: 325px;
    height: 114px;
    line-height: 107px;
    border-radius: 4px;
    font-size: 18px;
    color: #333;
    margin: 0 20px 20px 0px;
    float: left;
    box-shadow: 0px 8px 18px 0px rgba(67, 95, 176, 0.15);
}
.bg-color-a{
	background-color: #add9ff;
}
.bg-color-b{
	background-color: #fff0cb;
}
.bg-color-c{
	background-color: #a6e6ac;
}
.bg-color-d{
	background-color: #dedeff;
}
.item-2 a img{
	position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
}
.item-2 span{
	margin-left: 150px;
}
.item-2 a{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.item-2 a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.item-3 a{
	position: relative;
	display: inline-block;
    width: 260px;
    height: 188px;
    border-radius: 4px; 
    font-size: 18px;
    color: #333;
    margin: 0 48px 25px 0px;
    float: left;
    text-align: center;
    box-shadow: 0px 8px 18px 0px rgba(67, 95, 176, 0.15);
}
.item-3 a img{
	position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: auto;
}
.item-3 a span{
	display: block;
    margin-top: 130px;
}
.item-3 a:nth-child(4n){
	margin-right: 0 !important;
}
.item-3 a{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.item-3 a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.bg-color-e{
	background-color: #fff;
}

.item-4 a{
	position: relative;
    width: 260px;
    height: 300px;
    font-size: 18px;
    color: #333;
    margin: 0 48px 25px 0px;
    float: left;
    text-align: center;
    filter: drop-shadow(0 15px 30px rgba(67, 95, 176, 0.15)); 
}
.item-4 a img{
	position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
}
.item-4 a span{
	display: block;
    margin-top: 182px;
}
.item-4 a:nth-child(4n){
	margin-right: 0 !important;
}
.item-4 a{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.item-4 a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.bg-color-f{
	background: url(more_xing.png) center no-repeat;
}

/*底部*/
.footer{
	display: none;
}

/* .layout-footer{background: #88abd4;width: 100%;height: auto;}
.footer{width:1200px; height:115px; padding:20px 0px 0px 0px; margin:0px auto; text-align:center; font:normal 14px/24px 微软雅黑;}
.footer div.foot_left{width:193px;height:115px;float:left;}
.footer div.foot_left img{float:left;}
.footer p{color: #fff;font-size: 14px;height: 36px;line-height: 36px;}
.footer a{color: #fff;font-size: 14px;}
.footer a.rmzf{display:block;width:auto;height:48px;background:url(zfw_logo.png) no-repeat center;margin-bottom:1px;}
.footer a.zwfw{display:block;width:auto;height:48px;background:url(zww_logo.png) no-repeat center;}
.footer a.hz{display:block;width:75px;height:80px;float:right;background:url(scmh_footer_logo.png) right center no-repeat;}
.footer div.foot_center{margin-left:36px;float:left}
.footer div.foot_logo{padding-left:20px;width:80px;height:80px;margin:0 auto;display:block;float:left;}
 */