/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar {
	padding: 1rem 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: .5rem 2.5rem;
	font-size: 16px;
	color: #fff;
	transition: all 300ms;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #fff;
	background-color: #007BC3;
	border-radius: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	background-color: #007BC3;
	border-radius: 15px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	margin-right: 5.5rem;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007BC3;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #007BC3;
	border-color: #007BC3;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #007BC3;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #007BC3;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #007BC3;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}

@media only screen and (min-width:1500px){
	.container{
		width: 1440px;
		max-width: 1440px;
	}
}
.bannerinfo{
	top: 50%;
	transform: translateY(-50%);
}
.bannerbt{
	font-size: 42px;
	color: #E17C04;
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
}
.bannerbt::after{
	content: '';
	width: 2em;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.bannertitle{
	font-size: 50px;
	font-weight: bold;
}
.bannersubtitle{
	font-size: 44px;
}
.index2{
	background-color: #F1F1F1;
}
.index2 .container-fluid{
	padding: 0;
}
.index2con3{
	padding-left: 0;
	padding-right: 75px;
}
.index2left{
	display: flex;
	align-items: center;
}
.spanblock{
	display: inline-block;
	line-height: 1.2;
	padding-bottom: 5px;
	padding: 0px 20px 5px;
	color: #fff;
	font-size: 50px;
	background-color: #007BC3;
	font-weight: bold;
}
.index2p1 span{
	margin: 35px 0px 10px;
}
.index2p2{
	font-size: 24px;
	margin-bottom: 15px;
	color: #3A3A3A;
}
.index2p3{
	font-size: 16px;
	color: #161616;
	line-height: 2.5;
	font-weight: bold;
}
.index2p4{
	margin: 30px 0px 30px;
	font-size: 16px;
	line-height: 2.5;
}
.index2left a{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #007BC3;
	color: #007BC3;
	font-size: 18px;
	transition: all 0.5s;
}
.index2left a:hover{
	color: #fff;
	background-color: #007BC3;
}
.index3list{
	flex: 1;
	text-align: center;
	font-size: 25px;
	color: #595757;
}
.index3{
	padding: 120px 0px 125px;
}
.index3listp1 span{
	font-weight: bold;
	font-size: 56px;
	display: inline-block;
	line-height: 1.3;
	margin-right: 0.5rem;
	color: #007BC3;
}
.index3listp1 .yuren{
    position: relative;
}
.index3listp1 .yuren::after{
    content: '+';
    position: absolute;
    top: 0;
    right: -1.5rem;
    font-size: 22px;
    color: #007BC3;
}
.index5{
	padding: 90px 0px 110px;
}
.index5p2{
	font-size: 0px!important;
	visibility: hidden;
	margin: 10px 0px 60px;
}
.index5con{
	padding: 0px 80px;
}
.index5list{
	padding: 0px 20px;
}
.index5con .slick-prev::before,.index5con .slick-next::before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: 1;
	color: #D5D5D5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.index5con .slick-next {
	right: 0px;
}
.index5list div{
	padding: 10px 0px;
	font-size: 22px;
	color: #9F9F9F;
}
.index6{
	padding: 105px 0px 145px;
	background: url('../images/index6.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
}
.index6leftp1 span{
	color: #007BC3;
	background-color: #fff;
}
.index6leftp2{
	font-size: 0px!important;
	font-weight: bold;
	margin: 25px 0px 40px;
	visibility: hidden;
}
.index6left ul li{
	font-size: 16px;
	line-height: 2;
}
.index6leftp4 a{
	display: inline-block;
	padding: 10px 35px;
	background-color: #fff;
	color: #0075A0;
	font-size: 18px;
	margin-top: 25px;
}
.toleft{
	position: relative;
	font-style: normal;
	margin-right: 0.5rem;
	cursor: pointer;
	display: inline-block;
}
.toleft::after{
	content: '←';
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: 1;
	font-style: normal;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.toright{
	position: relative;
	font-style: normal;
	cursor: pointer;
	display: inline-block;
}
.toright::after{
	content: '→';
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: 1;
	font-style: normal;
	color: #F39F00;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.index6left ul{
	margin-top: 30px;
}
.index6list{
	padding: 0px 20px;
}
.index7p2{
	margin-bottom: 40px;
}
.index7{
	padding: 80px 0px 70px;
	background: url('../images/index7.jpg') no-repeat center;
	background-size: cover;
}
.index7list a{
	padding: 18px 18px 0px;
	background-color: rgba(255,255,255,0);
	transition: all 0.5s;
}
.index7img{
	border-radius: 12px;
}
.index7img img{
	transition: all 0.5s;
}
.index7info{
	padding: 25px 0px 50px;
	display: flex;
	border-bottom: 2px solid #D7D7D7;
}
.index7date{
	width: 22%;
	margin-right: 3%;
	text-align: center;
	border: 1px solid #B6B6B6;
	padding-top: 8px;
}
.index7des{
	width: 75%;
}
.index7datep1{
	font-size: 16px;
	color: #717171;
}
.index7datep2{
	font-size: 40px;
	font-weight: bold;
	color: #444444;
	line-height: 1.2;
}
.index7desp1{
	font-size: 24px;
	color: #171717;
	margin-bottom: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index7desp2{
	font-size: 15px;
	color: #444444;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;  
}
.index7list a:hover{
	background-color: #fff;
	box-shadow: 0px 0px 10px 10px #E1DFDF;
}
.index7list a:hover img{
	transform: scale(1.1);
}
.index7list a:hover .index7info{
	border-color: rgba(255,255,255,0);
}
.index7more{
	margin-top: 70px;
}
.index7more a{
	display: inline-block;
	padding: 10px 35px;
	font-size: 18px;
	color: #0075A0;
	border: 1px solid #9F9F9F;
	transition: all 0.5s;
}
.index7more a:hover{
	background-color: #0075A0;
	color: #fff;
	border-color: #0075A0;
}
.index10{
	padding: 95px 0px 30px;
	color: #CECECE;
	background-color: #282828;
}
.inex10rightp1{
	font-size: 18px;
	position: relative;
}
.inex10rightp1::after{
	content: '';
	width: calc(100% - 5em);
	height: 1px;
	background-color: #CECECE;
	position: absolute;
	right: 0;
	top: 50%;
}
.inex10rightp2{
	padding-left: 60px;
	background: url('../images/tel.png') no-repeat left;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0px 20px;
}
.inex10right ul li{
	font-size: 16px;
	line-height: 2.5;
}
.sou{
	margin: 30px 0px 40px;
}
.sou form{
	position: relative;
}
.sou button{
	position: absolute;
	right: 4px;
	top: 3px;
	border: 0px;
	background-color: #007BC3;
	color: #fff;
	font-size: 24px;
	padding: 2px 9px;
	border-radius: 5px;
}
.sou .form-control {
	height: calc(2.5em + .75rem + 2px);
	background-color: #282828;
	color: #fff;
	padding: .375rem 1.75rem;
}
.index10nav{
	display: flex;
}
.index10nav li{
	flex: 1;
	position: relative;
}
.index10nav a{
	color: #fff;
	font-size: 16px;
	display: block;
}
.subnav{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	padding-top: 10px;
}
.subnav li a{
	font-size: 14px;
	line-height: 2;
}
.index10nav li:hover .subnav{
	display: block;
}
.botcopyright{
	font-size: 20px;
	margin-top: 80px;
}
.botcopyright a{
	color: #CECECE;
}
.index4{
	background: url('../images/index4.jpg') no-repeat center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
}
.index4left{
	width: 863px;
	position: relative;
}
.index4arr{
	display: inline-block;
	color: #fff;
	background-color: #FDC721;
	font-size: 50px;
	position: absolute;
	right: 0;
	padding: 0px 26px 5px;
	bottom: 0;
	cursor: pointer;
}
.index4right{
	width: calc(100% - 863px);
	padding-left: 100px;
	padding-top: 150px;
	padding-right: 230px;
	position: relative;
}
.index4p1{
	margin-top: 40px;
}
.index4p2{
	font-size: 0px!important;
	visibility: hidden;
	margin: 25px 0px 10px;
}
.index4p3{
	font-size: 32px;
	color: #007BC3;
	margin-bottom: 10px;
}
.index4p3 span{
	font-size: 54px;
	font-weight: bold;
}
.index4p4{
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-bottom: 100px;
}
.index4right a{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #007BC3;
	color: #007BC3;
	font-size: 18px;
	transition: all 0.5s;
}
.myswiper-pagination{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
}
.myswiper-pagination:before {
    content:'';
    width:100%;
    height:1px;
    background:#fff;
    position:absolute;
    top:9px;
    /* z-index:-1; */
}
.myswiper-pagination .swiper-pagination-bullet {
    margin:0 6%!important;
    display:inline-block;
    width:16px!important;
    height:16px!important;
    background-color:#0075A0;
    cursor:pointer;
    transition:all .5s ease;
    border-radius:50%;
    position:relative;
}
.myswiper-pagination .swiper-pagination-bullet-active {
    background-color:#0075A0;
}
.myswiper-pagination .swiper-pagination-bullet:before {
    content:'';
    width:0px;
    height:0px;
    border:1px solid #0075A0;
    border-radius:50%;
    position:absolute;
    top:8px;
    left:8px;
    transition:all 0.6s cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition:all 0.6s cubic-bezier(0.25,0.1,0.25,1);
    -webkit-transition:all 0.6s cubic-bezier(0.25,0.1,0.25,1);
    -o-transition:all 0.6s cubic-bezier(0.25,0.1,0.25,1);
}
.myswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width:30px;
    height:30px;
    top:-7px;
    left:-7px;
}
.index1{
	padding-bottom: 60px;
}
.index1list{
	color: #5B5B5B;
	padding: 60px 50px 40px;
	box-sizing: border-box;
	border-right: 2px solid #E5E5E5;
	border-bottom: 5px solid #fff;
	cursor: pointer;
	transition: all 0.5s;
	transform: translateY(-50px);
	background-color: #fff;
	position: relative;
	z-index: 999;
}
.index1list:nth-last-child(1){
	border-right: 0px;
}
.index1list i{
	font-size: 80px;
	display: inline-block;
	line-height: 1.2;
}
.index1p2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
}
.index1p2::after{
	content: '';
	position: absolute;
	width: 1.5em;
	height: 4px;
	background-color: #FDC721;
	left: 0;
	bottom: -10px;
}
.index1p3{
	font-size: 15px;
	line-height: 1.8;
}
.index1list a{
    display: block;
}
.index1list:hover{
	background-color: #007BC3;
	color: #fff;
	border-bottom: 5px solid #FDC721;
}
.index1list:hover a{
    color: #fff;
}
.topsearch{
	display: inline-block;
	padding:0px 8px 3px;
	color: #fff;
	font-size: 22px;
	background-color: #007BC3;
	cursor: pointer;
	border-radius: 5px;
}
/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:999999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#007BC3}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0;outline: 0px;color: #fff; font-size: 1.2rem;}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border:0px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */
.bg-light{
	background-color: #fff!important;
}
.kehulist{
	padding: 0px 5px;
}
.xypg-case-list li:hover img{
    transform: scale(1)!important;
}
.navbar {
	z-index: 999999;
}
@media screen and (max-width: 1500px) and (min-width: 1200px){
	.navbar {
		padding: 1rem 0rem;
		z-index: 999999;
	}
	.logo-sm-height{
		max-height: 45px;
	}
	.navbar-brand {
		margin-right: 3.5rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.5rem 1.2rem;
		font-size: 14px;
	}
	.topsearch {
		font-size: 18px;
	}
	.bannerbt{
		font-size: 32px;
	}
	.bannertitle{
		font-size: 40px;
		font-weight: bold;
	}
	.bannersubtitle{
		font-size: 36px;
	}
	.index1list i {
		font-size: 64px;
	}
	.index1list {
		padding: 50px 30px 40px;
	}
	.index1p2 {
		font-size: 22px;
	}
	.index1p3 {
		font-size: 15px;
		line-height: 1.8;
	}
	.index1 {
		padding-bottom: 40px;
	}
	.index2con3 {
		padding-left: 30px;
		padding-right: 45px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.spanblock {
		font-size: 36px;
	}
	.index2p2 {
		display: none;
	}
	.index2p1 span {
		margin: 25px 0px;
	}
	.index2p4 {
		margin: 20px 0px 30px;
		font-size: 15px;
		line-height: 2;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	.index2left a {
		font-size: 16px;
	}
	.index3list {
		font-size: 16px;
	}
	.index3listp1 span {
		font-size: 42px;
	}
	.index3 {
		padding: 100px 0px 100px;
	}
	.index5p2 {
		font-size: 28px;
	}
	.index5 {
		padding: 75px 0px 80px;
	}
	.index5list div {
		font-size: 16px;
	}
	.index5list {
		padding: 0px 10px;
	}
	.index5con {
		padding: 0px 50px;
	}
	.index6leftp2 {
		font-size: 26px;
		font-weight: bold;
		margin: 20px 0px 25px;
		text-transform: uppercase;
		line-height: 1.5;
	}
	.index6left ul {
		margin-top: 15px;
	}
	.index6leftp4 a {
		display: inline-block;
		padding: 10px 35px;
		background-color: #fff;
		color: #0075A0;
		font-size: 14px;
		margin-top: 25px;
	}
	.index6right{
		padding-top: 25px;
	}
	.index7datep1 {
		font-size: 14px;
		color: #717171;
	}
	.index7datep2 {
		font-size: 32px;
	}
	.index7date {
		width: 22%;
		margin-right: 3%;
		text-align: center;
		border: 1px solid #B6B6B6;
		padding-top: 15px;
	}
	.index7info {
		padding: 15px 0px 30px;
	}
	.index7desp1 {
		font-size: 18px;
		color: #171717;
		margin-bottom: 5px;
	}
	.index7desp2 {
		font-size: 14px;
	}
	.index7more a {
		font-size: 15px;
	}
	.index7more {
		margin-top: 50px;
	}
	.inex10rightp2 {
		font-size: 28px;
	}
	.inex10right ul li {
		font-size: 14px;
		line-height: 2.5;
	}
	.index10nav a {
		font-size: 14px;
	}
	.index10 {
		padding: 75px 0px 15px;
	}
	.botcopyright {
		font-size: 15px;
		margin-top: 50px;
	}
	.index4left {
		width: 44.94%;
		position: relative;
	}
	.index4right {
		width: calc(100% - 44.94%);
		padding-left: 100px;
		padding-top: 40px;
		padding-right: 130px;
		position: relative;
	}
	.index4p2 {
		font-size: 32px;
	}
	.index4p3{
		font-size: 24px;
	}
	.index4p3 span{
		font-size: 30px;
	}
	.index4p4{
		margin-bottom: 50px;
	}
	.index4right a{
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px){
	.navbar {
		padding: 0.5rem 0rem;
	}
	.logo-sm-height{
		max-height: 35px;
	}
	.navbar-brand {
		margin-right: 1.5rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: .5rem 0.75rem;
		font-size: 14px;
		color: #fff;
		transition: all 300ms;
	}
	.topsearch {
		font-size: 16px;
	}
	.bannerbt{
		font-size: 28px;
		color: #E17C04;
		position: relative;
		margin-bottom: 40px;
		font-weight: bold;
	}
	.bannertitle{
		font-size: 36px;
		font-weight: bold;
		line-height: 1.8;
	}
	.bannersubtitle{
		font-size: 32px;
	}
	.index1list i {
		font-size: 42px;
		display: inline-block;
		line-height: 1.2;
	}
	.index1p2 {
		font-size: 18px;
	}
	.index1list {
		padding: 42px 25px 30px;
	}
	.index1p3 {
		font-size: 14px;
		line-height: 1.8;
	}
	.index1 {
		padding-bottom: 20px;
	}
	.index2con3 {
		padding-left: 30px;
		padding-right: 25px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.index2p2 {
		display: none;
	}
	.index2p1 span {
		margin: 20px 0px;
	}
	.spanblock {
		font-size: 36px;
	}
	.index2p4 {
		margin: 20px 0px 20px;
		font-size: 14px;
		line-height: 2;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.index2left a {
		font-size: 15px;
	}
	.index2p3 {
		line-height: 2;
	}
	.index3 {
		padding: 80px 0px 85px;
	}
	.index3list {
		font-size: 16px;
	}
	.index3listp1 span {
		font-size: 36px;
	}
	.index4left {
		width: 44.94%;
		position: relative;
	}
	.index4right {
		width: calc(100% - 44.94%);
		padding-left: 60px;
		padding-top: 40px;
		padding-right: 70px;
		position: relative;
	}
	.index4p2 {
		font-size: 28px;
	}
	.index4p3{
		font-size: 18px;
	}
	.index4p3 span{
		font-size: 22px;
	}
	.index4p4{
		margin-bottom: 30px;
		font-size: 15px;
	}
	.index4right a{
		font-size: 15px;
	}
	.index5p2 {
		font-size: 26px;
		margin: 10px 0px 45px;
	}
	.index5 {
		padding: 65px 0px 50px;
	}
	.index5list {
		padding: 0px 10px;
	}
	.index5con {
		padding: 0px 35px;
	}
	.index5list div {
		padding: 10px 0px;
		font-size: 18px;
		color: #9F9F9F;
	}
	.index6leftp2 {
		font-size: 24px;
		margin: 20px 0px 25px;
	}
	.index6left ul {
		margin-top: 15px;
	}
	.index6left ul li {
		font-size: 14px;
		line-height: 2;
	}
	.index6leftp4 a {
		font-size: 14px;
		margin-top: 25px;
	}
	.index6right{
		padding-top: 40px;
	}
	.index7datep1 {
		font-size: 14px;
		color: #717171;
	}
	.index7datep2 {
		font-size: 28px;
	}
	.index7desp1 {
		font-size: 18px;
		color: #171717;
		margin-bottom: 3px;
	}
	.index7desp2 {
		font-size: 14px;
		color: #444444;
	}
	.index7info {
		padding: 25px 0px 35px;
	}
	.index7more {
		margin-top: 40px;
	}
	.index7more a {
		display: inline-block;
		padding: 10px 35px;
		font-size: 14px;
	}
	.inex10right ul li {
		font-size: 14px;
		line-height: 2.5;
	}
	.inex10rightp2 {
		padding-left: 60px;
		background: url('../images/tel.png') no-repeat left;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.2;
		margin: 15px 0px 20px;
	}
	.index10nav a {
		color: #fff;
		font-size: 14px;
		display: block;
	}
	.subnav {
		display: none;
		position: absolute;
		width: 200%;
		left: -50%;
		padding-top: 10px;
	}
	.botcopyright {
		font-size: 14px;
		margin-top: 65px;
	}
	.index10 {
		padding: 60px 0px 20px;
		color: #CECECE;
		background-color: #282828;
	}
}

@media screen and (max-width: 991px) and (min-width:768px){
	.topsearch{
		display: none;
	}
	.logo-sm-height{
		max-height: 60px;
	}
	.navbar {
		background-color: #fff!important;
	}
	.navbar {
		padding: 0.5rem 1rem;
	}
	.whitelogo{
		display: none!important;
	}
	.bluelogo{
		display: block!important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: .5rem 2.5rem;
		font-size: 16px;
		color: #282828;
		transition: all 300ms;
	}
	.bannerbt {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.bannertitle{
		font-size: 26px;
		line-height: 1.8;
	}
	.bannersubtitle{
		font-size: 26px;
	}
	.index1 {
		padding-bottom: 50px;
		padding-top: 25px;
	}
	.index1list {
		transform: translateY(0px);
	}
	.index1list i {
		font-size: 62px;
		display: inline-block;
		line-height: 1.2;
	}
	.index1list:nth-child(odd){
		background-color: #007BC3;
		color: #fff;
		border-bottom: 5px solid #FDC721;
	}
	.index1p2 {
		font-size: 22px;
	}
	.index2con3 {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.index2p1 span {
		margin: 30px 0px;
	}
	.spanblock {
		font-size: 40px;
	}
	.index3 {
		padding: 60px 0px 65px;
	}
	.index3list {
		font-size: 16px;
	}
	.index3listp1 span {
		font-size: 30px;
	}
	.index4left{
		width: 100%;
	}
	.index4right {
		width: 100%;
		padding-left: 45px;
		padding-top: 40px;
		padding-bottom: 140px;
		padding-right: 45px;
		position: relative;
	}
	.index4p2 {
		font-size: 36px;
	}
	.index4p3 {
		font-size: 25px;
	}
	.index4p3 span {
		font-size: 30px;
		font-weight: bold;
	}
	.index4p4 {
		margin-bottom: 40px;
	}
	.index5p2 {
		font-size: 28px;
		margin: 10px 0px 50px;
	}
	.index5con {
		padding: 0px 20px;
	}
	.index5list {
		padding: 0px 5px;
	}
	.index5con .slick-prev::before, .index5con .slick-next::before {
		font-family: 'slick';
		font-size: 30px;
	}
	.index5list div {
		padding: 10px 0px;
		font-size: 18px;
		color: #9F9F9F;
	}
	.index5 {
		padding: 65px 0px 65px;
	}
	.index6 {
		padding: 60px 0px 75px;
	}
	.index6right{
		padding-top: 60px;
	}
	.index6leftp4 a {
		font-size: 16px;
	}
	.index7desp1 {
		font-size: 22px;
		color: #171717;
		margin-bottom: 5px;
	}
	.index7more a {
		display: inline-block;
		padding: 10px 35px;
		font-size: 16px;
	}
	.index7more {
		margin-top: 40px;
	}
	.botcopyright {
		font-size: 14px;
		margin-top: 80px;
	}
	.index10 {
		padding: 50px 0px 20px;
		color: #CECECE;
		background-color: #282828;
	}
	.fixed-top {
		position: relative;
	}
}

@media screen and (max-width:767px){
	.topsearch{
		display: none;
	}
	.logo-sm-height{
		max-height:28px;
	}
	.navbar {
		background-color: #fff!important;
	}
	.navbar {
		padding: 0.5rem 0.5rem;
	}
	.navbar-brand {
		margin-right: 1.5rem;
	}
	.whitelogo{
		display: none!important;
	}
	.bluelogo{
		display: block!important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: .5rem 2.5rem;
		font-size: 14px;
		color: #282828;
		transition: all 300ms;
	}
	.bannerbt {
		display: none;
	}
	.bannertitle{
		font-size: 18px;
		line-height: 1.8;
	}
	.bannersubtitle{
		font-size: 18px;
	}
	.fixed-top {
		position: relative;
	}
	.index1 {
		padding-bottom: 50px;
		padding-top: 25px;
	}
	.index1list {
		transform: translateY(0px);
	}
	.index1list i {
		font-size: 45px;
		display: inline-block;
		line-height: 1.2;
	}
	.index1list:nth-child(odd){
		background-color: #007BC3;
		color: #fff;
		border-bottom: 5px solid #FDC721;
	}
	.index1list:nth-child(2n+1) a{
	    color: #fff;
	}
	.index1p2 {
		font-size:18px;
	}
	.index1p3 {
		font-size: 14px;
		line-height: 1.8;
	}
	.index1list {
		color: #5B5B5B;
		padding: 30px 24px 40px;
	}
	.index2con3 {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.index2p1 span {
		margin: 25px 0px 0px;
	}
	.spanblock {
		display: inline-block;
		line-height: 1.2;
		padding-bottom: 5px;
		padding: 0px 20px 5px;
		color: #fff;
		font-size: 32px;
		background-color: #007BC3;
		font-weight: bold;
	}
	.index2p4 {
		margin: 25px 0px 25px;
		font-size: 14px;
		line-height: 2;
	}
	.index2p2 {
		font-size: 20px;
	}
	.index2p3 {
		font-size: 15px;
		color: #161616;
		line-height: 2;
		font-weight: bold;
	}
	.index2left a {
		display: inline-block;
		padding: 5px 20px;
		border: 1px solid #007BC3;
		color: #007BC3;
		font-size: 14px;
		transition: all 0.5s;
	}
	.index3list {
		flex: unset;
		width: 50%;
		text-align: center;
		font-size: 16px;
		color: #595757;
		margin-bottom: 25px;
	}
	.index3listp1 span {
		font-weight: bold;
		font-size: 36px;
		display: inline-block;
		line-height: 1.3;
		margin-right: 0.5rem;
		color: #007BC3;
	}
	.index3 {
		padding: 40px 0px 25px;
	}
	.index4left{
		width: 100%;
	}
	.index4right {
		width: 100%;
		padding-left: 15px;
		padding-top: 50px;
		padding-right: 15px;
		position: relative;
		padding-bottom: 140px;
	}
	.index4p2{
		font-size: 26px;
		color: #4F4F4F;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 25px 0px 10px;
	}
	.index4p3{
		font-size: 22px;
		color: #007BC3;
		margin-bottom: 10px;
	}
	.index4p3 span{
		font-size: 24px;
		font-weight: bold;
	}
	.index4p4 {
		font-size: 15px;
		line-height: 2;
		color: #333;
		margin-bottom: 40px;
	}
	.index4right a {
		display: inline-block;
		padding: 5px 20px;
		border: 1px solid #007BC3;
		color: #007BC3;
		font-size: 14px;
		transition: all 0.5s;
	}
	.index5p2 {
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: #4F4F4F;
		margin: 10px 0px 40px;
	}
	.index5 {
		padding: 60px 0px 60px;
	}
	.index5con {
		padding: 0px 15px;
	}
	.index5list {
		padding: 0px 10px;
	}
	.index5list div {
		padding: 10px 0px;
		font-size: 16px;
		color: #9F9F9F;
	}
	.index5con .slick-prev::before, .index5con .slick-next::before {
		font-family: 'slick';
		font-size: 24px;
		line-height: 1;
		opacity: 1;
		color: #D5D5D5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.index5con .slick-prev {
		left: -10px;
	}
	.index6leftp2 {
		font-size: 24px;
		font-weight: bold;
		margin: 25px 0px 30px;
		text-transform: uppercase;
		line-height: 1.2;
	}
	.index6left ul {
		margin-top: 15px;
	}
	.index6leftp4 a {
		display: inline-block;
		padding: 10px 35px;
		background-color: #fff;
		color: #0075A0;
		font-size: 14px;
		margin-top: 25px;
	}
	.index6right{
		padding-top: 40px;
	}
	.index6list {
		padding: 0px 10px;
	}
	.index6 {
		padding: 80px 0px 85px;
	}
	.index7date {
		display: none;
	}
	.index7info {
		padding: 15px 0px 25px;
	}
	.index7des {
		width: 100%;
	}
	.index7desp1 {
		font-size: 18px;
		color: #171717;
		margin-bottom: 5px;
	}
	.index7desp2 {
		font-size: 14px;
	}
	.index7more {
		margin-top: 30px;
	}
	.index7 {
		padding: 50px 0px 45px;
	}
	.index7more a {
		display: inline-block;
		padding: 10px 35px;
		font-size: 14px;
	}
	.index10 {
		padding: 45px 0px 10px;
		color: #CECECE;
		background-color: #282828;
	}
	.index10nav {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	.index10nav li {
		flex: unset;
		position: relative;
		width: 33%;
		line-height: 2;
		font-size: 14px;
	}
	.index10nav a {
		color: #fff;
		font-size: 14px;
		display: block;
	  }
	.inex10right ul li {
		font-size: 13px;
		line-height: 2.5;
	}
	.botcopyright {
		font-size: 12px;
		margin-top: 50px;
	}
	.inex10rightp2 {
		font-size: 28px;
	}
}

.bg-info {
	background-color: #007BC3 !important;
}
.nav-item {
    position: relative;
}
.drop-menu{
    position:absolute;
    background-color: #fff;
    width: 150%;
    left: -25%;
    padding:5px 0px;
    opacity: 0;
    top: 70px;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.drop-menu::after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
    border-top-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
    border-top-style: dashed;
  border-color: transparent transparent #fff transparent;
    border-top-color: transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
 .drop-menu li {
    padding:0.75rem 0px;
    border-bottom: solid 1px #efefef;
    text-align: center;
}
.drop-menu li:nth-last-child(1){
    border-bottom: 0;
}
.drop-menu li a{
    display: block;
}
.nav-item:hover .drop-menu{
    opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-link {
    display: block;
    padding: 1.2rem 1rem;
}