body {
	margin:0 auto;
	background: #fff;
	font-family: "microsoft yahei",Arial, Helvetica, sans-serif; 
	font-size:0.8vw; 
	color: #333333;
}

.container{
	padding:0 7vw;
}

.body_h{
	position:relative;
}

.body_h .header_box {
	width: 100%;
	background:rgba(255, 255, 255, 0.8);
	box-shadow:0 2px 10px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 10000;
	transition: all 0.3s linear;
}

.body_h .header_box.active{
	background-color:rgba(255,255,255,1);
	transition: all 0.3s linear;
}

.body_h .header_box:hover {
	background:rgba(255, 255, 255, 1);
	transition: all 0.3s linear;
}

.body_h.showdiv .header_box{
	background:#fff;
	box-shadow:0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s linear;
}


.header_box .container{
	height: 5.73vw;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
}

.body_b.showdiv {
    top: 5.73vw;
	background:#fff;
}

.top_left{
	display:flex;
	justify-content:space-around;		
}

.logo{
	background:url(../images/logo.png) left center no-repeat;
	background-size:11.63vw auto;
	width:11.63vw;
	height:3.8vw;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.body_h.showdiv .logo{
	background:url(../images/logo.png) left center no-repeat;
	background-size:11.63vw auto;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.top_left .font{
	margin-top:2.1vw;
	margin-left:0.6vw;
	font-size:0.86vw;
	letter-spacing:0.1vw;
	color:#00a2e9;
}

.nav_box{
	width:52%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.nav{
	width:70%;	
}

.nav_list{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.nav_list li{
	font-size:0.84vw;
}

.nav_list li a{
	color:#333;
	padding:10px 0px;
}

.nav_list li a:hover{
	color:#00a2e9;
}

.nav_list li a.active{
	color:#00a2e9;
	font-weight:bold;
	border-bottom:4px #00a2e9 solid;
}

.body_h.showdiv .nav_list li a{
	color:#000;
	padding:10px 0px;
}

.body_h.showdiv .nav_list li a:hover{
	color:#00a2e9;
}

.body_h.showdiv .nav_list li a.active{
	color:#00a2e9;
	border-bottom:4px #00a2e9 solid;
}

.search_box{
	width:10.41vw;
	height:1.67vw;
	line-height:1.67vw;
	padding:0 0.9vw;
	border:1px #bbb solid;
	border-radius:3vw;
	display:flex;
	align-items:center;
	justify-content:space-between;	
}

.search_box input[type=text]{
	width:7.6vw;
	height:1.6vw;
	padding:0 0.1vw;
	outline:none;
	border:0;
	background:none;
	border-radius:3px;
	font-size:0.7vw;
}

.body_h.showdiv .search_box{
	border:1px #bbb solid;
}

.body_h .header_box:hover .search_box .search_ico {
	color:#777;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.search_box .search_ico{
	font-size:1.1vw;
	color:#555;
	cursor:pointer;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.search_box button{
	outline:none;
	background:none;
	border:0;	
}

.body_h.showdiv .search_box .search_ico{
	color:#777;	
}

.banner{
    height: 48.2vw;
	position: relative;
}

.banner .item img{
	width:100%;
	height: auto !important;	
}

.banner .owl-controls{
	margin-top:-4vw !important;
	display:block !important;
	text-align:center;
	z-index: 99 !important;
}

.banner .owl-controls .owl-page span{
	width: 2.8vw !important;
	height: 0.3vw !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.part{
	padding:5vw 7vw;
	overflow: hidden;
    position: relative;
}

.part_bg01{
	background:#f0f0f0;	
}

.part_bg02{
	background:#fff;
	background-size:cover;
}

.part_bg03{
	height:37vw;
	background:#d7e9fb;
	background-size:cover;
}

.part_bg04{
	background:#fff;
	background-size: cover;
}

.part_name{
	font-size:2.2vw;
	font-weight:bold;
	text-align:center;	
}

.part_name a:hover{
	color:#00a2e9;	
}

.part_detail{
	font-size:0.8vw;
	line-height:2.2vw;
	text-align:center;	
}

.news{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.ppt_pic{
	width:41vw;
	height:26vw;
	border-radius:0.4vw;
	overflow:hidden;
}

.ppt_pic .item img{
	width:100%;
	height:26vw;
}

.ppt_pic .item{
	position:relative;
}

.ppt_pic .item .name{
	padding: 0.2vw 1vw; 
	width:41vw;
	height:2.4vw;
	line-height:1.8vw;
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-size:0.8vw;
	position: absolute;
	left:0;
	bottom:0px;
	z-index:9;
}

#ppt .owl-controls{
	margin-top:-1.8vw !important;
	display:block !important;
	text-align:right;
	padding-right:1vw;
}

#ppt .owl-controls .owl-page span{
	width: 0.8vw !important;
	height: 0.8vw !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.news01{
	margin-left:2vw;
	width:43vw;
	height:26vw;
	background:#fff;
	border-radius:0.4vw;
}

.news01_tit{
	height:3.6vw;
	line-height:3.6vw;
	border-bottom:1px #ddd solid;
	background:#f8f8f8;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.news01_tit .name{
	margin-left:1.6vw;
	display:inline-block;
	height:3.6vw;
	border-bottom:4px #00a2e9 solid;
	font-size:1.2vw;
	font-weight:bold;
	color:#000;
}

.news01_tit .more a{
	margin-right:1vw;
	color:#777;
	font-size:14px;
	transition:0.2s linear;
}

.news01_tit .more a:hover{
	color:#000;
	transition:0.2s linear;
}

.head_wrap{
	padding:0.8vw 1.6vw;
	border-bottom:1px #eee solid;
}

.head_wrap .name{
	font-size:1.2vw;
	font-weight:bold;
	text-align:center;
}

.head_wrap .detail{
	padding-top:10px;
	font-size:0.75vw;
	color:#777;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}

.news_list{
	padding:0vw 1.6vw;
	padding-top:1vw;
	overflow:hidden;
}

.news_list ul li{
	padding:0.5vw 0;
	padding-left:0.8vw;
	font-size:0.84vw;
	background:url(../images/bit01.png) left center no-repeat;
}

.news_list ul li span{
	float:right;
	color:#999;
	font-size:0.7vw;
}

.list01{
	margin-top:2vw;
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content:space-between;
}

.list01>li{
	width:27.5vw;
	height:16vw;
	margin:0.8vw 0;
	border-radius:0.6vw;
	overflow:hidden;
	position:relative;
	box-shadow:0 10px 20px rgba(0,0,0,0.1);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.list01>li:hover {
	box-shadow:0 25px 40px rgba(0,124,180,0.4);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.list01>li .li_cover{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9;
}

.list01>li:hover .li_cover{
	background:rgba(0,162,233,0.8);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.list01>li .img{
	background:rgba(0,0,0,0.5);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:6;
}

.list01>li .img img{
	width:100%;
	height:100%;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.list01>li:hover .img img{
	transform:scale(1.2);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.list01>li .li_cont{
	position:absolute;
	top:2vw;
	left:0;
	right:0;
	z-index:10;
}

.list01>li .name{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.6vw;
	color:#fff;
}

.list01>li .li_item{
	padding:1vw 3vw;
}

.list01>li .li_item li{
	display:inline-block;
	width:10vw;
	color:#eee;
	font-size:0.84vw;
	line-height:30px;
}

.list01>li:hover .li_item li{
	color:#fff;
}


.case_list{
	padding-top:4vw;	
}

.case_list .item {
	width:27.5vw;
	height:16vw;
	border-radius:0.6vw;
	overflow:hidden;
	position:relative;
}

.case_list .item img{
	width:100%;
	height:100%;
	border-radius:0.6vw;
}

.case_list .item .li_cover{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9;
}

.case_list .item:hover .li_cover{
	background:rgba(0,162,233,0.8);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.case_list .item .cont{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
	opacity:0;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.case_list .item:hover .cont{
	opacity:1;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.case_list .item .cont .name{
	font-size:1.4vw;
	color:#fff;
	text-align:center;
}

.case_list .item .cont .detail{
	font-size:0.9vw;
	margin-top:1vw;
	line-height:30px;
	color:#fff;
	text-align:center;
}


#case .owl-controls{
	margin-top:35px !important;
	display:block !important;
	z-index:99;	
}

#case  .owl-controls .owl-page span{
	display:none !important;
	width: 40px !important;
	height: 5px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

#case  .owl-controls .owl-buttons{
	margin-top:-13.5%;
	position:relative;
}

#case  .owl-controls .owl-buttons div{
	color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000;
    filter: Alpha(Opacity=10);
    opacity: 0.1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

#case  .owl-controls .owl-buttons div:hover{
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}


#case  .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	left:-100px;
	top:0px;
}

#case  .owl-controls .owl-buttons .owl-next{
	position:absolute;
	right:-100px;
	top:0px;
}


.other_list{
	padding-top:4vw;
	display:flex;
	justify-content:space-between;
}

.other_list li{
	width:16.5vw;
}

.other_list li .cont{
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.other_list li .cont .img{
	margin:0 auto;
	width:5.2vw;
	height:5.2vw;
	border-radius:100%;
	overflow:hidden;
	background:#00a2e9;
}

.other_list li .cont .img img{
	width:100%;
	height:100%;
}

.other_list li .cont .name{
	margin-top:0.6vw;
	font-size:1.3vw;
	color:#333;
	text-align:center;
}

.other_list li .cont .detail{
	margin-top:0.6vw;
	font-size:0.8vw;
	line-height:1.6vw;
	color:#999;
	text-align:left;
}

.footer{
	min-height:12.5vw;
	background:#1199d5;
	color:#fff;
}

.footer .cont{
	padding-top:1vw;
	display:flex;
	justify-content:space-between;	
}

.footer_cont{
	padding:20px 0;
	display:flex;
}

.footer_cont .logo{
	width:14vw;
	height:4vw;
	padding-right:3vw;
	border-right:1px rgba(255,255,255,0.3) solid;
	background:url(../images/bot_logo.png) left center no-repeat;
	background-size:12.63vw auto;
}

.footer_cont .detail{
	padding-top:0vw;
	line-height:1.5vw;
	padding-left:2vw;
}

.footer_cont .detail span{
	padding:0 0.6vw;
}

.bot_ico_list{
	margin-top:1.5vw;
}

.bot_ico_list li{
	margin:0 1vw;
	display:inline-block;
	font-size:0.6vw;
}

.bot_ico_list li a{
	color:#fff;
}

.bot_ico_list li .img{
	margin:0 auto;
	width:2.6vw;
	height:2.6vw;
	border-radius:100%;
	overflow:hidden;
}

.bot_ico_list li .img img{
	width:100%;
	height:100%;
}

.bot_ico_list li .name{
	padding-top:0.2vw;
	color:#fff;
	text-align:center;
}



