body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #555;
}

a {
	color: #555;
	text-decoration: none !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
}

body {
	font-family: PingFang, Helvetica, 微软雅黑, "Microsoft YaHei", simsun, Arail;
	color: #333;
	width: 100%;
}

textarea,
select {
	outline: none;
}

*::-moz-selection {
	background: #ccc;
	color: #ffffff;
}

*::selection {
	background: #ccc;
	color: #ffffff;
}

li {
	list-style-type: none;
}


/* 头部 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.header-top {
	background-color: #fff;
	padding: 19px 0;
}

.header .dropdown {
	position: relative;
}

.header .dropdown .dropdown-toggle {
	position: absolute;
	width: 100%;
	background: rgba(14, 105, 218, 1);
	z-index: 999;
	left: 0;
	top: 44px;
	display: none;
}

.header .dropdown:hover .dropdown-toggle {
	display: block;
}

.header .dropdown .dropdown-toggle p {
	height: 44px;
	font-size: 16px;
	line-height: 44px;
}

.header .dropdown .dropdown-toggle p:hover {
	background: rgba(61, 142, 255, 1);
}

.header .dropdown .dropdown-toggle p a {
	color: #fff;
}

.header .header-top-left {
	display: inline-block;
}

.header .header-top-right {
	float: right;
	margin-top: 5px;
}

.header .header-top-left img:first-child {
	margin-right: 20px;
}

.header-top-right a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	width: 110px;
	text-align: center;
	border: 1px solid rgba(14, 105, 218, 1);
	border-radius: 4px;
	color: rgba(14, 105, 218, 1);
	display: inline-block;
}

.header-top-right a:hover {
	color: #fff;
	background-color: rgba(14, 105, 218, 1);
}

.header-nav {
	width: 100%;
	background: rgba(14, 105, 218, 1);
	margin: auto;
	display: block;
}



.header-nav ul {
	font-size: 0;
}

.header-nav li {
	display: block;
	width: 150px;
	text-align: center;
	padding: 11px 0;
	cursor: pointer;
}

.header-nav li a {
	font-size: 16px;
	color: #Fff;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.header-nav li:hover {
	background: rgba(61, 142, 255, 1);
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 5px 10px;
	margin-top: 8px;
	margin-right: 14px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-brand {
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.header .header-nav .navbar-header {
	display: none;
}

/* 底部 */
.footer {
	margin-top: 0px;
}

.footer .footer-top {
	padding: 30px 0;
	background-color: #0a5fc9;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	text-align: left;
}

.footer .footer-top .bt {
	padding: 15px 30px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
}

.footer .footer-top .bt:hover {
	background-color: #fff;
	color: #0a5fc9;
}

.footer .footer-top span {
	display: inline-block;
}
.footer-top a{
	color:white;
}

.footer .t-r {
	text-align: right;
}

.footer .footer-bom {
	padding-top: 30px;
	padding-bottom: 0px;
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.footer .footer-bom .row>div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.footer .footer-bom .row [class*='col-'] {
	margin-bottom: 30px;
}

.footer .footer-bom .row>div p {
	margin-bottom: 14px;
	font-size: 16px;
	    text-align: center;
}

.footer .yq a {
	margin-right: 30px;
	margin-bottom: 14px;
	font-size: 14px;
	color: rgba(182, 186, 191, 1);
	display: inline-block;
	cursor: pointer;
}

.footer .yq a:hover {
	color: rgba(19, 106, 213, 1);
	text-decoration: underline !important;
}

.card {
	margin-top: 0px;
}

.title-op {
	font-size: 40px;
	font-weight: bold;
	color: rgba(240, 245, 252, 1);
	text-align: center;
}

.title-sr {
	font-size: 20px;
	color: rgba(37, 39, 41, 1);
	text-align: center;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
	font-weight: 600;
}

.title-sr span {
	margin: 0 20px;
}

.swiper-containers {
	margin-top: 131px;
	width: 100%;
}

.swiper-containers img {
	width: 100%;
}

.swiper-paginations {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;

}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 1);
	opacity: .5;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	width: 25px;
	border-radius: 6px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.flex-wr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


@media (min-width: 768px) {
	.dropdown {
		display: block;
	}

	.header-nav li {
		display: inline-block;
	}

	.dropdown-a {
		display: none !important;
	}

	.header-nav ul {
		display: flex;
	}

	.header-nav li.active {
		background: rgba(61, 142, 255, 1);
	}

	.header-nav .container {
		display: block !important;
	}
}

/* 侧边栏 */
.broadside {
	position: absolute;
	top: 905px;
	right: 26px;
	z-index: 99;
}

.broadside li {
	cursor: pointer;
	position: relative;
}

.broadside img {
	width: 57px;
}

.broadside .mou-maw {
	position: absolute;
	right: 70px;
	transform: scale(0);
	transition: all 0.2s linear;
	width: 152px;
	top: 10px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 7px 0px rgba(2, 25, 52, 0.12);
	border-radius: 4px;
}


.broadside li.phone-i .mou-maw {
	top: 7px;
	height: 44px;
	line-height: 44px;
}

.broadside li:hover .mou-maw {
	transform: scale(1);
}

.broadside .mou-maw:before {
	content: "";
	position: absolute;
	right: -16px;
	border-width: 8px;
	border-style: solid;
	z-index: 2;
	top: 50%;
	margin-top: -8px;
	border-color: transparent transparent transparent #fff;
}
.broadside li.phone-i{
	color:rgba(182,186,191,1);
	font-size: 14px;
}
.broadside li.gzh-i .mou-maw:before{
	top: 20px;
}
.broadside li.gzh-i .mou-maw{
	padding: 15px 0;
}
.broadside li.gzh-i .mou-maw img{
	width: 90px;
}
.broadside li.gzh-i .mou-maw p{
	font-size:14px;
	color:rgba(37,39,41,1);
	margin-top: 15px;
}
@media (max-width:768px) {
	.broadside{
		display: none;
	}
	.footer .footer-top {
		text-align: center;
	}

	.header-top {
		padding: 10px 0;
	}

	.header-top-left img:first-child {
		width: 164px;
	}

	.footer .footer-top span {
		margin-bottom: 20px;
	}

	.header-nav .dropdown-a {
		display: block;
	}

	.header-nav li {
		margin: auto;
	}

	.dropdown-a {
		display: block !important;
	}

	.header-nav ul {
		padding: 15px 0;
	}

	.header-nav .container {
		display: none;
	}

	.header .header-nav .navbar-header {
		display: block;
	}

	.footer .footer-top .bt {
		padding: 8px 23px;
	}

	.footer .t-r {
		text-align: center;
	}

	.dropdown-a {
		display: inline-block;
	}

	.swper {
		padding: 80px 0;
	}

	.header-top-right a {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		width: 94px;
	}

	.footer {
		margin-top: 30px;
	}

	.footer .footer-bom {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.footer .yq a {
		margin-bottom: 10px;
		margin-right: 30px;
	}

	.footer .footer-bom .row>div {
		margin-bottom: 0px !important;
		text-align: center !important;
	}

	.card {
		margin-top: 0px !important;
	}

	.title-sr {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.title-sr img {
		width: 20px;
	}

	.title-sr span {
		margin: 0 10px;
	}

	.title-sr,
	.title-op {
		font-size: 20px;
	}

	.swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}

	.swiper-pagination-bullet-active {
		width: 14px;
	}

	.swiper-containers {
		margin-top: 97px;
	}

}

@media (min-width: 992px) {
	.h-100 {
		height: 100%;
	}
}

@media (max-width: 375px){
.footer .footer-bom {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
/*-------------------------
电脑端模块隐藏，手机端显示
-------------------------*/
.wppc{
    display: none;
}
@media (max-width: 767px) {
  .wppc{
    display: block !important;
  }
}
/*-------------------------------
电脑端模块隐藏，手机端显示 结束
-------------------------------*/


/*-------------------------------
电脑端模块显示，手机端隐藏 开始
-------------------------------*/
@media screen and (max-width: 767px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
  .ying {
  display:none;
  }
}
/*-------------------------------
电脑端模块显示，手机端隐藏 结束
-------------------------------*/