body {
	font-family: arial, "Microsoft Yahei";
}
.back-btn {
	position: fixed;
	bottom: 210px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 78px;
	height: 78px;
	color: #fff;
	background-color: #2988ff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 999;
}
.back-btn i {
	display: block;
	margin: 0 auto 0.5rem;
	width: 13px;
	height: 7px;
	background: url(../images/upward.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.back-btn p {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.back-btn:hover {
	color: #fff;
}
/* navbar */
.navbar {
	padding: 0;
	position: initial;
}
.navbar-brand {
	padding-top: 25px;
    padding-bottom: 24px;
}
.nav-item {
	padding: 0 30px;
}
.en-navbar-nav .nav-item {
	padding: 0 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	line-height: 99px;
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #0000fe;
	border-bottom: 3px solid #0000fe;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.nav-item:hover .nav-link {
	color: #0000fe;
	border-bottom: 3px solid #0000fe;	
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #0000fe;
}
.lang {
	padding-left: 30px;
}
.lang a {
	display: inline-block;
	font-size: 14px;
}

/* banner */
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #0000fe;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #0000fe;
	border: 2px solid #0000fe;
}

/*content*/
.index-title p {
	font-size: 26px;
	line-height: 28px;
	padding: 50px 0 60px;
	text-align: center;
}
.our-target, .our-value {
	position: relative;
}
.our-target .container {
	display: flex;
	align-items: center;
	color: #fff;
}
.target-info {
	font-size: 26px;
	line-height: 46px;
	margin-left: 50%;
}
.target-info li {
	padding-left: 25px;
	background: url(../images/icon-dian.png) left 19px no-repeat;
	background-size: 8px 8px;
}
.target-info li:not(:last-child) {
	margin-bottom: 2rem;
}
.target-info span {
	font-family: Arial;
	font-size: 36px;
	line-height: 46px;
}
.value-info {
	display: flex;
	align-items: center;
}
.value-info .value-img {
	width: 509px;
	padding: 0;
}
.value-info ul {
	flex: 1;
	margin-left: 20px;
}
.value-info li {
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 10px #d2e1f4;
	margin-bottom: 0.5rem;
	padding: 10px 10px 10px 0;
	border-radius: 8px;
}
.value-info div {
	width: 170px;
	font-size: 20px;
	line-height: 30px;
	color: #418aff;
	padding: 0 30px;
}
.value-info p {
	flex: 1;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.content-wrap {
	position: relative;
	color: #fff;
	text-align: center;
}
.com-title {
	padding-bottom: 18px;
}
.com-title h3 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	color: #e4edf9;
	text-align: center;
}
.com-title h5 {
	position: relative;
	top: -12px;
	font-size: 28px;
	line-height: 28px;
	color: #000;
	text-align: center;
}
.com-title h5:after {
    content: '';
    display: block;
    width: 32px;
    height: 6px;
    background: #1D80FF;
    background-image: -webkit-linear-gradient(224deg, #1D80FF 0%, #50A5FD 100%);
    background-image: -o-linear-gradient(224deg, #1D80FF 0%, #50A5FD 100%);
    background-image: linear-gradient(-134deg, #1D80FF 0%, #50A5FD 100%);
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.en-com-title h3 {
	color: #000;
}
.en-com-title h3:after {
    content: '';
    display: block;
    width: 32px;
    height: 6px;
    margin: 20px auto;
    background-image: -webkit-linear-gradient(224deg, #1D80FF 0%, #50A5FD 100%);
    background-image: -o-linear-gradient(224deg, #1D80FF 0%, #50A5FD 100%);
    background-image: linear-gradient(-134deg, #1D80FF 0%, #50A5FD 100%);
    border-radius: 3px;	
}
.index-title h3 {
	color: rgba(0, 0, 0, 0.1);
}
.index-title1 {
	position: absolute;
	top: 180px;
	right: 0;
	left: 0;	
}
.index-title1 h3 {
	color: rgba(228,237,249,0.1);
}
.index-title1 h5 {
	color: rgba(255,255,255,0.6);
}
.index-title2 {
	padding-bottom: 50px;	
}
.com-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.com-info .p1 {
	font-size: 44px;
	line-height: 44px;
	padding-bottom: 40px;
}
.com-info .p2 {
	font-size: 24px;
	line-height: 24px;
}
.adv-wrap {
	top: 20%;
}
.adv-box {
	margin-top: 3rem;
}
.t-adv, .b-adv {
	display: flex;
}
.t-adv {
	padding-bottom: 70px;
}
.adv-l, .adv-r {
	flex: 1;
	background-color: #fff;
	padding: 50px 0;
	border-radius: 10px;
	box-shadow: 0 0 10px #d2e1f4;
}
.adv-m {
	margin: 0 20px;
}
.adv-r {
	margin-left: 14px;
}
.t-adv h5, .b-adv h5 {
	font-size: 50px;
	color: #2c8aff;
}
.t-adv p, .b-adv p {
	font-size: 22px;
	line-height: 36px;
	padding: 0 1rem;
	color: #000;
}

/*about us*/
.about-wrap {
	padding: 90px 0;
}
.blue-bg1 {
	position: relative;
	background: url(../images/blue-bg1.jpg) bottom center no-repeat;
	background-size: 100% auto;
}
.blue-bg2 {
	position: relative;
	background: url(../images/blue-bg2.jpg) bottom center no-repeat;
	background-size: 100% auto;
}
.about-info {
	position: relative;
	bottom: 35px;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding: 114px 0 0 0;
}
.info-txt {
	flex: 1;
	display: flex;
	padding: 0 2rem;
	align-items: center;
	background-color: #fff;
}
.l-txt {
	margin-right: 20px;
}
.r-txt {
	margin-left: 20px;
}
.info-txt p {
	font-size: 14px;
	line-height: 28px;
}
.en-info-txt p {
	font-size: 14px;
	line-height: 24px;
}
.l-txt p:first-child {
	padding-bottom: 16px;
}
.r-txt h5 {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 20px;
}
.founder-wrap {
	padding: 90px 0 126px;
	background-color: #f7f7fa;
}

/*team*/
.team-wrap {
	padding: 96px 0 136px;
}
.company-address {
	display: flex;
	justify-content: center;
	padding: 80px 0;
}
.company-address a {
	display: block;
	width: 130px;
	font-size: 18px;
	line-height: 38px;
	border-radius: 4px;
	text-align: center;
	color: #000;
	background-color: #eee;
}
.company-address li:not(:last-child) {
	margin-right: 11px;
}
.company-address a.active {
	color: #fff;
	background-color: #3583ff;
}
.team-list .col-sm-3 {
	padding: 0 8px;
}
.team-img {
	position: relative;
	overflow: hidden;
}
.team-img img {
	width: 100%;
}
.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
}
.team-list a {
	color: #333;
}
.team-list p {
	font-size: 18px;
	line-height: 18px;
	padding: 24px 0 48px;
	text-align: center;
}
.team-list li:hover .mask {
	opacity: 1;
}

/*team-article*/
.team-content {
	display: flex;
	margin-top: 95px;
}
.team-l {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 90px;
	padding-right: 36px;
	background-color: #f5f5f5;
}
.team-l h5 {
	font-size: 24px;
	line-height: 36px;
	color: #000;
}
.team-l i {
	display: block;
	width: 23px;
	height: 3px;
	margin: 14px 0 24px;
	background-color: #000;
}
.team-l-info div {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.icon-back {
	display: flex;
	margin: 50px auto 0;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #666;
	border: 1px solid #c9c9c9;
	border-radius: 20px;
}
.icon-back:hover {
	color: #666;	
}
.icon-back i {
	display: block;
	margin-left: 12px;
	width: 21px;
	height: 21px;
	background: url(../images/icon-back.png) 0 0 no-repeat;
	background-size: 21px 21px;
}

/*contact*/
.contact-wrap {
	padding: 96px 0;
}
.contact-wrap .col-sm-6 {
	padding: 0;
}
#contact-map {
	width: 100%;
	height: 450px;
	border: none;
}
.c-info-wrap {
	padding: 110px 15px 80px;
}
.c-info-box {
	display: flex;
	align-items: center;
}
.contact-info {
	width: 100%;
	padding: 40px;
	background-color: #f5f5f5;
}
.contact-info h5 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 30px;
	font-weight: bold;
}
.contact-info p {
	font-size: 16px;
	line-height: 32px;
	padding-left: 32px;
}
.contact-info p:not(:last-child) {
	margin-bottom: 22px;
}
.c-add {
	background: url(../images/c-add.png) left 5px no-repeat;
	background-size: 21px 22px;
}
.c-tel {
	background: url(../images/c-tel.png) left 5px no-repeat;
	background-size: 21px 21px;
}
.c-email {
	background: url(../images/c-email.png) left 8px no-repeat;
	background-size: 21px 16px;
}

/*job*/
.job-wrap {
	padding: 100px 0 80px;
	background-color: #f9faff;
}
.job-wrap ul {
	padding: 0 15px;
	background-color: #fff;
}
.job-wrap li {
	border-bottom: 1px solid #e8e8e8;
}
.job-wrap h5 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 32px;
}
.job-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 62px 30px 34px;
}
.job-name {
	width: 230px;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
.job-city {
	padding-left: 30px;
	font-size: 14px;
	line-height: 17px;
	color: #666;
	background: url(../images/icon-city.png) left center no-repeat;
	background-size: 13px 17px;
}
.look-btn {
	margin-left: auto;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	width: 72px;
	color: #000;
	background-color: #f0efef;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
}
.look-btn.active {
	color: #fff;
	background-color: #3583ff;
}
.job-info {
	display: none;
	margin-bottom: 30px;
	padding: 36px 32px 52px;
	background-color: #fafafa;
}
.job-info-dsc {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 32px;
}
.sent-resume {
	display: block;
	margin-top: 32px;
	width: 120px;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	color: #fff;
	background-color: #3583ff;
	border: none;
}
.job-wrap .pagination-wrapper {
	margin-top: 0;
	padding: 60px 0 52px;
	background-color: #fff;
}

/*why are we*/
.reason1-wrap {
	padding-top: 96px;
	padding-bottom: 85px;
	background-color: #f9faff;
}
.reason1-wrap ul {
	margin-top: 100px;
}
.reason1-wrap li:nth-child(1), .reason1-wrap li:nth-child(2) {
	padding-bottom: 30px;
}
.reason1-wrap li>div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 265px;
	padding: 0 47px 0 66px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(229, 241, 255);
}
.en-reason1-wrap li>div {
	height: 280px;
}
.reason-icon img {
	width: 100%;
}
.reason-info {
	flex: 1;
	margin-left: 50px;
}
.reason-info h5 {
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 12px;
	color: #333;
}
.reason-info p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.reason-ad {
	padding: 66px 0 127px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/w-img1.jpg) 0 0 no-repeat;
	background-size: cover;
}
.reason-ad .com-title h3 {
	color: rgba(228, 237, 249, 0.2);
}
.reason-ad .com-title h5 {
	color: #fff;
}
.reason-list {
	padding-bottom: 120px;
}
.reason-item1 {
	padding: 108px 0 182px;
	background-color: #f9faff;
}
.reason-item1 p {
	width: 780px;
	margin: 40px auto 95px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.reason-item2 {
	padding: 108px 0 148px;
}
.reason-item3 {
	padding: 108px 0 92px;
	background-color: #f9faff;
}
.reason-item2 .com-title, .reason-item3 .com-title {
	margin-bottom: 118px;
}
.reason-item4 {
	padding: 108px 0 120px;
}
.reason-item4 .com-title {
	margin-bottom: 75px;
}
.carousel-indicators {
	bottom: -45px;
}
.carousel-indicators .active {
	background-color: #3683ff;
}
.carousel-indicators li {
	width: 35px;
	height: 6px;
	background-color: #e0e0e0;
}
.our-industry {
	position: relative;
}
.our-industry>img {
	height: 692px;
	object-fit: cover;
}
.our-industry .industry-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.industry-info .container {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.industry-info .container>div {
	flex: 1;
}
.i-info-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 380px;
	height: 392px;
	margin-top: -30px;
	margin-bottom: 70px;
	padding: 30px;
	color: #fff;
	background-color: #3683ff;
}
.i-info-top h5 {
	font-size: 46px;
	line-height: 76px;
}
.i-info-top p {
	font-size: 32px;
	line-height: 44px;
}
.i-info-bottom {
	width: 380px;
	padding-left: 36px;
}
.i-info-bottom li {
	float: left;
	width: 147px;
	font-size: 18px;
	line-height: 34px;
	color: #8f8f8f;
	padding-left: 30px;
	background: url(../images/jt.png) left center no-repeat;
	background-size: 12px 8px;
}
.industry-img {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.en-info-top {
	margin-bottom: 20px;
}
.en-info-top h5 {
	font-size: 40px;
	line-height: 44px;
}
.en-info-top p {
	margin-top: 1rem;
	font-size: 24px;
    line-height: 36px;
}
.en-info-bottom li {
	width: initial;
	float: initial;
}
.en-reason-ad {
    padding: 66px 0 20px;
}
.en-reason-ad .com-title h3 {
	color: rgba(228, 237, 249, 0.5);
}

/*Pagination*/
.pagination-wrapper {
	margin-top: 16px;
}
.pagination {
	justify-content: center;
}
.pagination li {
    padding: 0.5rem 0.75rem;
    list-style: none;
    display: inline;
    float: left;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination li a {
    display: inline-block;
    color: #666;
}
.pagination li a:link {
    background: #fff;
}
.pagination li a:hover {
    text-decoration: none;
}
.pagination li a:link:hover {
    color: #000;
}
.pagination li.thisclass {
    background-color: #3583ff;
    color: #fff;
	border: 1px solid #3583ff;
}
.pagination li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child {
    border-radius: 0 3px 3px 0;
}
.pagination .pageinfo {
    color: #333;
}

/*footer*/
.ft-wrap {
	height: 80px;
	line-height: 80px;
	color: rgba(255, 255, 255, 0.5);
	background-color: #000019;
}
.ft-box {
	display: flex;
	justify-content: space-between;
}
.ft-r {
	display: flex;
	align-items: center;
}
.ft-tel {
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	background: url(../images/icon-tel.png) left center no-repeat;
	background-size: 17px 17px;
}
.ft-email {
	margin-left: 24px;
	padding-left: 30px;
	background: url(../images/icon-email.png) left center no-repeat;
	background-size: 17px 17px;
}

/*英文版*/
.en-com-title {
	padding-bottom: 0;
}
.en-com-title p {
	padding: 0;
}
.en-our-value .en-com-title p {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.en-value-info div {
	width: 170px;
}
.en-value-info p {
	line-height: 26px;
}
.en-our-value>img {
	min-height: 1100px;
	object-fit: cover;
}




.hidden {
    display: none;
}
@media (min-width: 1440px) {
	.container {
	    max-width: 1230px;
	}
}
@media (max-width: 1440px) {
	/*中文版*/
	.index-title1 {
		top: 100px;
	}
	.t-adv {
		padding-bottom: 20px;
	}
	.com-title h3 {
		font-size: 44px;
		line-height: 44px
	}
	.com-title h5 {
		font-size: 24px;
		line-height: 24px;
	}
	.index-title p {
		padding: 40px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.en-our-value .en-com-title p {
		padding-top: 0;
	}
	.t-adv h5, .b-adv h5 {
		font-size: 44px;
	}
	.t-adv p, .b-adv p {
		font-size: 18px;
		line-height: 32px;
	}
	.value-info .value-img {
		width: 420px;
	}
	.value-info div {
		font-size: 18px;
		line-height: 26px;
	}
	.value-info p {
		font-size: 16px;
		line-height: 26px;
	}
	.target-info {
		font-size: 20px;
		line-height: 36px;
	}
	.target-info span {
		font-family: Arial;
		font-size: 30px;
		line-height: 36px;
	}
	.reason-ad {
		padding: 3rem 0 4rem;
	}
	.en-our-value>img {
		min-height: 900px;
		object-fit: cover;
	}
}
@media (max-width: 1200px) {
	.en-reason1-wrap li>div {
		padding: 1rem;
	}
	.en-reason1-wrap .reason-info {
		margin-left: 1rem;
	}
	.nav-item {
		padding: 0 20px;
	}
	.com-info .p1 {
		font-size: 32px;
		line-height: 32px;
		padding-bottom: 2rem;
	}
	.com-info .p2 {
		width: 60%;
		font-size: 20px;
		line-height: 24px;
	}
	.index-title1{
		top: 50px;
	}
	.index-title p {
		padding-bottom: 0;
	}
	.com-title h3 {
		font-size: 36px;
		line-height: 36px;
	}
	.com-title h5 {
		top: -8px;
		font-size: 24px;
		line-height: 24px;
	}
	.adv-wrap {
		top: 30%;
	}
	.t-adv h5, .b-adv h5 {
		font-size: 30px;
	}
	.t-adv p, .b-adv p {
		font-size: 16px;
		line-height: 24px;
	}
	.target-info {
		font-size: 16px;
		line-height: 32px;
	}
	.target-info span {
		font-family: Arial;
		font-size: 20px;
		line-height: 32px;
	}
	.target-info li {
	    padding-left: 1rem;
	    background: url(../images/icon-dian.png) left 12px no-repeat;
	    background-size: 6px 6px;
	}
	.our-value>img {
		min-height: 700px;
		object-fit: cover;
	}
	.en-our-value>img {
		min-height: 800px;
	}
	.our-adv>img {
		min-height: 600px;
		object-fit: cover;
	}
	.value-img {
		display: none;
	}
	.value-info ul {
		width: 100%;
		margin-left: 0;
	}
	.value-info li {
		display: block;
		padding: 0.75rem 1rem;
	}
	.value-info div {
		width: auto;
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.value-info p {
		font-size: 14px;
		line-height: 24px;
	}
	.adv-l, .adv-r {
		padding: 2rem 0;
	}
	/*关于天启者*/
	.info-txt p {
		font-size: 14px;
		line-height: 24px;
	}
	.en-info-txt p {
		font-size: 14px;
		line-height: 22px;
	}
	.r-txt h5 {
	    font-size: 20px;
	    line-height: 32px;
	    padding-bottom: 0.5rem;
	}
	/*选择天启者*/
	.reason1-wrap {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.reason1-wrap ul {
		margin-top: 2rem;
	}
	.reason-item1,.reason-item2,.reason-item3 {
		padding: 3rem 0;
	}
	.reason-item1 p {
		margin: 2rem auto;
	}
	.reason-item2 .com-title, .reason-item3 .com-title {
		margin-bottom: 3rem;
	}
	.reason-item4 {
		padding: 3rem 0;
	}
	.en-reason-item4 {
		padding: 3rem 0 5rem;
	}
	.reason-item4 .com-title {
		margin-bottom: 3rem;
	}
	.c-info-wrap {
		padding: 3rem 0;
	}
	.about-info {
		padding: 5rem 15px 0;
	}
	.info-txt {
	    padding: 0 1rem;
	}
	.l-txt {
		margin-right: 1rem;
	}
	.founder-wrap {
		padding: 2rem 0;
	}
	.r-txt {
		margin-left: 1rem;
	}
	.i-info-top h5 {
		font-size: 36px;
		line-height: 48px;
	}
	.i-info-top p {
		font-size: 24px;
		line-height: 36px;
	}
	.contact-info h5 {
		font-size: 24px;
		line-height: 24px;
	}
	.contact-info p {
		font-size: 16px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	.contact-wrap {
		padding: 3rem 0 0 0;
	}
	.our-adv>img {
		min-height: 500px;
	}
	.nav-item,.en-navbar-nav .nav-item {
		padding: 0;
	}
	.lang {
		padding-left: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		line-height: 60px;
	}
	.target-info {
		font-size: 14px;
		line-height: 24px;
	}
	.target-info li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.target-info span {
		font-size: 16px;
		line-height: 24px;
	}
	.com-title h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.com-title h5 {
	    top: -10px;
	    font-size: 20px;
	    line-height: 20px;
	}
	.com-title h5:after {
		top: 40px;
	}
	.index-title p {
	    padding-top: 30px;
	    font-size: 16px;
	    line-height: 16px;
	}
	.en-our-value .en-com-title p {
		padding-top: 0;
		line-height: 16px;
	}
	.com-info .p1 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 1rem;
	}
	.com-info .p2 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.index-title2 {
		padding-bottom: 40px;
	}
	.en-com-title {
		padding-bottom: 0;
	}
	.t-adv h5, .b-adv h5 {
		font-size: 24px;
	}
	.t-adv p, .b-adv p {
		font-size: 14px;
	}
	.adv-l, .adv-r {
		padding: 1rem 0;
	}
	.about-info {
		display: block;
	}
	.about-info img {
		margin: 0 auto;
	}
	.l-txt {
		margin-right: 0;
		padding: 0 1rem 1rem 1rem;
	}
	.r-txt {
		margin-left: 0;
		padding: 2rem 1rem 1rem 1rem;
	}
	.r-txt h5 {
		font-size: 16px;
		padding-bottom: 0;
	}
	.info-txt p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.ft-wrap {
		height: initial;
		line-height: 50px;
	}
	.ft-box {
		display: block;
	}
	.ft-tel {
		border-right: 0;
	}
	.reason1-wrap li>div {
		height: 220px;
	}
	.reason-info {
		margin-left: 1rem;
	}
	.reason-info h5 {
		font-size: 16px;
		line-height: 32px;
		padding-bottom: 0;
	}
	.reason-info p {
		font-size: 14px;
		line-height: 24px;
	}
	.en-reason1-wrap li>div {
		display: block;
		height: 330px;
	}
	.en-reason1-wrap .reason-icon img {
		width: initial;
		margin: 0 auto 1rem;
	}
	.our-industry>img {
		height: 500px;
	}
	.en-our-industry>img {
		height: 600px;
	}
	.i-info-top {
		height: 300px;
		margin-bottom: 3rem;
	}
	.i-info-top h5 {
		font-size: 30px;
	}
	.i-info-top p {
		font-size: 20px;
	}
	.i-info-bottom li {
		font-size: 16px;
	}
	.reason-item1 p {
		width: 80%;
		font-size: 14px;
		line-height: 24px;
	}
	/*contact*/
	.contact-wrap .row {
		display: block;
	}
	.contact-wrap .col-sm-6 {
		width: 100%;
		max-width: 100%;
	}
	/*back btn*/
	.back-btn {
		width: 60px;
		height: 60px;
	}
	.back-btn i {
		display: block;
		margin: 0 auto 0.25rem;
		width: 13px;
		height: 7px;
	}
	.back-btn p {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}
}
@media (max-width: 414px) {
	/*back btn*/
	.back-btn {
		display: none;
	}
	.adv-wrap {
		top: 25%;
	}
	.en-navbar-nav .nav-item {
		padding: 0;
	}
	.en-com-title h3:after {
		width: 24px;
		height: 2px;
		margin: 0.5rem auto;
	}
	/*navbar*/
	.navbar {
		padding-bottom: 0.5rem;
	}
	.navbar-brand {
		padding: 1rem 0;
	}
	.navbar-brand img {
		width: 180px;
	}
	.nav-item {
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
		line-height: 36px;
	}
	.lang {
		padding-left: 0;
	}

	/*index*/
	.our-target>img {
		min-height: 200px;
		object-fit: cover;
	}
	.target-info {
	    font-size: 10px;
	    line-height: 14px;
	}
	.target-info li {
		background: url(../images/icon-dian.png) left 8px no-repeat;
		background-size: 4px 4px;
	}
	.target-info span {
	    font-size: 14px;
	    line-height: 14px;
	}
	.target-info li:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	.our-value>img {
		min-height: 550px;
	}
	.en-our-value>img {
		min-height: 600px;
	}
	.index-title p {
		width: 80%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 20px;
	}
	.value-info li {
		padding: 0.5rem;
	}
	.en-value-info li {
		display: block; 
	}
	.value-info div {
	    font-size: 12px;
	    line-height: 18px;
	}
	.value-info p {
	    font-size: 10px;
	    line-height: 18px;
	}
	.en-value-info p {
		line-height: 14px; 
	}
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
    .swiper-pagination1 {
    	display: none;
    }
	.index-title {
		top: 1.5rem;
	}
	.com-title h3 {
		font-size: 18px;
		line-height: 18px;
	}
	.com-title h5 {
		font-size: 14px;
		line-height: 14px;
		top: -4px;
	}
	.com-title h5:after {
		width: 12px;
		height: 2px;
		top: 2rem;
	}
	.index-title h3 {
		font-size: 18px;
		line-height: 18px;
	}
	.index-title h5 {
		font-size: 14px;
		line-height: 14px;
	}
	.index-title h5:after {
		top: 25px;
	}
	.our-adv img {
		min-height: 300px;
		object-fit: cover;
	}
	.com-info .p1 {
	    font-size: 14px;
	    line-height: 14px;
	    padding-top: 2rem;
	    padding-bottom: 0.5rem;
	}
	.com-info .p2 {
		width: 100%;
		font-size: 12px;
		line-height: 12px;
	}
	.en-com-info .p2 {
		width: 80%;
		line-height: 16px;
	}
	.adv-box {
		margin-top: 0rem;
	}
	.t-adv {
		padding: 0;
	}
	.t-adv h5, .b-adv h5 {
		font-size: 14px;
	}
	.t-adv p, .b-adv p {
		font-size: 10px;
		line-height: 14px;
		padding: 0 0.5rem;
	}
	.b-adv {
		padding: 0.5rem 0 0 0;
	}
	.adv-m {
		margin: 0 0.5rem;
	}
	.adv-r {
		margin-left: 0.5rem;
	}
	.index-title2 {
		padding-bottom: 1.5rem;
	}

	/*about us*/
	.about-wrap, .founder-wrap {
		padding: 2rem 0;
	}
	.about-info {
		display: block;
		padding: 1rem 0 0 0;
	}
	.info-txt {
		display: block;
	}
	.info-txt p {
		font-size: 12px;
		line-height: 24px;
	}
	.r-txt h5 {
		font-size: 14px;
		line-height: 14px;
		padding: 1rem 0;
	}

	/*team*/
	.team-wrap {
		padding: 2rem 0;
	}
	.company-address {
		padding: 2rem 0;
	}
	.team-list p {
		font-size: 14px;
		padding: 1rem;
	}
	.company-address a {
		font-size: 16px;
	}

	/*team-article*/
	.team-content {
		display: block;
		margin-top: 0;
	}
	.team-l {
		padding: 0 0 1rem 0;
	}
	.team-l h5 {
		font-size: 16px;
	}
	.team-l-info div {
		font-size: 14px;
		line-height: 24px;
	}
	.icon-back {
		margin-top: 2rem;
		font-size: 14px;
	}
	.icon-back i {
		width: 14px;
		height: 14px;
		background-size: 14px 14px;
	}

	/*contact*/
	.contact-wrap {
		padding: 2rem 0 0 0;
	}
	.c-info-wrap {
		padding: 2rem 0;
	}
	.contact-info {
		padding: 2rem 1rem;
	}
	.contact-info h5 {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 1rem;
		text-align: center;
	}
	.contact-info p {
		font-size: 12px;
		line-height: 24px;
	}
	#contact-map {
		height: 200px;
	}
	.contact-info p:not(:last-child) {
		margin-bottom: 1rem;
	}

	/*job*/
	.job-wrap {
		padding: 2rem 0;
	}
	.job-wrap h5 {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 1rem;
	}
	.job-wrap ul {
		padding: 0;
	}
	.job-wrap li {
		padding: 1rem 0;
	}
	.job-title div {
		font-size: 12px;
	}
	.job-name {
		width: 120px;
	}
	.look-btn {
		width: 60px;
		height: 24px;
		line-height: 24px;
	}
	.job-info {
		margin-top: 1rem;
	}
	.job-info-dsc {
		font-size: 12px;
		margin-bottom: 1rem;
	}
	.sent-resume {
		margin-bottom: 0;
		width: 80px;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
	}

	/*why are we*/
	.reason1-wrap {
		padding: 2rem 0;
	}
	.reason1-wrap ul {
		margin-top: 2rem;
	}
	.reason1-wrap li:not(:last-child) {
		padding-bottom: 1rem;
	}
	.reason1-wrap li>div {
		display: block;
		padding: 1rem;
		height: initial;
	}
	.reason-icon img {
		width: initial;
		margin: 0 auto 1rem;
	}
	.reason-info {
		margin-left: 0;
	}
	.reason-info h5 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0.5rem;
	}
	.reason-info p {
		font-size: 12px;
		line-height: 24px;
	}
	.reason-item1 {
		padding: 3rem 0;
	}
	.reason-item1 p {
		width: 100%;
		font-size: 12px;
		line-height: 24px;
		margin: 1rem 0 2rem;
	}
	.reason-item2 .com-title, .reason-item3 .com-title {
		margin-bottom: 2rem;
	}
	.reason-item2, .reason-item3 {
		padding-bottom: 4rem;
	}
	.reason-item4 .com-title {
		margin-bottom: 2rem;
	}
	.reason-list {
		padding-bottom: 4rem;
	}
	.carousel-indicators {
		bottom: -2rem;
	}
	.reason-ad {
		padding: 2rem 0;
	}
	.our-industry {
		position: initial;
	}
	.our-industry>img {
		display: none;
	}
	.our-industry .industry-info {
		position: initial;
	}
	.industry-info .container {
		display: block;
	}
	.i-info-top {
		width: 100%;
		height: initial;
		margin: 1rem 0 2rem;
		padding: 2rem 1rem;
		text-align: center;
	}
	.i-info-top h5 {
		font-size: 16px;
		line-height: 32px;
	}
	.i-info-top p {
		font-size: 14px;
		line-height: 32px;
	}
	.i-info-bottom {
		width: 100%;
		padding-left: 0;
	}
	.i-info-bottom li {
		width: 50%;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		padding-left: 0;
		background: url(../images/jt.png) 20% center no-repeat;
	}
	.en-info-bottom li {
		width: 100%;
	}
	.industry-img {
		width: 80%;
		margin: 2rem auto 0;
		padding-bottom: 2rem;
		justify-content: center;
	}

	/*footer*/
	.ft-wrap {
		height: initial;
		line-height: initial;
		font-size: 12px;
		line-height: 24px;
	}
	.ft-box {
		display: block;
		padding: 1rem 0;
	}
	.ft-r {
		display: block;
		padding-top: 0.5rem;
	}
	.ft-r span {
		display: block;
	}
	.ft-tel {
		border-right: none;
		margin-left: 0;
		height: initial;
		line-height: 24px;
	}
	.ft-email {
		margin-left: 0;
	}

	/*Pagination*/
	.pagination li {
		font-size: 14px;
	}
}
