body{
	min-width: 1200px;
}
.header-wrapper{
	width: 100%;
	height: 100px;
	
	background: url(/static/image/hd-bg.png) no-repeat;
	border-bottom: 1px solid #e8e8e8;
}
.header{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	
}
.header .logo{
	width: 690px;
	height: 100px;
	line-height: 100px;
	float: left;
}
.header .logo img{
	width: 690px;
	height: 80px;
	vertical-align: middle;
}
.header-search{
	float: right;
	height: 100px;
	line-height: 100px;
}
.search-wrapper{
	width: 182px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
}
.search-box{
	width: 182px;
	height: 28px;
	line-height: 27px;
	border-bottom: 1px solid #000;
	position: relative;
}
.search-box input{
	width: 155px;
	height: 20px;
	border: none;
}
.search-box .search-btn{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(/static/image/search-ioc.jpg) no-repeat;
}

.nav{
	width: 100%;
	height: 46px;
	border-bottom:1px solid #1d77c3;
	position: relative;
	z-index: 1001;
	background: #fff;
}
.nav-bar{
	width: 1200px;
	height: 46px;
	margin: 0 auto;
	
}
.nav-bar ul{
	font-size: 0px;
}
.nav-bar ul li{
	float: left;
	width: 100px;
	height: 47px;
	line-height: 46px;
	margin-right: 40px;
	position: relative;
}
.nav-bar ul li:hover >a{
	color: #2784d4;
}
.new-right-list ul li:hover a
,.nb-list ul li:hover a
,.ep-video-two ul li:hover p
,.ep-video-right .ev-r-list li:hover a
,.idw-one ul li:hover a
,.idw-right ul li:hover a{
	color: #2784d4;
}
.nav-bar ul li a{
	color: #666;
	font-size: 16px;
	width: 100%;
	position: relative;
	display: block;
}
.nav-bar ul li i{
	width: 10px;
	height: 5px;
	background: url(/static/image/down-ioc.jpg) no-repeat;
	position: absolute;
	right: 5px;
	top: 45%;
}
.nav-bar ul .nav-active >a{
	color: #2784d4;
}
.nav-bar ul li .subnav{
	width: 445px;
	height: auto;
	position: absolute;
	top: 47px;
	left: 0px;
	background: #fff;
	display: none;
	z-index: 999;
}
.nav-bar ul li .subnav ul{
	width: 120px;
	height: auto;
	overflow: hidden;
	padding: 8px 8px;
	float: left;
}
.nav-bar ul li .subnav ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e4e2e2;
	margin-right: auto;
	
}
.nav-bar ul li .subnav ul li:hover{
	
}
.nav-bar ul li .subnav li span{
	width: 8px;
	height: 7px;
	position: absolute;
	left: 0px;
	top: 12px;
	background: url(/static/image/right-ioc.jpg) no-repeat;
}
.nav-bar ul li .subnav li a{
	display: inline-block;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
}
.subnav .subnav-img{
	float: right;
	padding: 16px 16px 16px 0px;
}
.subnav .subnav-img img{
	width: 269px;
	height: 187px;
}

.banner{
	width: 100%;
	height: 380px;
	overflow: hidden;
}
.content-wrapper{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.index-new,.enterprise,.index-data{
	width: 1200px;
	height: auto;
	
	
	margin-top: 25px;
	padding-right:10px ;
	overflow: hidden;
}
.new-slide{
	width: 535px;
	height: 343px;
	float: left;
	overflow: hidden;
}
.new-slide .swiper-slide img{
	width: 535px;
}
.sc2{
	height: 343px;
}
.sc2 .swiper-wrapper .swiper-slide{
	position: relative;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: right;
}
.swiper-pagination-switch{
  display: inline-block;
  width: 8px;
  height: 8px;
  
  background: #555;
  margin: 0 5px;
  
  
  cursor: pointer;
}
.swiper-active-switch {
  background: #1362b1;
}
.new-right{
	width: 605px;
	height: auto;
	float: right;
	
}
.new-slide-text{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: rgba(0,0,0,1);
	padding: 0px 10px;
	color: #fff;
	font-size: 14px;
}
.new-right-title{
	width: 100%;
	height: 33px;
	background: #037ad6;
	color: #FFFFFF;
	line-height: 33px;
}
.new-right-title span{
	color: #fff;
	padding: 0px 20px;
}
.new-right-list .new-right-content .nrc-p1{
	color: #606060;
	padding: 30px 14px 14px 14px;
}
.new-right-list .new-right-content .nrc-p2{
	color: #c0c0c0;
	padding: 0px 14px 16px 14px ;
	border-bottom: 1px solid #f0f0f0;
}
.new-right-list ul{
	margin-top: 15px;
}
.new-right-list ul li{
	padding: 5px 10px;
}
.new-right-list ul li a{
	color: #606060;
}
.new-right-list ul li .li-ioc{
	display: inline-block;
	width: 7px;
	height: 11px;
	background:url(/static/image/jt-ioc.jpg) no-repeat;
}
.new-img{
	display: block;
	margin: 25px 0px;
}
.new-img img{
	width: 100%;
}
.new-bottom,.index-data .id-wrapper{
	margin-bottom: 30px;
	overflow: hidden;
}
.new-bottom .nb-one{
	width: 388px;
	height: auto;
	float: left;
	margin-right: 40px;
}
.new-bottom .nb-title,.enterprise .ep-title,.id-wrapper .idw-title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #cccccc;
}
.new-bottom a{
	color: #606060;
}
.new-bottom .nb-title p{
	background: #82bcea;
	cursor: pointer;
	float: left;
	margin-right: 1px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	width: 95px;
	height: 34px;
}
.enterprise .ep-video .ep-title p,
.id-wrapper .idw-one .idw-title p{
	width: 95px;
	height: 34px;
	background:#047ad4;
	cursor: pointer;
	float: left;
	margin-right: 1px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
}

.new-bottom .nb-title .nb-active{
	background: #047ad4;
}
.nb-one .nb-list-warpper .nb-list{
	display: none;
}
.nb-list ul,.idw-one ul,.idw-right ul{
	margin-top: 15px;
}
.nb-list ul li,.idw-one ul li,.idw-right ul li{
	height: 30px;
	line-height:30px;
}
.li-ioc{
	display: inline-block;
	width: 7px;
	height: 11px;
	background:url(/static/image/jt-ioc.jpg) no-repeat;
}
.new-bottom .nb-one .nb-list-active{
	display: block;
}
.nb-tow{
	width: 400px;
	height: auto;
	float: left;
}
.nb-three{
	width:315px ;
	height: auto;
	float: right;
}
.enterprise .new-img{
	margin:0px 0px 10px 0px;
}
.enterprise .ep-video{
	width: 825px;
	height: auto;
	float: left;
}
.enterprise .ep-video a,
.id-wrapper .idw-one a,
.id-wrapper .idw-right a{
	color: #606060;
}
.ep-video-content{
	overflow: hidden;
	margin-bottom: 20px;
}
.ep-video-one,.ep-video-two{
	margin-top: 10px;
	width: 400px;
	height: 220px;
	float: left;
}
.ep-video-one,.ep-video-two li,.index-data,
.index-data .id-wrapper{
	overflow: hidden;
}
.ep-video-two{
	margin-left: 15px;
}
.ep-video-two li{
	margin-top: 15px;
}
.ep-video-two .ep-v-img{
	width: 124px;
	height: 85px;
	margin-right: 10px;
}
.ep-video-two .ep-v-img img{
	width: 100%;
	height: auto;
}
.ep-video-two .ep-v-text{
	width: 245px;
	height: auto;
}
.ep-video-two .ep-v-text p{
	font-size: 16px;
	color: #797979;
	margin-bottom: 5px;
}
.ep-video-two .ep-v-text span{
	font-size: 12px;
	margin-bottom: 5px;
}
.ep-video-two .ep-v-text .data{
	font-size: 12px;
}
.ep-video-right,.idw-right{
	width: 310px;
	height: auto;
	float: right;
}
.ep-video-right .ep-title p,.idw-right .idw-title p{
	width: 95px;
	height: 34px;
	
	cursor: pointer;
	float: left;
	margin-right: 1px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
}
.ep-video-right .ep-title,.id-wrapper .idw-right .idw-title{
	background: #037ad6;
}
.ep-video-right .ep-title a,.idw-right .idw-title a{
	color: #fff;
}
.ep-video-right .ev-r-list li{
	margin-top: 10px;
	width: 100%;
	height: 30px;
	
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
text-overflow: ellipsis;
}
.ep-video-right .ev-r-list li a{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0px 10px;
}
.ep-video-right .ev-r-list li span{
	font-weight: normal;
	font-size: 12px;
}
.index-data .id-wrapper .idw-one{
	width: 400px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}
.index-link ul li{
	width: 221px;
	height: 96px;
	float: left;
	margin:50px 9px;
}
.index-link ul li a{
	display: block;
}
.index-link ul li a img{
	width: 100%;
	height: auto;
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-ms-transition: all ease-in-out 0.8s;
}
.index-link ul li a:hover img{
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-ms-transition: all ease-in-out 0.8s;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
}
.footer{
	width: 100%;
	
	padding: 30px 0px;
	text-align: center;
	background: #005599;
	vertical-align: middle;
	color: #fff;
}

.footer a{
	color:#fff;
}

.index-new-img{
	margin-top: 10px;
}
.index-new-img img{
	max-width: 100%;
	height: 220px;
}


.new-gg{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.new-gg a{
	color: #ff3f3f;
	font-size: 14px;
}
.new-gg .title{
	width: 90px;
	font-size: 14px;
	float: left;
}
.new-gg ul li{
	width: 500px;
	float: left;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-gg .more{
	width:50px;
	font-size: 14px;
	float: right;
}
.swiper-slide a{
	display: block;
	text-align: center;
	height: 380px;
}
.swiper-slide a img{
	height: 100%;
}
