﻿
/* 关于我们 */
.about-section {
}

.about-section .section1 {
  background: #efefef;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.about-section .section1 .list {
  background: #ffffff;
  padding: 0.9rem 1rem 0.85rem;
}

.about-section .section1 .item {
  margin-top: 1.1rem;
}

.about-section .section1 .item:first-child {
  margin-top: 0;
}

.about-section .section1 .item .content {
  display: flex;
  align-items: center;
}

.about-section .section1 .item .litpic {
  width: 0.8rem;
  height: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section .section1 .item .title {
  font-size: 0.48rem;
  color: #1b59aa;
  font-family: Impact;
  margin-left: 0.3rem;
}

.about-section .section1 .item .desc {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  font-weight: lighter;
}

/* 关于我们 */

/* Therapeutic Expertise */
.te-section {
}

.te-section .section1 {
  background: #efefef;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.te-section .section1 .item {
  display: flex;
  align-items: center;
  background: #ffffff;
  margin-bottom: 0.6rem;
}
.te-section .section1 .item:last-child {
  margin-bottom: 0;
}
.te-section .section1 .litpic {
  width: 43%;
  height: 0;
  padding-bottom: 32.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.te-section .section1 .content {
  flex: 1;
  padding: 0 0.5rem;
}
.te-section .section1 .title {
  font-size: 0.36rem;
  color: #1b59aa;
  line-height: 0.48rem;
  font-family: Impact;
  margin-bottom: 0.3rem;
}
.te-section .section1 .remark {
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.34rem;
  font-weight: lighter;
}

@media (max-width: 768px) {
  .te-section .section1 .item {
    flex-direction: column;
  }
  .te-section .section1 .litpic {
    width: 100%;
    padding-bottom: 75.5%;
    margin-bottom: 15px;
  }
  .te-section .section1 .content {
    padding: 0 15px 15px;
  }
  .te-section .section1 .remark {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Therapeutic Expertise */

/* 联系我们 */
.contact-section .section1 {
  padding: 0.7rem 0 0.7rem;
}

.contact-section .section1 .box {
}

.contact-section .section1 .cate-title {
  font-size: 0.36rem;
  color: #333333;
  font-family: Impact;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
}

.contact-section .section1 .code-box {
  margin-bottom: 0.6rem;
}

.contact-section .section1 .code-box .items {
  margin-bottom: 0.15rem;
}

.contact-section .section1 .code-box .items .litpic {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
}

.contact-section .section1 .code-box .items .title {
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.36rem;
  padding-left: 0.42rem;
}

.contact-section .section1 .item {
  margin-bottom: 0.15rem;
}

.contact-section .section1 .item .input {
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: #eeeeee;
  border: none;
  font-size: 0.16rem;
  padding: 0 0.15rem;
  outline: none;
  font-family: Calibri;
}

.contact-section .section1 .item .textarea {
  height: 1.03rem;
  padding: 0.12rem 0.15rem;
}

.contact-section .section1 .submit-box {
}

.contact-section .section1 .submit-box .codeInput {
  width: calc(100% - 3.3rem);
  height: 0.5rem;
  background: #eeeeee;
  border: none;
  font-size: 0.16rem;
  padding: 0 0.15rem;
}

.contact-section .section1 .submit-box .code {
  width: 1.6rem;
  height: 0.5rem;
  cursor: pointer;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.contact-section .section1 .submit-box .submit {
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #1b59aa;
  font-size: 0.16rem;
  font-weight: lighter;
  color: #ffffff;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-section .section1 .code-box .items .title {
    font-size: 0.28rem;
  }
  .contact-section .section1 .item {
    margin-bottom: 0.3rem;
  }
  .contact-section .section1 .item .input {
    height: 40px;
    font-size: 14px;
  }
  .contact-section .section1 .submit-box .codeInput {
    width: calc(100% - 158px - 15px);
    height: 40px;
    font-size: 14px;
  }
  .contact-section .section1 .submit-box .code {
    width: 158px;
    height: 40px;
    margin-left: 15px;
    margin-right: 0;
    float: none;
  }
  .contact-section .section1 .submit-box .submit {
    float: none;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 15px auto 0;
  }
}

/* 联系我们 */

/* 404页面 */
.page-404 {
}
.page-404 .section1 {
  text-align: center;
  line-height: 600px;
  font-size: 30px;
}
/* 404页面 */

/* Technology and Service 页面 */
.ts-section {
}

.ts-section .section1 {
  background: #efefef;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ts-section .section1 .item {
  display: flex;
  justify-content: flex-start;
  background: #ffffff;
  margin-bottom: 0.6rem;
  min-height: 450px;
  align-items: stretch;
}
.ts-section .section1 .item:last-child {
  margin-bottom: 0;
}
.ts-section .section1 .litpic {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 43%;
}
.ts-section .section1 .content {
  width: 57%;
  padding: 0.5rem;
}
.ts-section .section1 .title {
  font-size: 0.36rem;
  color: #1b59aa;
  line-height: 0.44rem;
  font-family: Impact;
  margin-bottom: 0.3rem;
}
.ts-section .section1 .yiji {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.46rem;
  font-weight: bold;
  padding-left: .2rem;
  position: relative;
}
.ts-section .section1 .yiji::before {
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ts-section .section1 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.ts-section .section1 .list:last-child {
  margin-bottom: 0;
}
.ts-section .section1 .erji {
  width: 50%;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  font-weight: lighter;
  padding-left: .1rem;
  position: relative;
}
.ts-section .section1 .erji::before {
  content: "·";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.ts-section .section1 .content .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	height: .4rem;
	border: .02rem solid #1b59aa;
	font-size: .16rem;
	color: #1b59aa;
	margin-top: .2rem;
}

@media (max-width: 768px) {

	.ts-section .section1 {
    background: #ffffff;

}
  .ts-section .section1 .item {
    flex-direction: column;
	border-bottom: 0.01rem solid #dddddd;
  }
  .ts-section .section1 .litpic {
    width: 100%;
    padding-bottom: 75.5%;
    margin-bottom: 15px;
  }
  .ts-section .section1 .content {
    padding: 0 0px 20px;
	width: 100%;
  }
  .ts-section .section1 .remark {
    font-size: 14px;
    line-height: 20px;
  }
  .ts-section .section1 .title {
  font-size: 0.48rem;
  color: #1b59aa;
  line-height: 0.44rem;
  font-family: Impact;
  margin-bottom: 0.3rem;
}

  .ts-section .section1 .yiji {
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.46rem;
  font-weight: bold;
  padding-left: .3rem;
  position: relative;
}
  .ts-section .section1 .erji {
  width: 50%;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.36rem;
  font-weight: lighter;
  padding-left: .1rem;
  position: relative;
}
.ts-section .section1 .content .btn {
    font-size: .24rem;
	width: 1.8rem;
    height: 0.6rem;
}
}
/* Technology and Service 页面 */


/* FAQ列表 */
.faq-section {
}

.faq-section .section1 {
	background: #efefef;
	padding-top: .75rem;
	padding-bottom: .7rem;
}

.faq-section .section1 .list {
	margin-bottom: .6rem;
	background: #ffffff;
	padding: .2rem .85rem .62rem;
}
.faq-section .section1 .list .yijititle{
	font-size: 0.36rem;
    color: #1b59aa;
    line-height: 0.44rem;
    font-family: Impact;
    margin: 0.5rem 0;
}


.faq-section .section1 .list .item {
	border-bottom: .01rem solid #eeeeee;
	position: relative;
	padding: .35rem 0;
}

.faq-section .section1 .list .item .icon {
	position: absolute;
	width: .18rem;
	height: .1rem;
	right: .18rem;
	top: .4rem;
	z-index: 2;
	transition: all .3s;
}

.faq-section .section1 .list .item .title {
	font-size: .24rem;
	color: #333333;
	font-weight: bold;
	line-height: 100%;
	/*padding-top: .23rem;*/
	transition: all .3s;
	cursor: pointer;
}

.faq-section .section1 .list .item .desc {
	height: 0;
	overflow: hidden;
	font-size: .18rem;
	color: #333333;
	line-height: .30rem;
	/*text-align: justify;*/
	font-weight: lighter;
	transition: all .3s;
}

.faq-section .section1 .list .item.active .icon {
	transform: rotate(180deg);
}

.faq-section .section1 .list .item.active .title {
	padding-bottom: .23rem;
}

.faq-section .section1 .list .item.active .desc {
	height: auto;
}

@media (max-width: 767px) {
	.faq-section .section1 .list {
		padding: .2rem .3rem .62rem;;
	}
	.faq-section .section1 .list .item {
		padding-bottom: .3rem;
	}
	.faq-section .section1 .list .item .icon {
		top: .55rem;
	}
	.faq-section .section1 .list .item .title {
		font-size: .36rem;
		line-height: 1.5;
	}
	.faq-section .section1 .list .item .desc {
		font-size: .36rem;
		line-height: 1.5;
	}
}

/* FAQ列表 */
