/* banner */
.banner {
	height: 450px;
}

.box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.btxt {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.btxt img {
	display: block;
}

/* 首页公司介绍 */
.ih3 {
	position: relative;
	display: block;
	font-size: 32px;
	color: #333;
	line-height: 45px;
	padding: 1px 105px 0;
	width: auto;
	margin: 84px auto 20px;
	max-width: 380px;text-align: center;
}

.ih3 span {
	line-height: 45px;
	display: block;
}

.ih3 span:after {
	width: 90px;
	height: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	background: #5AA6C0;
	display: block;
}

.ih3 span:before {
	width: 90px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background: #5AA6C0;
	display: block;
}

.ih4 {
	color: #D2D2D2;
	font-size: 21px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 30px;
}

.abox {
	padding-bottom: 85px;
}

.abox_left {
	width: 48.75%;
}

.abox_left h3 {
	font-size: 21px;
	font-weight: 500;
	color: #5AA6C0;
	line-height: 29px;
	margin-bottom: 15px;
}

.abox_left p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.abox_left a {
	margin-top: 34px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #3AA8C3;
	line-height: 36px;
	border-radius: 8px;
	border: 2px solid #5AA6C0;
	width: 112px;
	height: 36px;
	text-align: center;
}

.abox_right {
	width: 48.75%;
	height: 353px;
	overflow: hidden;
}

.abox_right img {
	display: block;
	transition: all ease-in-out 0.3s;
}

.abox_right:hover img {
	transform: scale(1.1, 1.1);
}

/* 技术创新 */
.beijing {
	background: url(../img/bg01.png) no-repeat center;
	height: 598px;
	padding: 80px 0;
	box-sizing: border-box;
}

.jbox {
	width: 27%;
	float: left;
	margin-left: 9.5%;
}

.jbox:first-child {
	margin-left: 0 !important;
}

.jimg {
	width: 100%;
	margin-bottom: 25px;
}

.jimg img {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}

.jbox h3 {
	font-size: 21px;
	font-weight: 500;
	color: #5AA6C0;
	line-height: 29px;
	text-align: center;
	margin-bottom: 15px;
}

.jbox h3 span {
	border-bottom: 2px solid #5AA6C0;
	padding: 0 10px 5px;
	display: inline-block;
}

.jbox p {
	font-size: 18px;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 25px;
	text-align: center;
}

/* 产品展示 */
.swiper-container1 {
	padding: 10px 0;
}

.swiper-father {
	position: relative;
}

.swiper-father .swiper-slide {
	margin: 0 0px;
	padding: 0 5px;
	box-sizing: border-box;
}

.hbox {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.hbox:hover .himg img {
	transform: scale(1.08, 1.08);
}

.himg {
	width: 100%;
	margin-bottom: 13px;
	height: auto;
	overflow: hidden;
}

.himg img {
	width: 100%;
	object-fit: cover;
	transition: all ease-in-out .3s;
}

.htxt h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 25px;
}

.htxt ul li:nth-child(n+5) {
	display: none;
}

.htxt ul li {
	font-size: 14px;
	color: #666;
	line-height: 19px;
	text-align: center;
}

.htxt a {
	font-size: 14px;
	color: #fff;
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #1DA748;
	display: block;
	margin: 25px auto 0;
}

.swiper-button-prev1 {
	left: 15.5%;
	border: none;
	outline: none;
}

.swiper-button-next1 {
	right: 15.5%;
	border: none;
	outline: none;
}
@media only screen and (max-width:1700px) {
	.swiper-button-next1{right: 0;}
	.swiper-button-prev1{left: 0;}
}
/* 新闻中心 */
.nbox {
	padding-bottom: 75px;
}

.nbox li {
	width: 47.92%;
	margin-bottom: 15px;
}

.nbox li:nth-child(2n-1) {
	float: left;
}

.nbox li:nth-child(2n) {
	float: right;
}

.nbox li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #3AA8C3;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nbox li p,
.time {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.time {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	padding-left: 20px;
}

.ntxt {
	position: relative;
}

/* 关于我们 */
.banner2 {
	height: 250px;
}
.banner2 h3{
	font-size: 60px;color: #FEFFFD;letter-spacing: 12px;padding-top: 63px;padding-left: 100px;box-sizing: border-box;
}
.pad_top {
	padding: 50px 0;
}

.left_box {
	width: 12.33%;
}

.left_box h3 {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
	height: 56px;
	background: #5AA6C0;
	text-align: center;
	line-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.aul {
	border: 1px solid #BBBBBB;
	padding: 0 14px;
	box-sizing: border-box;
}

.aul li a {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	text-align: center;
	display: block;
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0 5px;
}

.aul li a:hover {
	color: #5AA6C0 !important;
}

.aul li:last-child a {
	border-bottom: none;
}

.right_box {
	width: 85.166%;
}

.right_box .ntitle {
	height: 42px;
	background: #5AA6C0;
	width: 100%;
	position: relative;
}

.ntitle h3 {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 42px;
	padding-left: 15px;
	box-sizing: border-box;
}

.ntxt {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	margin: 15px 0;
}

.ntxt img {
	max-width: 100%;
	display: block;
}

/* 产品中心 */
.pform {
	display: inline-block;
	float: right;
	position: absolute;
	right: 30px;
	top: 10px;
}

.pform input {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #E4E4E4;
	line-height: 17px;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	outline: none;
}

.pform input::-webkit-input-placeholder {
	color: #E4E4E4;
}

.ptxt td {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.ptxt table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	/* 为table设置这个属性 */
}

.ptxt th,
.ptxt td {
	border: 2px solid #979797;
}

.ptxt td {
	padding: 12px 10px;
	box-sizing: border-box;
	text-align: left;
	word-wrap:break-word; word-break:break-all;
}

.ptxt td a {
	color: #5AA6C0;
}

.ptxt td:nth-last-child(1) {
	min-width: 90px;
}

.tit span {
	font-size: 14px;
	color: #888;
}

.tit {
	margin: 10px 0;
}

.fenye {
	text-align: center;
}

.fenye a {
	font-size: 14px;
	font-weight: 400;
	color: #B7B7B7;
	line-height: 20px;
	margin: 0 5px;
}

.fenye .a {
	width: 20px;
	height: 20px;
	background: #979797;
	color: #fff;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
}

.fcur {
	background: #5AA6C0 !important;
}

/* 产品详情 */
.pimg {
	width: 361px;
	height: 328px;
	border: 1px solid #D7D7D7;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.pimg img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ptitle {
	width: 60%;
	float: right;
}

.ptitle h3 {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
	margin-bottom: 10px;
}

.ptitle p {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.pbtn {
	margin-top: 80px;
	text-align: center;
}

.pbtn a {
	display: inline-block;
	width: 121px;
	height: 36px;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
}

.pbtn a:first-child {
	color: #DAAA68;
	border: 1px solid #DAAA68;
	margin-right: 68px;
}

.pbtn a:last-child {
	color: #5AA6C0;
	border: 1px solid #5AA6C0;
}

.tbox {
	width: 100%;
	border-bottom: 4px solid #5AA6C0;
}

.tbox span {
	width: 143px;
	height: 44px;
	background: #5AA6C0;
	border-radius: 8px 8px 0px 0px;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
}

.pbox3 {
	margin-top: 75px;
}

.ptxt4 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.new_box {
	margin: 20px 0;
}

.nul {
	margin-bottom: 50px;
}

.nul li {
	transition: all ease-in-out 0.3s;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
}

.nul li:after {
	display: block;
	clear: both;
	content: "";
}

.nul li:hover {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.nimg {
	width: 25%;
	height: 155px;
	float: left;
}

.nimg img {
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}

.new_txt {
	width: 72%;
	float: right;
	padding-top: 10px;
}

.new_txt h3 {
	font-size: 20px;
	color: #333;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
}

.new_txt p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.new_txt span {
	font-size: 14px;
	color: #999;
}

.ntxt2 {
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin: 20px 0;
}

.ntxt2 img {
	max-width: 100%;
	display: block;
	overflow: hidden;
}

.title {
	text-align: center;
	line-height: 26px;
	color: #333;
	font-size: 26px;
	margin-bottom: 15px;
}

.time2 {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 10px;
	line-height: 20px;
}


/* 联系我们 */
.contact{width: 65.42% !important;}
.con_txt{margin: 20px 0;}
.con_txt p{
	font-size: 18px;
	color: #9a9a9a;
	line-height: 32px;
}
.ditu{
	width: 100%;
	height: 406px;
	margin-top: 40px;
}
.map{width: 100%;display: block;height: 100%;}
.cont_right{
	width: 31.25%;
}
.cont_right h3{
	width: 100%;
	font-size: 24px;color: #fff;
	text-align: center;
	background: #5AA6C0;
	height: 56px;
	line-height: 56px;
}
.ntxt form {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.inp {
	margin-bottom: 20px;
}

.inp span {
	display: block;
	color: #9A9A9A;
	font-size: 18px;
}

.inp input {
	width: 100%;
	outline: none;
	height: 45px;
	font-size: 17px;
	padding-left: 10px;
	box-sizing: border-box;
	color: #9A9A9A;
	border:1px solid #E8E8E8;
}

.inp textarea {
	width: 100%;
	outline: none;
	height: 200px;
	font-size: 17px;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	resize: none;
	border:1px solid #E8E8E8;
}

.sub {
	display: block;
	background: #5AA6C0;
	outline: none;
	width: 176px;
	height: 45px;
	border: none;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 30px;
}


/* start 人才招聘 */
.service h3 {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    line-height: 50px;
    padding: 40px 0 10px;
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
}
.rbox {
    padding-bottom: 50px;
}
.rul li:first-child {
    background: #5AA6C0 !important;
}

.rul li {
    margin-bottom: 10px;
    position: relative;
}
.rul li:first-child span {
    color: #fff !important;
}

.rul li span {
    display: block;
    width: 20%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 16px;
    color: #333;
}
.rlist {
    width: 100%;
    background: #f5f5f5;
}
.rimg {
    position: absolute;
    right: 15px;
    top: 20px;
    height: 10px;
		transition: all ease-in-out 0.3s;
}
.rotate180 {
    transform: rotate(180deg);
}
.rtxt {
    display: none;
    padding: 20px;
}

/* end 人才招聘 */


