
:root {
	--a-hover-color: #006fb9;
	--inquiry-btn-bgcolor: #456fb9;
	--inquiry-btn-fontcolor: #fff;
	--global-btn-bgcolor: #456fb9;
	--global-btn-fontcolor: #fff;

}

.inner-container {
	padding: 0px 0 50px;
}

.global-sticky-box {
    position: sticky;
    top: 0;
}
.global-btn {
	background-color: #1ebbf0;
	padding: 14px 40px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
	color: #fff;
}
.global-btn:hover {
	color: #fff;
	opacity: .7;
}

.body_cate_title {
	position: relative;
	width: 100%;
	height: 40px;
	font-weight: bold!important;
	color: #333;
	line-height: 40px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.body_cate_title::after {
	position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    content: "";
	background-color: rgba(0, 0, 0, 0.08);
}
.body_cate_title::before {
	position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 150px;
    content: "";
	
	background: #006fb9;
    background: -webkit-linear-gradient(135deg, #006fb9 30%, #1ebbf0 100%);
    background: linear-gradient(135deg, #006fb9 30%, #1ebbf0 100%);
}

.show-line-2 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.show-line-3 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}

.about-cont .cont h1 {
	font-size: 32px;
	font-weight: bold!important;
	color: #333;
	margin-bottom: 25px;
}
.about-cont .cont h2 {
	color:#333;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 25px;
}
.about-cont .cont .text {
	font-size: 16px;
	line-height: 1.8;
}

.about-num-box {
	margin: 30px 0;
	padding: 50px 0 40px;
	background-color: rgba(0,0,0,0.04) !important;
}
.about-num-box i.icon {
	display: block;
	float: left;
	color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 500px;
    font-size: 24px;
	text-align: center;

	background: #1ebbf0 !important;
    background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%) !important;
    background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%) !important;
	margin-right: 15px;
}
.about-num-box .num {
	color: #333;
	font-size: 38px;
	line-height: 43px;
	font-weight: bold!important;
}
.about-num-box .text {
	font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: bold!important;
}
.about-partner-box .about-partner {
	overflow: hidden;
	margin: 0 50px;
}
.about-partner-box .swiper-button-next,
.about-partner-box .swiper-button-prev {
	height: 34px!important;
	margin-top: -17px!important;
}

.news-list-container .news-list-box a {
	display: block;
	overflow: hidden;
}
.news-list-container .news-list-box:hover a,
.news-list-container .news-list-box a:hover {
	color: rgb(69, 111, 185);
}
.news-list-container .news-list-box .news-title {
	padding: 15px 0 10px;
	font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.4;
}
.news-list-container .news-list-box .news-date {
	font-size: 14px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	position: relative;
}
.news-list-container .news-list-box .news-date::before {
	margin-bottom: -10px;
    transition: all 0.1s cubic-bezier(.23, 1, .38, 1) 0.1s;
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 0px;
    left: 0;
	border-bottom: 1px solid rgba(157, 167, 187, 0.23);
}
.news-list-container .news-list-box:hover .news-date::before {
	border-bottom-color: rgb(87, 133, 216);
	-webkit-animation: liner 0.6s linear 1;
	-webkit-animation-fill-mode: both;
}
.news-list-container .news-list-box .news-content {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	line-height: 1.5;
}

.news-detail-box .cont h1.big-title {
	font-size: 24px;
	margin-bottom: 0;
}
.news-detail-box .cont h1.big-title::after {
	display: none;
}
.news-detail-box .time-text {
	font-size: 16px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
	margin-bottom: 30px;
}

.prev-next {padding: 30px 0 10px;font-size: 16px;}
.prev-next .prev-item,.prev-next .next-item {padding: 5px 0;}
.prev-next h2 {display: inline;font-size: 16px!important;font-weight: normal!important;}
.prev-next a {float: none;}

.inner-container .cat-div {
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
	margin-bottom: 20px;
}
.inner-container .cat-div .cat-name {
	padding: 14px 20px;
	border-bottom: 1px solid rgba(144, 144, 144, .1);
}
.inner-container .cat-div .menu-tree {
	padding: 8px 0;
	line-height: 1.5;
}
.inner-container .cat-div .menu-tree .text {
	padding: 0 40px 0 20px;
	transition: .3s;
	position: relative;
}
.inner-container .cat-div .menu-tree .text:hover {
	background-color: rgba(144, 144, 144, .1);
}
.inner-container .cat-div .menu-tree .nav-child li.active .text {
	background-color: rgba(144, 144, 144, .06);
}
.inner-container .cat-div .menu-tree .text a {
	display: block;
	padding: 10px 0;
}
.inner-container .cat-div .menu-tree .child > .text a {
    display: inline-block;
}
.inner-container .cat-div .menu-tree .text .i-con {
	position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    transition: .3s;
    opacity: .6;
	font-size: 13px;
    font-weight: 700;
	display: none;
}
.inner-container .cat-div .menu-tree li.child .text .i-con {
	display: block;
}
.inner-container .cat-div .menu-tree > li.active > .text {
	font-weight: bold;
}
.inner-container .cat-div .menu-tree li.active .text .i-con {
	transform: rotate(-90deg);
}
.inner-container .cat-div .menu-tree .nav-child {
	display: none;
}
.inner-container .cat-div .menu-tree li .text a:hover,
.inner-container .cat-div .menu-tree li .nav-child .text:hover a,
.inner-container .cat-div .menu-tree .nav-child li.active .text a {
	color: var(--a-hover-color);
}

.left-quick-inquiry-box {
	position: sticky;
	top: 10px;
}
.left-quick-inquiry-box .quick-inquiry-box {
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.left-quick-inquiry-box .big-title {
    padding: 14px 20px;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
}
.left-quick-inquiry-box .inquiry-form-box {
	padding: 0 10px;
}
.left-quick-inquiry-box .inquiry-form-box input,
.left-quick-inquiry-box .inquiry-form-box textarea {
	width: 100%;
	background: #F2F2F2;
	border-width: 0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 10px;
	line-height: 1.5;
}
.left-quick-inquiry-box .inquiry-form-box label {
	display: block;
	padding: 0 10px 12px;
}
.left-quick-inquiry-box .inquiry-form-box .btn-box {
	padding: 0 12px;
	padding-bottom: 14px;
}
.left-quick-inquiry-box .inquiry-form-box .btn {
	background-color: var(--global-btn-bgcolor);
	border:0;
	width: 100%;
	padding: 12px 40px;
	cursor: pointer;
    outline: 0;
    font-size: 14px;
    transition: .1s;
    text-align: center;
	color: var(--global-btn-fontcolor);
}
.left-quick-inquiry-box .inquiry-form-box .btn:hover {
	opacity: .7;
}

.inner-container .big-title {
	color: #222;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.inner-container .news-list-desc,
.inner-container .product-list-desc-box {
	font-size: 16px;
	line-height: 1.6;
}
.products-list-container .big-title {
	color: #222;
}
.products-list-container .small-desc {
	color: rgba(34, 34, 34, .58);
}

.products-list-container .product-list .img {
	border: 1px solid #f5f5f5;
}
.products-list-container .product-list .title {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 25px;
	line-height: 1.3;
}

.products-list-container .product-box {
	background-color: #fff;
	box-shadow: 3px 6px 30px rgba(0, 0, 0, 0.1);
}


.inner-container .products-detail-info-box h1.big-title {
	font-weight: 500;
    font-size: 30px;
	text-align: left;
	line-height: 1.3;
}
.inner-container .products-detail-info-box .products-detail-desc {
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.5;
}
.inner-container .products-detail-info-box .products-detail-inquiry-btn {
	padding-top: 20px;
	padding-bottom: 16px;
}

.products-detail-content-box {
	padding-top: 30px;
}

.products-detail-content-box .detail-content {
	line-height: 1.8;
	font-size: 16px;
	word-wrap:break-word;
	white-space:normal;
	word-break:normal;
}

.side-recommend-products-box .recommend-products-box .item {
	padding: 10px 12px;
}
.side-recommend-products-box .recommend-products-box .item .img {
	border: 1px solid #E4E8EA;
}
.side-recommend-products-box .recommend-products-box .item .title {
	padding-bottom: 10px;
}

.contact-info-box .big-title {
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 40px;
}
.contact-info-box .contact-info {
	font-size: 16px;
	line-height: 1.8;
}

.contact-detail-div .category-name {
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 50px;
}
.contact-detail-div .contact-cont {
	font-size: 16px;
	line-height: 1.8;
}
.contact-detail-div .contact-mess-desc {
	padding: 10px 0;
	line-height: 1.8;
	font-size: 16px;
}


.cases-center .product-list .img {
	border: 1px solid #f5f5f5;
}
.cases-center .product-list .title {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 25px;
	line-height: 1.3;
}

.cases-center .product-box {
	background-color: #fff;
}
.cases-center .product-list .product-box:hover {
	transition: all 0.3s linear;
    box-shadow: 3px 6px 30px rgba(0, 0, 0, 0.1);
}

.faq-list-box {
	margin: 0 0 60px 0
}

.faq-list-box ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.faq-list-box li {
	position: relative;
	margin-bottom: 25px
}

.faq-list-box .cir {
	box-sizing: border-box;
	background: #fc5f17;
	border: 10px solid #f2f2f2;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 6px;
	left: 4px
}

.faq-list-box .h3 {
	text-decoration: none;
	font-size: 16px;
	color: #343434;
	display: block;
	margin: 0;
	line-height: 42px;
	padding-left: 44px;
	font-weight:normal
}

.faq-list-box .content {
	background: #fff2e6;
	font-size: 14px;
	color: #505050;
	word-break: break-all;
	width: auto;
	margin: 0 5px 0 44px;
	padding: 15px 25px;
	line-height: 1.6;
	border-radius: 4px;
	display: none
}

@media(max-width:768px) {
	.faq-list-box {
		margin: 0 0 30px 0
	}
}

@media (max-width:1440px) {
	.main-header .header-navbar .wrapper,
	.header_con_box .wrapper {
		padding: 0 20px;
	}
	._header .head_lan_txt {
		padding-right: 0;
	}
	.breadcrumb-box .wrapper {
		padding: 0 20px;
	}
}

@media screen and (min-width: 992px) {
	
}
@media (max-width:1025px) {
	
}
@media (max-width:992px) {
	.left-quick-inquiry-box {
		display: none;
	}
}

@media (max-width:768px) {

}