﻿/*通用类*/
*{
	margin:0;
	padding:0;		
}
body{		
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	text-align:justify;	
	color:#333;
	overflow-x:hidden;
	position:relative;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none !important;	
	outline:none !important;
}
a:hover{
	color:#004b72;	
}
ul{
	list-style-type:none;	
	margin:0;
}
dl{
	margin:0;
	padding:0;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.ck_device{
	position:absolute;
	top:-300px;
}

/*所有设备公用 CSS*/
.wrapin{
	width:1300px;
	margin-left:auto;
	margin-right:auto;	
}

/*total*/

.header{
	height: 98px;
	position: relative;
	z-index: 100;
	background:#fff;
	border-bottom:5px solid #004b75;
}
.header .wrapin{
	height: 98px;
	position: relative;
	z-index: 100;
}
.header .logo{
	float: left;
	display: block;
	height: 98px;
}
.header .logo img{
	display: block;
	height: 50px;
	padding-top:25px;
}
.nav{
	float: left;
	line-height: 98px;
	padding-right:30px;
	border-right:1px solid #ddd;
	font-size:16px;
}
.nav a{
	float: left;
	margin-left:25px;
}
.nav a:hover,.nav a.hover{
	color:#004b72;
}
.nav_search{
	float: left;
	position: relative;
	z-index: 100;
}
.nav_search .btn{
	display: block;
	width: 75px;
	height: 98px;
	background:url(../images/nav_search.png) no-repeat center center;
}
.ns_down{
	width: 400px;
	height: 50px;
	background:#fff;
	position: absolute;
	right: 0;
	top: 98px;
	z-index: 100;
	display: none;
}
.nav_searchdown .ns_down{
	display: block;
}
.ns_down .text{
	height: 50px;
	float: left;
	border:0;
	line-height: 50px;
	font-size:16px;
	width: 300px;
	padding-left:15px;
}
.ns_down .sub{
	float: right;
	width: 75px;
	height: 50px;
	background:url(../images/nav_search.png) no-repeat center center;
}
.nav_lans{
	float: left;
	line-height: 98px;
}
.nav_lans a{
	color:#666;
}
.nav_lans .hover{
	color:#004b74;
}

.header-mb{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#fff;	
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.header-mb .logo{
	float:left;
	margin-left:3%;
}
.header-mb .logo img{
	display:block;
	height:35px;
	width:auto;
	padding-top:8px;
}
.header-mb-zw{
	height:51px;
	clear:both;
}
.nav-mb{
	position:fixed;
	right:0;
	top:0;
	z-index:99;	
	width:100%;
	height:100%;	
	padding-top:50px;
	display:none;
}
.nav-mbshow{
	display:block;
	background:#fff;
	padding-top:70px;	
}
.menu-btn{
	width:60px;
	height:50px;		
	position:fixed;
	right:0;
	top:0;
	background:url("../images/menu.png") no-repeat center center;
	z-index:110;
	background-size:25px auto;
}
.menu-btnshow{
	background-image:url("../images/menu_close.png");
	background-size:20px auto;	
}
.nav-mb dl{
	width:90%;
	margin:0 auto;	
	font-size:14px;
}
.nav-mb a{
	display:block;	
}
.nav-mb dt{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;		
}
.nav-mb .par2{
	background:url(../images/add_btn.png) no-repeat right center;
	background-size:auto 12px;
}
.nav-mb .down .par2{
	color:#004b75;
	font-weight:bold;
	background-image:url(../images/close_btn.png);
}
.nav-mb .down dt{
	
}
.nav-mb dd{
	line-height:30px;	
	display:none;
}
.nav-mb .down dd{
	padding-left:25px;
	display:block;	
}
.nav-mb dd a{
	color:#666;	
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #ccc;
}

.footer{
	background:#004B75;
}
.ft_left{
	width: 630px;
	float: left;
	height: 280px;
	border-right:1px solid #4D8199;
	margin:30px 0 40px 0;
	margin-right:80px;
}
.ft_nav{
	float: left;
	width: 150px;
    white-space:nowrap;
}
.ft_nav dt{
	line-height: 50px;
}
.ft_nav:nth-child(3){ 
	width: 220px;
}
.ft_nav:nth-child(4){ 
	width: 100px;
}
.ft_nav dt a{
	color:#fff;
}
.ft_nav dd{
	line-height: 28px;
}
.ft_nav dd a{
	color:rgba(255, 255, 255,0.3);
}
.ft_nav dd a:hover{
	color:#fff;
}
.ft_mid{
	width: 120px;
	float: left;
	height: 220px;
	margin:30px 0 40px 0;
}
.ft_mid dt{
	line-height: 50px;
}
.ft_mid dt a{
	color:#fff;
	padding-left:20px;
}
.ft_code{
	float: left;
	width: 110px;
	text-align: center;
	margin:20px 0 0 0;
}
.ft_code dt{
	display: block;
	height: 110px;
}
.ft_code img{
	display: block;
	width: 110px;
	height: 110px;
}
.ft_code dd{
	line-height: 40px;
	color:rgba(255, 255, 255,0.3);
}
.ft_right {
	float: right;
	padding:40px 0 0 0;
}
.ft_right .tel{
	height: 50px;
	line-height: 50px;
	font-size:30px;
	color:#d0111a;
	font-family:arial;
	padding-left:45px;
	background:url(../images/ft_tel.png) no-repeat left center;
}
.ft_right .name{
	line-height: 52px;
	font-size:18px;
	color:#fff;
}
.ft_right .pos{
	line-height: 28px;
	font-size:14px;
	color:rgba(255, 255, 255,0.3);
	width: 328px;
	position: relative;
	padding-left:42px;
	text-indent:-42px;
}
.ft_right .hw{
	color:rgba(255, 255, 255,0.3);
	line-height: 28px;
	font-size:14px;
}
.ft_gov{
	margin-top:10px;
	display: block;
}


.footer_copy{
	clear: both;
	height: 55px;
	line-height: 55px;
	background:rgba(0, 0, 0,0.3);
	color:rgba(255, 255, 255,0.3);
	text-align: center;
}
.footer_copy a{
	color:rgba(255, 255, 255,0.3);
}
.footer_copy img{
	height: 20px;
    vertical-align:middle;
    margin-left:5px;
    margin-top:-5px;
}
.footer-m{
	background:#004B75;
}
.footer-m .wp{
	padding:21px 3% 0 3%;
}
.footer-m .tel{
	font-size:20px;
	color:#d01119;
	height: 30px;
	line-height: 30px;
	padding-left:43px;
	background:url(../images/ft_tel.png) no-repeat left center;
	background-size:auto 100%;
}
.footer-m .name{
	line-height: 52px;
	font-size:15px;
	color:#fff;
}
.footer-m .tips{
	font-size:14px;
	line-height: 25px;
	color:rgba(255, 255, 255,0.3);
	padding-bottom:20px;
	border-bottom:1px solid #4D8199;
	margin-bottom:16px;
}
.ft_navm{
	border-bottom:1px solid #4D8199;
}
.ft_navm dt{
	height: 45px;
	line-height: 45px;	
	font-size:15px;
	color:#fff;
}
.ft_navm .par{
	background:url(../images/ft_nav.png) no-repeat right center;
	background-size:auto 100%;
}
.ft_navmdown .par{
	background-image:url(../images/ft_navh.png);
}
.ft_navm dd{
	line-height: 40px;
	padding-left:10px;
	display: none;
}
.ft_navmdown dd{
	display: block;
}
.ft_navm dd a{
	color:rgba(255, 255, 255,0.3);
	font-size:14px;
}
.ft_navmend{
	border:0;
}
.fm_copy{
	padding:8px 3%;
	background:rgba(0, 0, 0,0.3);
	font-size:12px;
	line-height: 1.8;
	color:rgba(255, 255, 255,0.3);;
}

/*total*/

/*hm首页*/

.banner{
	width:100%;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;		
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner .swiper-slide a{
	display:block;
	width:100%;	
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;  
  margin: 0 3px;
  cursor: pointer;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #004b75;
}

/*hm 首页*/

/*所有设备公用 CSS*/

/* PC大屏幕 big star*/
@media screen and (min-width: 1300px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.wrapin{
	width:1300px;	
}

.h_news{
	padding-bottom:72px;
}
.h_news .cleft{
	float: left;
	width: 680px;
}
.h_news .head{
	height: 140px;
}
.h_news .head dt{
	font-size:30px;
	font-weight: bold;
	color:#333;
	line-height: 42px;
	padding-top:42px;
}
.h_news .head dd{
	height: 40px;
	line-height: 40px;
	font-size:18px;
	color:#999;
}
.hn_slider .photo{
	display: block;
	width: 100%;
	height: 420px;
	margin-bottom:10px;
}
.hn_slider .photo img{
	display: block;
	width: 100%;
	height:420px;
}
.hn_slider dt{
	height: 30px;
	line-height: 30px;
	font-size:16px;
}
.hn_slider .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_slider dd{
	height: 30px;
	line-height: 30px;
	color:#868686;
}
.hn_slider .tip{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_slider .swiper-pagination {
  position: absolute; 
  text-align: center;
  bottom:25px;
  width: 100px;
  right: 0;
  left:auto;
}
.hn_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #dde1ed;  
  margin: 0 2px;
  cursor: pointer;
  opacity: 1;
  border-radius:0;
}
.hn_slider .swiper-pagination-bullet-active {
  background: #004b75;
  width: 20px;
}
.h_news .cright{
	float: right;
	width: 580px;
	padding-top:55px;
}
.h_news .handle{
	height: 76px;
}
.h_news .btn{
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius:20px;
	background:#f8f8f8;
	margin-right:18px;
}
.h_news .handle .hover{
	color:#fff;
	background:#004b75;
}
.h_news .con{
	display: none;
}
.h_news .show{
	display: block;
}
.h_news .item{
	height: 100px;
	border-bottom:1px solid #dddddd;
}
.h_news .date{
	float: left;
	width: 90px;
	text-align: center;
	padding-top:24px;
}
.h_news .date dt{
	height: 30px;
	line-height: 30px;
	font-size:30px;
	font-weight: bold;
	font-family:arial;
	color:#004b75;
}
.h_news .date dd{
	line-height: 40px;
	font-size:14px;
	color:#999;
}
.h_news .line{
	float: left;
	height: 56px;
	border-left:1px dashed #838a94;
	margin:25px 0 0 0;
}
.h_news .inf{
	float: right;
	width: 464px;
	padding-top:18px;
}
.h_news .inf dt{
	height: 32px;
	line-height: 32px;
	font-size:16px;
}
.h_news .inf .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_news .inf dd{
	height: 30px;
	line-height: 30px;
	color:#999;
}
.h_news .inf .tip{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_news .more{
	display: inline-block;
	color:#666;
	height: 25px;
	line-height: 25px;
	margin-top:30px;
	padding:0 40px 0 12px;
	background:url(../images/more.png) no-repeat right center;
}

.h_about{
	height: 656px;
	background:url(../images/habbg.png) no-repeat top center;
}
.h_head{
	text-align: center;
	padding:75px 0 45px 0;
}
.h_head .t1{
	height: 40px;
	line-height: 40px;
	font-size:30px;
}
.h_head .t2{
	height: 36px;
	line-height: 36px;
	font-size:18px;
	color:#999;
}
.h_about .cleft{
	float: left;
	width: 590px;
}
.h_about .tip{
	font-size:14px;
	line-height: 25px;
}
.h_about .cts{
	padding:66px 0 54px 0;
	height: 85px;
}
.h_about dl{
	height: 85px;
	border-right:1px solid #ccc;
	float: left;	
	text-align: center;
}
.h_about .end{
	border-right:0;
}
.h_about dt{
	height: 50px;
	line-height: 50px;
	position: relative;
	padding:0 55px;
}
.h_about dt span{
	font-size:52px;
	color:#004b74;
}
.h_about dt em{
	position: absolute;
	font-size:14px;
	color:#999999;
	position: absolute;
	right: 30px;
	top: 0;
	line-height: 22px;
}
.h_about dd{
	line-height: 35px;
	font-size:14px;
	color:#999;
}
.h_about .join{
	display: block;
	width: 165px;
	height: 48px;
	line-height: 48px;
	background:#004b75 url(../images/sj1.png) no-repeat 136px center;
	font-size:14px;
	color:#fff;
	text-indent:24px;
	margin-left:15px;
}
.h_about .photo{
	display: block;
	width: 512px;
	height: 460px;
	float: right;
	margin-top:-150px;
}
.h_about .photo img{
	display: block;
	width: 512px;
	height: 460px;
	margin-top:30px;
	border-top-left-radius:9%;
	border-bottom-right-radius:9%;
}

.h_busi{
	padding-bottom:130px;
}
.h_busi .item{
	display: block;
	width: 194px;
	height: 220px;
	padding-top:60px;
	float: left;
	margin-right:27px;
	border-radius:15px;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
}
.h_busi .item:nth-child(6){
	margin-right:0;
}
.h_busi .item:hover{
	background:#004b75;
	color:#fff;
	box-shadow:0 0 15px rgba(0,75,120,0.15);
}
.h_busi .ico{
	display: block;
	width: 100px;
	height: 100px;
	margin:0 auto;
	overflow: hidden;	
	position: relative;
	margin:0 auto;
}
.h_busi .im1{
	display: block;
	width: 100px;
	height: 100px;
}
.h_busi .im2{
	display: none;
	width: 100px;
	height: 100px;
}
.h_busi .item:hover .im1{
	display: none;
}
.h_busi .item:hover .im2{
	display: block;
}
.h_busi .name{
	text-align: center;
	line-height: 125px;
	font-size:16px;
}

.h_case{
	height: 642px;
	background:url(../images/hcase.jpg) no-repeat top center;
}
.h_case .h_head{
	color:#fff;
}
.h_case .h_head .t2{
	color:#fff;
}
.hc_slider{
	width: 1300px;
	margin:0 auto;
	height: 320px;	
	overflow: hidden;
	position: relative;
	padding:0 20px;
}
.hc_slider .item{
	display: block;
	width: 380px;
	margin:0 auto;
}
.hc_slider .item img{
	display: block;
	width: 380px;
	height: 254px;
}
.hc_slider .name{
	line-height: 60px;
	color:#fff;
	display: block;
}
.hc_slider .cbtn{
	height: 254px;
	width: 23px;
	position: absolute;
	z-index: 20;
	top: 0;
	cursor: pointer;
}
.hc_slider .my-prev{
	left: 0;
	background:url(../images/hc_pre.png) no-repeat center center;
}
.hc_slider .my-next{
	right: 0;
	background:url(../images/hc_next.png) no-repeat center center;
}
.h_case .more{
	display: block;
	width: 114px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	border:2px solid #fff;
	border-radius:22px;
	margin:20px auto 0 auto;
}
.h_case .more:hover{
	color:#004b75;
	background:#fff;
}
.h_par{
	padding-bottom:106px;
}
.h_par .wrapin{
	position: relative;
	overflow: hidden;
}
.h_par .s_list{
	width: 1350px;
}
.h_par a{
	display: block;
	width: 248px;
	height: 124px;
	float: left;
	margin:0 12px 12px 0;
	border:1px solid #dddddd;
}
.h_par img{
	display: block;
	width: 248px;
	height: 124px;
}
.h_par .more{
	display: block;
	width: 114px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#004b75;
	border:2px solid #004b75;
	border-radius:22px;
	margin:20px auto 0 auto;
    float: none;
}
.h_par .more:hover{
	color:#fff;
	background:#004b75;
}
.cm_banner{
	height: 370px;
	background-repeat:no-repeat;
	background-position:top center;
	position: relative;
}
.cm_banner dl{
	width: 1300px;
	color:#fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:0 0 0 -650px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cm_banner dt{
	font-size:40px;
	font-weight: bold;
}
.cm_banner dd{
	font-size:26px;
}

.gu_list{
	width: 1300px;
	margin:40px auto;
	position: relative;
	overflow: hidden;
}
.gu_list .s_list{
	width: 1350px;
}
.gu_list a{
	display: block;
	width: 295px;
	height: 148px;
	border:1px solid #ddd;
	float: left;
	margin:0 37px 37px 0;
}
.gu_list img{
	display: block;
	width: 295px;
	height: 148px;
}

.al_list{
	width: 1300px;
	margin:80px auto;
	overflow: hidden;
}
.al_list .s_list{
	width: 1350px;
}
.al_item{
	display: block;
	width: 400px;
	height: 464px;
	float: left;
	margin-right:50px;
}
.al_item img{
	display: block;
	width: 400px;
	height: 282px;
	margin-bottom:10px;
}
.al_item dt{
	height: 60px;
	line-height: 60px;
	font-size:18px;
}
.al_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.al_item dd{
	font-size:14px;
	line-height: 21px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.al_item:hover dd{
	color:#004b75;
}
.page{
	text-align: center;
}
.page a,.page span.hover{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius:100%;
	border:1px solid #e5e5e5;
	margin:0 5px;
}
.page a:hover,.page .hover{
	background:#004b75;
	border-color:#004b75;
	color:#fff;
}
.page a[disabled] {
    cursor: not-allowed;
    opacity: .35;
    background: #fff;
    color: inherit;
    border-color:#e5e5e5;
}

.cn_toper{
	width: 1300px;
	margin:0 auto 50px auto;
}
.cn_toper .title{
	font-size:26px;
	color:#004b72;
	padding-top:30px;
}
.cn_toper .tags{
	height: 44px;
	line-height: 44px;
	font-size:20px;
	color:#bbb;
	border-bottom:1px solid #004b72;
	margin-bottom:35px;
}
.cn_toper li{
	height: 66px;
	clear: both;
	font-size:20px;
	color:#333;
	padding-left:50px;
	margin:15px 0;
}
.cn_toper .tit{
	float: left;
	font-size:20px;
	font-weight: bold;
	color:#004b74;
}
.cn_toper .l1{
	background:url(../images/cn_li1.png) no-repeat left top;
}
.cn_toper .l2{
	background:url(../images/cn_li2.png) no-repeat left top;
}
.cn_toper .l3{
	background:url(../images/cn_li3.png) no-repeat left top;
}
.cn_toper strong{
	float: left;
	font-size:30px;
	color:#333;
	height: 30px;
    line-height: 30px;
}
.cn_mes{
	background:#f2f4f7;
	padding:20px 0 60px 0;
}
.cn_mes .cleft{
	float: left;
	width: 570px;
}
.cn_mes .title{
	font-size:25px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	color:#004b74;
}
.cn_mes .fg14{
	height: 14px;
	clear: both;
}
.cn_mes .text{
	width: 230px;
	height: 36px;
	line-height: 40px;
	border:0;
	background:#fff;
	padding:0 20px;
}
.cn_mes .cnt{
	height: 100px;
	width: 100%;
	box-sizing:border-box;
	border:0;
	padding:15px 20px;
	resize:none;
	margin-bottom:30px;
}
.cn_mes .sub{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background:#004b75;
	font-size:18px;
	color:#fff;
}
.cn_mes .map{
	float: right;
	display: block;
	width: 660px;
	height: 320px;
	border:2px solid #fff;
	margin-top:20px;
}
.cn_mes .temp{
	display: block;
	width: 660px;
	height: 320px;
}

.job_wp{
	width: 1300px;
	margin:0 auto;
	padding-bottom:75px;
}
.job_tip{
	font-size:16px;
	line-height: 35px;
	color:#666;
	padding:76px 0 54px 0;
}
.job_tip strong{
	font-size:18px;
	color:#004b73;
}
.job_table{
	width: 100%;
	text-align: center;
	border:1px solid #dfe5e9;
	color:#666;
}
.job_table th{
	height: 74px;
	background:#004b74;
	font-weight: normal;
	color:#fff;
	font-size:18px;
	border:1px solid #dfe5e9;
	min-width: 200px;
}
.job_table td{
	height: 74px;
	border:1px solid #dfe5e9;
	min-width: 200px;
	font-size:14px;
}
.job_table .bk td{
	background:#f2f5f9;
}
.job_table .zk td{
	background:#f2f5f9;
	padding:15px 40px;
	text-align:left;
	display: none;
}
.job_table dt{
	line-height: 45px;
	font-size:16px;
}
.job_table dd{
	line-height: 25px;
	color:#666;
}

.cm_navs{
	height: 100px;
	line-height: 50px;
	background:#f8f8f8;
	font-size:16px;
}
.cm_navs a{
	float: left;
	display: inline-block;
	margin-right:8px;
	padding:0 10px;
	height: 50px;
	line-height: 50px;
	box-sizing:border-box;
}
.cm_navs .hover{
	color:#004b75;
	border-bottom:2px solid #004b75;
}

.ne_list{
	width: 1300px;
	margin:35px auto;
}
.ne_list .page{
	margin-top:35px;
}
.ne_item{
	padding:40px 0;
	border-bottom:1px solid #ddd;
	position: relative;
}
.ne_item .photo{
	float: left;
	display: block;
	width: 320px;
	height: 220px;
}
.ne_item .photo img{
	display: block;
	width: 320px;
	height: 220px;
}
.ne_item .inf{
	float: left;
	width: 715px;
	padding-left:65px;
}
.ne_item .name{
	height: 46px;
	line-height: 24px;
	font-size:18px;
}
.ne_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ne_item .tip{
	line-height: 21px;
	color:#999;
	height: 84px;
}
.ne_item .date{
	height: 74px;
	line-height: 74px;
	color:#004b75;
}
.ne_item .more{
	display: block;
	width: 55px;
	height: 55px;
	border-radius:100%;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top:-27px;
	background:#e5e5e5;
	line-height: 55px;
	text-align: center;
	color:#fff;
}
.ne_item:hover .nm{
	color:#004b75;
}
.ne_item:hover .tip{
	color:#004b75;
}
.ne_item:hover .more{
	background:#004b75;
}

.pr_toper{
	width: 1300px;
	margin:50px auto 0 auto;
}
.pr_toper .photo{
	float: left;
	padding-left:2%;
}
.pr_toper .photom{
	float: center;
	margin:40px auto;
}
.pr_toper .photo2{
	float: center;
	margin:10px auto 40px auto;
}
.pr_toper .photo3{
	float: left;
	padding:15px 15px;
	border-style:dotted;
	width:45%;
	margin:10px 10px 30px 0;
}
.pr_toper .photo4{
	float: left;
	padding:15px 15px;
	border: 1px solid #ddd;
	width:94%;
	margin:10px 10px 30px 0;
}
.pr_toper .probz_tit{
	color:#004B75;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.pr_toper .probz_tit dt{
	color:#666;
	font-size:15px;
	padding:0 0 12px 0;
}
.pr_toper .probz_tit dd{
	color:#666;
	height:30px;
	line-height:30px;
	font-size:14px;
}
.pr_toper ul{
	float: right;
	width: 100%;
	padding-top:0;
	padding-right:0;
}
.pr_toper li{
	height: 66px;
	line-height: 66px;
	background:#f3f3f3;
	padding-left:32px;
	margin-bottom:15px;
	color:#666;
    float:left;
    width:calc(50% - 52px);
    margin-right: 10px;
}

.pr_fw{
	width: 1300px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.pr_fw .head{
	padding:45px 0;
	text-align: center;
}
.pr_fw .head dt{
	line-height: 50px;
	font-size:24px;
}
.pr_fw .head dt1{
	line-height: 50px;
	font-size:24px;
}
.pr_fw .head dt2{
	line-height: 50px;
	font-size:24px;
}
.pr_fw .head dd{
	line-height: 1.8;
	color:#999;
}
.pr_fw .head dd2{
	line-height: 1.8;
	color:#999;
}
.pr_fw .head1{
	text-align: left;
}
.pr_fw .head1 dt{
	line-height: 50px;
	font-size:24px;
}
.pr_fw .head1 dd{
	line-height: 1.8;
	color:#999;
}
.pr_fw .head2{
	text-align: left;
}
.pr_fw .head2 dt{
	line-height: 30px;
	font-size:16px;
	margin-bottom:20px;
}
.pr_fw .head3{
	text-align: center;
}
.pr_fw .head3 dt{
	line-height: 50px;
	font-size:24px;
}
.pr_fw .s_list{
	width: 1350px;
}
.pr_fw .gjyw{
	width: 48%;
	display: inline-block;
	padding-bottom:40px;
	float:left;
}
.pr_fw .gjyw .pic{
	float:left;
}
.pr_fw .gjyw .pic img{
	padding:0 30px 15px 0;
	width:100px;
	height:100px;
	vertical-align:text-top;
}
.pr_fw .gjyw .txt{
	width: 70%;
	display: inline-block;
	vertical-align:text-top;
}
.pr_fw .gjyw .txt dl{
	line-height: 50px;
	font-size:20px;
}
.pr_fw .gjyw .txt dt{
	line-height: 25px;
	font-size:16px;
	color:#999;
}
.pr_item{
	display: block;
	width: 410px;
	float: left;
	margin:0 35px 80px 0;
	position: relative;
}
.pr_item img{
	display: block;
	width: 100%;
	height:260px;
}
.pr_item .intro{
	width: 290px;
	height: 190px;
	padding:10px 35px 0 35px;
	margin:-20px auto 0 auto;
	position: relative;
	z-index: 20;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
}
.pr_item .name{
	height: 54px;
	line-height: 54px;
	font-size:24px;
}
.pr_item .tip{
	font-size:14px;
	line-height: 25px;
	color:#999;
}
.pr_item .read{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color:#1b3685;
	padding-right:20px;
	background:url(../images/more2.png) no-repeat right center;
}

.vi_detail{
	width: 1300px;
	margin:0 auto;	
}
.vi_head{
	padding:47px 0 53px 0;
	border-bottom:1px solid #ddd;
	position: relative;
}
.vi_head i{
	display: block;
	width: 86px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background:#004b74;
}
.vi_head .t1{
	font-size:30px;
	line-height: 1.8;
}
.vi_head .date{
	line-height: 60px;
	color:#999;
	font-size:20px;
}
.vi_cnt{
	font-size:16px;
	color:#666;
	line-height: 35px;
	padding:25px 0 60px 0;
}
.vi_cnt img{
	display: block;
	margin:15px auto;
}
.vi_page{
	margin-bottom:80px;
}
.vi_page .link{
	display: block;
	width: 50%;
	height: 50px;
	line-height: 48px;
	box-sizing:border-box;
	border:1px solid #ddd;
	float: left;
	padding-left:2em;
}
.vi_page .link:hover{
	color:#fff;
	background:#004b74;
	border-color:#004b74;
}
.vi_page span{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.vi_share{
	width: 100px;
	position: fixed;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	background:#f6f6f8;
	border-radius:5px;
}
.vi_share .tit{
	line-height: 70px;
	text-align: center;
	color:#999;
}
.vi_share .bn{
	position: relative;
	z-index: 100;
	margin-bottom:24px;
}
.vi_share .btn{
	display: block;
	width: 28px;
	height: 28px;
	margin:0 auto;
}
.vi_share .im1{
	display: block;
	width: 28px;
	height: 28px;
}
.vi_share .im2{
	display: none;
	width: 28px;
	height: 28px;
}
.vi_share .bn:hover .im1{
	display: none;
}
.vi_share .bn:hover .im2{
	display: block;
}
.vi_share .af{
	display: none;
	z-index: 100;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 100px;
}
.vi_share .bn:hover .af{
	display: block;
}

.ab_toper{
	width: 1300px;
	margin:70px auto 90px auto;
}
.ab_toper .cleft{
	float: left;
	width: 585px;
}
.ab_toper .date{
	font-size:70px;
	color:#ebebeb;
	height:80px;
}
.ab_toper .name{
	font-size:24px;
	line-height: 60px;
	color:#666;
}
.ab_toper p{
	font-size:15px;
	line-height: 2;
	color:#666;
}
.ab_toper .vview{
	display: block;	
	float: right;
}
.ab_toper .vdo{
	display: block;	
	width: auto;
	height: 370px;
	border: none;
}
.ab_toper .txt{
	display: block;
	text-align:center;
	line-height:16px;
	margin-top:25px;
	position: relative;
	font-size:16px;
	height:30px;
	color:#999;
}
.ab_toper img{
    width:25px;
	height:16px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}

.ab_tags{
	width: 1300px;
	margin:0 auto;
}
.ab_tags .item{
	display: block;
	width: 244px;
	height: 190px;
	background:#f2f4f7;
	float: left;
	margin-right:20px;
}
.ab_tags .end{
	margin-right:0;
}
.ab_tags dt{
	height: 54px;
	line-height: 54px;
	padding-top:54px;
	position: relative;
	text-align: center;
}
.ab_tags span{
	font-size:48px;
	color:#004b74;
	font-family:arial;
}
.ab_tags em{
	position: absolute;
	right: 50px;
	top: 50px;
}
.ab_tags .end em{
	right: 10px;
}
.ab_tags dd{
	line-height: 50px;
	color:#999;
	text-align: center;
}
.ab_cul .head{
	text-align: center;
	padding:68px 0 54px 0;
}
.ab_cul .head dt{
	height: 48px;
	line-height: 48px;
	font-size:26px;
	font-weight: bold;
}
.ab_cul .head dd{
	height: 25px;
	line-height: 25px;
	color:#999;
}
.cul_outer{
	width: 1300px;
	height: 520px;
	margin:0 auto;
	position: relative;
}
.cul_slider{
	width: 1300px;
	height: 520px;
	position: relative;
	overflow: hidden;
}
.cul_slider img{
	display: block;
	width: 1300px;
	height: 520px;
}
.cul_btns{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 60;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color:#fff;
}
.cul_btns .btn{
	width: 25%;	
	height: 100%;
	border-left:1px solid rgba(255,255,255,0.5);
	float: left;
	margin-left:-1px;
	cursor: pointer;
}
.cul_btns .ico{
	display: block;
	height: 50px;
	margin:50px 0 0 30px;
}
.cul_btns .name{
	padding:16px 0 0 30px;
	height: 60px;
	font-size:16px;
	line-height: 20px;
	font-weight: bold;
}
.cul_btns .tips{
	padding-left:30px;
	width: 240px;
	line-height: 1.8;
	display: none;
}
.cul_btns .hover .tips{
	display: block;
}

.ab_his{
	padding:40px 0 130px 0;
	background:url(../images/ab_his.jpg) no-repeat bottom center;
}
.ab_his .title{
	font-size:26px;
	font-weight: bold;
	line-height: 120px;
	text-align: center;
}
.ab_his .lis{
	width: 900px;
	margin:0 auto;
	position: relative;
}
.ab_his .pos{
	display: block;
	width: 22px;
	height: 25px;
	background:url(../images/ab_pos.png) no-repeat top center;
	margin:0 auto 70px auto;
	position: relative;
	z-index: 20;
}
.ab_his .line{
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-1px;
	background:#ccc;
}
.ab_his .item{
	width: 255px;
	float: right;
	padding-left:125px;
	position: relative;
	font-size:18px;
	min-height: 90px;
	clear: both;
	line-height: 28px;
}
.ab_his .date{
	position: absolute;
	left: 0;
	top: 0;
	font-size:20px;
	font-weight: bold;
	color:#004b75;
}
.ab_his .ck{
	display: block;
	width: 10px;
	height: 10px;
	border-radius:100%;
	background:#fff;
	position: absolute;
	top: 6px;
	z-index: 10;
	left: -77px;
	border:2px solid #d0131d;
}
.ab_his .item dd{
    float: left;
    text-align: left;
	width:auto;
	
}
.ab_his .item:nth-child(even){
	float: left;
	padding:0 125px 0 0;
	text-align:right;
}
.ab_his .item:nth-child(even) .date{
	left:auto;
	right: 0;
}
.ab_his .item:nth-child(even) .ck{
	right:-77px;
	left:auto;
}
.ab_his .after{
	display: none;
}
.ab_his .load{
	display: block;
	width: 112px;
	height: 36px;
	line-height: 36px;
	border-radius:3px;
	color:#fff;
	text-align: center;
	margin:0 auto;
	background:#004b75;
	position: relative;
	z-index: 20;
}

.ab_honor{
	padding-bottom:90px;
}
.ab_honor .title{
	height: 190px;
	line-height: 190px;
	text-align: center;
	font-size:26px;
	font-weight: bold;
}
.ab_outer{
	width: 1000px;
	margin:0 auto;
	position: relative;
}
.ab_outer .cbtn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	border-radius:100%;
	background:#e5e5e5;
	position: absolute;
	top: 50%;
	margin-top:-25px;
	cursor: pointer;
}
.ab_outer .cbtn:hover{
	background:#004b75;
}
.ab_outer .my-prev{
	left: 0;
}
.ab_outer .my-next{
	right: 0;
}
.ho_slider{
	width: 880px;
	height: 420px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.ho_slider .swiper-slide img{
	display: block;
	width: 300px;
	height: 420px;
}
.ho_slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
}
.ho_slider .swiper-slide-active,.ho_slider .swiper-slide-duplicate-active{
      transform: scale(1);
}

/* PC大屏幕 big end*/
}