.banner-item {
	position: relative;
	margin-top: 73px;
}

.banner-item .product_tab {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 85px;*/
	/*background-image: url(../images/subtitle-bg.jpg);*/
	/*background-repeat: left top;*/
	
    /*background: #14a3c45d;*/
    background: rgba(20,163,196,0.36);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-item .product_tab .container1400 {
	display: flex;
	justify-content: space-between;
}

.banner-item .product_tab .swiper_div {
	position: relative;
	width: 100%;
}

.banner-item .product_tab .container1400 .swiper-container {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	/* padding-right: 90px; */
	width: 100%;
	box-sizing: border-box;
}

.banner-item .product_tab ul {
	display: flex;
	/*padding-top: 13px;*/
	justify-content: center;
}

.banner-item .product_tab li {
	height: 72px;
	line-height: 72px;
	padding: 0 21px;
	width: auto;
}

.banner-item .product_tab li a {
	color: #fff;
	font-size: 16px;
	font-family: PingFang;
	line-height: 1;
}

.banner-item .product_tab li:hover,
.banner-item .product_tab li.active {
	/*background-color: #fff;*/
}

.banner-item .product_tab li:hover a,
.banner-item .product_tab li.active a {
	font-size: 20px;
	/*color: #14a3c4;*/
	font-weight: bold;
}

.banner-item .product_tab .icon-you1 {
	position: absolute;
	right: 0px;
	top: 18px;
	font-size: 28px;
	color: #fff;
}
.banner-item .product_tab .icon-xiangyou2 {
	position: absolute;
	/*left: -60px;*/
	top: 18px;
	font-size: 28px;
	color: #fff;
	transform: rotate(180deg);
	right: auto;
}
.banner-item .current {
	font-size: 14px;
	color: #fff;
	padding-top: 45px;
	line-height: 1;
}

.banner-item .current a {
	color: #fff;
}

.banner-item .current .current_txt {
	/* padding-right: 15px; */
}

.product_type {
	background-color: #f6f7f7;
	padding-top: 50px;
	text-align: center;
}

.product_type .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product_type .list li {
	width: 32%;
	background-color: #fff;
	text-align: center;
	padding: 39px 10px 23px 10px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px 0px rgba(169, 169, 169, 0.1);
}

.product_type .list li:hover {
	background-color: #14a3c4;
}

.product_type .list li:hover .title,
.product_type .list li:hover .text,
.product_type .list li:hover .text1 {
	color: #fff;
}

.product_type .list li:hover .look {
	border: 1px solid #fff;
	background-color: #fff;
}

.product_type .list li:hover .look a {
	color: #14a3c4;
}

.product_type .list li .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 24px;
}

.product_type .list li .text {
	margin-bottom: 12px;
}

.product_type .list li .text,
.product_type .list li .text1 {
	line-height: 1;
	color: #222;
	font-size: 14px;
}

.product_type .list li .text1 {
	margin-bottom: 31px;
}

.product_type .list li .look {
	display: inline-block;
	width: 127px;
	height: 42px;
	line-height: 42px;
	background: rgba(0, 142, 210, 0);
	border: 1px solid #444444;
	border-radius: 21px;
	color: #222;
	font-size: 14px;
	margin-bottom: 33px;
}

.product_type .list li .look a {
	color: #222;
	display: block;
}

.product_type .list li .img {
	/* width: 293px; */
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}

/*.hoverLi:hover .imgScale {*/
/*	transform: scale(1.2);*/
/*}*/

.imgScale {
	transition: all 0.5s;
}

.pagination {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0 94px;

}

.pagination .pagination_content {
	display: inline-block;
}

.pagination ul {
	display: flex;
	text-align: center;
	margin: 0 auto;
	justify-content: space-between;
}

.pagination ul li {
	min-width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #D4D4D4;
	border-radius: 50%;
	font-size: 18px;
	margin-right: 9px;
	box-sizing: border-box;
}

.pagination ul li.text {
	min-width: 102px;
	border-radius: 22px;
	margin: 0 19px;
}

.pagination ul li a {
	color: #666;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: #14a3c4;
}

.pagination ul li:hover a,
.pagination ul li.active a {
	color: #fff;
}

.product {
	background-color: #f6f7f7;
	padding: 54px 0 0;
}

.product .text {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
}

.product .product_list {
	position: relative;
	padding-top: 30px;
}

.product .product_list li {
	width: 330px;
	background-color: #fff;
	text-align: center;
	padding: 26px 10px 35px;
	box-sizing: border-box;
}

.product .product_list li:hover {
	background-color: #14a3c4;
}

.product .product_list li:hover .title,
.product .product_list li:hover .text1,
.product .product_list li:hover .text2 {
	color: #fff;
}

.product .product_list li:hover .look {
	border: 1px solid #fff;
	background-color: #fff;
}

.product .product_list li:hover .look a {
	color: #14a3c4;
}

.product .product_list li .img {
	overflow: hidden;
	margin-bottom: 39px;
	max-height: 217px;
}

.product .product_list li .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 26px;
}

.product .product_list li .text1,
.product .product_list li .text2 {
	font-size: 14px;
	color: #666;
}

.product .product_list li .text1 {
	margin-bottom: 12px;
}

.product .product_list li .text2 {
	margin-bottom: 32px;
}

.product .product_list li .look {
	display: inline-block;
	width: 127px;
	height: 42px;
	line-height: 42px;
	background: rgba(0, 142, 210, 0);
	border: 1px solid #444444;
	border-radius: 21px;
}

.product .product_list li .look a {
	display: block;
	font-size: 14px;
	color: #222;
}

.product .product_list .swiper-container {
	padding-bottom: 145px;
}

.product .product_list .swiper-container-horizontal>.swiper-pagination-bullets,
.product .product_list .swiper-pagination-custom,
.product .product_list .swiper-pagination-fraction {
	bottom: 75px;
}

.product .product_list .swiper-pagination-bullet {
	width: 28px;
	height: 6px;
	background-color: #E1E1E1;
	border-radius: 3px;
	opacity: 1;
}

.product .product_list .swiper-pagination-bullet-active {
	background-color: #14a3c4;
}

.product .next_bottom,
.product .prev_bottom {
	position: absolute;
	top: 208px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background-color: #D5D5D5;
	z-index: 2;
	text-align: center;
}

.product .prev_bottom {
	left: -66px;
}

.product .next_bottom {
	right: -66px;
}

.product .next_bottom:hover,
.product .prev_bottom:hover {
	background-color: #14a3c4;
	cursor: pointer;
}

.product .next_bottom:hover span,
.product .prev_bottom:hover span {
	color: #fff;
}

.product .next_bottom span,
.product .prev_bottom span {
	font-size: 20px;

	color: #666666;
}

.header.m_nav.blue {
	background-color: #001c51;
}

.product_details .current {
	padding-top: 133px;
}

.product_details .current span,
.product_details .current span a {
	font-size: 14px;
	color: #666;
	line-height: 1;
}

.product_details .current {
	margin-bottom: 23px;
}

.product_details .product_attr {
	background: url(../images/product_attr_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.product_details .product_attr_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}

.product_details .product_attr_content .title {
	font-size: 46px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 50px;
}

.product_details .product_attr_content .description {
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 10px;
}

.product_details .product_attr_content li {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.product_details .product_attr_content .right {
	width: 595px;
	text-align: center;
}

.product_details .product_attr_content .big_pic {
	/* width: 434px; */
	/* height: 370px; */
	overflow: hidden;
	margin: 0 auto;
}

.product_details .product_attr_content .big_pic img {
	width: 100%;
	height: 100%;
}

.product_details .product_attr_content .small_pic {
	position: relative;
	padding: 0 55px;
	margin-top: 44px;
}

.product_details .product_attr_content .small_pic .swiper-slide {
	position: relative;
	width: 111px;
	height: 79px;
	line-height: 79px;
	background-color: #fff;
	cursor: pointer;
}

.product_details .product_attr_content .small_pic .swiper-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #14a3c4;
	display: none;

}

.product_details .product_attr_content .small_pic .swiper-slide.active::before {
	display: block;
}

.product_details .product_attr_content .small_pic .swiper-slide img {
	vertical-align: middle;
}

.product_details .product_attr_content .next_btn,
.product_details .product_attr_content .prev_btn {
	position: absolute;
	top: 0;
	width: 38px;
	height: 79px;
	line-height: 79px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}

.product_details .product_attr_content .next_btn span,
.product_details .product_attr_content .prev_btn span {
	font-size: 22px;
	color: #CACACA;
}

.product_details .product_attr_content .next_btn {
	right: 0;
}

.product_details .product_attr_content .prev_btn {
	left: 0;
}

.product_overview .overview_top {
	line-height: 78px;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.product_overview .overview_top .container1400 {
	display: flex;
	justify-content: space-between;
}

.product_overview .overview_top .left {
	font-size: 18px;
	color: #333;
}

.product_overview .overview_top ul {
	display: flex;

}

.product_overview .overview_top li {
	position: relative;
	margin: 0 31px;
}

.product_overview .overview_top li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #14a3c4;
	display: none;
}

.product_overview .overview_top li.active::before,
.product_overview .overview_top li:hover::before {
	display: block;
}

.product_overview .overview_top li.active a,
.product_overview .overview_top li:hover a {
	color: #14a3c4;
}

.product_overview .overview_top li a {
	color: #666;
	font-size: 16px;
}

.product_overview .overview_content li .container1400 {
	display: flex;
	justify-content: space-between;
	padding: 86px 0 90px;
	align-items: center;
}

.product_overview .overview_content li .div_text {
	/* width: 614px; */
	width: 43.8%;
}

.product_overview .overview_content li .img {
	width: 46%;
	/* height: 380px; */
	/*overflow: hidden;*/
}

.product_overview .overview_content li .img img {
	width: 100%;
}

.product_overview .overview_content li .title {
	font-size: 40px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 60px;
	margin-bottom: 17px;
}

.product_overview .overview_content li .description {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}

.product_overview .overview_content li:nth-child(2n) {
	background-color: #F9F9F9;
}

.product_overview .specification_content {
	margin: 62px 0 45px;
}

.product_overview .specification_content .li_head {
	background-color: #dcebff;
	color: #333;
	font-weight: bold;
}

.product_overview .specification_content .li_content {
	background-color: #f6f6f6;
}

.product_overview .specification_content .li_content:nth-child(2n+1) {
	background-color: #fff;
}

.product_overview .specification_content .li_head ul,
.product_overview .specification_content .li_content ul {
	display: flex;
	justify-content: space-between;
}

.product_overview .specification_content li {
	line-height: 60px;
	text-align: center;
	flex: 1;
}

.data_content ul {
	margin: 59px 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.data_content li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 33px 0 31px;
	width: 48.9%;
	height: 116px;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	margin-bottom: 26px;
}

.data_content li .icon-PPT {
	font-size: 30px;
	color: #007CC8;
}

.data_content li .icon-xiazai1 {
	color: #fff;
}

.data_content li:hover .download_icon {
	background-color: #14a3c4;
}

.data_content li:hover .text {
	color: #14a3c4;
}

.data_content .download_icon {
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #E1E1E1;
	border-radius: 50%;
}

.data_content .download_icon a {
	display: block;
}

.data_content li .text {
	font-size: 18px;
	color: #333;
	padding-left: 8px;
}

.data_content li span {
	vertical-align: middle;
}

.product_overview .contact_content .img_text {
	display: flex;
	align-items: center;
	padding-left: 53px;
	height: 412px;
	width: 100%;
	background: url(../images/pro-detail-contact.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.product_overview .contact_content .img_text .title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}

.product_overview .contact_content .img_text .description {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}

.product_overview .contact_content .message {
	margin-top: 40px;
	margin-bottom: 77px;
	display: flex;
	justify-content: space-between;
}

.product_overview .contact_content .message>div {
	width: 49%;
	height: 332px;
	background-color: #F8F8F8;
}

.product_overview .contact_content .message .left {
	padding: 57px 46px 0 46px;
}

.product_overview .contact_content .message .right {
	padding: 59px 61px 0;
}

.product_overview .contact_content .message .left .title,
.product_overview .contact_content .message .right .title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 38px;
	line-height: 1;
}

.product_overview .contact_content .message .left .name {
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}

.product_overview .contact_content .message .left .email {
	line-height: 1;
	margin-bottom: 40px;

}

.product_overview .contact_content .message .left .shopping {
	display: inline-block;
	width: 175px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #14a3c4;
	border-radius: 10px;
}

.product_overview .contact_content .message .left .shopping .text {
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
}

.product_overview .contact_content .message .left .shopping .icon-gouwuche {
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
}

.product_overview .contact_content .message .left .shopping a {
	display: block;
}

.product_overview .contact_content .message .right .title {
	margin-bottom: 19px;
}

.product_overview .contact_content .message .right .text {
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

.serviceSupport_download {
	padding: 131px 0 79px;
	background-color: #f6f7f7;
}

.serviceSupport_download ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.serviceSupport_download li {
	width: 48.7%;
	margin-bottom: 40px;
	height: 224px;
	background-color: #fff;
}

.serviceSupport_download li a {
	display: block;
	width: 100%;
	height: 100%;
}

.serviceSupport_download li .li_content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 64px 0 64px;
	box-sizing: border-box;
}

.serviceSupport_download li .left {
	width: 102px;
	height: 102px;
	line-height: 102px;
	border: 1px solid #444444;
	border-radius: 50%;
	text-align: center;
	/* margin-right: 68px; */
}

.serviceSupport_download li .iconfont {
	font-size: 36px;
	color: #333;
}

.serviceSupport_download li .right {
	width: auto;
	padding-left: 68px;
	box-sizing: border-box;
	flex: 1;
}

.serviceSupport_download li .title {
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	margin-bottom: 16px;
}

.serviceSupport_download li .description {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 36px;
}

.serviceSupport_download li:hover .left {
	background-color: #14a3c4;
	border-color: #14a3c4;
}

.serviceSupport_download li:hover .iconfont {
	color: #fff;
}

.serviceSupport_download li:hover .title {
	color: #14a3c4;
}

.serviceSupport_question {
	padding: 90px 0 54px;
	background-color: #f6f7f7;
}

.serviceSupport_question .serviceSupport_question_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.serviceSupport_question .serviceSupport_question_nav {
	display: flex;
}

.serviceSupport_question .serviceSupport_question_nav li {
	margin-right: 10px;
	width: 140px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 3px;
}

.serviceSupport_question .serviceSupport_question_nav li:hover,
.serviceSupport_question .serviceSupport_question_nav li.active {
	background-color: #14a3c4;
}

.serviceSupport_question .serviceSupport_question_nav li:hover a,
.serviceSupport_question .serviceSupport_question_nav li.active a {
	color: #FEFEFE;
}

.serviceSupport_question .serviceSupport_question_nav li a {
	color: #666;
	font-size: 16px;
}

.serviceSupport_question .serviceSupport_question_top .input {
	position: relative;
	width: 310px;
	height: 53px;
	background: #FFFFFF;
	border-radius: 3px;
}

.serviceSupport_question .serviceSupport_question_top .input input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 38px 0 19px;
	font-size: 14px;
	color: #aaa;
}

.serviceSupport_question .serviceSupport_question_top .icon-sousuo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	font-size: 20px;
	color: #007CC8;
}

.serviceSupport_question .serviceSupport_question_content li {
	padding: 0 40px 0 34px;
	background-color: #fff;
}

.serviceSupport_question .serviceSupport_question_content_top {
	padding: 39px 0 27px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.serviceSupport_question .serviceSupport_question_content_top .left {
	max-width: 80%;
}

.serviceSupport_question .serviceSupport_question_content_top p {
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.serviceSupport_question .serviceSupport_question_content_top.active p {
	color: #007CC8;
}

.serviceSupport_question .serviceSupport_question_content_top .right {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #D9D9D9;
	border-radius: 50%;
	transition: all 0.5s;
}

.serviceSupport_question .serviceSupport_question_content_top .icon-down-trangle {
	font-size: 14px;
	color: #fff;

}

.serviceSupport_question .serviceSupport_question_content_top.active .right {
	transform: rotate(-360deg);
	background-color: #007CC8;
}

.serviceSupport_question .serviceSupport_question_content li {
	margin-bottom: 22px;
}

.serviceSupport_question .slide {
	border-top: 1px solid #EDEDED;
	padding: 25px 0 62px;
	display: none;
}

.serviceSupport_question .slide .text {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 22px;
}

.serviceSupport_question .slide img {
	display: block;
	margin: 40px auto 0;
	width: 100%;

}

.serviceSupport_question .data_content li {
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
}

.serviceSupport_question .data_content ul {
	margin-bottom: 30px;
}

.serviceSupport_question .pagination {
	padding: 0 0 20px;
}

.serviceSupport_question .serviceSupport_question_top .right select {
	width: 220px;
	height: 53px;
	background: #FFFFFF;
	border: 1px solid #14a3c4;
	border-radius: 3px;
	padding: 0 21px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #aaa;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	margin-left: 10px;
}

.about_development {
	padding: 90px 0 116px;
	background-image: url(../images/about_development_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.about_development .zh,
.about_companyProfile .zh,
.about_customerList .zh,
.about_contact_top .zh,
.about_contact .online .zh,
.about_companyCulture .zh,
.about_honor .zh,
.solution .zh,
.talent_join .zh,
.talent_concept .zh,
.talent_recruitment .zh {
	font-size: 26px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	margin-bottom: 17px;
}

.about_development .en,
.about_companyProfile .en,
.about_customerList .en,
.about_contact_top .en,
.about_contact .online .en,
.about_companyCulture .en,
.about_honor .en,
.solution .en,
.talent_join .en,
.talent_concept .en,
.talent_recruitment .en {
	position: relative;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 1;
	text-transform: uppercase;
	/*padding-bottom: 32px;*/
	/*margin-bottom: 70px;*/
}

.about_development .en:before,
.about_companyProfile .en:before,
.about_customerList .en:before,
.about_contact_top .en:before,
.about_contact .online .en::before,
.about_companyCulture .en::before,
.about_honor .en::before,
.solution .en::before,
.talent_join .en:before,
.talent_concept .en::before,
.talent_recruitment .en::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 4px;
	/*background: #14a3c4;*/
}

.about_development .en span,
.about_companyProfile .en span,
.about_customerList .en span,
.about_contact_top .en span,
.about_contact .online .en span,
.about_companyCulture .en span,
.about_honor .en span,
.solution .en span,
.talent_join .en span,
.talent_concept .en span,
.talent_recruitment .en span {
	color: #14a3c4 ;
}

.about_development .about_development_content {
	/* margin-bottom: 60px; */
}

.about_development .about_development_content .swiper-slide {
	background-color: #fff;
	height: 321px;
	line-height: 321px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	color: #fff;
	/* align-items: center; */
}

.about_development .about_development_content .left {
	width: 293px;
	background-color: #14a3c4;
	font-size: 46px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
}

.about_development .about_development_content .left span {
	font-size: 18px;
	font-weight: normal;
}

.about_development .about_development_content .right {
	position: relative;
	display: flex;
	align-items: center;
	flex-grow: 1;
	padding-left: 108px;
	box-sizing: border-box;
}

.about_development .about_development_content .right:before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: -6.5px;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border-radius: 4px;
}

.about_development .about_development_content .right:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 2px;
	width: 51px;
	height: 1px;
	background: #14a3c4;
}

.about_development .about_development_content .right li {
	color: #666;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
}

.about_development .about_development_tree {
	position: relative;
}
.about_development .about_development_tree .btn{
    position: absolute;
    top: 35px;
    z-index: 10;
}
.about_development .about_development_tree .btn.btnPrev{
    left: -40px;
}
.about_development .about_development_tree .btn.btnNext{
    right: -40px;
}
.about_development .about_development_tree .btn .iconfont{
    color: #14a3c4;
    font-size: 36px;
}
.about_development .about_development_tree::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #EBEBEB;
	left: 0;
	top: 68px;
}

.about_development .about_development_tree li {
	/* width: auto; */
	font-size: 16px;
	color: #666;
	min-width: 65px;
	/* margin-right: 118px; */
	text-align: center;
	line-height: 1;
	padding-top: 60px;
	cursor: pointer;
}

.about_development .about_development_tree li.active {
	color: #14a3c4;
	font-size: 18px;
}

.about_development .about_development_tree li span {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 6px solid #EBEBEB;
	background-color: #fff;
	margin-bottom: 19px;
}

.about_development .about_development_tree li span::before {
	position: absolute;
	content: "";
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 17px;
	background-color: #14a3c4;
	z-index: -1;
	display: none;
}

.about_development .about_development_tree li.active span {
	border-color: #14a3c4;

}

.about_development .about_development_tree li.active span::before {
	display: block;
}

.about_companyProfile {
	padding: 90px 0 0;
}

.about_companyProfile .introduction .container1400 {
	display: flex;
	justify-content: space-between;
}

.about_companyProfile .introduction .left {
	width: 100% !important;
	text-align: center;
	/*font-size: 12px;*/
}

.about_companyProfile .en {
	margin-bottom: 42px;
}

.about_companyProfile .introduction .left .text_div {
	margin-bottom: 32px;
}

.about_companyProfile .introduction .left .text_div p {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #555555;
	line-height: 30px;
	margin-top: 10px;
}

.about_companyProfile .introduction .left .text_div p span{
    
	color: #888888 ;
}

.about_companyProfile .introduction .right {
	width: 33.6%;
}

.about_companyProfile .introduction .right img {
	width: 100%;
}

.about_companyProfile .icon_list {
	/*margin-top: 90px;*/
	padding-bottom: 57px;
}

.about_companyProfile .icon_list ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.about_companyProfile .icon_list .img {
	height: 51px;
	line-height: 51px;
	text-align: center;
	margin-bottom: 58px;
	transition: all 0.7s ease-in;
	;
}

.about_companyProfile .icon_list li:hover .img {
	transform: rotate(360deg);
}

.about_companyProfile .icon_list .number {
	font-size: 46px;
	font-family: Bebas;
	font-weight: 900;
	color: #333333;
	line-height: 1;
}

.about_companyProfile .icon_list li {
	max-width: 198px;
}

.about_companyProfile .icon_list li .text {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
	margin-top: 30px;
}

.about_companyProfile .pic_list {
	background-color: #F9FAFC;
	padding: 70px 0 81px;
}

.about_companyProfile .pic_list li {
	display: flex;
	background-color: #fff;
	align-items: center;
}

.about_companyProfile .pic_list .pic {
	width: 50%;
	overflow: hidden;
}

.about_companyProfile .pic_list .pic img {
	width: 100%;
}

.about_companyProfile .pic_list .text_div {
	width: 50%;
	padding: 0 54px 0 84px;
	box-sizing: border-box;

}

.about_companyProfile .pic_list li:nth-child(2n) .text_div {
	padding: 0 66px 0 61px;
}

.about_companyProfile .pic_list .title {
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-bottom: 41px;
}

.about_companyProfile .pic_list .description {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
	margin-bottom: 32px;
}

.about_customerList {
	padding: 90px 0 0;
	background-color: #f6f7f7;
}

.about_customerList .en {
	margin-bottom: 50px;
}

.about_customerList .about_customerList_content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_customerList .about_customerList_content li {
	width: 23.4%;
	height: 180px;
	line-height: 180px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.about_customerList .about_customerList_content li img {
	max-width: 100%;

}

.about_customerList .pagination {
	padding: 30px 0 78px;
}

.about_contact {
	padding-top: 90px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.about_contact .about_contact_top .en {
	margin-bottom: 0;
}

.about_contact .about_contact_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 61px;
	border-bottom: 1px solid #EFEFEF;
}

.about_contact .about_contact_top .service_text {
	font-size: 16px;
	color: #666;
	text-align: right;
	line-height: 1;
	font-family: PingFang;
	font-weight: 500;
}

.about_contact .about_contact_top .phone {
	text-align: right;
	line-height: 1;
	font-family: PingFang;
	font-weight: 500;
	font-size: 24px;
	color: #14a3c4;
	margin-top: 14px;
}

.about_contact .address {
	padding: 38px 0 0px;
	display: flex;
	justify-content: space-between;
}

.about_contact .address .left li {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 40px;
}

.about_contact .address .right p {
	text-align: center;
	margin-top: 5px;
	color: #666;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
}

.about_contact .map {
	margin-top: 88px;
}

.about_contact .online {
	padding: 88px 0 172px;
	display: flex;
	justify-content: space-between;
}

.about_contact .online .left {
	width: 28.7%;
}

.about_contact .online .right {
	width: 54.8%;
}

.about_contact .online .en {
	margin-bottom: 87px;
}

.about_contact .online .left .text {
	font-size: 16px;
	color: #999;
	line-height: 36px;
	margin-bottom: 55px;
}

.about_contact .online .left li {
	font-size: 16px;
	color: #999;
	line-height: 40px;
}

.about_contact .online .right .input label {
	display: block;
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 39px;
}

.about_contact .online .right .input_div {
	margin-bottom: 28px;
}

.about_contact .online .right .input {
	border-bottom: 1px solid #ddd;
}

.about_contact .online .right .input input {
	border: none;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #aaa;
	outline: none;
	width: 100%;
	background-color: transparent;
}

.about_contact .online .right .input select {
	height: 44px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	color: #aaa;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/bottom222.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.about_contact .online .right .input_div1 {
	display: flex;
	justify-content: space-between;
}

.about_contact .online .right .input_div1 .input {
	width: 45%;
}

.about_contact .online .right .input_div .verfiy {
	position: relative;
}

.about_contact .online .right .input_div .verfiy_code {
	position: absolute;
	bottom: 9px;
	right: 0;
}

.about_contact .online .right .input_div .verfiy input {
	padding-right: 130px;
}

.about_contact .online .right .submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 167px;
	height: 52px;
	background: #14a3c4;
	color: #fff;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	margin-top: 39px;
}

.about_contact .online .right .submit .iconfont {
	font-size: 22px;
	padding-left: 13px;
}

.about_contact .online .right .submit span {
	vertical-align: middle;
}

.about_companyCulture {
	padding: 90px 0 98px;
	background-color: #f6f7f7;
}

.about_companyCulture .en {
	margin-bottom: 70px;
}

.about_companyCulture .culture ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_companyCulture .culture li {
	position: relative;
	width: 32%;
	height: 350px;
	margin-bottom: 30px;
}

.about_companyCulture .culture li:hover .text_div {
	background-color: rgba(0, 129, 203, 0.9);
}

.about_companyCulture .culture .img {
	width: 100%;
	height: 100%;
}

.about_companyCulture .culture .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.about_companyCulture .culture .text_div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 91px 42px 0 43px;
	background-color: rgba(0, 10, 68, 0.7);
	box-sizing: border-box;
}

.about_companyCulture .culture .icon {
	margin-bottom: 70px;
}

.about_companyCulture .culture .title {
	position: relative;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 1;
	padding-bottom: 24px;
}

.about_companyCulture .culture .title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 2px;
	background-color: #fff;

}

.about_companyCulture .culture .description {
	font-size: 16px;
	color: #FEFEFE;
	line-height: 26px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.about_companyCulture .pic_list {
	margin-top: 21px;
}

.about_companyCulture .pic_list li {
	background-color: #fff;
	display: flex;
	align-items: center;
}

.about_companyCulture .pic_list .pic,
.about_companyCulture .pic_list .text_div {
	width: 50%;
}

.about_companyCulture .pic_list li .pic {
	overflow: hidden;
}

.about_companyCulture .pic_list .pic img {
	width: 100%;
	height: 100%;
}

.about_companyCulture .pic_list .text_div {
	padding: 0 159px 0 50px;
}

.about_companyCulture .pic_list li:nth-child(2n) .text_div {
	padding: 0 118px 0 118px;
}

.about_companyCulture .pic_list .title {
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-bottom: 26px;
}

.about_companyCulture .pic_list .description {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 40px;
}

.about_honor {
	padding-top: 90px;
	background-color: #f6f7f7;
}

.about_honor .pic_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_honor .pic_list li {
	display: flex;
	align-items: center;
	width: 21.9%;
	height: 434px;
	background-color: #fff;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 24px;
	box-sizing: border-box;
	text-align: center;
}

.about_honor .pic_list li img {
	max-width: 100%;
	margin: 0 auto;
}

.about_honor .pagination {
	padding: 20px 0 60px;
}

.banner-item .product_tab.no-bg {
	background: none;
}

.solution {
	padding-top: 90px;
	background-color: #f6f7f7;
}

.solution .solution_content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solution .solution_content li {
	width: 100%;
	margin-top: 50px;
	position: relative;
}

.solution .solution_content li .img {
	width: 100%;
	overflow: hidden;
	height: 295px;
	display: flex;
	align-items: center;
}

.solution .solution_content li .img img {
	height: 100%;
	object-fit: cover;
}

.solution .solution_content .text_div {
    width: 100%;
    height: 100%;
	background-color: #00000055;
	padding: 47px 10px 39px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.solution .solution_content .text_div .title {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 26px;
}

.solution .solution_content .text_div .description {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
	margin-bottom: 17px;
}

.solution .solution_content .text_div .look {
	display: inline-block;
	width: 142px;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 142, 210, 0);
	border: 1px solid #14a3c4;
	border-radius: 23px;
	text-align: center;
}

.solution .solution_content .text_div .look a {
	display: block;
	color: #14a3c4;
	font-size: 16px;
}

/*.solution .solution_content li:hover .text_div {*/
/*    height: 100%;*/
/*	background-color: #14a3c455;*/
/*}*/

/*.solution .solution_content li:hover .text_div .title,*/
/*.solution .solution_content li:hover .text_div .description {*/
/*	color: #fff;*/
/*}*/

.solution .solution_content li .text_div .look:hover {
	border-color: #fff;
	background-color: #fff;
}

.solution .pagination {
	padding: 0 0 73px;
}

.solution_details {
	background-color: #f6f7f7;
	padding-bottom: 35px;
}

.solution_details .solution_details_top {
	width: 100%;
	display: flex;
	position: relative;
	height: 165px;
	background-color: #14a3c4;
	margin-top: -50px;
	z-index: 2;
	padding: 0px 40px 0 40px;
	box-sizing: border-box;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.solution_details .solution_details_top .left {
	width: 62%;
}

.solution_details .solution_details_top .title {
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom: 21px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.solution_details .solution_details_top .description {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.solution_details .solution_details_top .right span {
	color: #fff;
}

.solution_details .solution_details_content li {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	margin-bottom: 50px;
	min-height: 392px;
}

.solution_details .solution_details_content .img {
	width: 46%;
	overflow: hidden;
}

.solution_details .solution_details_content .img img {
	width: 100%;
}

.solution_details .solution_details_content .text_div {
	width: 54%;
	padding: 0 49px 0 63px;
}

.solution_details .solution_details_content .title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin-bottom: 34px;
}

.solution_details .solution_details_content .text p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}

.solution_details .solution_details_content .text {
	margin-bottom: 28px;
}

.solution_details .solution_details_content .text:last-child {
	margin-bottom: 0;
}

.talent_join {
	padding-top: 90px;
}

.talent_join .en {
	margin-bottom: 26px;
}

.talent_join .talent_join_top .description {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #999999;
	line-height: 30px;
	padding-bottom: 63px;
}

.talent_join .talent_join_content {
	padding-top: 54px;
	background-color: #f9f9f9;
}

.talent_join .talent_join_content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.talent_join .talent_join_content li {
	width: 17%;
	margin-right: 10%;
	margin-top: 44px;
	margin-bottom: 33px;
	text-align: center;
	/* margin-right: 10%; */
}

.talent_join .talent_join_content li:nth-child(4n) {
	margin-right: 0;
}

.talent_join .talent_join_content li .icon {
	margin-bottom: 25px;
	transition: all 0.5s;
}

.talent_join .talent_join_content li .text_title {
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-bottom: 12px;
}

.talent_join .talent_join_content li .text_description {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 26px;
}

.talent_join .talent_join_content .title {
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	text-align: center;
}

.talent_join .talent_join_content {
	padding-bottom: 25px;
}

.talent_join .career_development {
	padding: 57px 0 111px;
}

.talent_join .career_development .title {
	margin-bottom: 60px;
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	text-align: center;
}

.talent_join .career_development .career_development_content {
	background-color: #F8F8F8;
	display: flex;
	align-items: center;
}

.talent_join .career_development .left {
	width: 48%;
	overflow: hidden;
}

.talent_join .career_development .left img {
	width: 100%;
}

.talent_join .career_development .right {
	width: 52%;
	padding: 0 42px 0 70px;
}

.talent_join .career_development .right p {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
}

.talent_join .career_development .right p:last-child {
	margin-bottom: none;
}

.talent_join .dream {
	background-image: url(../images/dream_bg.jpg);
	/* background-position: left bottom; */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 62px 0 77px;
}

.talent_join .dream .dream_content {
	position: relative;
}

.talent_join .dream .dream_content .icon-zuo,
.talent_join .dream .dream_content .icon-you {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: #fff;
	z-index: 2;
}

.talent_join .dream .dream_content .icon-zuo {
	left: 30px;
}

.talent_join .dream .dream_content .icon-you {
	right: 30px;
}

.talent_join .dream .swiper-slide {
	position: relative;
	width: 55%;
}
.talent_join .dream .swiper-slide img{
	width: 100%;
	height: 100%;
}
.talent_join .dream .swiper-slide::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);

}

.talent_join .dream .swiper-slide-active {
	position: relative;
}

.talent_join .dream .swiper-slide-active::before,
.talent_join .dream .swiper-slide-duplicate-active::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.talent_join .dream .title {
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	margin-bottom: 79px;
}

.talent_join_join {
	background-color: #14a3c4;
	padding: 28px 0;
}

.talent_join_join .container1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.talent_join_join .left p {
	font-size: 36px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}

.talent_join_join .left span {
	font-size: 24px;
}

.talent_join_join .right {
	width: 198px;
	height: 59px;
	background: #FFFFFF;
	border-radius: 30px;
	text-align: center;
	line-height: 59px;
	font-size: 20px;
}

.talent_join_join .right a {
	display: block;
	color: #14a3c4;
}

.talent_concept .talent_concept_content {
	position: relative;
	padding-top: 90px;
	/* background-image: url(../images/talent_concept.jpg);
	background-position: right bottom; 
	background-repeat: no-repeat; */

}

.talent_concept .talent_concept_content .left {
	width: 42%;
	padding-bottom: 176px;
}

.talent_concept .talent_concept_content .left .text_div {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 33px;
}

.talent_concept .talent_concept_content .left .text_div p {
	margin-bottom: 30px;
}

.talent_concept .talent_concept_content .left .text_div p:last-child {
	margin-bottom: 0;
}

.talent_concept .talent_concept_content .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.talent_concept .talent_concept_content .img img {
	width: 100%;
	height: 100%;
}

.talent_recruitment {
	padding: 90px 0 83px;
}

.talent_recruitment .talent_recruitment_top {
	display: flex;
	justify-content: space-between;
}

.talent_recruitment .talent_recruitment_top .input {
	display: flex;
	width: 408px;
	height: 45px;
	border: 1px solid #0187D3;
}

.talent_recruitment .talent_recruitment_top .input input {
	width: 327px;
	height: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	color: #AAAAAA;
	padding: 0 16px;
	box-sizing: border-box;
}

.talent_recruitment .talent_recruitment_top .search_btn {
	display: inline-block;
	width: 80px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #14a3c4;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.talent_recruitment .talent_recruitment_top .left ul {
	display: flex;
	margin-top: 22px;
	font-size: 14px;
	color: #666;
}

.talent_recruitment .talent_recruitment_top .left li {
	margin-right: 28px;
	line-height: 1;
}

.talent_recruitment .talent_recruitment_top .left li a {
	color: #666;
}

.talent_recruitment .talent_recruitment_top .right ul {
	display: flex;
}

.talent_recruitment .talent_recruitment_top .right li {
	margin-left: 27px;
}

.talent_recruitment .talent_recruitment_top {
	margin-bottom: 50px;
}

.talent_recruitment .talent_recruitment_content .li_head ul,
.talent_recruitment .talent_recruitment_content .li_content ul {
	position: relative;
	display: flex;
	padding: 0 100px 0 40px;
}

.talent_recruitment .talent_recruitment_content .li_head ul {
	background-color: #14a3c4;
}

.talent_recruitment .talent_recruitment_content .li_content:nth-child(2n+1) {
	background-color: #F7F7F7;
}

.talent_recruitment .talent_recruitment_content .li_head li,
.talent_recruitment .talent_recruitment_content .li_content li {
	flex: 1;
	text-align: center;
	justify-content: space-between;
}

.talent_recruitment .talent_recruitment_content .li_head li {
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	text-align: left;
}

.talent_recruitment .talent_recruitment_content .li_content li {
	height: 80px;
	line-height: 80px;
	font-size: 12px;
	color: #333;
	text-align: left;
}

.talent_recruitment .talent_recruitment_content .li_content li.icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 39px;
	transition: all 0.5s;
}

.talent_recruitment .talent_recruitment_content .li_content .li_content_top.active li.icon {
	transform: translateY(-50%)rotate(-180deg);
}

.talent_recruitment .talent_recruitment_content .li_content .li_content_top.active li.icon .icon-xia {
	color: #0187D3;
}

.talent_recruitment .talent_recruitment_content .li_content li.icon .icon-xia {
	font-size: 24px;
	color: #7a7a7a;
}

.talent_recruitment .talent_recruitment_content .li_content .slide {
	background-color: #F7F7F7;
	border-top: 1px solid #EAEAEA;
	padding: 38px 74px 45px;
	display: none;
}

.talent_recruitment .talent_recruitment_content .li_content .slide .text_div {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.talent_recruitment .talent_recruitment_content .slide_bottom {
	margin-top: 51px;
}

.talent_recruitment .talent_recruitment_content .slide_bottom .apply {
	display: inline-block;
	width: 125px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #14a3c4;
	border-radius: 6px;
	margin-right: 33px;
}

.talent_recruitment .talent_recruitment_content .slide_bottom .apply a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.talent_recruitment .talent_recruitment_content .slide_bottom .text {
	font-size: 16px;
	color: #14a3c4;
}

.news .news_top {
	padding: 60px 0 44px;
	background-color: #f8f8f8;
}

.news .news_top .swiper-slide {
	display: flex;
	background-color: #fff;
	align-items: center;
}

.news .news_top .swiper-slide .left,
.news .news_top .swiper-slide .right {
	width: 50%;
}

.news .news_top .swiper-slide .left {
	overflow: hidden;
}

.news .news_top .swiper-slide .left img {
	width: 100%;
	height: 100%;
}

.news .news_top .swiper-slide .right {
	padding: 0 60px 0 68px;
	box-sizing: border-box;
}

.news .news_top .swiper-slide .time .date {
	font-size: 70px;
	font-family: Bebas;
	font-weight: 400;
	color: #14a3c4;
	line-height: 1;
}

.news .news_top .swiper-slide .time .year {
	font-size: 18px;
	font-family: Bebas;
	font-weight: 400;
	color: #C8C8C8;
	line-height: 1;
}

.news .news_top .swiper-slide .time {
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 2px solid #14a3c4;
	margin-bottom: 49px;
}

.news .news_top .swiper-slide .title {
	font-size: 24px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news .news_top .swiper-slide .description {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-bottom: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news_top .swiper-slide .details {
	display: inline-block;

}

.news .news_top .swiper-slide .details a {
	display: block;
}

.news .news_top .swiper-slide .details span {
	font-size: 14px;
	color: #999;
	vertical-align: middle;
}

.news .news_top .swiper-slide .details .icon-xiangyou1 {
	font-size: 24px;
	padding-left: 11px;
}

.news .news_top .swiper-slide:hover .details span {
	color: #14a3c4;
}

.news .news_top .news_btn {
	text-align: right;
	margin-top: 20px;
}

.news .news_top .news_btn span {
	display: inline-block;
	width: 49px;
	height: 49px;
	background-color: #fff;
	text-align: center;
	line-height: 49px;
	cursor: pointer;
	margin-left: 8px;
}

.news .news_top .news_btn .iconfont {
	font-size: 24px;
	color: #666666;
}

.news .news_top .news_btn span:hover {
	background-color: #14a3c4;
	color: #fff;
}

.news .news_content li {
	position: relative;
}

.news .news_content li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0 67px;
	box-sizing: border-box;
}

.news .news_content li:hover::before {
	height: 2px;
	background-color: #14a3c4;
}

.news .news_content li:hover .title {
	color: #14a3c4;
}

.news .news_content li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
}

.news .news_content .left {
	width: 74.4%;
	padding-right: 10px;
	box-sizing: border-box;
}

.news .news_content .title {
	font-size: 28px;
	font-family: PingFang;
	font-weight: bold;
	color: #14a3c4 ;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 32px;
}

.news .news_content .description {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #888888;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news .news_content .date {
	font-size: 56px;
	font-family: Bebas;
	font-weight: 400;
	color: #14a3c4;
	line-height: 1;
}

.news .news_content .year {
	font-size: 16px;
	font-family: Bebas;
	font-weight: 400;
	color: #C8C8C8;
	line-height: 1;
}

.news .pagination {
	padding: 49px 0 63px;
}

.news_details .article_top {
	text-align: center;
}

.news_details {
	padding-top: 54px;
	background-color: #f8f8f8;
}

.news_details .left {
	width: 72.5%;
	box-sizing: border-box;
	background-color: #fff;
}

.news_details .article_top {
	padding: 50px 42px 0;

}

.news_details .container1400 {
	display: flex;
	justify-content: space-between;
	/* background-color: #fff; */
}

.news_details .article_top .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 39px;
}

.news_details .article_top ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-bottom: 32px;
	border-bottom: 1px solid #F0F0F0;
}

.news_details .article_top li {
	margin: 0 23px;
}

.news_details .article_top li .iconfont {
	padding-right: 4px;
}

.news_details .article_top li img {
	width: 20px;
	margin: 0 2px;
}

.news_details .article_content {
	padding: 40px 42px;
	/* background-color: #fff; */
}

.news_details .article_content .text_div {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-bottom: 45px;
}

.news_details .article_content .text_div img{
    max-width: 100%;
}
.news_details .article_content .img {
	margin-bottom: 45px;
	text-align: center;
}

.news_details .article_content .img img {
	max-width: 100%;
}

.news_details .article_bottom {
	padding: 40px 0 81px;
	background-color: #f8f8f8;
}

.news_details .article_bottom ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_details .article_bottom li {
	width: 48.6%;
	background-color: #fff;
	
}
.news_details .article_bottom li a{
	display: block;
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	padding: 18px 0;
	align-items: center;
}
.news_details .article_bottom .text1 {
	width: 73px;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.news_details .article_bottom .text1  {
	color: #999999;
}

.news_details .article_bottom .text2 {
	position: relative;
	flex-grow: 1;
	padding: 0 41px 0 15px;
	box-sizing: border-box;
}

.news_details .article_bottom .text2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 35px;
	background-color: #E7E7E7;
}

.news_details .article_bottom li:nth-child(2n) .text2:before {
	left: auto;
	right: 0;
}

.news_details .article_bottom .text2 p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news_details .article_bottom .text2 .title {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333;
	line-height: 26px;
}

.news_details .article_bottom .text2 .description {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}

.news_details .article_bottom li:hover {
	background-color: #14a3c4;
}

.news_details .article_bottom li:hover .text1 ,
.news_details .article_bottom li:hover .text2 .title {
	color: #FFFFFF;
}

.news_details .article_bottom li:hover .text2 .description {
	color: #7BC7EB;
}

.news_details .right {
	width: 25.1%;
}

.news_details .right ul {
	background-color: #fff;
	padding: 0 22px;
}

.news_details .right .title {
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 19px;
}

.news_details .right li {
	padding: 25px 0 18px;
	border-bottom: 1px solid #E9E9E9;
}

.news_details .right li:last-child {
	border-bottom: none;
}

.news_details .right .article_title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 1;
	margin-bottom: 15px;
}

.news_details .right .date {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 1;
}

.news_details .right .article_description {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	margin-top: 16px;
}

  .proCenterWY {
    width: 100%;
    /*justify-content: space-between;*/
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
    margin-bottom: 50px;
  }

  .TowProCen {
    width: 49%;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
    background: white;
    padding: 0 20px;
  }

  .TowProCenb {
    width: 100%;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
    background: white;
  }

  .TowProCenc {
    width: 24%;
    margin: 0 0.5%;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
    padding: 0 20px;
    background: white;
  }

  .proCenterWY li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: black;
    padding-bottom: 30px;
  }

  .proWYbanner {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
  }

  .fontS30 {
    font-size: 30px;
  }

  .fontS14 {
    font-size: 14px;
    margin-top: 15px;
  }


  .Wy-img {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Wy-img img {
    max-width: 90%;
  }

  .Wy-zheZhao {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20,164,196,0.91);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    transition: all 1.5s;
  }

  .proCenterWY li:hover .Wy-zheZhao {
    top: 0;
  }

  .Wy-zheZhao .fontS14 {
    margin-top: 5px;
    width: 90%;
  }
  
  .TowProCenb .Wy-zheZhao .button{
      width: 130px;
      height: 40px;
      border-radius: 50px;
      border: 1px solid  #444444 !important;
      background: none;
      color: #444444 !important;
      margin-top: 50px;
  }
  
 
  

  .Wy-zheZhao .button{
      width: 130px;
      height: 40px;
      border-radius: 50px;
      border: 1px solid  white;
      color: white;
      background: none;
      margin-top: 50px;
  }
  
  .Wy-zheZhao .button:hover{
      
  }

  .TowProCenb .Wy-img {
    width: 50% !important;
    height: 430px;
  }

  .TowProCenb .Wy-zheZhao {
    width: 50% !important;
    position: relative !important;
    background: none;
    color: black;
    height: 430px;
    text-align: left;
    align-items: self-start;
    padding: 0 80px;
    line-height: 30px;
  }

  .TowProCenb .Wy-zheZhao .fontS14 {
    margin-top: 40px;
    color: #666666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;

  }
  
  .TowProCenb{
	transition: all 0.5s;
  }
  .TowProCenb:hover{
	transform: scale(1.01);
  }
@media (max-width: 1450px) {
	.container1400 {
		width: 1200px;
	}

	.banner-item .product_tab .container1400 .swiper-container {
		width: 100%;
		justify-content: center;
	}

	.about_companyCulture .pic_list .text_div,
	.about_companyCulture .pic_list li:nth-child(2n) .text_div {
		padding: 0 50px;
	}

	.about_companyProfile .pic_list .title {
		margin-bottom: 30px;
	}

	.about_companyProfile .pic_list .description {
		margin-bottom: 20px;
		line-height: 28px;
	}

	.product .next_bottom,
	.product .prev_bottom {
		display: none;
	}
}

@media (max-width: 1300px) {
	.container1400 {
		width: 1150px;
	}
}

@media (max-width: 1199px) {
    .TowProCenb .Wy-zheZhao .button{
        margin-top: 10px;
    }
    .TowProCen,.TowProCenc{
        width: 100%;
    }
    .TowProCenb a{
    flex-direction: column !important;
    }
    .TowProCenb .Wy-img{
        width: 100% !important;
        height: 300px;
    }
    .TowProCenb .Wy-zheZhao {
        width: 100% !important;
        height: 300px;
    }
	.talent_recruitment .talent_recruitment_top{
		flex-direction: column;
	}
	.talent_recruitment .talent_recruitment_top .right ul{
		margin-top: 30px;
	}
	.talent_recruitment .talent_recruitment_top .right li{
		margin-left: 0;
		margin-right: 15px;
	}
	.talent_recruitment_content{
		overflow-x: scroll;
	}
	.talent_recruitment_content ul{
		min-width: 1180px;
	}
	.solution .solution_content li {
		width: 47%;
	}
	.talent_recruitment .talent_recruitment_top .right li img{
		width: 100%;
	}
	.product_type .list li {
		width: 47%;
	}
	.talent_recruitment .talent_recruitment_top .input{
		max-width: 100%;
	}
	.solution .solution_content .text_div .title {
		font-size: 20px;
	}

	.container1400 {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	.banner-item .banner-img .img-fluid {
		height: 200px;
		object-fit: cover;
	}

	.banner-item .product_tab {
		position: relative;
		top: 30px;
	}

	.banner-item .product_tab .container1400 {
		flex-direction: column;
	}

	.banner-item .current a,
	.banner-item .current {
		color: #14a3c4;
		text-align: right;
	}

	.banner-item .current {
		padding-top: 30px;
	}

	.banner-item .product_tab .icon-xiangyou1 {
		right: 0px;
	}

	.banner-item .product_tab .container1400 .swiper-container {
		width: 100%;
	}

	.banner-item .product_tab {
		/*height: auto;*/
	}

	.about_companyCulture .pic_list li {
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}

	.about_companyCulture .pic_list li:nth-child(2n) {
		flex-direction: column;
	}

	.about_companyCulture .pic_list .pic,
	.about_companyCulture .pic_list .text_div {
		width: 100%;
	}

	.about_companyCulture .pic_list .text_div,
	.about_companyCulture .pic_list li:nth-child(2n) .text_div {
		padding: 50px;
	}

	.about_companyProfile .introduction .left {
		width: 100%;
	}

	.about_companyProfile .introduction .right {
		width: 100%;
	}

	.about_companyProfile .introduction .container1400 {
		flex-wrap: wrap;
	}
	.solution_details .solution_details_top{
		margin-top: 50px;
		height: auto;
		padding: 25px 40px;
	}
	.solution_details .solution_details_content li{
		flex-direction:column;
	}
	.about_companyProfile .icon_list li {
		width: 33%;
		max-width: 33%;
		margin-bottom: 50px;
	}

	.about_companyProfile .icon_list ul {
		flex-wrap: wrap;
	}

	.about_companyProfile .pic_list .pic,
	.about_companyProfile .pic_list .text_div {
		width: 100%;
	}

	.about_companyProfile .pic_list li {
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.about_companyProfile .pic_list li:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.about_companyProfile .pic_list .text_div,
	.about_companyProfile .pic_list li:nth-child(2n) .text_div {
		padding: 50px;
	}

	.about_customerList .about_customerList_content li {
		width: 32%;
	}

	.pagination ul {
		flex-wrap: wrap;
	}

	.pagination ul li {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		min-width: 30px;
		margin-bottom: 15px;
	}

	.pagination ul li.text {
		min-width: 80px;
		margin: 0 5px;
	}

	.about_development .about_development_tree li {
		min-width: 90px;
	}

	.about_development .about_development_content .right {
		padding: 30px 60px;
	}

	.about_development .about_development_content .right li {
		line-height: 34px;
	}

	.about_development .about_development_content .swiper-slide {
		flex-wrap: wrap;
		height: auto;
	}

	.about_development .about_development_content .left {
		height: 150px;
		line-height: 150px;
	}

	.about_development .about_development_content .left,
	.about_development .about_development_content .right {
		width: 100%;
	}

	.about_honor .pic_list li {
		width: 31%;
	}

	.news .news_top .swiper-slide {
		flex-wrap: wrap;
	}

	.news .news_top .swiper-slide .left,
	.news .news_top .swiper-slide .right {
		width: 100%;
	}

	.news .news_top .swiper-slide .right {
		padding: 30px;
	}

	.news_details .container1400 {
		flex-wrap: wrap;
		padding-bottom: 50px;
	}

	.news_details .container1400 .left,
	.news_details .container1400 .right {
		width: 100%;
	}

	.product_details .product_attr_content {
		flex-direction: column;
	}

	.product_details .product_attr_content .right {
		margin-top: 50px;
	}

	.product_overview .specification_content ul {
		min-width: 980px;
	}

	.product_overview .specification_content .container1400 {
		overflow-x: scroll;
	}

	.product_details .product_attr_content .right {
		width: 100%;
	}

	.product_details .product_attr_content .big_pic {
		width: 100%;
		height: auto;
	}

	.product_overview .contact_content .message {
		flex-direction: column;
	}

	.product_overview .contact_content .message>div {
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 50px;
	}

	.product_overview .contact_content .message .left,
	.product_overview .contact_content .message .right {
		padding: 30px 20px;
		height: auto;
	}

	.product_overview .contact_content .message .left .title,
	.product_overview .contact_content .message .right .title {
		font-size: 22px;
	}

	.data_content ul {
		flex-direction: column;
	}

	.data_content li {
		width: 100%;
	}

	.data_content li .li_left {
		width: 85%;
	}

	.data_content li .text {
		display: inline-block;
		width: 75%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.product_overview .overview_content li .container1400 {
		flex-direction: column;
		padding: 40px 0;
	}

	.product_overview .overview_content li .img,
	.product_overview .overview_content li .div_text {
		width: 100%;
	}

	.product_overview .overview_content li .div_text {
		padding: 30px 0;
	}

	.product_overview .overview_content li .title {
		font-size: 22px;
		line-height: 1.5;
	}

	.product_overview .overview_content li .description {
		line-height: 2;
	}

	.serviceSupport_download li {
		width: 100%;
	}

	.serviceSupport_question .serviceSupport_question_top {
		flex-direction: column;
	}

	.serviceSupport_question .serviceSupport_question_top .right {
		margin-top: 40px;
	}
	.solution_details .solution_details_content .img{
		width: 100%;
	}
	.solution_details .solution_details_content .text_div{
		padding: 50px;
		width: 100%;
	}
	.talent_concept .talent_concept_content .img{
		position: relative;
		width: 100%;
	}
	.talent_concept .talent_concept_content .left{
		width: 100%;
	}
	.talent_join_join .left p{
		font-size: 24px;
	}
	.talent_join_join .left span{
		font-size: 18px;
	}
	.talent_join_join .right{
		width: 150px;
	}
	.talent_join .talent_join_content li{
		margin-right: 5%;
	}
	.talent_join .career_development .career_development_content{
		flex-direction: column;
	}
	.talent_join .career_development .left{
		width: 100%;
	}
	.talent_join .career_development .right{
		width: 100%;
		padding: 40px;
	}
}

@media (max-width: 900px) {
    .banner-item .product_tab ul{
        justify-content: flex-start;
    }
    .banner-item .product_tab .icon-xiangyou2{
        left:-20px;
    }
	.talent_recruitment .talent_recruitment_top .left li{
		margin-right: 5px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.talent_recruitment .talent_recruitment_top .left ul{
		flex-wrap: wrap;
	}
	.about_companyCulture .culture li {
		width: 48%;
	}

	.about_contact .address {
		flex-wrap: wrap;
	}

	.about_contact .address .right {
		margin-top: 30px;
	}

	.about_contact .online {
		flex-wrap: wrap;
	}

	.about_contact .online .left,
	.about_contact .online .right {
		width: 100%;
	}

	.about_contact .online .right {
		margin-top: 50px;
	}

	.about_contact .online .en {
		margin-bottom: 30px;
	}

	.about_contact .online .left .text {
		margin-bottom: 20px;
	}

	.about_contact .map iframe {
		height: 500px !important;
	}

	.about_honor .pic_list li {
		width: 47%;
	}

	.news .news_content .title {
		font-size: 22px;
	}

	.news_details .article_bottom ul {
		flex-direction: column;
	}

	.news_details .article_bottom li {
		width: 100%;
		margin-bottom: 30px;
	}

	.product_overview .overview_top .left {
		font-size: 16px;
	}

	.product_overview .overview_top li {
		margin: 0 15px;
	}

}

@media (max-width: 800px) {
	.talent_join .talent_join_content .title{
		font-size: 24px;
	}
	.talent_join .talent_join_content li .text_title{
		font-size: 16px;
	}
	.talent_join .dream .title,.talent_join .career_development .title{
		font-size: 24px;
	}
	.talent_join_join .container1400{
		flex-direction: column;
	}
	.talent_join_join .right{
		margin-top: 40px;
	}
	.solution .solution_content li {
		width: 100%;
	}

	.banner-item .product_tab .container1400 .swiper-container {
		width: 100%;
		justify-content: center;
	}

.banner-item .product_tab .icon-xiangyou1{
    right: -20px;
}
	.banner-item .product_tab li a {
		font-size: 14px;
	}

	.banner-item .product_tab li {
		padding: 0 10px;
	}

	.banner-item .product_tab li:hover a,
	.banner-item .product_tab li.active a {
		font-size: 14px;
	}

	.banner-item .banner-img .banner-txt h5 {
		font-size: 40px;
	}

	.banner-item .banner-img .banner-txt p {
		font-size: 30px;
	}

	.about_companyProfile .icon_list li {
		width: 46%;
		max-width: 46%;
	}

	.about_customerList .about_customerList_content li {
		width: 47%;
	}

	.about_development .about_development_content .right {
		padding: 30px;
	}

	.product_overview .overview_top .container1400 {
		flex-direction: column;
	}

	.product_details .product_attr_content .title {
		font-size: 26px;
	}

	.product_details .product_attr_content li {
		font-size: 14px;
	}

	.product_overview .contact_content .img_text {
		margin-top: 40px;
		padding: 0 15px;
	}

	.product_overview .contact_content .img_text .title {
		font-size: 22px;
	}

	.product_overview .contact_content .img_text .description {
		font-size: 18px;
		line-height: 40px;
	}

	.product_type .list li {
		width: 100%;
	}

	.serviceSupport_download li .li_content {
		padding: 0 30px;
	}

	.serviceSupport_download li .left {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.serviceSupport_download li .right {
		padding-left: 40px;
	}

	.serviceSupport_download li .description {
		line-height: 2;
	}

	.serviceSupport_download li .left {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.serviceSupport_download li .iconfont {
		font-size: 24px;
	}

	.serviceSupport_question .serviceSupport_question_content_top p {
		font-size: 16px;
	}
	.talent_join .talent_join_content li{
		width: 30%;
		margin-right: 0;
	}
	.banner-item .product_tab .swiper_div{
	    width: 80%;
	    margin-left: 10%;
	}
	.banner-item .product_tab .icon-xiangyou2{
	    left: -46px;
	}
	.banner-item .product_tab .icon-xiangyou1{
	    right: -46px;
	}
}

@media (max-width: 600px) {
	.about_companyCulture .culture li {
		width: 100%;
	}

	.about_contact .about_contact_top {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}

	.about_contact .about_contact_top .right {
		margin-top: 30px;
	}

	.about_contact .about_contact_top .service_text,
	.about_contact .about_contact_top .phone {
		text-align: left;
	}

	.about_honor .pic_list li {
		width: 100%;
	}

	.news .news_top .swiper-slide .time .date {
		font-size: 50px;
	}

	.news .news_content .date {
		font-size: 30px;
	}

	.news .news_top .swiper-slide .title,
	.news .news_content .title {
		font-size: 18px;
	}

	.news_details .right .article_title {
		line-height: 1.5;
	}

	.product_overview .overview_top li a {
		font-size: 14px;
	}

	.product_overview .overview_top li {
		margin: 0 5px;
	}
	.talent_join_join .left p{
		font-size: 16px;
		line-height: 2;
		text-align: center;
	}
	.talent_join_join .left span{
		font-size: 14px;
	}
	.talent_join_join .right{
		height: 45px;
		line-height: 45px;
	}
	.talent_join_join .right a{
		font-size: 16px;
	}
	.talent_join .talent_join_content li{
		width: 47%;
	}
	.talent_join .career_development .right{
		padding:  20px;
	}
	.talent_join .dream .dream_content .icon-you{
		right: 15px;
	}
	.talent_join .dream .dream_content .icon-zuo{
		left: 15px;
	}
	.talent_join .dream .dream_content .icon-zuo, .talent_join .dream .dream_content .icon-you{
		font-size: 26px;
	}
}

@media (max-width: 500px) {
	.talent_join .dream .title, .talent_join .career_development .title{
		line-height: 1.5;
	}
	.banner-item .banner-img .banner-txt {
		left: 0;
		width: 100%;
		padding: 0 20px;
	}

	.serviceSupport_download li .title {
		font-size: 18px;
	}

	.serviceSupport_download li .li_content {
		padding: 0 15px;
	}

	.serviceSupport_download li .right {
		padding-left: 20px;
	}

	.about_development .en,
	.about_companyProfile .en,
	.about_customerList .en,
	.about_contact_top .en,
	.about_contact .online .en,
	.about_companyCulture .en,
	.about_honor .en,
	.solution .en,
	.talent_join .en,
	.talent_concept .en,
	.talent_recruitment .en {
		font-size: 24px;
	}

	.about_companyCulture .culture .text_div {
		padding: 91px 20px 0 20px;
	}

	.about_companyCulture .culture .title {
		font-size: 20px;
	}

	.about_companyCulture .pic_list .text_div,
	.about_companyCulture .pic_list li:nth-child(2n) .text_div {
		padding: 20px;
	}

	.about_companyCulture .pic_list .description {
		line-height: 1.8;
	}

	.about_companyProfile .icon_list .img img {
		width: 30px;
	}

	.about_companyProfile .icon_list .img {
		margin-bottom: 30px;
	}

	.about_companyProfile .icon_list .number {
		font-size: 30px;
	}

	.about_companyProfile .icon_list li .text {
		font-size: 14px;
	}

	.about_companyProfile .pic_list .text_div,
	.about_companyProfile .pic_list li:nth-child(2n) .text_div {
		padding: 20px;
	}

	.about_customerList .about_customerList_content li {
		height: 150px;
		line-height: 150px;
	}

	.news_details .article_bottom .text2 {
		padding: 0 15px;
	}

	.news_details .article_bottom .text2 {
		max-width: 73%;
	}

	.news_details .article_bottom .text2 .title {
		font-size: 14px;
	}

	.news_details .article_bottom .text2 .description {
		font-size: 12px;
	}

	.data_content li {
		padding: 0 15px;
		height: 80px;
	}

	.data_content li .text {
		font-size: 16px;
	}

	.data_content li .icon-PPT {
		font-size: 24px;
	}

	.data_content .download_icon {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

	.product_overview .overview_content li .description {
		font-size: 14px;
	}

	.serviceSupport_question .serviceSupport_question_nav li {
		width: 75px;
	}

	.serviceSupport_question .serviceSupport_question_nav li a {
		font-size: 12px;
	}

	.serviceSupport_question .serviceSupport_question_top .right select {
		margin-bottom: 30px;
	}

	.serviceSupport_question .serviceSupport_question_top .input {
		width: 100%;
	}
	.banner-item .banner-img .banner-txt h5{
		font-size: 24px;
	}
	.banner-item .banner-img .banner-txt p{
		font-size: 20px;
	}
	.solution_details .solution_details_content .text_div{
		padding: 30px 20px;
	}
	.solution_details .solution_details_top .title{
		font-size: 22px;
	}
	
}
