/*公共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;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	max-width: 100%;
	overflow: hidden;
}

.fixednav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}

/* 头部 */
header {
	padding: 30px 0;
	transition: all .5s;
}

.img {
	overflow: hidden;
	transition: all .5s;
}

.img img {
	width: 100%;
}

.hot-phone i {
	font-size: 2.75rem;
	color: #00A1CA;
	vertical-align: top;
	margin-right: 16px;
}

.hot-phone p:nth-child(1) {
	font-size: 16px;
	color: rgb(72, 73, 73);
	line-height: 1.5;
	transition: all 0.5s;
}

.hot-phone p:nth-child(2) {
	font-size: 25px;
	font-family: "Arial";
	color: rgb(248, 2, 3);
	font-weight: bold;
	line-height: 1.333;
	transition: all 0.5s;
}

.search {
	margin-left: 28px;
}

.search input {
	width: 234px;
	height: 34px;
	border: 1px solid #dbd8d9;
	vertical-align: bottom;
	padding: 0 28px 0 10px;
	border-radius: 7px;
	font-size: 14px;
	color: rgb(166, 166, 166);
	line-height: 1.714;
}

.search a {
	top: 7px;
	right: 7px;
	color: #585859;
}

.r-position {
	position: relative;
	top: 0;
	left: 0;
}

.a-position {
	position: absolute;
}

/* 导航 */
.navMain {
	width: 100%;
	height: 60px;
	background: #00A1CA;
}

.navMain a.logo {
	display: none;
	float: left;
	border: 0;
}

.btn_nav {
	display: none;
}

.navUl li {
	display: inline-block;
	position: relative;
}

.navUl li a {
	display: block;
	width: 129px;
	text-align: center;
	font: normal 18px / 60px "微软雅黑", Arial;
	color: #fff;
}

.navUl li a:hover,
.navUl li a.cur {
	background: #faa50a;
	color: #fff;
}

.navUl li a:after {
	content: "";
	z-index: 999;
	position: absolute;
	bottom: 16px;
	left: 35px;
	width: 0;
	height: 2px;
	background: #0066CC;
	transition: all ease-out 0.3s;
}

.navUl li i {
	display: none;
}

.navUl li ul {
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
	width: 100%;
	z-index: 11;
	padding: 5px 10px;
	background-color: #faa50a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.navUl li li {
	float: left;
	width: 100%;
	padding-top: 0;
	position: relative;
}

.navUl li li a {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	color: #fff;
	font: normal 16px / 24px "微软雅黑", Arial;
}

.navUl li li:last-child a {
	border-bottom: none;
}

/* 首页标题 */
.biga,
.bigb,
.bigc {
	text-align: center;
	margin: auto;
	width: 100%;
}

.biga {
	line-height: 30px;
	background: url(../images/index_41.png) no-repeat center center;
	height: 36px;
	color: #555;
	font-weight: bold;
}

.bigb {

	font-style: italic;
	height: 22px;
	color: #bababa;
	padding-top: 2px;
}

.bigc {

	font-style: italic;
	height: 30px;
	color: #a09f9f;
	padding-top: 5px;
}

/* 首页产品中心 */
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition-property: all;
}

.swiper-button-next1,
.swiper-button-prev1 {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0;
	background-color: #00A1CA;
	opacity: .8;
	margin-top: -17.5px;
	z-index: 10;
	cursor: pointer;
	text-align: center;
	line-height: 35px;
	background-position: center;
}

.swiper-button-next1:hover,
.swiper-button-prev1:hover {
	background-color: #faa50a;
}

.swiper-button-next1 i,
.swiper-button-prev1 i {
	color: rgb(255, 255, 255);
	width: 35px;
	height: 35px;
	font-size: 18px;
	display: block;
}

.swiper-button-prev1 {
	top: 40%;
}

.swiper-button-next1 {
	bottom: 40%;
}

.swiper-wrapper *:before,
.swiper-wrapper *:after,
.proMain {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.proMain li {
	border: 1px solid #ececec;
	margin-bottom:15px ;
}

.proMain li:hover {
	border: 2px solid #00A1CA;
	color: #00A1CA;
}

.proMain li a img {
	float: left;
}

.proMain li span {
	width: 100%;
	line-height: 50px;
	text-align: center;
	height: 50px;
	overflow: hidden;
	display: block;
	font-size: 18px;
	background: #ededed;
	color: #000;
	transition: all 0.6s;
}

.proMain li:hover span {
	background: #00A1CA;
	color: #fff;
}

.product h4>a {
	color: #fff;
	background: #00A1CA;
	transition: all 0.3s;
	padding: 0.75rem 1.5625rem;
}

.product h4>a:hover {
	background: #faa50a;
}

/* 首页新闻中心 */
.news {
	width: 100%;
	margin: auto;
	background: url(../images/bg3.jpg) no-repeat center top;
	overflow: hidden;
	padding: 6rem 0;
}

.news .biga {
	color: #fff;
	background: url(../images/index_412.png) no-repeat center center;
}

.news .bigb {
	color: #fff;
}

.newslist {
	display: flex;
	overflow: hidden;
	width: 100%;
}

.newslist li {
	background: #00afc5;
	margin-right: 15px;
}

.newslist li:nth-child(4n) {
	margin-right: 0 !important;
}

.newslist li h5 {
	color: #fff;
	font-weight: bold;
}

.newslist li h6 {
	color: #fff;
	font-weight: normal;
	opacity: .8;
	margin-bottom: 15px;
}

.newslist .card-body {
	padding: 2rem 1.25rem !important;
}

.newslist .card-body a {
	color: #636363;
	background: #fff;
	transition: all 0.3s;
	width: 110px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
}

.newslist .card-body a:hover {
	color: #fff;
	background: #faa50a;

}

/* 首页案例展示 */
.case {
	background: #fff;
	padding: 34px 0;
}

.wrap_anli_main {
	height: 725px !important;
	position: relative;
}

.wrap_anli_main.active {
	width: 72.8% !important;
}

.wrap_anli_main.active .pic_num,
.wrap_anli_main.active .text {
	display: block;
}

.wrap_anli {
	margin: 50px auto;
	width: 100%;
	height: 752px;
	position: relative;
	overflow: hidden;
}

.wrap_anli_main {
	width: 6.8%;
	height: 100%;
	cursor: pointer;
	float: left;
}

.wrap_anli .pic1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.wrap_anli .pic2 {
	position: absolute;
	top: 0;
	left: 68%;
	z-index: 3;
	background-position: 0 69%;
}

.wrap_anli .pic3 {
	position: absolute;
	top: 0;
	left: 76%;
	z-index: 5;
}

.wrap_anli .pic4 {
	position: absolute;
	top: 0;
	left: 84%;
	z-index: 7;
}

.wrap_anli .pic5 {
	position: absolute;
	top: 0;
	left: 92%;
	z-index: 9;
}

.click_img {
	width: 100%;
	height: 100%;
	background: #000;
	float: right;
	color: #fff;
	z-index: 9;
	position: relative;
}

.wrap_anli_main.active .click_img {
	width: 10%;
}

.wrap_anli_main .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: none;
	padding: 4.8% 60px;
	background-color: rgba(227, 232, 226, 0.5);
}

.wrap_anli_main .text h3 {
	color: #333;
	margin-bottom: 10px;
}

.wrap_anli_main .text ul {
	float: left;
}

.wrap_anli_main .text .left {
	margin-right: 5%;
}

.wrap_anli_main .text ul li {
	color: #333;
	line-height: 30px;
}

.wrap_anli_main .pic_num .title {
	writing-mode: vertical-lr;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 75%;
	right: 20px;
	letter-spacing: 5px;
}

.wrap_anli_main .pic_num .en {
	transform: rotate(90deg);
	position: absolute;
	top: 8%;
	font-size: 30px;
	width: 100%;
	white-space: nowrap;
	left: -30%;
	display: none;
}

.wrap_anli .pic1 .text {
	padding-left: 15%;
}

.wrap_anli .pic2 .text {
	padding-left: 15%;
}

.wrap_anli .pic3 .text {
	padding-left: 15% !important;
}

.wrap_anli .pic4 .text {
	padding-left: 15%;
}

.wrap_anli .pic5 .text {
	padding-left: 15%;
}

.swiper-container,
.swiper-container1,
.swiper-container4,
.swiper-container-al {
	width: 100%;
	overflow: hidden;
}

.swiper-container-al {
	position: relative;
}

.swiper-container-al .swiper-slide {
	overflow: hidden;
	border: 1px solid #a6a6a6;
}

.wrap_anli_main .click_img .en {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* Internet Explorer 9*/
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
	white-space: nowrap;
	font-size: 25px;
	padding-left: 20%;
	padding-top: 50%;
}

.wrap_anli_main .click_img .title {
	writing-mode: vertical-lr;
	padding-top: 283%;
	font-size: 20px;
	letter-spacing: 5px;
	padding-left: 60%;
}

.wrap_anli_main.active .click_img .title {
	padding-top: 261%;
}

.wrap_anli_main:nth-child(1) .click_img {
	background: #00A1CA;
}

.wrap_anli_main:nth-child(2) .click_img {
	background: #34abc6;
}

.wrap_anli_main:nth-child(3) .click_img {
	background: #1691b2;
}

.wrap_anli_main:nth-child(4) .click_img {
	background: #249bdd;
}

.wrap_anli_main:nth-child(5) .click_img {
	background: #3089c6;
}

.wrap_anli_main:nth-child(1) .click_img .en {
	color: #92d8eb;
}

.wrap_anli_main:nth-child(2) .click_img .en {
	color: #76c6d8;
}

.wrap_anli_main:nth-child(3) .click_img .en {
	color: #6bb9ce;
}

.wrap_anli_main:nth-child(4) .click_img .en {
	color: #7cc3eb;
}

.wrap_anli_main:nth-child(5) .click_img .en {
	color: #68a9d5;
}

.phone_anli {
	display: none;
	position: relative;
}

/* 公司简介 */
.about-det-left {
	padding-left: 0;
	padding-right: 30px;
}

.about-det-left .text {
	max-height: 232px;
	overflow: hidden;
}

.about-det-left .text p {
	font-size: 15px;
	color: rgb(103, 103, 103);
	line-height: 2.143;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: all 0.5s;
}

.about-det-left .text p:last-child {
	margin-bottom: 0;
}

.xiangqing {
	display: inline-block;
	/*text-align: right;*/
	color: #00A1CA;
	border: 1px solid #00A1CA;
	font-size: 14px;
	float: right;
	padding: 4px 10px;
	margin-bottom: 10px;
}

.xiangqing:hover {
	opacity: 0.7;
	color: #00A1CA;
}

.about-det-left .text a {
	bottom: 10px;
	right: 0;
	color: #00A1CA;
	border: 1px solid #00A1CA;
	padding: 2px 20px;
	background: #fff;
	transition: all 0.5s;
}

.about-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-icon>div {
	border: 1px solid #e0dfdf;
	width: 32%;
	text-align: center;
	color: #00A1CA;
	padding: 8px 0;
	transition: all 0.5s;
}

.about-icon>div p {
	font-size: 44px;
	color: #00A1CA;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.about-icon>div p.ab_p001 {
	font-size: 14px;
	color: rgb(88, 195, 224);
	line-height: 2.143;
	transition: all 0.5s;
}

.ab_p001 .ab_span001 {
	font-size: 36px;
	color: rgb(88, 195, 224);
	font-weight: bold;
	line-height: 0.833;
	transition: all 0.5s;
}

.about-det-right {
	padding: 32px 15px;
	background: #00A1CA;
	margin-top: 8px;
}

.about-right-t {
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.333;
	text-align: center;
	margin-bottom: 14px;
}

.swiper-pagination2 {
	bottom: 6px !important;
}

.swiper-pagination2 .swiper-pagination-bullet {
	background: #000;
	opacity: 0.3;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/* foot */
footer {
	background: #00A1CA;
	padding: 44px 50px;
}

.footer-top {
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.875;
	text-align: center;
}

.footer-form {
	padding-left: 0;
	padding-right: 48px;
	border-right: 1px solid #fff;
}

.footer-form-info {
	width: 48%;
	float: left;
}

.footer-form-info:nth-child(n+3) {
	margin-top: 8px;
}

.footer-form-info:nth-child(2n) {
	margin-left: 4%;
}

.footer-form-info p {
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 2.143;
}

.footer-form-info input {
	border: none;
	width: 90%;
	height: 36px;
	border-radius: 4px;
	padding: 0 15px;
}

.submit {
	display: inline-block;
}

.t-area {
	width: 100%;
}

.t-area textarea {
	width: 92%;
	height: 88px;
	border-radius: 4px;
	padding: 0 15px;
}

.t-area input:nth-child(3) {
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 2.143;
	background: #6edcfa;
	width: 7%;
	height: 88px;
	white-space: normal;
	box-sizing: border-box;
	padding: 0 10px;
	vertical-align: top;
}

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

.footer-contact-text {
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1;
	vertical-align: top;
}

.footer-form,
.footer-contact {
	margin-top: 40px;
}

.footer-form form {
	margin-top: -28px;
}

.footer-contact-text p {
	margin-bottom: 16px;
}

.erweima {
	float: right;
}

.link p {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	padding-top: 6px;
}

.link p a {
	color: #fff;
}

.link p a:hover {
	color: #fff;
}

.erweima p {
	font-size: 14px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 2.143;
}

.bottom {
	background: #58c3e0;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.bottom p {
	font-size: 12px;
	padding: 5px;
}

/* 产品列表页 */
/* 左侧菜单栏 */
.pd-list {
	float: left;
	border: 2px solid #00A1CA;
}

.pd-lidt-t {
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1;
	background: #00A1CA;
	text-align: center;
	padding: 28px 0 !important;
	transition: all 0.5s;
}

.pd-list>ul {
	padding: 6px;
}

.pd-list>ul>li>a {
	display: inline-block;
	font-size: 16px;
	color: rgb(95, 99, 100);
	line-height: 3.67;
	width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pd-list>ul>li {
	background: #f2f8f7;
	margin-bottom: 1px;
	padding: 0 15px 0 43px;
	cursor: pointer;
}

.pd-list>ul>li:hover {
	background: #faa50a;
	transition: all 0.5s;
}

.pd-list>ul>li>i {
	margin-top: 22px;
	color: rgb(95, 99, 100);
}

.pd-list>ul>li:hover a {
	color: #fff;
	transition: all 0.5s;
}

.pd-list>ul>li:hover i {
	color: #fff;
	transition: all 0.5s;
}

/* content */
.pd-content-center {
	padding-right: 15px;
	padding-left: 15px;
}

.pd-border {
	border-left: 1px solid #eeeeee;
	padding-left: 20px;
	margin-bottom: 30px;
}

.pd-border .pd-content-t {
	background: #fff;
	border-bottom: 1px solid #eee;
	margin-bottom: 28px;
}

.pd-border p.pd-title {
	display: inline-block;
	background: #fff;
	font-size: 16px;
	color: rgb(95, 99, 100);
	line-height: 2.375;
	text-align: left;
	padding: 10px 0;
}

.pd-border .pd-content-t a {
	font-size: 14px;
	color: rgb(162, 163, 163);
	line-height: 1.714;
	margin-left: 6px;
}

.pd-border .pd-content-t a:hover {
	color: #00A1CA;
}

.pd-border .pd-content-t i {
	color: rgb(162, 163, 163);
}

.pd-border .fr {
	margin-top: 18px;
	color: rgb(162, 163, 163);
}

.pd-content-center li {
	margin: 1%;
}

.pd-inner {
	display: none;
	top: 0;
	left: 100%;
	background: #f2f8f7;
	border: 2px solid #00A1CA;
	border-left: 0;
	z-index: 102;
	padding: 8px 0;
}

.pd-inner:before {
	position: absolute;
	top: -2px;
	left: -2px;
	border-top: 6px solid #f2f8f7;
	border-left: 8px solid transparent;
	content: "";
}

.pd-inner:after {
	position: absolute;
	bottom: -2px;
	left: -2px;
	border-bottom: 6px solid #f2f8f7;
	border-left: 8px solid transparent;
	content: "";
}

.pd-inner a {
	white-space: nowrap;
	padding: 10px 20px;
	display: block;
	color: rgb(95, 99, 100);
	font-size: 13px;
	line-height: 1.8;
}

.pd-inner a:hover {
	color: #00A1CA;
}

.pd-nav {
	display: none;
}

.about-text {
	font-size: 14px;
	color: rgb(100, 100, 100);
	line-height: 1.857;
	margin-top: 10px;
}

/* 新闻列表 */

.technology-list>div {
	border: 1px solid #f1f4f4;
	padding: 3px 10px;
	margin-bottom: 3px;
}

.technology-list>div>i {
	color: #00A1CA;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 22px;
}

.technology-list>div>span:nth-child(2) {
	display: inline-block;
	font-size: 15px;
	color: rgb(96, 97, 97);
	line-height: 2.714;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.technology-list>div>span:nth-child(3),
.technology-list>div>span:nth-child(4) {
	font-size: 14px;
	color: rgb(136, 138, 138);
	line-height: 2.714;
	vertical-align: middle;
}

.technology-list>div>a {
	float: right;
	margin-top: 8px;
	font-size: 14px;
	color: rgb(88, 195, 224);
	/*line-height: 2.714;*/
}

.technology-list>div>a:hover {
	opacity: 0.7;
}

.technology-list>div>a i {
	margin-right: 4px;
}

.swiper1-text,
.swiper1-text>a {
	background: #a6a6a6;
	font-size: 16px;
	color: rgb(255, 255, 255);
	/* line-height: 2.25; */
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 10px;
}

.text-secondary a {
	color: #6c757d;
}

.card,
.figure {
	margin: 15px 0;
}

/*上下外边距*/
.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: #17a2b8;
	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: #17a2b8;
	border-color: #17a2b8;
}

.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: 345px;
	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: 992px) {
	.navMain {
		height: 60px;
		background-color: #FFF;
		left: 0;
		z-index: 999;
		border-bottom: #E9EFF5 1px solid;
	}

	.navMain a.logo {
		display: block;
		line-height: 60px;
		width: 90%;
	}

	.mobile-none {
		display: none;
	}

	.btn_nav {
		display: block;
		font-size: 0;
		position: absolute;
		top: 14px;
		right: 10px;
		width: 32px;
		height: 32px;
		background: #FFF;
	}

	.btn_nav span {
		width: 26px;
		height: 2px;
		background: #000;
		display: block;
		margin: 15px auto;
	}

	.btn_nav span:before {
		content: "";
		position: absolute;
		left: 3px;
		top: 6px;
		width: 26px;
		height: 2px;
		background: #000;
		transition: all ease-out 0.3s;
	}

	.btn_nav span:after {
		content: "";
		position: absolute;
		left: 3px;
		bottom: 6px;
		width: 26px;
		height: 2px;
		background: #000;
		transition: all ease-out 0.3s;
	}

	.btn_nav span.open {
		background: none;
	}

	.btn_nav span.open:before {
		transform: rotate(45deg);
		top: 50%;
		margin-top: -1px;
	}

	.btn_nav span.open:after {
		transform: rotate(-45deg);
		bottom: 50%;
		margin-bottom: -1px;
	}

	.navUl {
		overflow-y: scroll;
		position: fixed;
		z-index: 100;
		top: 60px;
		bottom: 0;
		left: auto;
		right: -100%;
		margin: 0;
		width: 100%;
	}

	.navUl.on {
		right: 0 !important;
		background: rgba(0, 0, 0, 0.6);
		-webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}

	.navUl li {
		float: left;
		width: 100% !important;
		margin: 0 !important;
		border-top: 1px solid #e9eff5;
		background: rgba(255, 255, 255, 0.95);
	}

	.navUl li a {
		font-size: 16px;
		text-align: left;
		line-height: 50px;
		width: 100%;
		text-indent: 10px;
		color: #333;
	}

	.navUl li a:before {
		transition: all ease-out 0.1s;
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		overflow: hidden;
		background: none;
		top: 50%;
		margin-top: -10px;
		right: 25px !important;
		left: auto;
		transform: rotate(45deg);
		border-right: #777 1px solid;
		border-bottom: #777 1px solid;
	}

	.navUl li a:hover,
	.navUl li a.cur {
		background: none;
		color: #0066CC;
	}

	.navUl li li a {
		text-align: left;
	}

	.navUl li li:after {
		transition: all ease-out 0.3s;
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		overflow: hidden;
		background: ;
		top: 50%;
		margin-top: -5px;
		right: 10px;
		transform: rotate(45deg);
		border-right: #ccc 1px solid;
		border-top: #ccc 1px solid;
	}

	.navUl li li:hover:after {
		right: 0;
		border-right: #008BD2 1px solid;
		border-top: #008BD2 1px solid;
	}

	.navUl li a.wuji:before {
		transform: rotate(-45deg) !important;
		top: 25px;
		right: 25px;
		border-right: #777 1px solid !important;
		border-bottom: #777 1px solid !important;
		width: 10px;
		height: 10px;
	}

	.navUl li a.cur:before {
		transform: rotate(-135deg);
		top: 32px;
		border-right: #008BD2 1px solid;
		border-bottom: #008BD2 1px solid;
	}

	.navUl li.on ul li a:after {
		display: none !important;
	}

	.navUl li.on:hover a:after ul li a:after {
		display: none
	}

	.navUl li ul li a:after {
		display: none !important
	}

	.navUl li:hover ul li a:after {
		display: none !important
	}

	/* 二级导航 */
	.navUl ul {
		position: static !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: #f0f5fa;
		box-shadow: none;
		width: 100% !important;
		overflow: hidden;
	}

	.navUl ul:before {
		display: none !important;
	}

	.navUl li li {
		background: #f0f5fa;
		border-top: none !important;
	}

	.navUl li li:after {
		right: 28px;
	}

	.navUl li li a {
		padding: 8px 0 8px 5% !important;
		width: 95% !important;
		color: #666;
		font-size: 14px !important;
		text-transform: none;
		border-top: #edebe8 1px dashed;
		border-bottom: none !important;
	}

	.navUl li li:first-child a:hover {
		box-shadow: none
	}

	.navUl li li a:before {
		display: none !important;
	}

	.navUl li ul li a h4 {
		font-size: 14px !important;
		color: #666 !important;
		text-indent: 0;
	}

}

@media only screen and (max-width: 768px) {
	.pd-content {
		padding: 0 15px;
	}

	.pc_anli {
		display: none;
	}

	.navbar-brand {
		display: none;
	}

	.swiper2 {
		display: none;
	}

	.about-det-left,
	.newslist,
	.phone_anli {
		padding: 0 15px;
	}

	.product .phone_anli {
		padding: 0 15px;
	}

	.phone_anli {
		display: block;
	}

	.phone_anli .swiper-button-next,
	.phone_anli .swiper-button-prev {
		background-size: 34px 34px;
		width: 34px;
		height: 34px;
	}

	.phone_anli .swiper-button-next {
		right: 40px !important;
		background-image: url(../images/arr-r.png);
	}

	.phone_anli .swiper-button-prev {
		left: 40px !important;
		background-image: url(../images/arr-l.png);
	}

	.pd-content-t .fr {
		display: none;
	}

	.alswiper-text .text {
		background-color: rgba(227, 232, 226, 0.5);
		padding: 5%;
		overflow: auto;
		text-align: left;
	}

	.alswiper-text .text h3 {
		color: #333;
		font-size: 14px;
		padding-bottom: 10px;
	}

	.alswiper-text .text .left {
		margin-right: 5%;
	}

	.alswiper-text .text ul li {
		margin-bottom: 2px;
		font-size: 14px;
	}

	.alswiper-text .text ul {
		color: #333;
		float: left;
	}

	.alswiper-text .pic_num {
		background: #c8c8c8;
		color: #fff;
		text-align: center;
		display: block;
		height: 60px;
		line-height: 60px;
	}

	.alswiper-text .pic_num .title {
		font-size: 16px;
	}

	.col-6 {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}

	.view .swiper-slide {
		height: 200px;
	}

	.preview {
		display: none;
	}

	.view .arrow-left,
	.view .arrow-right {
		height: 200px;
		display: block;
	}

	.pd-border {
		border-left: none;
		padding-left: 0;
	}

	.pd-date {
		display: none;
	}
}

/*在线客服*/
.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: rgb(248, 2, 3);
	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 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: #28a7e1;
	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) {
	.mlogo {
		display: none;
	}
	/*行距*/
	.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;
	}

	.pd-content-center li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.pd-content-center .col-lg-4 {
		-ms-flex: 0 0 31% !important;
		flex: 0 0 31% !important;
		max-width: 31% !important;
	}

}