﻿
.rel{position: relative;}
.h100{height: 100%;}
.w1400{max-width: 1400px;margin: 0 auto;}
.w1200{max-width: 1200px;margin: 0 auto;}
.aboutBanner{background: url(/assets/imgs/aboutBanner.png) no-repeat top center; height: 500px;object-fit: cover}
.productBanner{background: url(/assets/imgs/productBanner.png) no-repeat top center; height: 500px;object-fit: cover}
.proBanner{background: url(/assets/imgs/proBanner.png) no-repeat top center; height: 500px;object-fit: cover}
.proPic{background: url(/assets/imgs/proPic.png) no-repeat top center;object-fit: cover;padding: 40px 0;}
.techBanner{background: url(/assets/imgs/techBanner.png) no-repeat top center; height: 500px;object-fit: cover}
.personBanner{background: url(/assets/imgs/personBanner.png) no-repeat top center; height: 500px;object-fit: cover}
.newBanner{background: url(/assets/imgs/newBanner.png) no-repeat top center; height: 500px;background-size: cover;}
.contactBanner{background: url(/assets/imgs/contactBanner.png) no-repeat top center; height: 500px;object-fit: cover}

 
.proPic .subTitle{font-size: 20px;font-weight: bold;}
	
.proTop{padding-top: 30px;}
.proTop .item{width: 197px;background: #fff;border-radius: 10px; overflow: hidden; text-align: center; color: #003D93; display:flex;justify-content: center; align-items: center;font-weight: bold;display: inline-block; margin-right:40px;}
.proTop .item:last-child{margin-right: 0;}
.proTop .item .index{float: left;overflow: hidden; height:100px;width: 40px;position: relative;}
.proTop .item .index::after{content:'';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width:160px; height: 260px;border-radius: 50%;background: #E30000;z-index: 0; display: block;}
.proTop .item .index span{display: block;position: absolute;top: 50%; left: 50%;transform: translate(-50%,-50%);z-index: 100;color: #fff;font-size: 24px;}
.proTop .item .innner{padding-top:20px;text-align: left;padding-left:55px;}
.proTop .item .text{color: #333333;padding-top: 10px;font-weight: normal;font-size: 14px;}
/* .proTop .item div{width: 100% !important;} */
.proTop .arrow{width:40px !important; position: relative; height: 193px;}
.proTop .arrow::after{position: absolute; top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(45deg);margin-left: -3px; border-top:2px solid #fff; border-right:2px solid #fff; content: '';display: block; width: 12px; height: 12px;}
/* .proTop_1{background: url(../imgs/pro_bg_1.png) no-repeat top center;}
.proTop_2{background: url(../imgs/pro_bg_2.png) no-repeat top center;}
.proTop_3{background: url(../imgs/pro_bg_3.png) no-repeat top center;}
.proTop_4{background: url(../imgs/pro_bg_4.png) no-repeat top center;}
.proTop_5{background: url(../imgs/pro_bg_5.png) no-repeat top center;} */

.bannerTitle{font-size: 34px; color: #fff;padding-top:200px;}
.bannerTitle::after{ width: 20px; height: 4px;background: #E30000; position: absolute; bottom:-16px; content: ''; display: block; left: 0;}

.navAddr{display: flex;justify-content: center;}
.navAddr{width:100%;background-color: #fff;height: 80px;position: relative;box-shadow: 0 0 1rem rgb(7 51 61 / 10%);z-index: 80;transition: all 0.4s;left: 50%;transform: translateX(-50%);}
/* .navAddr a{display: flex;align-items: center;justify-content: center;} */
.navAddr a{height: 80px;line-height: 80px;text-align: center;position: relative;display: flex;align-items: center;justify-content: center}
.navAddr a span{color: #333333;}
.navAddr-4 a{width: 25%;}
.navAddr-3 a{width: 33.3%;}
.navAddr-2 a{width: 50%;}
.navAddr a::before{content: "";position: absolute;height: 2px;width: 0;left: 50%;transform: translateX(-50%); bottom: 0;background-color: #d91d17;transition: all 0.4s;display: block;}
.navAddr a:hover::before,.navAddr a.active::before{width: 120px;}
.navAddr a.active span,.navAddr a:hover span{color: #d91d17;}

.msgBox{border:1px solid #eee;}
.msgTitle{padding: 12px 40px; color: #000; border-bottom:1px solid #eee;}
.msgBox .msgInner{padding:20px 0 0 40px;}
.msgBox .msgInner .item{padding-right:70px;}
.msgBox .msgInner .item::after{content: '';display: block;border-bottom: 1px solid #eee; position: absolute;left: 0;bottom: 0;right: 70px;}
.msgBox .msgInner .item .title{width:80px;font-size: 14px;}
.msgBox .msgInner .item select,.msgBox .msgInner .item .ipx{ width: 100%; height: 50px; line-height:50px;}

.msgBox2 .msgInner .item{border:1px solid #eee;padding-left:20px;}
.msgBox2 .msgInner .item::after{display: none;}
.msgBox2 .msgInner textarea{ height: 120px;padding: 15px 0;}

.uploadBox .file{display: none;}
.uploadBox .uploadBtn{width: 89px;height: 31px;background: #F0F6FB;border-radius: 10px;border: 1px solid #003D93;}

.buyTop .textBox{ position: absolute; top:0;left: 0;right: 0;bottom: 0;color: #fff;padding: 80px 100px;}
.buyTop .textBox .title{font-size: 20px; padding-bottom: 20px;}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.nac-clear {
	margin-top: -80px;
  height: 0px;
}
.wr {
	width: 100%;
	position: relative;
}
.product-title {
	color: #000;
}

.proBanner .product-title {
	color: #fff;
}

/* about开始 */
.box {
	width: 83%;
	margin: 0 auto;
}
.mt40 {
	margin-top: 40px;
}
.flex {
	display: flex;
	/* justify-content: space-between; */
}
.flex-between {
	justify-content: space-between;
}
.flex div {
	width: 46%;
}
.grey-text{
	margin-bottom: 0.4rem;
	font-size: 15px;
	line-height: 1.8;
	text-indent: 2em;
	color: #585858;
}
.intro-img {
	width: 100%;
	/* height: 328px; */
}
.banner-box {
	margin: 40px auto;
}
.about-box {
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-item {
	position: relative;
	width: 30%;
	display: flex;
	margin-bottom:80px;
}
.about-box .left {
	width: 100%;
	height: 100%;
}
.left img {
	width: 100%;
	height: 100%;
}
.about-box .right {
	position: absolute;
	left:0;
	right: 0; top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color:#fff;
	background-color:rgba(0,0,0,.2);
}
.right-title {
	margin: 10px 0;
	font-size: 22px;
}
.vision-icon {
	width: 52px;
	height: 49px;
}
/* about结束 */

/* honor开始 */
.ul-box {
	width: 40%;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* background-color: #f5f5f5; */
}
.ul-box li {
	list-style: circle;
	margin: 5px 0;
}
/* honor结束 */

/* news开始 */
.news-box {
	margin: 40px auto;
}
.news-item {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
a{
	cursor: pointer;
}
.news-item:last-of-type {
	border-bottom: none;
}
.news-item img{
	max-width: 100%;
	max-height: 100%;
	transition: transform 0.8s ease-in-out;
}
.news-item:hover img{
	transform: scale(1.1);
	transition: transform 0.8s ease-in-out;
}
.news-item:hover .news-title {
	color: #d91d17;
}
.news-left {
	width: 25%;
	float: left;
	height: 180px;
	background: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	margin-right: 3%;
	overflow: hidden;
}
.news-title {
	color: #333;
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
}
.news-time {
	color: #999;
	font-size: 13px;
	margin: 6px 0 12px;
}
.news-intro {
	color: #444;
	font-size: 14px;
}
.flex-center {
	display: flex;
	justify-content: center;
}
.items-center {
	align-items: center;
}
.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pagination{width: 100%;text-align: center;padding: 50px 0;}
.pagination li{display: inline-block;
	margin-right: 6px;
}

.pagination a,.pagination span {
	line-height: 37px;text-align:center;
	border: 1px solid #D2D3D4;
	display: inline-block;
	width: 40px; height:40px;
	border-radius: 4px;
	display: block;
	color: #000;


}
.pagination li:last-of-type {	margin-right: 0;}
.pagination li.active {
	
}
.pagination li.active span,.pagination li.active a{color: #fff;border-color:#003D93;
	background-color: #003D93;}
/* news结束 */

/* contact开始 */
.bg-box {
	padding: 50px 0;
}
.bg-img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/imgs/common/bg1.png) no-repeat bottom;
}
.contact-box {
	background-color: #fff;
	border: 1px solid #E1E1E1;
	margin-bottom: 40px;
}
.contact-bg {
	background-color: #F8F8F8;
}
.message-box {
	position: relative;
	z-index: 666;
	background-color: #fff;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}
.p60 {
	padding: 60px;
}
.w18 {
	width: 18px;
}
.contact-item {
	width: 40%;
	margin-bottom: 80px;
}
.contact-item:last-of-type {
	margin-bottom: 0;
}
.contact-item div {
	width: 100%;
	border-bottom: 1px solid #D9D9D9;
}
.img-box {
	/* width: 80%; */
	margin-top: 40px;
	margin-bottom: 0;
}
.message-title {
	color: #003D93;
	text-align: center;
	margin-bottom:40px;
}
.form-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid #d9d9d9;
}
.form-box .input-box {
	width: 48%;
	padding: 10px;
	margin-bottom:25px;
	font-size: 14px;
	border: 1px solid #d9d9d9;
}
.input-box input {
	width: calc(100% - 100px);
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color:#999;font-size:14px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#999;font-size:16px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#999;font-size:16px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#999;font-size:16px;
}
.input-box textarea {
	resize: none;
	width: calc(100% - 100px);
}
.red-text {
	color: #FF0000;
}
.flex-1 {
	flex: 1;
}
.blank {
	visibility: hidden;
}
.submit-btn {
	margin-top: 40px;
	padding: 12px 70px;
	border-radius:8px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	background-color: #003D93;
}

.submit-btn.submit-deault {
	background-color: #fff;
	color: #000;
	border:1px solid #eee;
}
/* contact结束 */

/* talent开始 */
.talent-box {
	width: 100%;
}
.talent-left {
	width: 50%;
}
.talent-left li {
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.talent-left li:last-of-type {
	border-bottom: none;
}
.main-title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}
.sub-text {
	font-size: 14px;
	padding-left: 5px;
	/* text-indent: 1em; */
}
.bottom-box {
	width: 90%;
	position: relative;
	z-index: 20;
	margin-top: 60px;
	padding: 40px 0;
	background: url(/assets/imgs/talent/bottom-bg.png) no-repeat bottom;
	background-size: cover;
}
.bottom-box li {
	width: 33%;
	padding: 30px 60px;
	border-right: 1px solid #fff;
}
.bottom-box li:last-of-type {
	border-right: none;
}
.bottom-box .main-title {
	text-align: center;
}
.bottom-box p {
	color: #fff;
	text-indent: 0;
	line-height: 2;
}
/* talent结束 */

/* job开始 */
.box {
	position: relative;
	z-index: 20;
}
.job-item {
	cursor: pointer;
	/* margin-bottom: 40px; */
}
.jobs{border: 1px solid #D9D9D9;border-bottom: none;}
.job-box {
	display: flex;
	padding-left: 20px;
	background-color: #fff;
	border-bottom: 1px solid #D9D9D9;
}
.job-box .arrow{display: inline-block;width: 20px; height: 20px; position: relative;}
.job-box .arrow::before{content: '';display: block;width: 16px; height:2px;background:rgba(0,0,0,.3); position: absolute;left: 50%; top: 50%;transform: translate(-50%,-50%); }
.job-box .arrow::after{content: '';display: block;width: 2px; height:17px;background:rgba(0,0,0,.3); position: absolute;left: 50%; top: 50%;transform: translate(-50%,-50%); }
.cur .job-box .arrow::after{display:none;}
.job-desc {
	width: 90%;
	/* padding-right: 20px; */
	border-right: 1px solid #D9D9D9;
}
.desc-top {
	/* margin-right: 20px; */
	padding: 20px 0 20px 10px;
	border-bottom: 1px solid #D9D9D9;
}
.desc-bottom {
	padding: 20px 0 20px 10px;
}
.job-desc li {
	width: 33%;
	color: #666;
}
.job-btn {
	width: 10%;
}
.job-btn button{
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff;
	background-color: #003D93;
}
.job-detail {
	display: none;
	background-color: #F7F8F8;
}
.cur .job-detail {
	display: block;
}

.job-detail div {
	width: 50%;
}
.job-detail .itemLeft{float: left;padding-right: 20px;}
.job-detail .itemLeft:last-child{padding-left: 20px;padding-right: 0;}

.job-detail p {
	line-height: 1.8;
	color: #747474;
}
.main-desc {
	font-size: 20px;
	color: #000 !important;
}
/* job结束 */

/* equip开始 */
.equip-box li{
	width: 22%;
	margin-right: 20px;
	margin-bottom: 40px;
	border-radius: 4px;
	background-color: #fff;
}
.equip-box a{display: block;color: #333;}
.equip-box .pic{padding-bottom: 70%;background-size:100% auto ;background-position: center; background-repeat: no-repeat;}
.equip-box p {
	padding: 10px 0 20px;
}
.equip-box li:nth-of-type(4n){
	margin-right: 0;
}
/* equip结束 */

/* tech开始 */
.tech-desc {
	width: 50%;
	padding:30px 0;
	text-indent: 2em;
	line-height: 1.8;
}
.tech-img {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 40PX;
}
.tech-title {
	font-size: 16px;
	font-weight: bold;
}
.tech-box {
	padding: 10px 20px;
}
.tech-box .tech-title:first-of-type {
	font-size: 18px;
	margin-right: 12px;
	background-color: #dbdbdd;
	border-radius: 50%;
	padding: 4px;
	width: 32px;
	text-align: center;
}
.tech-box img {
	width: 28px;
	height: 28px;
}
.left-text {
	width: 80%;
	text-align: left;
	line-height: 2;
	font-size: 14px;
}
.tech-detail {
	display: none;
	background-color: #F7F8F8;
}
.tech-detail .main-desc {
	margin-bottom: 20px;
}
.cur .tech-detail {
	display: flex;
}
.cur .tech-title {
	color: #E30000;
}
.cur .tech-title:first-of-type {
	color: #fff;
	background-color: #E30000;
}
/* tech结束 */

/* product开始 */
.w100 {
	width: 100%;
}
.line {
	margin-top: 100px;
}
.line p{
	position: relative;
	top: -10px;
	border-bottom: 1px solid #000;
}
.line-text {
	position: relative;
	top: 0 !important;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: none !important;
}
/* .product-container .swiper-slide{
	margin-right: 20px;
	transform: scale(1);
} */
/* product结束 */
.productNav{ width: 40%; margin: 0 auto;border-bottom: 1px solid rgba(0,0,0,.3);}
.productNav a{display: block; position: relative;padding: 20px 10px;}
.productNav .item::before{content: "";position: absolute;height: 2px;width: 0;left:0;bottom:-1px;background-color: #d91d17;transition: all 0.4s;display: block;}
.productNav .item:hover::before,.productNav a.active::before{width: 100%;}
.proInfo{display: none;padding: 50px 0;overflow: hidden;overflow-x: auto;}
.proInfo.active{display: block;}

.proInfo table{border-collapse: collapse;border-spacing: 0; width: 100%;}
.proInfo table th,.proInfo table td{
	padding: 8px 8px;
	border: 1px solid #e5e5e5;
	background: #fff ;
}
.proInfo table tr.firstRow td,.proInfo table tr.firstRow th{
	background-color: #595a5a !important;
	color: #fff !important;
}

.proInfo table tr:nth-child(2n-1) td{background: #f2f2f2;}
.proInfo table tr:nth-child(2) td,.proInfo table tr:nth-child(3) td{background: #f2f2f2;}

.proInfo img{margin: 0 auto;display: block;}

.aboutText .text{width: 50%; float:left; padding-right:70px;padding-top: 30px;}
.aboutText .image{width: 50%; float:left;  text-align: right;}

.aboutText .text .grey-text{color: #000;margin-bottom: 15px;}.aboutText .text p{line-height: 30px;margin-bottom: 10px;}
.slideTitle{position: absolute;bottom: 0;left: 0;right: 0; padding: 10px 0;}
/* 动画 */
.videoPlay{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
    cursor: pointer;}
	
.videoPlay.on{display: none;}	

.detail-line{width: 100%;border-bottom: 1px solid #eee;margin-bottom: 15px;}


/* product22Box */
.product22Box{background: rgba(252, 252, 252, .7);padding: 20px;}
.product22Box .proTitle{text-align: center;color: #003D93;font-size: 30px;padding: 10px 0;}
.product22Box .productBoxItem .subTitle span {display: inline-block; background: #003D93;color: #fff;padding:10px 0; width: 160px; text-align: center;}
.product22Box .productBoxItem .img{border:1px solid #003D93; line-height: 0;padding:0 15px;background: #fff;}
.product22Box .productBoxItem .img img{width: 100%;}


@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.message-title{font-size: 30px;}

.pc-block{display: block;}
.m-block{display: none;}
.pro_image{padding: 60px 20px;}

.picList ul{padding: 50px 0;}
.picList li{width: 30%; float: left;margin-right:5%;margin-bottom:60px;background: #fff;border:1px solid rgba(0,0,0,.01);box-shadow: 0 0 10 rgba(0,0,0,.01);border-radius: 5px;;}
.picList li:nth-child(3n){margin-right: 0;}
.picList li a{color: #666; display: block;}
.picList li .title{padding:15px; text-align: center;}
.picList .pic{overflow: hidden;text-align: center;padding: 15px; padding-bottom: 70%; background-position: top center; background-size: contain; background-repeat: no-repeat;}

/* .picList .pic img{width: auto; height: 100%;} */
.about-item{cursor: pointer;;}
.about-item:hover .vision-icon{transition: all 0.4s;transform:translateY(-20px) ;}
.product1 .item{width: 25%;}

.product1Box{padding: 60px 0;}
.product1Box{display: flex;flex-wrap: wrap;margin-left: -30px;}
.product1Box > .item{padding-left:30px;}
.product1Box  .item{width:25%; margin-bottom: 30px;}

.product2Box{padding: 10px 20px;}
.product2Box .item{width: 33.3333%; float: left;padding:20px;}
.product2Box .item .inner{padding:15px 20px;border-radius: 10px;background: #fff; height: 220px;font-size: 14px;}
.product2Box .item .inner .index{display: inline-block; position: absolute; top:20px;left:20px; width:36px; height:36px; line-height: 36px;border-radius: 50%;text-align: center;color: #fff;background-color: #E30000;}
.product2Box .item .inner .title{padding-left: 35px;padding-bottom: 15px;font-size: 16px;}
/* .product1Box .item:nth-child(4n){margin-right: 0;} */
/* .product1Box .item img{width: 100%;} */
.detail-left{width: 60% !important;padding-right: 50px;}
.detail-left .left-text{width: 100%;}

.equipmentBox{}
.tech-box-image img{width: 100%;}


.detail{margin: 50pX auto;padding: 20px;background: #fff;border-radius: 5px; line-height: 30px;}
.detail .detail-title,.detail .detail-time{text-align: center;font-size: 20px;}
.detail .detail-time{font-size: 14px;padding: 20px 0 ;color: #999;}

.next_prev{padding:20px 18px}
.next_prev a{color: #000;}

 

@media (max-width: 1440px){
 /* .header .nav li{margin-left: 15px;margin-right: 15px;} */
 .header .logo{padding-left: 40px;}
 .navRight{padding-right: 40px;}
 .intro-img{width: 100%;}
 .aboutText .image{padding-top: 50px;}
 
 .product2Box .item{width: 50%;}
 
 .cur .tech-detail img{width: auto;}
 .tech-detail .tech-box-image{padding-top:30px;} 
 .detail{width: 80%;}
 .header .nav li {font-size: 14px; margin-left: 10px;margin-right: 10px;}
 .header .logo{padding-left: 20px;}
 .navRight{padding-right: 10px;}
}

@media (max-width: 1600px){
	.w1600{max-width: 1400px;}
	.w1400{max-width: 1200px;}
	.jobs{padding: 0 !important;}
}


@media (max-width: 1440px){
	.w1600{max-width: 1200px;padding-left:30px;padding-right:30px;}
	.w1400{max-width: 1200px;padding-left:30px;padding-right:30px;}
	.header .nav li{margin-left: 20px;margin-right: 20px;}
	.talent-box{width: 90%;}
	.jobs{padding: 0 !important;}
}


@media (max-width: 1200px){
 .header .nav li{margin-left: 15px;margin-right: 15px;}
 .header .logo{padding-left: 20px;}
 .navRight{padding-right: 20px;}
 .header .logo img{ height: 40px;}
 .picList li{margin-bottom: 50px;}
 .cur .tech-detail{display: block;}
 .detail-left{width: 50% !important; float: left;}
 .left-text{width: 100%;}
 .tech-detail img{width: 40%;margin-top: 5%;margin-left:5%;}
 .product2Box .item{width: 50%;}
 .proPic {background-size: cover;}
 .proTop .item{margin-right:20px;margin-bottom: 15px;}
 .tech-detail .tech-box-image{padding-top: 50px; width: 50%;padding-right: 30px; float: right;}
 
/* .proTop .item:nth-child(2n){margin-right: 0;}
 .proTop .item:last-child{margin-bottom: 0;}
 .proTop .item .innner{font-size: 14px;}
 */
	
	/* .detail{width: 80%;} */
}

@media (max-width: 768px){
	.job-detail .itemLeft:first-child{margin-bottom: 15px;}
	.job-detail .itemLeft{width: 100%;padding: 0 !important;}
	.tech-box-image{padding-right: 0;float: none; text-align: center;}
	.tech-detail img{max-width: 100%;}
	.navAddr-2 a{font-size: 14px;}
	.navRight{margin-right: 0;padding-right:10px;}
	.headerFixed{width: 100%;left: 0;margin:0;padding: 0 20px;}
	.m-block{display: block;}
	.pc-block {display: none;}
	.header{ height: 60px;}
	.header .nav{display: none;}
	.header .logo{padding-left: 10px; height:60px;}
	.header .logo img{height:30px ;}
	.banner .swiper-slide .content{ text-align: center;left: 0 ;right:0;}
	.banner .swiper-slide .content .title{font-size: 24px ;}
	.banner .swiper-slide .content .subtitle{ font-size: 12px ;margin-bottom: 40px ;}
	.banner .swiper-slide .content .text{font-size: 18px ;}
	.banner .swiper-slide .content .bottom span{font-size: 16px ;}
	.section .commonTitle{font-size: 26px;top: 10%;}
	.headerFixedIndex{background: none;box-shadow: none;padding: 10px;}
	.infoContent{top:45% ;}
	.infoContent .item{width: 90%;}
	/* .infoContent .item.active .bot .line.on{width:5rem;} */
	/* .infoContent .item .bot2{width: 100%;left: 0; right: 0;} */
	.infoContent .item .text{width: 300px;white-space:normal;}
	.infoContent .item .text div{width: 50%;display: inline-block;}	
	.infoContent .item .text.on{left: 50%;transform: translateX(-50%); background: none; width: 300px;border:1px solid #eee;padding: 10px;border-radius: 5px; top: 100px;display: flex; flex-wrap: wrap;}
	.infoContent .item.active .bot .line.on{height: 6rem;width: 1px;left: 4px;transition: height .5s ease 0s;}
	.section_2 .intro{padding: 20% 20px 0;}
	.section_2 .middleNumber .item{width: 50%;margin-bottom: 15px;}
	.section_2 .middleNumber .item:nth-child(2n-1){width: 40%;}
	.section_2 .middleNumber .item .num{font-size: 36px;}
	.section_2 .middleNumber .item p{font-size: 14px;}
	.section_2 .more a{padding: 10px 30px;}
	.section_2 .title{text-align: left;}
	
	.sectionNews{background-position: left top;}
	.sectionNews .left,.sectionNews .right{width: 100%;float: none;padding:0 20px;}
	.sectionNews .left{padding:20% 30px 20px;}
	.sectionNews .left .title p{font-size: 24px;}
	.sectionNews .left .title span{font-size: 16px;}
	.sectionNews .newsNav{margin-top: 25px;margin-bottom: 10px;}
	.sectionNews .swiper-slide,.sectionNews .newsitem{width: 300px;}
	.sectionNews .newsitem .pic{ height: 160px;}
	.sectionNews .swiper-slide{margin-right: 25px !important;}
	.sectionNews .newsitem .con{padding: 20px;}
	.sectionNews .newsNav a{width: 120px;padding: 5px 0;}
	.btnBox{display: none;}
	.sectionNews .newsitem .in{padding:0;}
	.section_2 .more{padding-top: 30px;}
	.sectionPro .title{font-size: 24px;}
	.sectionPro .swiper-slide{width: 300px;margin-right: 25px !important;border-radius:20px;}
	.sectionFooter .footer{padding: 40px 0;}
	.sectionFooter .footer .left{width: 100%; text-align: center;}
	.sectionFooter .footer .left .logo img{height: 40px;;}
	.sectionFooter .footer .left .tel{color: #00458E;}
	.copyright{ font-size: 14px;}
	
	.productBanner,.aboutBanner,.proBanner,.techBanner,.personBanner,.newBanner,.contactBanner{height: 200px;padding: 0 50px;background-size: auto 100%;}
	

	
	.bannerTitle{padding-top: 120px;font-size: 24px;}
	.navAddr{width: 100%;margin: 0;padding-top: 10px; height: auto;box-shadow: none;}
	.navAddr a{height: 50px;line-height:50px;}
	.navAddr a:hover::before, .navAddr a.active::before{width:100%;left: 50%;}
	
	.aboutBox .flex div{width: 100%;}
	.aboutBox .commonTitleTop{padding-left: 20px;}
	.commonTitleTop span{font-size:24px;}
	.aboutText {padding: 20px;}
	.aboutText .text{width: 100%;padding-right: 0;}
	.intro-img{height: 100%;width: 100%;}
	.about-item{width: 45%; font-size: 14px;margin-left:2.5%;margin-right: 2.5%;margin-bottom: 20px;}
	.about-item .right{padding:0 10px;}
	.about-item .vision-icon{width:40px; height:auto;}
	.about-item .right-title{font-size: 16px;}
	.about-item p{font-size: 12px;}
	.history{padding: 0;}
	.history .left{ width:120px; ;}
	.history .left .item{height: 70px; line-height: 70px; font-size: 20px;text-align: left;padding-left: 12px;}
	.history .right{padding-left: 120px;}
	.history .right .top{padding-left: 20px;padding-top: 40px;}
	.history .right .year{font-size: 24px;}
	.history .left .item span{padding-left: 5px;}
	.history .left .item .arrow{width: 20px; height:20px;}
	.history .left .item.active .arrow::after{width: 5px; height: 5px;}
	.history .right .top .desc{padding-bottom: 0;}
	.history .right .mid{padding-bottom: 30px;}
	.history .right .mid{margin-bottom: 30px;}
	.history .right .info{padding:  0 10px;}
	.rightFix{height: 500px;}
	.honor-top.ul-box{width: 100%;padding: 20px;margin-top: 0;}
	.ul-box ul{display: block; padding-left:40px;}
	/* .honor-pagination{display: none;} */
	.honor-container, .product1-container{ height: 300px;padding: 0;}
	.tech-desc,.news-box{margin: 0 auto;padding: 20px; width: 100%;}
	.news-left{float: none;width: 100%;height: auto;}
	.news-title{font-weight: 500; font-size: 20px;}
	.box,.w40,.w60{width: 100%;}
	.w40{padding:0 20px;}
	.line{margin: 30px 0;}
	.pro_image{padding: 40px 20px;}
	.productNav{width: 300px;}
	.proInfo {padding: 20px;}
	.pt0{padding: 0;}
	.contact-box.p60{padding:30px 10px;}
	.contact-box{margin-bottom: 0;border: none;}
	.contact-box .msgtop{text-align: center;font-size: 14px;}
	.msgBox .msgInner{padding: 20px 20px;}
	.msgBox .msgInner .item{width: 100% !important;padding: 0;}
	.msgInner.flex{display: block;}
	.msgBox .msgInner .item::after{width: 100%;}
	.msgBox2 .msgInner {padding-top: 30px;}
	.msgInner .proForm.flex{display: block;}
	.msgInner .proForm .item{padding: 0 15px; margin-bottom: 20px;}
	.msgBox .msgInner .item.otherMsg{padding:15px;display: block;margin-right: 0;}
	.otherMsg .title,.otherMsg .flex-1{width: 100%;}
	.msgBox2 .msgInner textarea{padding:10px 15px 10px 0;}
	.otherMsg.flex{display:block;}
	.msgInner .otherMsg .item{padding:10px 15px; margin-bottom: 20px;}
	/* .job-item .job-box{display: block;} */
	/* .job-item {margin-bottom:15px;} */
	.job-item .job-box > .flex{width:80%;}
	.cur .tech-detail{display: block;}
	.left-text{margin-bottom: 20px;}
	.tech-detail .main-desc,.left-text{width: 100%;}
	.cur .tech-title{font-size: 16px;}
	.tech-box .tech-title:first-of-type{font-size: 14px;}
	.tech-box img{width: 20px; height: 20px;}
	.honor-top{padding-top: 40px;}
	.honor-top .in{padding: 0 20px;}
	.plat_bottom .item{width: 50%;}
	.equip-box{padding:10PX;}
	.equip-box li{ width: 48%;margin-right: 0;margin-bottom: 15px;}
	.equipmentBox{padding: 0;}
	/* .talent-box{margin: 0;} */
	.fl{float: none;}
	.talent-box .talent-left{padding: 0 20px;}
	.bottom-box{width: 100%; display: block;}
	.bottom-box li{width: 100%;border-right: none; position: relative;}
	.bottom-box li::after{content:'';display: block; width: 50%;left: 25%;bottom: 0;position: absolute;border-bottom: 1px solid #fff;}
	.bottom-box li:last-child::after{display: none;}
	.jobs {padding: 20px;}
	.jobs .job-box{display: flex; width: 100%;padding: 0 10px;}
	.tech-title{font-size: 16px;}
	.jobs .job-desc{width: 100%;border-right: none;}
	.job-box .job-btn{display: none;}
	.job-desc > .flex{display: block;}
	.job-desc li{width: 100%; font-size: 14px;}
	.job-desc .main-desc{font-size: 18px;}
	.job-desc .desc-top{padding: 10px;}
	.job-detail ul.detail-left{width: 100%;}
	
	.contactBox{padding: 20px;padding-bottom:80px;}
	.contactBox .contact-box.p60{padding: 20px;background-color: rgba(255,255,255,.5);}
	.contactBox .contact-item{width: 100%;}
	
	.buyTop .textBox{ padding:10px 30px 0;font-size: 12px;}
	.buyTop .textBox .title{font-size: 16px; padding-bottom: 15px;}
	.message-box .form-box{display: block;}
	.message-box  .form-box .input-box{width: 100%;}
	
	.picList ul{padding:30px 0 30px 5%;}
	.picList li{margin-right:5%; margin-bottom:20px; width:45%;}
	.picList li:nth-child(2n){margin-right: 0 !important;}
	.picList li:nth-child(3n){margin-right: 5%;}
	.picList li .title{padding: 10px 5px; font-size:12px;}
	.plat_bottom .item .img{ height: 120px;}
	.aboutText .image{width: 100%; text-align: center;}
	.about-box{padding-top: 10px;}
	.banner-box{margin: 20px auto;}
	
	.cur .tech-detail{display: block;}
	.detail-left{width: 100% !important; float: none;padding-right: 0;}
	.tech-box-image{width: 100% !important;padding-top: 0 !important;}
	.left-text{width: 100%;}
	.tech-detail img{width: 100%;margin-top:0;margin-left:0;}
	.my-40{margin-top: 20px;margin-bottom: 20px}
	.product1 .item{width: 50%;}
	
	.product1Box{padding: 10px;}
	.product1Box{display: flex;flex-wrap: wrap;margin-left: -15px;}
	.product1Box > .item{padding-left:15px;}
	.product1Box  .item{width:50%; margin-bottom: 15px;}
	
	.product2Box{padding: 0px;}
	.product2Box .item{width: 100%;padding: 10px;}
	
	.proPic{background-size:cover;}
	.proPic .subTitle{font-size: 20px;font-weight: bold;}
		
	.proTop{padding-top: 30px; text-align: left;padding-left:5%;}
	.proTop .item{width: 45%;margin-right:5%;margin-bottom: 15px;}
	.proTop .item:nth-child(2n){margin-right: 0;}
	.proTop .item:last-child{margin-bottom: 0;}
	.proTop .item .innner{font-size: 14px;}
		.pagination{padding: 20px 0;}
	.pagination a,.pagination span {		line-height: 27px;width: 30px; height:30px;}
	.detail{width: 95%;margin:20px auto;}
	.detail .next_prev{padding:20px 0px}
	.detail .detail-title{text-align: left;}
	.proInfo table th, .proInfo table td{min-width: 150px;}
	
	
	.product22Box .proTitle{padding: 10px 0 30px;font-size: 24px;}
	.product22Box .productBoxItem .img{border:1px solid #003D93; line-height: 0;padding:15px 0;background: #fff;}
	.product22Box .productBoxItem .subTitle span{width: 120px;}
}

@media (max-width: 350px){
	.picList li .pic{height: 124px;}
}
