@import url('css.css');
@import url('font-awesome.css');
@import url('animate.css');

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
figcaption,
figure,
header,
nav {
	display: block;
}

/*Base*/
html {
	font: 12px/1.8 "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*修正手持设备字体变化*/
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	background: transparent;
	/*修正win8系统IE连接灰色背景*/
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a:focus {
	outline: 0;
}

a:active,
a:hover {
	outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

button,
input,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: none;
}

button,
input {
	line-height: normal;
}

button {
	text-transform: none;
}

button {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

ul {
	list-style: none;
	float: left;
}

li {
	list-style: none;
	float: left;
}

/*清除浮动*/

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}


body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	color: #656565;
	font-size: 13px;
}

a:active {
	outline: 0;
}

h2 {
	font-weight: 600;
	line-height: 1.1em;
	color: #333;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3,
h4 {
	line-height: 1.1em;
	color: #333;
	margin-bottom: 20px;
}

input,
button,
textarea {
	border-radius: 0px !important;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.row {
	margin-bottom: 30px;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
	margin-top: 17px;
}

/*  Header
==================================== */

header .navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #222;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	padding: 0 0 0 15px;
}

.navbar-default .navbar-brand {
	color: #1891EC;
}

header .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}

header .navbar {
	padding: 18px 0;
}

.home-page header .navbar-default {
	background: #ffffff;
	/* position: absolute; */
	width: 100%;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


header .navbar {
	/* min-height: 62px; */
	padding: 0;
}

header .navbar-nav>li {
	padding-bottom: 12px;
	padding-top: 12px;
	padding: 0 !important;
}

header .navbar-nav>li>a {
	/* padding-bottom: 6px; */
	/* padding-top: 5px; */
	margin-left: 2px;
	line-height: 19px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #fff;
}

/* --- menu --- */

header ul.nav li {
	border: none;
	margin: 0;
}

header ul.nav li a {
	font-size: 16px;
	border: none;
	font-weight: 400;
	text-transform: uppercase;
	padding: 25px 15px;
}


.navbar .nav>li>a {
	color: #212121;
	text-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0) !important;
}

.navbar .nav a:hover {
	background: none;
	color: #ff9818;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover {
	background: none;
}

.navbar .nav>.active>a:active,
.navbar .nav>.active>a:focus {
	background: none;
	outline: 0;
	font-weight: 700;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #004490;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #004490;
	background-color: transparent;
}

/*  Sliders
==================================== */
/* --- flexslider --- */

/* Testimonial
----------------------------------*/

/* Clients
------------------------------------ */


/* Content
==================================== */

/* Bottom
==================================== */

/* twitter */

/* page headline
==================================== */

/* --- breadcrumbs --- */

/* Forms
============================= */

/* --- contact form  ---- */


/* --- search form --- */

/* --- Projects detail --- */

/* --- pullquotes --- */

/* --- button --- */

/* --- list style --- */

/* --- Heading style --- */

/* --- Map --- */

/* ===== Widgets ===== */

/* --- flickr --- */

/* --- Recent post widget --- */

.copyright {
	text-align: left;
	font-size: 12px;
	color: #b3b3b3;
}



/* scroll to top */
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 20px;
	right: 20px;
	background: #004490;
}

a.scrollup {
	outline: 0;
	text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
	opacity: 1;
	text-decoration: none;
}

a.scrollup i {
	margin-top: 10px;
	color: #fff;
}

a.scrollup i:hover {
	text-decoration: none;
}

/*  Media queries 
============================= */

@media (max-width: 767px) {
	.navbar-default .navbar-collapse {
		border-color: none;
		background: #004490;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #004490;
		border-radius: 0;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: rgba(221, 221, 221, 0);
	}

	.navbar-default .navbar-collapse {
		border-color: rgba(255, 255, 255, 0.58);
	}

	header ul.nav li a {
		padding: 10px 10px;
		color: #fff !important;
		opacity: 0.5;
	}

	header ul.nav .active a {
		color: #fff;
		opacity: 1;
	}

	header ul.nav li a:hover {
		color: #fff !important;
		opacity: 1;
	}

	body {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-brand {
		border-bottom: none;
	}

	.navbar-header {
		/* margin-top: 20px; */
		border-bottom: none;
	}

	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}

	.navbar .nav>.active>a,
	.navbar .nav>.active>a:hover {
		background: none;
		font-weight: 700;
		color: #f3f3f3;
		padding: 10px 10px;
	}

	header .navbar-nav>li {
		padding-bottom: 2px;
		padding-top: 3px;
	}



	li.active {
		border: none;
		overflow: hidden;
		/* background: #f3f3f3; */
	}

}

.navbar-brand img {
	height: 50px;
}

.h-top {
	height: 38px;
	font-size: 12px;
	line-height: 38px;
	color: #747474;
	border-bottom: 1px solid #e5e5e5;
}

.h-top p.fr {
	color: #dadada;
}

.h-top a {
	display: inline-block;
	padding: 0 13px;
	color: #666;
}

.h-top a:hover {
	text-decoration: none;
}

h2,
h3,
h4,
p {
	margin: 0 !important;
}

.h-mid {
	padding: 40px 0 32px;
}

.logo {
	float: left;
	padding-right: 10px;
	margin: 0 16px 0 0;
	display: inline;
}

.logo img {
	width: 70px;
}

.h-mid .tips {
	margin-top: 19px;
	line-height: 16px;
}

.h-mid .tips h2 {
	font-size: 25px;
	line-height: 32px;
	color: #004490;
	font-weight: 900;
	letter-spacing: 3px;
}

.h-mid .tips p {
	font-size: 14px;
}

.h-mid .tel {
	width: 180px;
	height: 50px;
	padding-left: 51px;
	margin: 30px 25px 0 0;
	display: inline;
	background: url(../picture/h_tel.png) no-repeat;
	font-size: 14px;
	background-size: contain;
	line-height: 1px;
}

.h-mid .ewm {
	cursor: pointer;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	height: 30px;
}

.navbar-brand p {
	font-size: 16px;
    color: #004490;
    font-weight: 900;
    float: left;
    line-height: 65px;
    /* margin-top: 9.5px; */
    letter-spacing: 1px;
}

@media screen and (max-width: 350px) {
	
.navbar-brand p {
	display: none;
}
}

.navbar-default {
	background-color: #0855ab;
	border: none !important;
	border-radius: 0 !important;
	margin: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #024085;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background: #024085;
}

.nav>li {
	width: 12.5%;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 0;
}

.navbar-nav {
	width: 100%;
	margin: 0;
}

.navbar-nav li {
	text-align: center;
}

.navbar-nav li a {
	line-height: 50px;
	font-size: 16px;
}

.navbar-collapse {
	padding: 0;
}

@media screen and (max-width:768px) {
	.header {
		display: none;
	}
	#newBridge{
		display: none !important;
	}
	#head {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 99;
	}

	body {
		padding-top: 245px;
	}

	.navbar-default {
		background-color: #fff;
		/* box-shadow: 0 0 2px 2px #fff; */
	}

	.index-sec2 .p2 {
		color: #666666;
		font-size: 14px;
		line-height: 36px;
		text-align: justify;
		width: 100% !important;
	}

	.nav>li {
		width: 100%;
	}

	.navbar-default .navbar-nav>li>a {
		color: #024085;
	}

	.navbar {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		padding: 0 3%;
		z-index: 99;
	}

	body {
		padding-top: 50px;
	}

	.swiper-container {
		height: 180px;
	}

	.swiper-container img {
		height: 100%;
	}

	.navbar .container {
		padding: 0;
	}

	.navbar-brand img {
		float: left;
		margin-top: 14.5px;
		margin-left: 20px;
	}

	.navbar-header {
		position: relative;
	}

	.nav-xd {
		display: none;
	}
}

@media screen and (max-width:1000px) {
	.h-mid .tel {
		display: none;
	}
}

@media screen and (min-width:768px) {
	.navbar-brand {
		display: none;
	}

	.navbar-collapse {
		padding: 0;
	}

	#wrapper header {
		display: none;
	}

	/* .header{
        background-color: #fff;
    }
	#head {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 99;
	}
	body{
		padding-top: 245px;
	}
	.header{
		background-color: #fff;
	} */
}

.swiper-container.bannerbanner {
	height: 560px;
	position: relative;
	color: #fff;
}

.banner01 {
	position: relative;
}

.banner01 h2,
.banner01 p,
.banner01 a {
	color: #fff;
}

.swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 25px !important;
}



.w1240 {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
}

.pt50 {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

/* 头部 */
/*搜索*/
/* 手机导航 */
/* banner */

.index-sec2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../image/map.png) no-repeat center;
	background-size: 100% auto;
	border: 2px solid #0855ab;
	padding: 20px;
	box-sizing: border-box;
}

.index-sec2 h3 {
	color: #000000;
	font-size: 34px;
}

.index-sec2 .p1 {
	color: #0159a1;
	font-size: 22px;
	padding-bottom: 3vw;
	padding-top: 1.5vw;
}

.index-sec2 .p2 {
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	text-align: justify;
	width: 80%;
}

.index-sec2 .more-btn {
	width: 150px;
	height: 50px;
	background-color: #0159a1;
	border-radius: 4px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	margin-top: 5vw;
	transition: all 0.6s;
	position: relative;
}

.index-sec2 .more-btn:hover {
	transform: translateX(10px);
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}

.title h3 {
	color: #000000;
	font-size: 36px;
	text-align: center;
	padding-bottom: 1vw;
}

.title p {
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.title {
	padding-bottom: 3vw;
}

.index-sec3 {
	background: #fff;
}

.index-sec3 .content-slide ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -3%;
	align-items: center;
}

.index-sec3 .content-slide li {
	width: 31%;
	background: #fff;
	margin-bottom: 3%;
	padding: 2vw;
	transition: all 0.6s;
}

.index-sec3 .content-slide li p {
	text-align: center;
	color: #333333;
	font-size: 15px;
	padding-top: 2vw;
	transition: all 0.6s;
}

.index-sec3 .content-slide img {
	display: block;
	margin: 0 auto;
    max-width: 307.8px;
    max-height: 532.8px;
	overflow: hidden;
	transition: all 0.6s;
	height: auto;
	width: 100%;
}

.index-sec3 .content-slide li:hover img {
	transform: scale(1.1);
}

.index-sec3 .content-slide li:hover p {
	color: #0159A1;
}

.index-sec4 {
	padding-left: 6vw;
	padding-right: 6vw;
}

.index-sec4 .swiper-container{
	border: 1px solid #004490;
}

.index-sec4 .swiper-slide {
	overflow: hidden;
	padding: 0vw 1vw 1vw 1vw;
	border-right: 1px solid #004490;
}

.index-sec4 .swiper-slide img {
	display: block;
	width: 100%;
	height: 260px;
}

.index-sec4 .swiper-slide p {
	color: #333333;
	text-align: center;
	font-size: 15px;
	height: 4vw;
	line-height: 4vw;
	transition: all 0.6s;
}

.index-sec4 .swiper-slide figcaption {
}

.index-sec4 .swiper-slide:hover figcaption p {
	background: #0159A1;
	color: #fff;
}

.index-sec5 {
	padding-top: 0;
	overflow: hidden;
}

.index-sec5 .ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -1.5vw;
}

.index-sec5 li {
	width: 49%;
	margin-bottom: 1.5vw;
	border: 2px solid transparent;
	transition: all 0.6s;
}

.index-sec5 li a {
	display: flex;
	background: #F5F5F5;
	align-items: center;
}

.index-sec5 li figure {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

.index-sec5 li figure img {
	display: block;
	max-width: 240px;
	width: 100%;
}

.index-sec5 li figcaption {
	display: block;
	padding: 0 1vw;
	flex: 1;
}

.index-sec5 li h3 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 1vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-sec5 li p {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}

.index-sec5 li:hover {
	border: 2px solid #0159A1
}

.footer {
	background: #063b79;
	padding: 3vw 0 0 0;
}

.footer .div2 {
	display: flex;
	padding-top: 3vw;
	justify-content: space-between;
}

.footer .div2-left {
	max-width: 330px;
}

.footer .div2 h3 {
	color: #fff;
	font-size: 15px;
	padding-bottom: 1vw;
}

.footer .div2-left a {
	color: #aaaaaa;
	font-size: 14px;
	display: inline-block;
	padding-right: 1vw;
	padding-bottom: 1vw;
	transition: all 0.6s;
}

.footer .div2-left a:hover {
	color: #0159A1;
}

.footer .div2-center span,
.footer .div2-right span {
	color: #aaa;
	font-size: 14px;
	display: block;
	padding-bottom: 0.5vw;
}

.footer .div2-center p {
	color: #fff;
	font-size: 18px;
	padding-bottom: 1vw;
}

.footer .div2-right {
	max-width: 270px;
}

.footer .div2-right p {
	font-size: 14px;
	color: #ffffff;
}

.footer .code p {
	text-align: center;
	color: #ffffff;
	padding-top: 1vw;
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.2vw 0;
	display: flex;
	justify-content: space-between;
	margin-top: 2vw;
}

.copyright p {
	color: #aaaaaa;
	font-size: 14px;
}

/* 内页banner */
/* 面包屑导航*/

@media (max-width:1240px) {
	.padding15 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.index-sec5 li h3 {
		font-size: 16px;
	}

	.title h3 {
		font-size: 30px;
	}

	.footer {
		padding-left: 30px;
		padding-right: 30px;
	}

	.footer .div2-right {
		display: none;
	}
}

@media (max-width:1000px) {
	.index-sec2 h3 {
		font-size: 28px;
	}

	.index-sec2 .p1 {
		font-size: 18px;
		padding-bottom: 2vw;
	}

	.title h3 {
		font-size: 24px;
	}

	.title p {
		font-size: 14px;
	}

	.index-sec4 {
		padding: 5vw 15px;
		padding-bottom: 2vw !important;
	}

	.index-sec4 .swiper-slide p {
		line-height: 55px;
		height: 55px;
	}

	.index-sec4 .swiper-slide figcaption {
		box-shadow: none;
	}

	.title h3 {
		padding-bottom: 3vw;
	}

	.footer .div2-center {
		display: none;
	}

	.footer .code img {
		display: block;
		max-width: 100px;
	}
}

@media (max-width:800px) {
	.index-sec5 li a {
		flex-direction: column;
	}

	.index-sec5 li figure,
	.index-sec5 li figure img {
		width: 100%;
		max-width: initial;
	}

	.index-sec2 .sec2-right img {
		width: 50vw;
	}

	.index-sec5 li {
		margin-bottom: 2.5vw;
	}

	.index-sec5 li figcaption {
		padding: 3vw 2vw;
	}

	.index-sec5 li h3 {
		text-overflow: initial;
		white-space: initial;
		line-height: 1.6;
	}

	.index-sec5 li p {
		height: 48px;
		overflow: hidden;
	}

	.title {
		padding-bottom: 5vw;
	}

	.index-sec4 .swiper-slide p {
		height: 45px;
		line-height: 45px;
		border: 1px solid #e0e0e0
	}

	.copyright {
		justify-content: center;
	}

	.copyright p {
		text-align: center;
	}
}

@media (max-width:768px) {
	
	.index-sec2 {
		border: none;
	}
	.pt50 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.index-sec2 {
		flex-direction: column;
	}

	.index-sec2 .sec2-right img {
		width: 100%
	}

	.sec2-right {
		margin-top: 5vw;
		display: none;
	}

	.padding15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.index-sec2 .p1 {
		font-size: 16px;
		padding-top: 3vw;
	}

	.index-sec2 h3 {
		font-size: 24px;
	}

	.index-sec3 .content-slide li p {
		font-size: 14px;
	}

	.index-sec3 .content-slide li {
		width: 48%;
	}

	.footer .div2 {
		flex-direction: column;
		justify-content: center;
	}

	.footer .div2-left {
		width: 100%;
		max-width: initial;
		display: none;
	}

	.footer .div2-left a {
		width: auto;
	}

	.footer .div2-left p {
		width: 100%;
	}

	.footer .code img {
		display: block;
		margin: 0 auto;
	}

	.index-sec5 li h3 {
		font-size: 15px;
	}
}

a:hover {
	text-decoration: none;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/* makes the font 33% larger relative to the icon container */

/* Deprecated as of 4.4.0 */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */

/*!
   * Bootstrap v4.4.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 The Bootstrap Authors
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #feab02;
	border-color: #f2a301;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(221, 165, 51, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #FEBC35;
	border-color: #FEBC35;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(254, 188, 53, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #404040;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #595959;
	border-color: #595959;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

@media print {

	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	@page {
		size: a3;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}
}

/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */

/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
	*/

	.hero-left img{
		display: block;
		margin: 0 auto;
		margin-top: 80px;
		width: 520px;
		margin-top: -10px;
		margin-left: 230px;
		margin-top: 70px;
	}
	.hero-left{
		float: left;
		width: 100%;
		padding: 60px 20px;
	}
	.hero-right{
		float: right;
		width: 40%;
	}
	.hero-right img{
		width: 80%;
		margin-left: 10%;
		visibility: hidden;
	}

.loaderl {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	transform: scale(0.7);
}

.loaderl,
.loaderl:before,
.loaderl:after {
	border-radius: 50%;
}

.loaderl:before,
.loaderl:after {
	position: absolute;
	top: -0.1em;
	content: '';
	width: 5.2em;
	height: 10.2em;
	background: #fff;
}

.loaderl {
	font-size: 11px;
	text-indent: -99999em;
	/* margin: 30% auto; */
	position: relative;
	left: 50%;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 1em #0855ab;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.5);
}

.loaderl:before {
	border-radius: 10.2em 0 0 10.2em;
	left: -0.1em;
	/* 设置旋转元素的基点位置 */
	transform-origin: 5.2em 5.1em;
	/*
	* load2：执行的动画名
	* 2s：执行2秒
	* infinite：执行无限次 
	* 1.5s：延时1.5秒
	*/
	animation: load2 1s infinite 0.75s;
}

.loaderl:after {
	border-radius: 0 10.2em 10.2em 0;
	left: 5.1em;
	transform-origin: 0px 5.1em;
	animation: load2 1s infinite;
}

@keyframes load2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

body {
	background-color: #fff;
}

.perloader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999999;
}

.hero-content {
	margin-top: 20px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.hero-content h2 {
	line-height: 48px;
	color: #ff0000;
	font-weight: 900;

}

.hero-content p {
	margin: 22px 0 !important;
	margin-bottom: 34px !important;
}

.hero-content a {
	background-color: #0855ab;
	color: #fff;
	padding: 12px 24px;
}



.notice ul li {
	float: left;
	width: 33.3%;
	height: 342px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	position: relative;
	top: 40px;
	opacity: 0;
}

.notice ul li:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(0, 79, 178, .9);
}

.notice ul li.num2:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(0, 129, 232, .9);
}

.notice ul li.num1 {
	background-image: url(../picture/abouttu.png);
}

.notice ul li.num2 {
	background-image: url(../picture/banner.jpg_xl);
}

.notice ul li.num3 {
	background-image: url(../picture/banner1.jpg);
}

.noticeW {
	margin-top: 66px;
	padding: 0 30px;
	color: #fff;
	position: relative;
	z-index: 22;
}

.noticeW h2 {
	color: #fffa7a;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.noticeW h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
	line-height: 32px;
}

.noticeW h4 {
	font-size: 12px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 8px;
	color: #fff;
}

.noticeW p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 30px;
}

.noticeW a {
	display: block;
	width: 106px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0px;
	margin-top: 6%;
}

.noticeW a:hover {
	color: #186AAB;
	background: #fff;
}

@media (max-width: 768px) {

	.notice ul li {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}

	.noticeW {
		margin-top: 0;
	}

	.noticeW p {
		margin-bottom: 15px;
	}

	.noticeW h3 {
		margin-bottom: 10px;
	}

	.footer {
		padding: 30px 0;
	}

	.bannerbanner .swiper-button-white {
		display: none;
	}

	
	.hero-left img{
		display: block !important;
		margin: 0 !important;
		margin: 0 auto !important;
		margin-top: 70px !important;
		width: 100% !important;
	}
}

#newBridge {
	color: #000;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal
}

#newBridge,
#newBridge ins,
#newBridge p,
#newBridge input,
#newBridge form,
#newBridge textarea {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-position: 0 0;
	background-size: auto;
	background-repeat: repeat;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: scroll;
	background-image: none;
	border: none;
	outline: invert none medium;
	direction: ltr;
	letter-spacing: inherit;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	white-space: inherit;
	word-spacing: normal;
	font-size: 12px;
	font-family: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: inherit;
	font-variant: normal;
	font-weight: inherit;
	visibility: visible;
	overflow: visible;
	list-style: none;
	float: none;
	clear: none;
	display: block;
	position: static;
	top: auto;
	left: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

#newBridge .nodeName {
	background: #fff url('../picture/user.png') no-repeat 9px center
}

#newBridge .nodePhone {
	background: #fff url('../picture/nodephone.png') no-repeat 9px center
}

#newBridge .nodeAddress {
	background: #fff url('../picture/nodelocation.png') no-repeat 9px center
}

#newBridge .nb-nodeboard-base {
	height: auto;
	width: 240px;
	border-radius: 8px;
	z-index: 3;
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.4)
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base {
	color: #000;
	border-radius: 8px;
	background-color: #fff
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	background-color: #4E6EF2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-head-title {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-left: 12px;
	line-height: 46px;
	padding-left: 2px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-close {
	display: inline-block;
	float: right;
	height: 46px;
	width: 34px;
	cursor: pointer;
	background: transparent url('../picture/nodeMin.png') no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1628243025/asset/embed/css/pc/nodeboard/img/nodeMin.png');
	background-position: 0 center;
	background-size: 50%
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text {
	zoom: 1;
	padding: 12px;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text p {
	word-break: break-all;
	line-height: 18px;
	margin: 0 8px 0 12px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text .nb-nodeboard-company {
	font-size: 14px;
	background-color: transparent;
	color: #303133
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text .nb-nodeboard-link {
	background-color: transparent;
	color: #909399;
	height: 12px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form {
	display: inline;
	background-color: #ededed
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set {
	_margin-left: 20px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-content {
	position: relative;
	width: 216px;
	margin: 8px auto
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set-content {
	width: 192px;
	height: 58px;
	margin: 12px auto 7px;
	_margin: 12px 0 7px -10px;
	padding: 10px 12px;
	resize: none;
	overflow: hidden;
	border: 1px solid #DCDFE6;
	background-color: #fff;
	text-align: left;
	_line-height: 12px;
	outline: 0;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form input::-webkit-input-placeholder,
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form textarea::-webkit-input-placeholder {
	color: #b0b4bb;
	font-size: 12px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-name {
	height: 32px;
	width: 215px;
	line-height: 32px;
	margin: 8px auto 0;
	_margin: 8px 0 0 -10px;
	border: 1px solid #DCDFE6;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-icon {
	width: 35px;
	height: 32px;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-radius: 4px 0 0 4px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-input {
	margin: 0;
	width: 172px;
	height: 32px;
	line-height: 32px;
	_overflow: hidden;
	border: none;
	display: inline-block;
	outline: 0
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-success {
	display: none;
	height: 314px;
	background-color: #ededed
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-box {
	width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -55px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-icon {
	height: 72px;
	width: 80px;
	margin: 0 auto;
	background: #fff url('../picture/bridge.png') no-repeat center center;
	background-color: transparent
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-title {
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top: 10px
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-content {
	color: #333;
	text-align: center
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-sucess-close {
	height: 30px;
	width: 90px;
	color: #fff;
	margin: 20px auto 0;
	background-color: #4E6EF2;
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send {
	width: 218px;
	margin: 12px auto 0 10px;
	padding-bottom: 12px;
	_margin-left: 10px;
	overflow: hidden
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn {
	height: 32px;
	width: 64px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	float: right;
	background-color: #4E6EF2
}

#newBridge .nb-nodeboard-position-base {
	position: fixed;
	_position: absolute
}

#newBridge .nb-nodeboard-left-bottom {
	left: 20px;
	bottom: 10px;
	top: auto;
	right: auto
}

#newBridge .nb-nodeboard-base .nb-nodeboard-top-0 {
	background-color: #0855ab !important;
}

#newBridge ins {
	display: block;
	text-decoration: none
}

#newBridge {
	font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
	position: fixed;
	z-index: 8}

#newBridge .nb-show {
	display: block
}

#newBridge input:-ms-input-placeholder {
	color: #b0b4bb;
	font-size: 12px
}

#newBridge textarea:-ms-input-placeholder {
	color: #b0b4bb;
	font-size: 12px
}

::-webkit-input-placeholder {
	color: #b0b4bb;
	opacity: 1;
	font-size: 12px
}

::-moz-placeholder {
	color: #b0b4bb;
	opacity: 1;
	font-size: 12px
}

:-ms-input-placeholder {
	color: #b0b4bb;
	opacity: 1;
	font-size: 12px
}

.notice{
	overflow: hidden;
}
.line{
	border: 4px solid #efefef;
}
.banner01{
	border-bottom: 8px solid #0855ab;
}
.swiper-pagination-bullet{
	width: 20px !important;
	height: 20px !important;
	border-radius: 0 !important;
	background: #0855ab !important;
}
.swiper-pagination-bullet-active {
	opacity: 1 !important;
}