﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_product_bg {
	background-color: #FCFCFC;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: 'SourceHanSansCN';
	background: url(../images/i_bg1.png) center bottom no-repeat;
	padding-bottom: 15px;
}
.i_title p {
	margin-top: 10px;
	color: #B7B7B7;
	/*font-size: 13px;*/
}
.product_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 2%;
}
.product_c a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 160px;
	padding: 0 10px;
	/*background-color: #fff;*/
	font-size: 14px;
	color: #444444;
	transition: all 0.3s;
	text-align: center;
	box-sizing: border-box;
}
.product_c a img {
	width: 100px;
	height: auto;
	max-height: 100px;
	min-height: 100px;
	object-fit: contain;
	margin-bottom: 10px;
	display: block;
	flex-shrink: 0;
}
.product_c a span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px;
	line-height: 20px;
	font-size: 14px;
	width: 100%;
	word-break: break-all;
	transition: all 0.3s;
	padding: 2px 6px;
	border-radius: 3px;
}
.product_c a:hover,
.product_c a.csel {
	color: #409EFF;
}
.product_c a.csel span,
.product_c a:hover span {
	color: #409EFF;
}
.nproduct_list2 {
	position: relative;
	overflow: visible;
	padding: 58px 0 34px;
}
.nproduct_list2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100vw;
	height: 40%;
	background: url(/template/1/default/images/product.png) center center no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	z-index: 0;
}
.nproduct_list2 ul {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li .imgs p {
	display: none;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "SourceHanSansCN";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/* 服务支持样式 */
.i_service_support {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_service_support ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	position: relative;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.i_service_support ul li:hover {
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	border-color: #00a1e9;
}
.i_service_support ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_service_support ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.i_service_support ul li .imgs {
	width: 100%;
	/*height: 280px;*/
	margin: 0 auto;
	/*overflow: hidden;*/
}
.i_service_support ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i_service_support ul li h2 {
	font-weight: normal;
	color: #fff;
	/*background: rgba(0, 0, 0, 0.45);*/
	/*padding: 8px 20px;*/
	/*border-radius: 4px;*/
	line-height: 28px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 0;
	margin-top: 0;
}
.i_service_support ul li:hover img {
	transform: scale(1.1);
}

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.product_c {
	max-width: 100%;
}
.product_c a {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
}
.i_company_info {
	background: #eaf6fd;
	padding: 0;
	overflow: hidden;
}

.company_info_bg {
	position: relative;
	min-height: 490px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.company_info_bg:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(231, 247, 255, 0.96) 0%, rgba(231, 247, 255, 0.86) 34%, rgba(231, 247, 255, 0.36) 62%, rgba(231, 247, 255, 0.02) 100%);
	pointer-events: none;
}

.company_info_bg .wrap2 {
	position: relative;
	z-index: 1;
}

.company_info_content {
	width: 48%;
	min-height: 490px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 42px 0 45px;
	box-sizing: border-box;
}

.company_name {
	font-size: 22px;
	font-weight: 700;
	color: #1743a8;
	margin: 0 0 22px 0;
	line-height: 1.35;
}

.company_description {
	font-size: 14px;
	line-height: 2;
	color: #35445c;
	margin: 0 0 24px 0;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.company_certificates {
	margin-top: 2px;
}

.company_certificates h3 {
	font-size: 17px;
	font-weight: 700;
	color: #333f51;
	margin: 0 0 14px 0;
	line-height: 1.4;
}

.certificates_list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 28px;
}

.certificate_item {
	flex: 0 0 116px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 0;
	padding: 0;
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(27, 82, 134, 0.08);
	overflow: hidden;
}

.certificate_item:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(27, 82, 134, 0.14);
	border-color: rgba(28, 67, 168, 0.2);
}

.certificate_image {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.certificate_item:hover .certificate_image {
	transform: scale(1.03);
}

.certificate_title {
	display: none;
	font-size: 12px;
	color: #34425a;
	margin: 0;
	transition: color 0.3s ease;
	line-height: 1.4;
	padding: 8px 6px;
}

.certificate_item:hover .certificate_title {
	color: #00a1e9;
}

.learn_more_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	height: 42px;
	padding: 0 24px;
	background-color: #173aa5;
	color: #fff;
	text-decoration: none;
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	transition: all 0.3s;
	box-sizing: border-box;
}

.learn_more_btn:hover {
	background-color: #0e2d88;
	transform: translateX(5px);
}

.learn_more_btn .arrow {
	margin-left: 8px;
}

 @media screen and (max-width: 780px) {
.i_company_info {
	padding: 0;
}
.company_info_bg {
	min-height: auto;
	background-position: 64% center;
}
.company_info_bg:before {
	background: linear-gradient(90deg, rgba(231, 247, 255, 0.98) 0%, rgba(231, 247, 255, 0.94) 58%, rgba(231, 247, 255, 0.62) 100%);
}
.company_info_content {
	width: 72%;
	min-height: 430px;
	padding: 34px 0;
}
.company_name {
	font-size: 20px;
}
.certificates_list {
	gap: 15px;
}
.certificate_item {
	flex-basis: 104px;
}
.certificate_image {
	height: 142px;
}
}
@media screen and (max-width: 640px) {
.company_info_bg {
	background-position: center;
}
.company_info_bg:before {
	background: rgba(231, 247, 255, 0.93);
}
.company_info_content {
	width: 100%;
	min-height: auto;
	padding: 30px 0;
}
.certificates_list {
	gap: 15px;
}
.certificate_item {
	flex-basis: 102px;
}
.company_name {
	font-size: 18px;
}
.company_certificates h3 {
	font-size: 16px;
}
.learn_more_btn {
	height: 40px;
	min-width: 118px;
	padding: 0 22px;
	font-size: 13px;
}
}
 @media screen and (max-width: 480px) {
.i_company_info {
	padding: 0;
}
.company_info_content {
	padding: 26px 0;
}
.company_name {
	font-size: 16px;
}
.company_description {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 18px;
	-webkit-line-clamp: 5;
}
.company_certificates h3 {
	font-size: 15px;
	margin-bottom: 15px;
}
.certificate_title {
	font-size: 13px;
}
.certificate_item {
	flex-basis: 92px;
}
.certificate_image {
	height: 126px;
}
.learn_more_btn {
	height: 38px;
	min-width: 108px;
	padding: 0 18px;
	font-size: 12px;
}
}
 @media screen and (max-width:360px) {
.company_description {
	font-size: 12px;
}
}
