﻿*,body{margin: 0;padding: 0;font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;text-decoration: none;}
html, body {width: 100%;height: 100%;}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,i,strong,th,var{font-weight:400;font-style:normal}
li,ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
q:after,q:before{content:""}abbr,acronym{border:0}
a{text-decoration:none;}
a:link{color:#333; text-decoration:none;}
a:focus,a:hover{color:#FFCC00}
a:visited{color:#333}
.clear {clear: both;}
h1,h2,h3,h4,h5,h6,p,i,span,a,.img,img,li,after,before {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
@font-face{
	font-family: 'dincond-medium';src: url('../font/dincond-medium-webfont.eot');
	src: url('../font/dincond-medium-webfont.eot') format('embedded-opentype'), url('') format('woff2'), url('../font/dincond-medium-webfont.woff') format('woff'), url('../font/dincond-medium-webfont.ttf') format('truetype'), url('../font/dincond-medium-webfont.svg') format('svg');
}
@font-face {
	font-family: Montserrat-Regular;
	src: url("../font/montserrat-regular.eot");
	
	src: url("../font/montserrat-regular.eot") format("embedded-opentype"), url("../font/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
::-webkit-scrollbar {width: 8px; }
::-webkit-scrollbar-track {background-color: #fff;}
::-webkit-scrollbar-thumb {background-color: #666;}
::-webkit-scrollbar-button {background-color: #fff;}
::-webkit-scrollbar-corner {background-color: #fff;}
.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-ce{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.flex-fs{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-fe{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content:  flex-end;
}

@keyframes bubble-animate-1 {
	from {
		top: -120px
	}

	50% {
		top: -180px
	}

	to {
		top: -120px
	}
}

@keyframes bubble-animate-2 {
	from {
		top: 50px;
		left: 34%
	}

	50% {
		top: 80px;
		left: 24%
	}

	to {
		top: 50px;
		left: 34%
	}
}

@keyframes bubble-animate-3 {
	from {
		top: 50px;
		left: 48%
	}

	50% {
		top: 80px;
		left: 58%
	}

	to {
		top: 50px;
		left: 48%
	}
}

.cloud-footer {background-color: #1b3d95;}
.cloud-footer-box {}
.cloud-footer-nav { width: 100%; padding: 40px 0 ;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}
.cloud-footer-nav-logo { width: 30%;}
.cloud-info {}
.cloud-info .kf-tel{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
	align-items: center;
}
.cloud-info .kf-tel .kf-icon{width:20%;}
.cloud-info .kf-tel .kf-icon i{font-size: 5rem;color: #eee;}
.cloud-info .kf-tel .kf-info{color: #f8f8f8;font-size: 14px;color: #eee;width: 80%;text-align: left;}
.cloud-info .kf-tel .kf-info span{font-family: Montserrat-Regular;font-size: 18px; color: #eee;}
.cloud-info h4{font-size: 18px;color: #fff;padding: 0 0 20px 0;}
.cloud-info p{line-height: 20px;font-size: 14px;color:rgba(255,255,255,0.6); }
.cloud-info p i{}
.cloud-info p span{font-family: Montserrat-Regular;font-size: 16px;}
.cloud-share{position: relative;}
.cloud-share .wei-xin {display: none;position: absolute;top: -100px;left:-35px;}
.cloud-share ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	padding: 30px 0 0 0;
}
.cloud-share ul li {width: 15%;}
.cloud-share ul li a {display: block;width: 35px;height: 35px;background-color:#2266b2;border-radius: 50%;text-align: center;line-height: 35px;color: #fff;}
.cloud-share ul li a i{font-size: 2rem;color: #eee;}
.cloud-share ul li a:hover{text-decoration: none; background-color: #2c9dd9;}
.cloud-share ul li a:hover i{color: #fff;}
.cloud-footer-nav-list { width: 70%; height: 100%; border-left: 1px solid rgba(255,255,255,0.2); ;padding: 0 0 0 5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;}
.cloud-footer-nav-list ul { width: 25%;}
.list-title { font-size: 18px; color: #fff; margin-bottom: 15px; line-height: 30px;}
.cloud-footer-nav-list ul li { line-height: 30px;}
.cloud-footer-nav-list ul li a {color:rgba(255,255,255,0.6);font-size: 14px; text-decoration: none;}
.cloud-footer-nav-list ul li a:hover {color: #fff; text-decoration: underline;}
.cloud-copyright {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}
.cloud-copyright p {color:rgba(255,255,255,0.6);text-transform: uppercase;font-size: 12px;line-height: 25px;width: 50%;}
.cloud-copyright p a { color:rgba(255,255,255,0.6);display: block;float: right;margin-left: 10px;}
.cloud-copyright p a:hover { text-decoration: underline;}
@media (max-width: 992px) {
	.cloud-footer-nav {padding: 20px 0 ;flex-wrap: wrap}
	.cloud-footer-nav-logo { width: 100%;}
	.cloud-info .kf-tel .kf-icon{width:20%;}
	.cloud-info .kf-tel .kf-info{font-size: 1.3rem;width: 100%;}
	.cloud-info .kf-tel .kf-info span{font-size: 1.8rem;}
	.cloud-info h4{font-size:1.8rem;padding: 0 0 10px 0;}
	.cloud-info p{font-size: 1.3rem;line-height: 2rem;}
	.cloud-info p span{font-size:1.6rem;}
	.cloud-share ul{padding: 10px 0;}
	.cloud-footer-nav-list {width: 100%;padding:0;border-left:none;flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	.cloud-footer-nav-list ul{width: 33.33%;}
	.cloud-footer-nav-list ul:last-child{display: none;}
	.list-title {font-size:1.6rem;margin-bottom:10px;line-height:2.5rem;}
	.cloud-footer-nav-list ul li { line-height: 3rem;}
	.cloud-footer-nav-list ul li a {font-size:1.2rem;}
	.cloud-copyright {flex-wrap: wrap;}
	.cloud-copyright p {font-size: 1.2rem;line-height: 1.5rem;width: 100%;text-align: center;}
	.cloud-copyright p a {float: none;display: block;font-size: 1.2rem;margin-left: 0;line-height: 1.8rem;}

}

.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;width: 80px;height:80px;top:50%;margin-top: -40px;font-weight: 800;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-100px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-100px;}
.owl-theme .owl-controls .owl-buttons i{font-size: 4.4rem;}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #111;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=40);
	opacity: 0.4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #1f56a7；
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading{
	min-height: 150px;
	background: url(404.png) no-repeat center center
}

.sub-banner{height: 500px;background-color:#fff;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative}
.sub-banner h2{font-size: 55px!important;font-family:'dincond-medium';color:#fff!important;font-weight: 600!important;text-transform: uppercase!important;letter-spacing: 2px;position:absolute;bottom: 90px;text-shadow: 0 0 4px rgba(0,0,0,0.2);}
.sub-banner h3{color: #fff!important;font-size: 20px!important;font-weight: 800!important;letter-spacing:2px;position:absolute;bottom: 65px;text-shadow: 0 0 4px rgba(0,0,0,0.2);}
.sub-banner h4{color: #fff!important;font-size: 36px!important;font-weight: 800!important;letter-spacing:1px;position:absolute;bottom: 65px;text-shadow: 0 0 4px rgba(0,0,0,0.1);}
.sub-banner .container{position: relative;height: 500px;}

@media (max-width:1440px){
	
	.sub-banner{height: 450px;}
	.sub-banner .container{height: 450px;}
	.sub-banner h2{font-size: 45px!important;}
	.sub-banner h3{font-size: 22px!important;}
}
@media (max-width:1366px){
	
	.sub-banner{height: 400px;}
	.sub-banner .container{height: 400px;}
	.sub-banner h2{font-size: 35px!important;}
	.sub-banner h3{font-size: 18px!important;}
}

@media (max-width:1280px){
	
	.sub-banner{height: 350px;}
	.sub-banner .container{height: 350px;}
	.sub-banner h2{font-size: 35px!important;}
	.sub-banner h3{font-size: 18px!important;}
}
@media (max-width: 1200px) {
	.sub-banner{height: 350px;}
	.sub-banner .container{height: 350px;}
	.sub-banner h2{font-size: 35px!important;}
	.sub-banner h3{font-size: 18px!important;}
}
@media (max-width: 992px) {
	.sub-banner{height: 220px;}
	.sub-banner .container{height: 220px;display: none}
	.sub-banner h2{font-size: 35px!important;}
	.sub-banner h3{font-size: 18px!important;}
}


.sub-menu{position: relative;top:-48px;z-index:1; background-color: rgba(0,0,0,0.3);}
.sub-menu .container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}
.sub-menu .location{width: 30%;}

.location {
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	position: relative;

}
.location .icon-shouye{font-size: 1.2em;}
.location .icon-youjiantou{font-size: 0.6em;padding: 25px 0;}
.location a {
	color: #fff;
	text-decoration: none;
}
.location a:hover {
	color: #1f56a7;
	text-decoration: underline;
}

.sub-menu .page-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0;margin: 0;
	width: 70%;
}
.sub-menu .page-nav li{}
.sub-menu .page-nav li a{display: block;font-size:16px;padding: 0 20px;line-height: 48px;color: #fff;text-align: center  }
.sub-menu .page-nav li a:hover,.sub-menu .page-nav li a.cur{
	background-image: linear-gradient(45deg, #1f56a7 3%, #2c9dd9 100%);
	-webkit-background-image: linear-gradient(45deg,  #1f56a7 3%, #2c9dd9 100%);
	color: #fff;text-decoration: none;
}
	.container{width:1200px;margin: 0 auto}
@media (max-width:1200px){
	.container{width: 98%;margin: 0 auto}
	.sub-nav{width: 98%;;margin-left: -49%;}
}
@media (max-width: 992px) {
	.container{width:98%}
	.sub-nav{width: 98%;margin-left: -49%;}
	.sub-menu{top:-40px;}
	.sub-menu .location{display: none}
	.sub-menu .page-nav{width: 100%;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;}
	.service-nav{display: none;}
	.sub-menu .page-nav li a{font-size:1.5rem;padding: 0 20px;line-height: 40px;}
}