/*重置*/
@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;	
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],input[type="reset"],input[type="button"],input {
	-webkit-appearance:none;
	resize:none;
	outline:none;
}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* 设置HTML5元素为块 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
/* 图片自适应 */
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	border:0;
	/* ie8 */
	-ms-interpolation-mode:bicubic;
	/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
	border:none;
	font-family: "Microsoft Yahei";
}
body {
	font:normal px/1 "Microsoft Yahei",Tahoma,"Lucida Grande",Verdana,STXihei,hei;
	color: #333;
}
em,i {
	font-style:normal;
}
strong {
	font-weight:normal;
}
.clearfix:after {
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.clearfix {
	zoom:1;
}
a {
	text-decoration:none;
	color:#333;
	transition:all .3s ease;
}
a:hover {
	color:#0250a3;
	text-decoration:none;
}
ul,ol {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img {
	border:none;
	max-width:100%;
}
.container{
	min-height:100%;
	margin:0 10px;
}
.container1{
	min-height:100%;
	margin:0 10px;
}
.m-show{
	/* 手机显示，电脑不显示 */
}
.pc-show{
	/* 电脑显示，手机不显示 */
	display: none;
}
.flex{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flex;
	display:flex;
}
.flex-1 {
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
}

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
　　-webkit-box-pack: center;
　　-webkit-justify-content: space-around;
　　-ms-flex-pack: center;
　　justify-content: space-around;
}

/*头部*/
header{
	position: relative;
	z-index:2;
}
.welcome-box{	
	color: #666;
	border-bottom:1px solid #ececec;
}
.welcome-box .container{
	height:40px;
}
.welcome-box .container1{
	height:60px;
	font-size:16px;
}
.welcome-box .calendar img{
	margin-right: 10px;
}
.search-box{
	display:flex;
	width:256px;
	height:30px;
	line-height:30px;
}
.search-box .ipt-text{
	flex:1;
	background-color: #f2f2f2;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	padding:0 15px;
}
.search-box .ipt-btn{
	width:38px;
	background: url(../imgs/icon_search.jpg) no-repeat center center;
	background-color: #2180d6;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	cursor:pointer;
}

/* pc导航 */
.nav-pc{
	height:51px;
	background: linear-gradient(-180deg,#fff,#f1faff);
	position: relative;
	-webkit-box-shadow: 0px 5px 5px rgba(102,102,102,.2);
	-moz-box-shadow: 0px 5px 5px rgba(102,102,102,.2);
	box-shadow: 0px 5px 5px rgba(102,102,102,.2);
}
.nav-pc a{
	color: #0250a3;
	font-size: 16px;
}
.nav-pc .logo-space-pc{
	width:300px;
}
.nav-pc .logo-box{
	width:300px;
	height:98px;
	background: url(../imgs/bg_nav_logo.png) no-repeat center top;
	position: absolute; 
	left:50%;
	margin-left: -150px;
	top:0;
	text-align: center; 
	padding-top: 16px;
}
.nav-pc li{
	line-height:50px;
}
.nav-pc li:hover .submenu{
	display: block;
}
.nav-pc .submenu{
	display: none;
	width:100%;
	background-color: rgba(245, 245, 245, 0.9);
	position: absolute; 
	left:0;
	top:51px;
	line-height:1;
}
.nav-pc .submenu .leftbox{
	border-right:1px solid #d2d2d2 ;
}
.nav-pc .submenu .rightbox{
	/* border-left:.5px solid #d2d2d2 ; */
}
.submenu dl dt{
	font-size: 22px; 
	margin-bottom: 20px;
	padding-top: 30px;
}
.submenu dl dd{
	line-height:28px;
	color: #666;
	padding-right: 30px;
	margin-bottom: 20px;
}
.submenu .more{
	display: block;
	width: 160px;
	height: 36px; 
	line-height:36px;
	border:1px solid #0250a3;
	text-align: center;
	margin-bottom: 30px;
}
.submenu .imgbox{
	padding:30px 0 30px;
}
.submenu ul{
	flex:1;
	padding:50px 0 30px;
}
.submenu ul li{
	line-height:40px;
	border-bottom:1px #e9ebed solid;
	padding:0 20px;
	margin:0 30px;
}
.submenu ul li a{
	color: #666;
}

/* 手机导航 */
.header-m{
	width:100%;
	height:50px;
	background-color: #fff;
	position: relative;
}
.mfixed .header-m{
	position: fixed;
	top:0;
	left:0;
	z-index:9;
}
.mfixed:before{
	content:"";
	display: block;
	height:50px;
}
.header-m .logo{
	height:40px;
}
.header-m .logo img{
	height:40px;
}
.header-m .btn-menu{
	width:30px;
	height:20px;	
	position: relative;	
}
.header-m .btn-menu i{
	display: block;
	width:30px;
	height:2px;
	background-color: #0250a3;
	position: absolute;
	left:0;
}
.header-m .btn-menu i:first-child{
	top:0;
}
.header-m .btn-menu.on i:first-child{
	width:30px;
	top:-1px;
	left:4px;
	transform: rotate(45deg);
	transform-origin:left top;
}
.header-m .btn-menu i:last-child{	
	bottom:0;
}
.header-m .btn-menu.on i:last-child{
	width:30px;
	left:4px;
	bottom:-1px;
	transform: rotate(-45deg);
	transform-origin:left bottom;
}
.header-m .btn-menu i:nth-child(2){
	top:50%;
	margin-top: -1px;
}
.header-m .btn-menu.on i:nth-child(2){
	display: none;
}

.menu{
	display: block;
	width:100%;
	height:calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
	position: fixed; 
	left:100%;
	top:50px;
	z-index:9;
	overflow-y: auto;
	background-color: #f1faff;
	-webkit-transition: left .3s;
	-moz-transition: left .3s;
	-ms-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
.menu.open{
	left:0;
}
.menu ul li{
	
}
.menu ul li .h,.menu ul li a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color: #0250a3;	
	font-size: 16px;	
	padding:0 10px;
	line-height:65px;
	border-bottom:1px solid #ddf0fb;
}
.menu ul li .h span{
	display:flex;
	justify-content:center;
	align-items:center;
	width:20px;
	height:20px;
	position: relative;
}
.menu ul li .h span:before{
	content:"";
	display: block;
	width:15px;
	height:1px;
	background-color: #0250a3;
}
.menu ul li .h span:after{
	content:"";
	display: block;
	width:1px;
	height:15px;
	position: absolute; 
	top:50%;
	margin-top: -7.5px;
	left:50%;
	margin-left: -.5px;
	background-color: #0250a3;
}
.menu ul li.on .h span:after{
	display: none;
}
.menu ul li ul{
	display: none;
}
.menu ul li.on ul{
	display:block;
	border-bottom:1px solid #ddf0fb;
}
.menu ul li.on ul li ul{
	display: none;
}
.menu ul li ul li.on ul{
	display: block;
}
.menu ul li ul li ul li a{
	padding:0 60px;
	color: #999;
}
.menu ul li.on ul li .h span:after{
	content:"";
	display: block;
	width:1px;
	height:15px;
	position: absolute; 
	top:50%;
	margin-top: -7.5px;
	left:50%;
	margin-left: -.5px;
	background-color: #0250a3;
}
.menu ul li.on ul li.on .h span:after{
	display: none;
}
.menu ul li ul li .h,
.menu ul li ul li a{
	font-size: 14px; 
	color: #666;
	line-height:40px;
	padding:0 20px;
	border-bottom:none;
}


/* 内容页banner */
.common-banner{
	height:200px;
	background: no-repeat center top;
	-webkit-background-size: 1484px 300px;
	background-size: auto 100%;
}

/* 底部 */
footer{
	background: url(../imgs/bg_footer.jpg) no-repeat center bottom #383838;
}
.footer-menu{
	padding:35px 0;
	color: #c3c3c3;
}
.footer-menu dl dt{
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.footer-menu dl dt span,.footer-menu ul li a{
	padding:5px 0;
	border-bottom:2px solid #0062ca;
}
.footer-menu dl dd{
	line-height:36px;
}
.footer-menu dl dd a{
	color: #c3c3c3;
}
.footer-menu dl dd a:hover{
	color: #f5f5f5;
}
.footer-menu ul li{
	font-size: 16px; 
	color: #fff;
	margin-bottom: 45px;
}
.footer-menu ul li a{
	color: #fff;
}
.address-box{
	width:100%;
}
.address-box .logo{}
.address-box .address{
	margin-left: 30px;
	width: 30%;
}
.address-box .address1{
	margin-left: 30px;
	width: 20%;
}
.address-box .address img, .address-box .address1 img{
	margin-right: 10px;
	
}
.address-box .address .h1, .address-box .address1 .h1{
	margin-bottom: 20px;
}
.address-box .address .h2, .address-box .address1 .h2{
	line-height:20px;
}
.footer-menu .contact{
	line-height:36px;
	padding:50px 0 50px 50px;
}
.footer-copy{
	color: #787878;
	line-height:20px;
	text-align: center;
	padding-top: 10px; 
	
}
/* 中间二级菜单 */
.subnav{
	display: none;
	height:60px;
	-webkit-box-shadow: 0 5px 5px #f2f2f2;
	-moz-box-shadow: 0 5px 5px #f2f2f2;
	box-shadow: 0 5px 5px #f2f2f2;
}
.subnav a{
	font-size: 16px; 
	color: #333;
	line-height:60px;
	padding:0 20px;
	margin:0 10px;
}
.subnav a.on{
	color: #fff;
	background-color: #0250a3;
}
/* 公司简介 */
.about{}
.about .title{
	text-align: center; 
	padding-top: 40px; 
/*	padding-bottom: 30px;*/
}
.about .title dt{
	font-size: 30px;
	margin-bottom: 15px;
}
.about .title dd{
	font-size: 15px;
	color: #666666;
}
.about .upbox{
	
}
.about .introduction{
	background-color: #f5f5f5;
	padding:10px;
	margin:0 0 20px;
}
.about .introduction .bder{
	border:2px solid #fff;
	padding:0 15px;
	position: relative;
}
.bg-about-title{
	width:110px;
	position: absolute;
	top:-30px;
	left:20px;
}
.about .introduction .h1{
	font-size: 24px; 
	font-weight: bold;
	color: #0087d5;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 17px;
	padding-top: 10px;
	padding-left: 70px;
}
.about .introduction .h2{
	display: inline-block;
	font-size: 16px; 
	font-weight: bold;	
	position: relative;
	padding-bottom: 12px;
}
.about .introduction .h2:after{
	content:"";
	display: block;
	width:60%;
	height:2px;
	background-color: #0087d5;
	position: absolute; 
	left:0;
	bottom:0;
}
.about .introduction .p{
	font-size: 14px; 
	line-height:24px;
	padding:10px 0;
}
.about .video-box{
	position: relative;
	margin:0 10px;
}
.about .video-box .video{
	width:100%;
	height:100%
}
.about .video-box .video img{
	min-height:100%;
	min-width:100%;
}
.about .video-box .btn-play{
	width:48px;
	height:48px;
	position: absolute; 
	left:50%;
	margin-left: -24px;
	top:50%;
	margin-top: -24px;
	z-index:1;
}
.about-environment{
	padding-bottom: 30px;
}
.about-environment ul{
	
}
.about-environment ul li{
	margin-bottom: 10px;
}
.about-environment ul li img{
	 width:100%; 
}
/* 发展历程 */
.history-box{
	margin:30px 0;
	position:relative;
	background: url(../imgs/hostory_bg.jpg) no-repeat left bottom;
	background-size: auto 100% ;
}
.history-pro{
	padding:30px;	
}
.history-pro .tab-panel{
	display: none;
}
.history-pro .tab-panel.active{
	display: block;
}
.history-pro .bd{
	width: 100%;
	padding-bottom:70px;
	color: #fff;
}
.history-title-box .img{
	display: none;
}
.history-pro .h{
	width: 240px; 
	line-height:40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold; 
	text-align: center;
	background-color: #0250a3;
}
.history-pro .bd dl{
	margin-top: 22px;
}
.history-pro .bd dl dt{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.history-pro .bd dl dd{
	font-size: 16px;
	line-height:24px;
}
.history-title{
	
}
.history-title-box{
	height:100%;
	position:relative;	
}
.history-title .date{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
	height:80px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: absolute; 
	left:0;
	bottom:0;
	z-index:2;
	background-color: #0250a3;
}
.history-title .date span{
	padding:5px 0;
}
.history-title .date span.underline{
	border-bottom:2px solid #fff;
}
.history-title .title{
	width:120px;
	height:120px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to right,#0f5289,#2c7bbe);
	position: absolute;
	z-index:2;
	left:30px;
	top:20px;
	padding-left: 15px;
}
.history-title .title:before{
	content:"";
	width:3px;
	height:15px;
	background-color: #fff;
	position: absolute;
	left:15px;
	top:0;
}
.history-title .title:after{
	content:"";
	width:10px;
	height:1px;
	background-color: #fff;
	position: absolute;
	right:0;
	bottom:15px;
}
.history-title .title dt{
	font-size: 24px;
	padding-top: 30px;
	margin-bottom: 5px;
}
.history-title .title dd{
	font-size: 18px;
}
/* 领导班子 */
.team-box{
	margin:30px 0;
}
.team-box .title{
	background-color: #dcdcdc;
}
.team-box .title span{
	display: inline-block;
	line-height:50px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: #0250a3 url(../imgs/bg_team_title.jpg) no-repeat right center;
	-webkit-background-size: contain;
	background-size: contain;
	padding:0 50px 0 20px;
}
.team-item{
	width:200px;
	margin:30px auto;
}
.team-item .h{
	width:100%;
	line-height:40px;
	font-size: 16px;
	color: #fff;
	background-color: #0250a3;
	text-align: center;
}
.team ul{
	margin:0 -5px;
	padding-top: 25px;
}
.team ul li{
	width:50%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 5px;
}
.team ul li .team-item{
	width:100%;	
	margin: 5px auto;
}
.team ul li .team-item img{
	width:100%;
}
/* 公司荣益 */
.honor{
	margin:30px 0;
}
.honor .img{
	margin-right: 80px;
}
.honor dl dt{
	color: #07447a;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.honor dl dd{
	font-size: 14px;
	line-height:20px;
}
.honor .title{
	display:flex;
	justify-content:space-between;
}
.honor .title .tab-title{
	display:none;
}
.honor .title .tab-title li{
	width:120px;
	line-height:52px;
	background-color: #dcdcdc;
	font-size: 18px;
	text-align: center;
	margin-left: 30px;
}
.honor .title .tab-title li.on{
	color: #fff;
	background-color: #0250a3;
}
.honor .bd{
	overflow:hidden;
}
.honor-list{
	margin:0 -10px;
	padding-top: 15px;
}
.img-cover{
	display: none;
	width:100%;
	height:100%;
	position: fixed; 
	left:0;
	top:0;
	z-index:99;
	background-color: rgba(0,0,0,.8);
}
.img-cover img{
	width:80%
}
.img-cover.open{
	display:flex;
	justify-content:center;
	align-items:center;
}
.honor-list li{
	width:50%;
	float:left;	
	padding:0 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.honor .item{
	width:100%;
	position: relative;
}
.honor .item img{
	width:100%;
}
.honor .item .cover{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	background-color: rgba(7,68,122,.9);
	position: absolute; 
	left:0;
	top:0;
	opacity:0;
	transition:all .3s;
}
.honor .item:hover .cover{
	opacity:1;
}
.honor .item .cover .icon{
	width:30px;
	height:30px;
	background: url(../imgs/icon_honor_search.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.honor .item .cover p{
	font-size: 18px; 
	color: #fff;
	margin-top: 20px;
}
.pagination{
	display:flex;
	justify-content:center;
	margin-top: 30px;
}
.pagination li{
	width:auto;
}
.pagination a{
	color: #666;
	background-color: #efefef;
	padding:5px 10px;
	margin:0 5px;
}
.pagination a.on,.pagination a:hover{
	color: #fff;
	background-color: #0250a3;
}
/* 新闻中心 */
.news-main{
	background-color: #efefef;
}
.news-main .hd{
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.news-main .bd{
	
}
.news-main .item{
	display: block;
	background-color: #fff;
	margin-bottom: 50px;
}
.news-main .item .img{
	overflow:hidden;
}
.news-main .item img{
	width:100%;
	transition:all .8s ease 0s;
}
.news-main .item:hover img{
	transform: scale(1.1);
}
.news-main .item dl{
	font-size: 14px;
	padding:0 10px;
}
.news-main .item dt{
	border-bottom:1px solid #eaeaea;
	line-height:24px;
	padding:10px 0;
}
.news-main .item dd{
	line-height:40px;
	color: #999;
}
.news-main .swiper-pagination{
	bottom:20px;
}
.news-main .swiper-pagination-bullet{
	width:10px;
	height:10px;
}
.news-main .swiper-pagination-bullet-active{
	background-color: #0250a3;
}
.news-list{
	padding-top: 20px; 
	padding-bottom: 30px;
	overflow:hidden;
}
.djgz-list{
	padding-top: 20px; 
	padding-bottom: 30px;
	overflow:hidden;
}
/* 搜索条件 */
.condition{
	border:1px solid #e6e6e6;
	line-height:40px;
	padding:10px 12px;
}
.condition .name{
	font-size: 16px;
}
.condition select{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 10px;
	font-size: 14px;
	outline:none;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance:none;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
	background:#e9e9ed url(../imgs/icon_select.png) right center no-repeat;
}
.condition select::-ms-expand {
	display: none;
}
.condition .inputbox{
	
}
.condition .key{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 10px;
	outline:none;
	font-size: 14px;
	margin-bottom: 10px;
	border:1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.condition .btn-search{
	width:100px;
	height:40px;
	line-height:40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #0250a3;
	margin-bottom: 10px;
	cursor:pointer;
}
.news-list ul{
	padding-top: 5px;
}
.news-list .item{
	display: block;	
	font-size: 16px;
	border:1px solid #e6e6e6;
	line-height:24px;
	padding:5px 10px;
	margin-top: 10px;
}
.news-list .item span{
	color: #999999;	
}
.djgz-list ul{
	padding-top: 5px;
}
.djgz-list .item{
	display: block;	
	font-size: 16px;
	border:1px solid #e6e6e6;
	line-height:24px;
	padding:5px 10px;
	margin-top: 10px;
}
.djgz-list .item span{
	color: #999999;	
}
/* 新闻详情 */
.news-details{
	padding:30px 0;
}
.news-details .details-title{
	border-bottom:1px solid #bfbfbf;
	font-size: 18px;
	line-height:24px;
	padding-bottom: 10px;
}
.news-details .tp{
	margin-left:20px;
}
.news-details .details-title .h2{
	margin-top: 10px;
}
.news-details .visited{
	display:flex;
	align-items:center;
	font-size: 16px;
	color: #999;
}
.news-details .visited li{
	display:flex;
	align-items:center;
}
.news-details .visited li img{
	margin-right: 10px;
}
.news-details .visited li:first-child{
	margin-right: 20px;
}
.news-details .details-content{
	padding:30px 0;
	line-height:20px;
}
.page-code{
	border-top:1px solid #e6e6e6;
}
.page-code a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid #e6e6e6;
}
.page-code a .btn{
	display:flex;
	align-items:center;
}
.page-code p{
	flex:1;
	font-weight: bold;
	margin-left: 15px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.page-code a i{
	font-family: "宋体";
	font-size: 16px;	
	margin-right: 15px;
}
.page-code .prev i{
	transform: rotate(-90deg);
}
.page-code .next i{
	transform: rotate(90deg);
}
.page-code a .btn{
	display:flex;
	align-items:center;
	color: #999;
	padding:10px 15px;
}
.page-code a.on .btn{
	color: #fff;
	background-color: #0250a3;
}
.page-code a .span{
	color: #999;
}
.lately{
	background-color: #efefef;
	padding:0 15px 30px;
	margin-top: 30px;
}
.lately .title{
	font-size: 20px;
	text-align: center;
	padding-top: 25px;
}
.lately .item{
	display:flex;
	align-items:center;
	border-bottom:1px solid #d7d7d7;
	padding:20px 0;
}
.lately .item p{
	flex:1;
	font-size: 14px; 
	line-height:20px;
	margin-left: 18px;
}
.lately .item dl{
	text-align: center;
}
.lately .item dt{
	color: #0250a3;
	font-size: 20px;
}
.lately .item dd{
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
/* 文化理念 */
.culture{}
.culture .title{
	text-align: center;
	padding:10px 0;
}
.culture .title dt{
	color: #666;
	font-size: 24px;
	font-weight: bold;
}
.culture .title dd{
	color: #999;
	margin-top: 15px;
}
.culture-main{
	background: url(../imgs/bg_culture1.jpg) no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	color: #fff;
}
.culture-main ul{
	display:flex;
	flex-wrap:wrap;
}
.culture-main ul li{
	width:50%;
	height:240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.culture-main ul li:nth-child(1){
	border-right:1px solid rgba(255,255,255,.6);
	border-bottom:1px solid rgba(255,255,255,.6);
}
.culture-main ul li:nth-child(2){
	border-bottom:1px solid rgba(255,255,255,.6);
}
.culture-main ul li:nth-child(3){
	border-right:1px solid rgba(255,255,255,.6);
}
.culture-main .part1{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	padding-top: 60px; 
	padding-bottom: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:all .3s ease;
	opacity:1;
}
.culture-main dl{
	padding:0 20px;
}
.culture-main dt{
	font-size: 18px; 
	font-weight: bold;
	margin-bottom: 12px;
}
.culture-main dd{
	line-height:30px;
}
.culture-main .more{
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px solid #fff;
	padding:10px 50px;
}
.culture-main .cover{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	background-color: #0074ba;
	padding:20% 10% 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: scale(.9);
	opacity:0;
	transition:all .5s ease;
}
.culture-main .cover dl{
	border-bottom:1px solid #fff;
	padding:0;
	padding-bottom: 24px;
	margin-bottom: 10px;
}
.culture-main .cover .en{
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}
.culture-main ul li:nth-child(1) .cover{
	transform-origin: left bottom;
}
.culture-main ul li:nth-child(2) .cover{
	transform-origin: right bottom;
}
.culture-main ul li:nth-child(3) .cover{
	transform-origin: left bottom;
}

.culture-main ul li:nth-child(4) .cover{
	transform-origin: right bottom;
}
.culture-main ul li:hover .cover{
	transform: scale(1);
	opacity:1;
}
.culture-main ul li:hover .part1{
	opacity:0;
}
.culture-level{
	position: relative;
	background: url(../imgs/bg_culture2.jpg) no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.culture-level .bd{
	display:flex;
	flex-wrap:wrap;
	padding:40px 0;
	position: relative;
}
.culture-level .item{
	width:50%;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding:0 10px;
}
.culture-level .item dl{
	transition:all .3s ease;
}
.culture-level .item:hover dl{
	transform: translateY(-5px);
}
.culture-level .item dt{
	font-size: 18px;
	font-weight: bold;
	line-height:30px;
	white-space: nowrap;
}
.culture-level .item dd{
	font-size: 13px;
	color: #4e4e4e;
	line-height:20px;
}
.culture-level .line{
	display: none;
	width:100%;
	height:1px;
	position: absolute; 
	left:0;
	top:50%;
	background-color: #bfc1c3;
}
.culture-level .item:after {
	display: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #000;
    margin-top: -12px;
    margin-left: -10px;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.culture-level .item:hover:after{
	border-color: #0250a3;
}
.culture-logo{
	background: url(../imgs/bg_culture3.jpg) no-repeat center bottom #fff;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.culture-logo .bd{
	color: #333;
	padding:54px 25px;
}
.culture-logo .bd .img{
	text-align: center;
}
.culture-logo .bd dt{
	font-size: 20px; 
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
}
.culture-logo .bd dd{
	line-height:24px;
}
/* 员工风采 */
.personnel{
	padding-bottom: 30px;
}
.personnel .item{
	border:1px solid #c9c9c9;
	padding:15px;
	position: relative;
	margin-top: 20px;
}
.personnel .item:first-child{
	margin-top: 0;
}
.personnel .item dt{
	font-size: 18px;
	padding-top: 10px;
	line-height:30px;
	margin-bottom: 10px;
}
.personnel .item dd{
	color: #9999;
	line-height:22px;
}
.personnel .item .imgbox{
	position: relative;
	overflow:hidden;
	width: 20%;
}
.personnel .item .imgbox img{
	width:100%;
	transition:all .5s ease;
}
.personnel .item:hover .imgbox img{
	transform:scale(1.1)
}
.personnel .item .date{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:80px;
	height:80px;
	color: #fff;
	background-color: #0250a3;	
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.personnel .item .date .h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* 诚信监理报 */
.honesty{
	overflow:hidden;
	padding-bottom: 30px;
}
.honesty .bd{
	display:flex;
	flex-wrap:wrap;
	margin:0 -5px;
}
.honesty .bd li{
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 5px;
	margin-top: 10px;
}
.honesty .item{
	display: block;	
	border:1px solid #eee;
	padding:5px 5px 0;
}
.honesty .item .img{
	overflow:hidden;
}
.honesty .item img{
	width:100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.honesty .item:hover img{
	transform:scale(1.1)
}
.honesty .item dl{
	padding:5px;
	font-size: 16px;
}
.honesty .item dt{
	padding:14px 0;
	border-bottom:1px solid #eee;
}
.honesty .item dd{
	padding:12px 0;
	color: #999999;
}
/* 业务咨询 */
.service{
	background-color: #f7f7f7;
	padding:30px 0;
}
.service-title{}
.service-title dt{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
.service-title dd{
	font-size: 20px;
}
.service-title p{
	font-size: 16px;
	line-height:24px;
	color: #888686;
}
.service-content{
	margin-top: 30px;
}
.service-menu{
	width:300px;
	padding-bottom: 30px;
	margin-right: 70px;
	background-color: #fff;
	-webkit-box-shadow: inset hoff voff blur color;
	-moz-box-shadow: inset hoff voff blur color;
	box-shadow: 0 0 20px #e4e4e4;
}
.service-menu .title{
	display:flex;
	align-items:center;
	padding:20px 50px;
}
.service-menu .title p{
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
}
.service-menu ul{
	padding:0 25px;
}
.service-menu ul li{
	font-size: 18px; 
	line-height:48px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service-menu ul li a{
	display:block;
	padding-left: 50px;
}
.service-menu ul li.active{
	border:1px solid #dcdcdc;
}
.service-menu ul li.active a{
	font-weight: bold; 
	color: #0250a3;
}
.service-menu ul li.active:before{
	content:"";
	width:30px;
	height:4px;
	background-color: #0250a3;
	position: absolute;
	left:1px;
	top:50%;
	margin-top: -2px;
}
.service-list{
	overflow:hidden;
}
.service-list ul{
	display:flex;
	flex-wrap:wrap;
	margin:-10px -5px 0;
}
.service-list li{
	width:50%;
	padding:0 5px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service-list .item{
	display: block;
	position: relative;
	overflow:hidden;
}
.service-list .item img{
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.service-list .item:hover img{
	transform:scale(1.1);
}
.service-list .item p{
	width:100%;
	height:35px;
	line-height:35px;
	background-color: rgba(0,0,0,.5);
	font-size: 16px; 
	color: #fff;
	text-align: center;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
	white-space:nowrap;
	text-overflow:ellipsis;
    overflow: hidden;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination.circle a{
	width:24px;
	height:24px;
	line-height:24px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #d2d2d2;
	padding:0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.pagination.circle .prev,.pagination.circle .next{
	width:auto;
	font-family: "宋体";
	padding:0 20px;
	font-weight: bold;
}
.pagination.circle a.on,.pagination.circle a:hover{
	background-color: #004ea1;
}

.service-end{
	height:235px;
	background: url(../imgs/bg_service.jpg) no-repeat center top;
}
.service-end .bd{
	height:235px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.service-end dl dt{
	font-size: 24px;
}
.service-end dl dd{
	font-size: 30px;
	font-weight: bold;
	color: #0250a3;
	margin-top: 25px;
}
.service-end ul{
	flex:1;
	display:flex;
	justify-content:flex-end;
}
.service-end ul li{
	width:272px;
	height:97px;
	line-height:97px;
	background: url(../imgs/bg_service_link.png) no-repeat;
}
.service-end ul li a{
	display:block;
	font-size: 18px; 
	color: #0250a3;
	padding-left: 75px;
}
.service-end ul li.active{
	background-image: url(../imgs/bg_service_link_hover.png);
}
.service-end ul li.active a{
	color: #fff;
}
.service-details{
	padding:30px 0;
	background-color: #f8f8f8;
}
.service-details dl dt{
	color: #093a81;
	font-size: 20px; 
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative; 
	padding-left: 20px;
}
.service-details dl dt:before{
	content:"";
	display: block;
	width:10px;
	height:10px;
	position: absolute; 
	left:0;
	top:50%;
	margin-top: -5px;	
	background: linear-gradient(45deg,#275dcd,#0b98ed);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.service-details dl dd{
	font-size: 16px; 
	line-height:26px;
}
.service-success{
	padding-top: 20px;
	padding-bottom: 30px;
}
.service-success .title{
	display:flex;
	align-items:center;
	padding-bottom: 20px;
}
.service-success .title img{
	width:30px;
	height:30px;
}
.service-success .title p{
	font-size: 20px;
	margin-left: 15px;
}
/* 首页 */
.rightfixed{
	width:126px;
	position: fixed;
	top:356px;
	right:10px;
	z-index:2;
	background-color: #fff;
}
.rightfixed dd{
	color: #fff;
	text-align: center;
	line-height:32px;
	background-color: #2180d6;
}
.rightfixed .btn-close{
	width:17px;
	height:17px;
	position: absolute;
	top:-30px;
	right:0;
	z-index:1;
}
.banner .swiper-slide img{
	width:100%;
}
.banner .container{
	position: relative;
}
.banner .swiper-btns{
	width:107px;
	height:18px;
	position: absolute; 
	left:0px;
	bottom:30px;
}
.banner .swiper-button-next, 
.banner .swiper-button-prev{
	display:flex;
	align-items:center;
	justify-content:center;
	width:47px;
	height:18px;
	color: #fff;
	background: url(../imgs/bg_banner_btn.png) no-repeat center center;
	background-color: #0064cf;
	-webkit-background-size: auto 4px;
	background-size: auto 4px;
	/*background-image: none;*/
	margin:0;
	left:0;
	bottom:0;
	top:0;
}
.banner .swiper-button-next img, 
.banner .swiper-button-prev img{
	height:4px;
}
.banner .swiper-button-next{
	left:auto;
	right:0;
}
.banner .swiper-button-next{
    background: url(../imgs/bg_banner_nextbtn.png) no-repeat center center;
    background-color: #0064cf;
    -webkit-background-size: auto 4px;
	background-size: auto 4px;
	/*transform:rotateY(-180deg)*/
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after{
	display: none;
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	background-color: #ffc000;
}
.banner .swiper-pagination{
	display:flex;
	align-items:center;
	width:auto;
	bottom:20px;
	left:auto;
	right:0;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0;
	margin-left: 10px;
}
.banner .swiper-pagination-bullet{
	width:auto;
	height:auto;
	border-radius:0;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	background: none;
	opacity:1;
	margin:0;
	
	position: relative;
	padding:5px;
}
.banner .swiper-pagination-bullet-active{
	font-size: 48px; 
	color: #ffc000;
	opacity:1;
}
.banner .swiper-pagination-bullet-active:before{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position: absolute; 
	left:0;
	bottom:0;
	background-color: #0250a3;
}
.banner .mouse{
	width:16px;
	height:30px;
	border:2px solid #fff;
	position: absolute;
	left:50%;
	margin-left: -8px;
	bottom:30px;
	z-index:2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: moveLine 1.6s linear infinite;
	-o-animation: moveLine 1.6s linear infinite;
	animation: moveLine 1.6s linear infinite;
}
.banner .mouse:before{
	content:"";
	display:block;
	width:2px;
	height:10px;
	background-color: #fff;
	position: absolute; 
	left:50%;
	margin-left: -1px;
	top:50%;
	margin-top: -5px;
	
}
/* 鼠标移动 动画 */
@-webkit-keyframes moveLine{
	0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveLine{
	0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.index .more{
	width:64px;
	height:24px;
	line-height:24px;
	font-size: MicrosoftYaqiHei;
	font-size: 12px;
	color: #909090;
	text-align: center;	
	text-transform: uppercase;
	background: url(../imgs/bg_more_index.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index1{
	padding-top: 30px;
}
.index1 .hd{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 12px;
}
.index1 .hd .name{
	font-size: MicrosoftYaqiHei;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding:10px 0;
	margin-left: 20px;
	position: relative;
}
.index1 .name:before{
	content:"";
	display: block;
	width:100%;
	height:2px;
	position: absolute; 
	left:0;
	top:0;
	background-color: #0062ca;
}
.index-company-news .bx{
	padding:30px 11px 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index-company-news ul{
	flex-wrap:wrap;
	background-color: #f8f8f8;
	padding:18px 11px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index-company-news .col,
.index-company-news ul li{
	width:50%;
	padding:0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index-company-news dt{
	position: relative;	
}
.index-company-news dt .img{
	overflow:hidden;
}
.index-company-news dt img{
	width:100%;
	transition:all .3s;
}
.index-company-news dd img{
	height:50px;
}
.index-company-news .date{
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:58px;
	height:50px;
	position: absolute;
	right:0;
	top:-14px;
	background-color: rgba(0,0,0,.5);
	font-weight: bold;
	color: #fff;
}
.index-company-news .d .h1{
	font-size: 22px;	
	margin-bottom: 5px;
}
.index-company-news .date .h2{
	font-weight: bold;
}
.index-company-news .bd .bx{
	background-color: #f0f2f3;
}
.index-company-news .bd p{
	flex:1;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-left: 10px;
}
.index-company-news .bd .item{
	display: block;
	background-color: #fff;
}
.index-company-news .bd .item:hover dt img{
	transform: scale(1.1);
}
.index1 ul{}
.index1 ul li a{
	display: flex;
	align-items:center;
	line-height:30px;
}
.index1 ul li a .arrow{
	color: #0250a3;
	margin-right: 14px;
}
.index1 ul li a .d{
	color: #a7a7a7;
	font-size: 12px;
}
.index1 ul li a .p{
	flex:1;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.index-hot-news .bd{
	background-color: #105797;
	padding:30px 20px;
}
.index-hot-news .bd .img{
	overflow:hidden;
}
.index-hot-news .bd img{
	width:100%;
	transition:all .3s;
}
.index-hot-news .bd .item:hover img{
	transform: scale(1.1);
}
.index-hot-news .bd .item{
	display:block;
}
.index-hot-news .bd .item .t{
	display:flex;
	align-items:center;
	background-color: #fff;
	font-size: 18px;
	line-height:24px;
	margin-bottom: 15px;
	padding:18px;
}
.index-hot-news .bd .item .p{
	flex:1;
	margin-right: 42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}
.index-hot-news .bd ul li a,
.index-hot-news .bd ul li a .arrow,
.index-hot-news .bd ul li a .d{
	color: #fff;
}
.index-hot-news dl{
	max-width:75px;
	color: #0250a3;
	line-height:1;
}
.index-hot-news dl dt{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}
.index-hot-news dl dd{
	font-size: 14px;
	padding-left: 30px;
}
.index-hot-news dl dt:before{
	content:"";
	display: block;
	width:100%;
	height:2px;
	background-color: #d3d3d3;
	position: absolute;
	left:0;
	bottom:0;
	transform:rotate(-45deg) translateY(-10px);
}
.index2{
	background-color: #f5f5f5;
	margin-top: 30px;
}
.index .title{
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
}
.index .title .t1:before{
	content:"";
	display:block;
	width:3px;
	height:12px;
	background: url(../imgs/icon_title_index.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left:-10px;
	top:3px;
}
.index .title .t1{
	font-size: 20px; 
	color:#1770cf;	
	position: relative;
}
.index .title .t2{
	font-size: 16px; 
	color: #9ec7f2;
	text-transform: uppercase;
}
.business-area .hd{
	display:flex;
	justify-content:center;
}
.business-tab-title{
	display:flex;
	flex-wrap:wrap;
	padding:8px 9px;
	background-color: #fff;
}
.business-tab-title li{
	width:33.33%;
	padding:0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:8px 0;
}
.business-tab-title li span{
	display: block;
	line-height:30px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border:1px solid #e9e9e9;
	cursor:pointer;
	transition:all .3s;
	padding:0 5px;
}
.business-tab-title li.on span{
	background-color: #1770cf;
	border-color: #1770cf;
	color: #fff;
}
.business-tab-content .tab-panel{
	display: none;
	background: url(../imgs/bg_index1.jpg) no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.business-tab-content .tab-panel.open{
	display: block;
}
.business-area-content{
	padding:35px 30px 42px;
}
.business-area-content .info dt{
	font-size: 20px;
	margin-top: 16px;
}
.business-area-content .info dd{
	line-height:24px;
	margin-top: 15px;
}
.statistics{
	display:flex;
	margin:32px 0 27px;
}
.statistics dl{
	margin-right: 20px;
}
.statistics dt{
	font-family: Impact;
	font-style: italic;
	font-size: 40px;
	color: #1770cf;
	margin-bottom: 12px;
}
.statistics dd{
	line-height:24px;
}
.business-area-content .btn-details{
	display: block;
	width:42px;
	height:42px;
	cursor:pointer;
}
.public-good{
	color: #fff;
	padding:25px 0;
	background: url(../imgs/bg_index2.jpg) no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.public-good .bd{}
.public-good .info{
	display:flex;
	align-items:center;
	margin-bottom: 25px;
}
.public-good .info .p{
	flex:1;
	line-height:20px;
	position: relative;
	padding:0 22px;
}
.public-good .info dl{
	padding:0 22px;
}
.public-good .info dt{
	text-align: center;
}
.public-good .info dd{
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
}
.public-good .info .p:before{
	content:"";
	display: block;
	width:1px;
	height:100%;
	background-color: #fff;
	position: absolute;
	left:0;
	top:0;
}
.public-good ul{
	display:flex;
	align-items:center;
	padding:0 7px;
}
.public-good ul li{
	margin:0 15px;
}
.index3{
	padding:30px 0;
	background-color: #f5f5f5;
}
.index4{
	background-color: #ebf5fd;
	padding-bottom:40px;
}
.cultural-activity{
	
}
.cultural-activity .hd{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.cultural-activity .bd{
	background-color: #fff;
	padding:30px;
}
.culturalSwiper .item{
	display:block;
	overflow:hidden;
}
.culturalSwiper .item img{
	width:100%;
	transition:all .5s ease;
}
.culturalSwiper .item:hover img{
	transform:scale(1.1)
}
.culturalSwiper p{
	width:100%;
	position: absolute;
	padding:0 20px;
	left:0;
	bottom:30px;
	font-size: 16px; 
	font-weight: bold;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.culturalSwiper .swiper-pagination-bullet{
	width:10px;
	height:10px;
	opacity:1;
	background-color: #fff;
}
.culturalSwiper .swiper-pagination-bullet-active{
	background-color: #e60012;
}

.cultural-activity .list{}
.cultural-activity .list dt{
	font-size: 18px;
	color: #666666;
	line-height:26px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 24px;
}
.cultural-activity .list dd{
	color: #666666;
	line-height:24px;
}
.cultural-activity .list ul li{
	margin-top: 10px;
}
.cultural-activity .list ul li a{
	display:flex;
	align-items:center;
}
.cultural-activity .list ul li a .p{
	flex:1;
	font-size: 16px;
	line-height:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 16px;
	position:relative;
}
.cultural-activity .list ul li a .p:before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	background-color: #1770cf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-3px;
}
.cultural-activity .list ul li .d{
	color: #999999;
	font-size: 12px;
}
.integrity-person-style{
	margin-top: 15px;
}
.integrity-person-style .hd{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.personSwiper .swiper-slide img{
	width:100%;
} 
.personSwiper .swiper-button-next, 
.personSwiper .swiper-button-prev{
	display: none;
	width:39px;
	height:39px;
	background: url(../imgs/btn_prev_person.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left:10%; 
	/* opacity:1; */
	margin-top: -19.5px;
}
.personSwiper .swiper-button-next:after, 
.personSwiper .swiper-button-prev:after{
	display: none;
}
.personSwiper .swiper-button-next{
	left:auto;
	right:10%; 
	transform:rotate(180deg);
}


.qywh_02 .qy_title {
    margin: 50px 0;
    overflow: hidden;
}

.qywh_02 .qy_title h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.qywh_02 .qy_title .en {
    font-size: 20px;
    color: #999999;
    text-transform: uppercase;
}

.qywh_02 .content .right {
    width: 49.5%;
    float: right;
}

.qywh_02 .content .right .right_top {
    margin-bottom: 15px;
    overflow: hidden;
}

.qywh_02 .content .right .right_top .right_top_l {
    width: 49%;
    float: left;
    cursor: pointer;
}

.qywh_02 .content .rect-1003 {
    padding-bottom: 65%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.qywh_02 .content .right .right_top .right_top_ .intro {
    background: #00479d;
    text-align: center;
}

.qywh_02 .content .rect-4752 {
    padding-bottom: 30%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .right .right_top .right_top_ .intro .box {
    padding:34px 47px;
}

.qywh_02 .content .right .right_top .right_top_ .intro {
    text-align: center;
}

.qywh_02 .content .right .right_top .right_top_ .intro .t {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.qywh_02 .content .right .right_top .right_top_r {
    width: 49%;
    float: right;
    cursor: pointer;
}

.qywh_02 .content .rect-4788 {
    padding-bottom: 59.5%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .right .right_bott .intro {
    background: #00a1e9;
    text-align: center;
}

.qywh_02 .content .rect-2197 {
    padding-bottom: 21.1%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .right .right_bott .intro .box {
    padding-top: 57px;
}

.qywh_02 .content .right .right_bott .intro {
    text-align: center;
}

.qywh_02 .content .right .right_bott .intro .box .t {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.qywh_02 .content .left {
    width: 49.5%;
    float: left;
}
.qywh_02 .content .left .left_top .intro {
    background: #00479d;
    text-align: center;
}
.qywh_02 .content .left .left_top .intro .box {
    padding: 20px 47px;
}

.qywh_02 .content .left .left_top .intro .intro {
    text-align: center;
}

.qywh_02 .content .left .left_top .intro .t {
   /* font-size: 16px; */
   /* line-height: 28px;*/
    color: #fff;
}
.qywh_02 .content .left .left_top {
    margin-bottom: 15px;
    cursor: pointer;
}

.qywh_02 .content .rect-7050 {
    padding-bottom: 62%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .rect-846 {
    padding-bottom: 9.4%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_bott_l {
    width: 49%;
    float: left;
    cursor: pointer;
}

.qywh_02 .content .rect-6933 {
    padding-bottom: 69%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_bott_r {
    width: 49%;
    float: right;
    cursor: pointer;
}

.qywh_02 .content .rect-6933 {
    padding-bottom: 69%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_more {
    background: #facd00;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.qywh_02 .content .rect-3322 {
    padding-bottom: 20.22%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.qywh_02 .content .left .left_more .box {
    padding-top: 66px;
    text-align: center;
}

.qywh_02 .content .left .left_more .box .intro {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.qywh_02 .content .left .left_more .box .intro .t {
    display: inline-block;
}

.qywh_02 .content .left .left_more .box .intro .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../imgs/know4_4.png) no-repeat center;
    margin-left: 25px;
    transition: all 0.5s ease;
}

.qywh_02 .content .left .left_more:hover .box .intro .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.qywh_02 {
    overflow: hidden;
    margin-bottom: 40px;
}
 .section {
   
    overflow: hidden;
	
	margin:0 40px 40px 40px;
}

.yunu-contact-text {
    float: left;
    width: 48%;
    margin: 0;
    background-color: #f2f2f2;
}

.yunu-contact-text dt {
    font-size: 24px;
    text-align: center;
    background-color: #0087d5;
    color: #fff;
    line-height: 100px;
}

.yunu-contact-text dd {
    padding: 30px 0 30px 100px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: no-repeat 30px center;
}

.yunu-contact-text dd.i1 {
    background-image: url(../imgs/contact_08.png)
}

.yunu-contact-text dd.i2 {
    background-image: url(../imgs/contact_11.png)
}

.yunu-contact-text dd.i3 {
    background-image: url(../imgs/contact_14.png)
}
.yunu-contact-text dd.i4 {
    background-image: url(../imgs/contact_16.png)
}


.yunu-contact-map {
    height: 584px;
    float: right;
    width: 50%;
}

.yunu-contact-map img {
    height: 100%;
}




@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .banner-phone,
    .mobile,
    .mobile-case {
        display: none;
    }
    .container,
    .wrap {
        width: 940px;
		margin:0 auto;
    }
    .nav {
        width: 64%;
        margin-left: 5%;
    }
    .nav>ul>li {
        padding: 0 3%;
    }
    .ipart01 .infor .con {
        width: 60%;
    }
    .ipart01 .bg,
    .ipart01 .content .tab .tab_list .item.cur .cover,
    .ipart01 .content .tab .tab_list .item {
        height: 530px;
    }
    .ipart02 .swiper-slide img {
        height: 105px;
    }
    .ipart03 .item {
        height: 100px;
    }
    .ipart04 li {
        height: 80px;
    }
    .foot-nav {
        width: 50%;
    }
    .foot .erweima {
        width: 16%;
    }
    .foot .erweima img {
        width: 100%;
    }
    .product-list li {
        width: 210px;
    }
    .emergency-part2 dl {
        width: 455px;
    }
    .emergency-part2 dd {
        height: 300px;
    }
    .emergency-part3 {
        padding: 35px 0;
    }
    .emergency-part3 li {
        width: 270px;
    }
    .product-process {
        padding: 35px 0;
    }
    .product-process ul {
        background-size: 86%;
    }
    .product-process li {
        width: 150px;
        margin: 0 40px;
    }
    .case_01 .center a {
        width: 46%;
    }
    .case-tit {
        width: 14%;
    }
    .yunu-contact-text dt {
        font-size: 20px;
    }
    .yunu-contact-map {
        height: 584px;
    }
    .assessment-part2 dt {
        width: 20%;
    }
    .assessment-part2 dd {
        width: 75%;
    }
    .assessment-part2 dd div {
        width: 22%;
        padding: 4%;
        margin: 0 0 2% 2%;
    }
    .evaluation-part1 li {
        margin-left: 2%;
        width: 48%;
        height: 200px;
    }
    .evaluation-part2 .process li {
        width: 20%;
    }
    .evaluation-part2 .process li::after {
        display: none;
    }
    .dengji {
        background-size: 100% 100%;
    }
    .div-2-left-pic {
        left: 0;
    }
    .div-2-right-text {
        right: 10%;
    }
    .permeation-part1 .left dd {
        padding: 20px;
    }
    .qywh_02 .content .right .right_top .right_top_ .intro .box {
        padding: 20px 0;
    }
    .qywh_02 .content .left .left_more .box {
        padding-top: 56px;
    }
    .qywh_02 .content .right .right_bott .intro .box {
        padding-top: 37px;
    }
    .ryzz .right li {
        height: 150px;
    }
    .aboutus-02 .box2 p {
        font-size: 14px;
    }
}


/* 中等屏幕（平板） */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    .yunu-contact-text {
        width: 100%;
    }
    .yunu-contact-map {
        width: 100%;
    }
    
    .qywh_02 .content .left {
        width: 100%;
    }
    .qywh_02 .content .right {
        width: 100%;
        margin-bottom: 28px;
    }
    .qywh_02 .content .left .left_bott_l .cover .ico,
    .qywh_02 .content .left .left_bott_r .cover .ico {
        display: block;
    }
    .qywh_02 .content .rect-3322 {
        padding-bottom: 0;
        height: auto;
    }
    .qywh_02 .content .rect-4752 {
        padding-bottom: 0;
        height: auto;
    }
    .qywh_02 .content .rect-2197 {
        padding-bottom: 0;
        height: auto;
    }
    .qywh_02 .content .left .left_more .box {
        padding: 40px;
        font-size: 30px;
    }
    .qywh_02 .content .right .right_bott .intro .box {
        padding: 30px;
    }
    .qywh_02 .content .right .right_top .right_top_ .intro .t {
        height: 56px;
        overflow: hidden;
    }
    
    
    
    
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pc {
        display: none;
    }
    
    .yunu-contact-text {
        width: 100%;
    }
    .section {
   
     margin: 0;
        
    }
    .yunu-contact-map {
        width: 100%;
        height: 400px;
    }
    
    
    .qywh_02 .content .left {
        width: 100%;
    }
    .qywh_02 .content .right {
        width: 100%;
        margin-bottom: 28px;
    }
    .qywh_02 .content .left .left_bott_l .cover .ico,
    .qywh_02 .content .left .left_bott_r .cover .ico {
        display: block;
    }
    .qywh_02 .content .rect-3322 {
        padding-bottom: 0;
        height: auto;
    }
    .qywh_02 .content .rect-4752 {
        padding-bottom: 0;
        height: auto;
    }
    .qywh_02 .content .rect-2197 {
        padding-bottom: 0;
        height: auto;
    }
    .qywh_02 .content .left .left_more .box {
        padding: .4rem;
        font-size: .36rem;
    }
    .qywh_02 .content .right .right_bott .intro .box {
        padding: .3rem;
    }
    .qywh_02 .content .right .right_top .right_top_ .intro .t {
        height: 56px;
        overflow: hidden;
    }
    .qywh_02 .content .right .right_top .right_top_ .intro .box {
        padding: .2rem;
    }
    .qywh_02 .content .right .right_top .right_top_ .intro .t,
    .qywh_02 .content .right .right_bott .intro .box .t {
        font-size: .24rem;
        line-height: .4rem;
    }
    .qywh_02 .content .right .right_top .right_top_ .intro .t {
        height: .8rem;
    }
    .index-company-news .yc{display:none;}
    .index-company-news .col, .index-company-news ul li{width:100%;}
    .index-company-news .date {
    width: 100px;
   
    top: 0px;
    
}
   
    
}
/* 新增 2020.01.04 */
.about-video{
	position: relative;
}
.about-video video{
	width:100%;
	vertical-align: top;
}
.about-video .btn-play{
	width:48px;
	height:48px;
	background: url(../imgs/btn_play.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left:50%;
	margin-left:-24px;
	top:50%;
	margin-top:-24px;
	/*z-index:2;*/
}
.about-video .btn-play.paused{
	display:none;
	background-image: url(../imgs/btn_pause.png);
}
.about-introduce{
	margin-top:30px;
	margin-bottom:50px;
}
.fz18-28{
	font-size: 18px;
}
.fz16-20{
	font-size: 16px;
}
.fz14-16{
	font-size: 14px;
}
.about-introduce .hd dl{
	border-bottom:1px solid #bfbfbf;
	margin-top: 20px; 
	padding-bottom: 20px;
}
.about-introduce .hd dt{
	font-weight: bold;
	white-space:nowrap;
	margin-bottom: 10px;
}
.about-introduce .p{
	line-height:24px;
	margin:18px 0;
}
.about-introduce .img img{
	width:100%;
}

.about-introduce .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-introduce .list .item{
	margin-top: 20px;
}
.about-introduce .list .c{
	display:flex;
	align-items:flex-end;
}
.about-introduce .list .c img{
	margin-left: 30px;
}
.about-introduce .list .c p{
	margin-left: 12px;
}
.about-introduce .list .timer{
	font-size: 28px; 
	font-weight: bold;
	line-height:1;
}
.about-introduce .list .line{
	width:1px;
	height:60px;
	background-color: #bfbfbf;
}
.about-content{
	background-color: #f5f5f5;
	padding:20px;
	margin-bottom:30px;
}
.about-content .box{
	border:6px solid #fff;
	padding:0 25px 25px;
}
.about-content dt{
	font-size: 24px;
	font-weight:bold;
	color:#0087d5;
	text-transform:uppercase;
	font-family: italic;
	padding:15px 0;
	position:relative;
}
.about-content dt:before{
	content:"";
	display:block;
	width:86px;
	height:3px;
	background-color: #0087d5;
	position:absolute;
	left:0;
	bottom:0;
}
.about-content dd{
	margin-top: 12px; 
	line-height:24px;
}
.leader{
	padding-bottom:60px;
	background:url(../imgs/bg_leader.png) no-repeat center bottom #efefef;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.leader .title{
	font-size: 20px; 
	padding:30px 0;
	font-weight:bold;
	text-align:center;
}
.leader .item{
	padding:12px 13px 17px;
	background-color:rgba(255,255,255,.9);
	margin-top:30px;
	border:1px solid #e0e0e0;
}
.leader .item:first-child{
	margin-top:0;
}
.leader .item:hover{
	-webkit-box-shadow: 0 0 5px 5px #eee;
	-moz-box-shadow: 0 0 5px 5px #eee;
	box-shadow: 0 0 5px 5px #eee;
}
.leader .item:hover .img img{
	transform:scale(1.1);
}
.leader .item .img{
	overflow:hidden;
}
.leader .item .img img{
	width:100%;
	transition:all .3s;
}

.leader dl dt{
	font-size: 16px;
	font-weight:bold;
	padding:10px 0;
}
.leader dl dd{
	font-size:14px;
	line-height:24px;
	
}
.shzr{
	padding-bottom:60px;
	background:url(../imgs/bg_leader.png) no-repeat center bottom #efefef;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.shzr .title{
	font-size: 20px; 
	padding:30px 0;
	font-weight:bold;
	text-align:center;
}
.shzr .item{
	padding:12px 13px 17px;
	background-color:rgba(255,255,255,.9);
	margin-top:30px;
	border:1px solid #e0e0e0;
}
.shzr .item:first-child{
	margin-top:0;
}
.shzr .item:hover{
	-webkit-box-shadow: 0 0 5px 5px #eee;
	-moz-box-shadow: 0 0 5px 5px #eee;
	box-shadow: 0 0 5px 5px #eee;
}
.shzr .item:hover .img img{
	transform:scale(1.1);
}
.shzr .item .img{
	overflow:hidden;
}
.shzr .item .img img{
	width:100%;
	transition:all .3s;
}

.shzr dl dt{
	font-size: 16px;
	font-weight:bold;
	padding:10px 0;
}
.shzr dl dd{
	font-size:14px;
	line-height:24px;
	
}
.honor-box{
	padding:30px 0;
}
.honor-menu{
	display:none;
	max-width:394px;
}
.honor-menu .title{
	line-height:52px;
	font-size:20px;
	font-weight:bold;
	color:#02549c;
	padding-left:16px;
	position:relative;
}
.honor-menu .title:before{
	content:"";
	width:4px;
	height:28px;
	background-color:#02549c;
	position:absolute;
	top:12px;
	left:0;
}
.honor-menu ul li a{
	display:block;
	cursor:pointer;
	height:50px;
	line-height:50px;
	border-top:1px solid #d5dadf;
	font-size:18px;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.honor-menu ul li a:before{
	content:">";
	font-family:"宋体";
	display:block;
	float:left;
	padding-left:5%;
	padding-right:8%;
}
.honor-menu ul li a:after{
	content:"";
	display:block;
	clear:both;
}
.honor-menu ul li a.on{
	color:#02549c;
	line-height:48px;
	border-top:2px solid #02549c;
}
.honor-menu ul li a.on:before{
	font-size:20px;
	font-weight:bold;
}
.certificate{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.certificate dl dt{
	text-align:center;
}
.certificate dl dd{
	font-size:20px;
	line-height:1.4;
	color:#07447a;
	font-weight:bold;
	padding:14px 0;
}
.certificate ul li{
	font-size:14px;
	line-height:40px;
	position:relative;
	padding-left:14px;
}
.certificate ul li:before{
	content:"";
	display:block;
	width:5px;
	height:5px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#02549c;
}
.fhsy{color: #fff;
line-height: 20px;
background: #105797;
padding: 5px 5px;
margin-right: 15px;
border-radius: 6px;}
.juzhong{
	width:33.33%;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
