/*html {*/
/*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*-webkit-filter: grayscale(100%);*/
/*}*/

/*头部*/
.top{
	min-width: 1200px;
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}
/*banner图*/
.top_banner{
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.banner{
	position: relative;
	height: 800px;
	top: 0;
	left: 0;
}
.banner li{
	float: left;
	height: 800px;
	overflow: hidden;
}
.banner li img{
	position: relative;
	height: 800px;
	left: 50%;
	margin-left: -960px;
}
.top_banner ol{
	position: absolute;
	bottom: 15px;
	left: 50%;
}
.top_banner ol li{
	width: 13px;
	height: 13px;
	border: 1px solid white;
	border-radius: 50%;
	background: white;
	float: left;
	margin: 0 5px;
}
.top_banner ol li:hover{
	cursor: pointer;
}
.top_banner ol .active_ol{
	background: #3294df;
}
/*头部文字内容*/
.header{
	width:100%;
	height: 220px;
	background: url(../img/toumingBg.png) no-repeat left bottom;
	background-size: 100% 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.header .box{
	width: 1200px;
	height: 163px;
	margin: 57px auto 0;
	position: relative;
}
.top_logo{
	width: 106px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0px;
}
.logoText{
	position: absolute;
	left: 116px;
	top: 26px;
	font-family: "微软雅黑";
	font-size: 30px;
	color: white;
	line-height: 30px;
	font-weight: bold;
}
.logoText img{
	position: relative;
	top: 4px;
	margin: 0 10px;
}
.hotline{
	height: 32px;
	position: absolute;
	right: 0;
	top: 32px;
	font-family: "微软雅黑";
}
.hotline img{
	position: absolute;
	left: -38px;
	bottom: 3px;
}
.hotline_number{
	font-size: 28px;
	font-family: arial;
	color: white;
	line-height: 28px;
}
/*导航*/ 
.nav_box{
	width: 1145px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: -60px;
	text-align-last: justify;
	text-align: justify;
}
.nav_box a{
	display: block;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: white;
	line-height: 18px;
	margin: 0 20px;
	padding-bottom: 16px;
}
.nav_box .active_nav{
	border-bottom: 2px solid #39a2f3;
}
.nav_box a:hover{
	border-bottom: 2px solid #39a2f3;
}

/*搜索部分*/
.search{
	width: 1200px;
	height: 26px;
	margin: 14px auto
}
.hot_search{
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}
.hot_search a{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	color: #525252;
	padding: 0 10px;
}
.hot_search a:hover{
	color: #002063;
	text-decoration: underline;
}
.inp{
	float: right;
	width: 310px;
	height: 26px;
	position: relative;
}
.inp input{
	width: 268px;
	height: 24px;
	border: 1px solid #0068b7;
	border-right: none;
	outline: none;
	text-indent: 1em;
	font-size: 14px;
	color: #333333;
	position: absolute;
	left: 0;
	top: 0;
}
.inp a{
	display: block;
	width: 40px;
	height: 24px;
	background: #0068b7;
	border: 1px solid #0068b7;
	position: absolute;
	left: 269px;
	top: 0;
}
.inp a img{
	width: 19px;
	height: 19px;
	position: absolute;
	left: 12px;
	top: 2px;
}
/*企业实力*/
.cor_strength{
	width: 1200px;
/*	height:auto;*/
	margin: 0 auto;
    margin-top: 57px;
}
.strength_a{
	position: relative;
	text-align: center;
}

.strength_b{
   position: relative;
   margin-left: 70px;
   float: left;
   margin-top: 54px;
   cursor: pointer;
}
.strength_b img{
	margin-bottom: 10px;
}
.strength_c{
   position: absolute;
   left: 37px;
   top: 37px;
   font-size: 1.2em;
}
/*.strength_c h1{
	font-size: 36px;
	margin-left:-1px;
}*/
.strength_c h1{
  color: #FFFFFF;
}
.strength_d table{
   height:80px;
   border-color:#ECECEC;
   border-left-style:solid;
   border-width:1px;
   float: left;
   margin-left: 40px;
   margin-top: 80px;
} 
.b_strength{
	  margin-left: 85px;
}
.hidden{
	visibility: hidden;
}
.strength_b{
	 cursor: pointer;  
     transition: all 0.5s; 
}
.strength_b:hover{
	transform: scale(1.1); 
}
.strength_b:hover .hidden{
	visibility: visible;
	-webkit-animation-name: fadeIn; /*动画名称*/
   -webkit-animation-duration: 3s; /*动画持续时间*/
   -webkit-animation-iteration-count: 1; /*动画次数*/
   -webkit-animation-delay: 0s; /*延迟时间*/
}

.hidden_box{
	font-size: 22px;
	color: #0068B7;
	margin-left: -30px;
}
.box_hidden{
	margin-left: -50px;
}
.hidden_box1{
	font-size: 18px;
	color: #C9C9C9;
	margin-left: 22px;
}
/*企业文化*/
.cor_culture{
	clear: both;
	width: 1300px;
	margin: 0 auto;
}
.culture_a {
	text-align: center;
}
.imgb{
	margin-top: 55px;
}

.more {
    float: right;
    margin-top: -35px;
}
/*企业文化*/
.tiyan{
	width: 100%;
	height: 477px;
	padding-top: 18px;
	position: relative;
	overflow: hidden;
	background: url(../img/beijing.jpg)no-repeat top center;
	background-size: 100% 477px;
	margin: 30px auto;
	padding-bottom: 10px;
}

.tiyan .mk_title{
	position: relative;
}
.tiyan_box{
	width: 1200px;
	height: 500px;
	position: relative;
	margin: 0px auto ;
}
.tiyan_ul{
	width: 100%;
	height: 100%;
	position: relative;
	
}
.tiyan_ul li{
	position: absolute;
	border-radius: 8px;
	border: 3px solid #FFFFFF;
}
.tiyan_ul div{
	width: 1200px;
	text-align: center;
	position: absolute;
	top: 365px;
	left: -365px;
	display: none;
}
.tiyan_ul .p1{
	font-size: 24px;
	color: #0068b7;
	line-height: 40px;
	font-weight: bold;
}
.tiyan_ul .p2{
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;=	
}
.tiyan_ul .p2 img{
	width: 243px!important;
	height: 11px!important;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}

.tiyan_li2{ left:0px; top:88px; z-index:2}
.tiyan_li3{left:358px; top:0;z-index:3 }
.tiyan_li4{ left: 950px; top:88px; z-index:2}
.tiyan_li3 div{
	display: block;
}

.tiyan_ul li:nth-child(n+4){
    left: 950px; top:88px; z-index:1;
}

.tiyanLeft{
	width: 34px;
	height: 30px;
	position: absolute;
	left: 25%;
	transform: translateX(-50%);
	top: 164px;
}
.tiyanRight{
	width: 34px;
	height: 30px;
	position: absolute;
	right: 24%;
	transform: translateX(-50%);
	top: 164px;
}
.tiyanLeft,.tiyanRight:hover{
	cursor: pointer;
}
/*典型案例*/

.cla_case{
	clear: both;
	width: 1186px;
	margin: 0 auto;
	text-align: center;
}
.case_a {
	text-align: center;
}
.imgc{
	margin-top: 80px;
	margin-bottom: 30px;
}
.text_a{
	position: absolute;
	bottom: 6px;
	left: 251px;
	font-size: 18px;
	line-height: 20px;
	color: #0068B7;
	background-color: #FFFFFF;
	padding-top: 6px;
	box-sizing: border-box;
	z-index: 9999;
	width: 27px;
}
.caseBtn{
	display: block;
	height: 42px;
	width: 164px;
	background-color: #0068B7;
	font-size: 22px;
	text-align: center;
    color: #FFFFFF;
    padding-top:10px ;
}
.caseBtn:hover{
	color: #FFFFFF;
}
.main {
	position: relative;
    margin-top: 24px;
    display: flex;
	justify-content:space-between;
}
.view {
	position: relative;
	float: left;
}
.img_a{
	position: absolute;
	top: -7px;
	left: -10px;
}
.view figure {
	margin: 0;
	position: relative;
}
.view figure img {
	max-width: 100%;
	display: block;
	position: relative;
	border-radius: 6px;
}
.view .thumb {
	overflow: hidden;
}
.view .mask{
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	width: 100%;
	top: auto;
	bottom: 0;
	color: #ed4e6e;
	border-radius: 6px;
}
.view .maskk {
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	width: 100%;
	height: 265px;
	background: rgba(0,104,183,0.9);
	top: auto;
	bottom: 0;
	color: #ed4e6e;
	border-radius: 6px;
	padding: 8px;
	box-sizing: border-box;
}
.icon_p{
	width: 300px;
	margin: 13px auto;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
.maskk a{
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #FFFFFF;
	font-size: 20px;
}
.maskk a:hover{
	color: #FFFFFF!important;
}
.view-tenth figure {
	overflow: hidden;
}
.view-tenth figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.view-tenth figure:hover img {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-tenth .mask {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.view-tenth figure:hover .mask {
	opacity: 1;
	z-index: 1000;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.view-tenth .maskk {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.view-tenth figure:hover .maskk {
	opacity: 1;
	z-index: 1000;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
/*新闻资讯*/
.news{
	width: 100%;
	margin: 0 auto;
	margin-top: 148px;
}
.news_a{
	text-align: center;
}

.news_b{
	margin-top: 70px;
	position: relative;
}

.new_c{
	position: absolute;
	top: -42px;
	left: 50%;
	 transform: translate(-50%, 0%);
}
.new_d{
	position: absolute;
	top: 12px;
	left: 30px;
	width: 100%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new_d img{
	border-radius: 6px;
}
.new_e{
	box-sizing: border-box;
	position: absolute;
	top: 12px;
	left: 506px;
}
.new_e span{
	font-size: 30px;
}
.new_e font{
	font-size: 16px;
	margin-left: 48px;
}
.new_e  table{
   height:50px;
   border-color:#B7B7B7;
   border-left-style:solid;
   border-width:1px;
   margin-left: 5px;
   margin-top: 8px;
} 
.news .new_e a>div:hover{
	color: #0068B6;
}
.news .new_e a>span:hover{
	color: #0068B6;
}
.textp {
	font-size: 18px;
	margin-left: 5px;
	margin-top: 5px;
}
.flow {
	clear: both;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 8px;
	color: #737373;
}
.overflow {
	float: left;

}
.new_e a{
	color: #000000;
}
.new_e:hover{
	cursor: pointer;
    color: #0068B7;
}
.new_g {
	float: right;
    margin-right:80px;
    margin-top: -28px;
}
/*产品中心*/
.pro_center{
	width: 1200px;
	margin: 20px auto;
	margin-top: 13px;
	font-family: "微软雅黑";
}
.tab_ul{
	width: 1200px;	
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.tab_ul a{
	width: 69px;
	height: 31px;
	float: right;
	position: absolute;
	right: 0;
	top: 15px;
}
.tab_ul li{
	padding: 5px 15px;
	margin-right: 20px;
	color: #383838;
	font-size: 22px;
}
.tab_act{
	background-color: #0068B7;
	color: #FFFFFF!important;
}
.tab_div{
	height: 700px;
	overflow: hidden;
}
.tab_div li{
	border-top: 1px solid #0068B7;
	border-bottom: 1px solid #0068B7;
	margin: 20px auto;
	display: none;
	height: 620px;
	overflow: hidden;
}

.tab_div li a img{
	width: 1175px;
	height: 610px;
	margin-top: 4px;
}
.tab_div .tabdiv_act{
	display:block;
}
.center_a{
	text-align: center;
	height: 790px;
}
.center_b{
	position: absolute;
    top: 0;
}
.center_c{
	position: absolute;
	top: 180px;
	left: -6px;
	z-index: 10;
}
.center_d {
	position: absolute;
    top: 20px;
    right: 0px;
    color: #FFFFFF;
    font-size: 15px;
    width: 100%;
}
.btn{
	float: left;
	width: 168px;
	height: 40px;
	border: none;
	font-size: 22px;
	color: #FFFFFF;
	background-color: #0068B7;
	margin-bottom: 14px;
}
.more_box{
	float: right;
}
.small_banner{
	width: 100%;
	margin-top: 107px;
	position:relative;
}
.img_small{
	width:100%;
	height: auto;
	position: relative;
	width: 100%;
}
.iphone{
	position: absolute;
	top: 156px;
	left: 489px;
}
.iphone span{
	color: #FFFFFF;
	font-size: 26px;
}
.iphone button{
	width: 153px;
	height: 27px;
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 0;
	border: none;
	background-color: #0068B7;
    margin-left: 20px;
}
/*发展历程*/
.dev_history{
	width: 1200px;
	text-align: center;
	margin-top: 96px;
}
.dev_history button{
	line-height: 25px!important;
	height: auto!important;;
}
.history_a {
	margin: 0 auto;
	text-align: center;
}
.history_b{
	width: 1200px;
	margin: 0 auto;
	margin-top: 39px;
	position: relative;
}
.block button{
	position: absolute;
	top: -30px;
	left: 131px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: auto;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	padding: 6px 3px;
	
}
.block{
	display: none;
}

.time_a span{
	position: absolute;
	top: 68px;
	left: 248px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;	
	cursor: pointer;
}
.time_b span{
	position: absolute;
	top: 53px;
	left: 485px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.time_b button{
	position: absolute;
	top: -30px;
	left: 364px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: 47px;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	display: none;
	padding: 6px 3px;
}
/*.time_b span:hover .blocko
	display: block;
}*/

.blockq{
	position: absolute;
	top: 144px;
	left: 561px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: auto;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	display: none;
	line-height: 24px;
	text-align: left;
	padding: 6px 3px;
}
.time_c span:nth-child(1){
	position: absolute;
	top: 50px;
	left: 687px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.time_c span:nth-child(2){
	position: absolute;
	top: 82px;
	left: 687px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.blockw{
	position: absolute;
	top: 125px;
	left: 972px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: auto;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	display: none;
	line-height: 24px;
	text-align: left;
	padding: 6px 3px;
}
.time_d span:nth-child(1){
	position: absolute;
	top: 50px;
	left: 1120px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.time_d span:nth-child(2){
	position: absolute;
	top: 82px;
	left: 1120px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;	
	cursor: pointer;
}

.time_e span{
	position: absolute;
	top: 233px;
	left: 30px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.blocke{
	position: absolute;
	top: 310px;
	left: -100px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: auto;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	display: none;
	padding: 6px 3px;
}
.time_f span{
	position: absolute;
	top: 232px;
	left: 464px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.blockr{
	position: absolute;
	top: 310px;
	left: 350px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: auto;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	display: none;
	padding: 6px 3px;
}
.time_g span{
	position: absolute;
	top: 218px;
	left: 639px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.blockt{
	position: absolute;
	top: 297px;
	left: 511px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: auto;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	display: none;
	padding: 6px 3px;
}
.time_h span:nth-child(1){
	position: absolute;
	top: 215px;
	left: 902px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;	
	cursor: pointer;
}
.time_h span:nth-child(2){
	position: absolute;
	top: 244px;
	left: 903px;
	color: #000000;
	color: #FFFFFF;
	font-size: 28px;
	cursor: pointer;	
}
.blocky{
	position: absolute;
	top: 309px;
	left: 788px;
	color: #3D3D3D;
	font-size: 20px;
	border-radius: 9px;	
	width: 319px;
	height: auto;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0068B7;
	display: none;
	line-height: 24px;
	text-align: left;
	padding: 6px 3px;
}
