
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  height: 100px;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 99;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.head .logo {
  height: 100px;
  padding-top: 6px;
  max-width: 70%;
}
.head .logo img {
  width: 460px;
}
.head .nav {
  width: auto;
}
.head .nav ul {
  margin: 0;
}
.head .nav ul li {
  width: auto;
  padding-top: 19px;
  text-align: center;
  margin: 0 16px;
}
.head .nav ul li a {
  text-decoration: none;
}
.head .nav ul li span {
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 12px;
  line-height: 38px;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 6px;
  color: #595757;
}
.head .nav ul li i {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #a8a7a7;
  letter-spacing: 1px;
}
.head .nav ul li.acti span {
  background-color: #2ee4cf;
  color: #fff;
}
.head .nav ul li.acti i {
  color: #18aa99;
}
.head .menus {
  width: auto;
  height: 80px;
  float: right;
}
.head .menus .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .menus .box i {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #2ee4cf;
  position: relative;
  border-radius: 2px;
}
.head .menus .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  transition: 0.5s;
  width: 100%;
  border-radius: 2px;
  height: 3px;
  background-color: #2ee4cf;
}
.head .menus .box i:before {
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: -12px;
  width: 100%;
  border-radius: 2px;
  height: 3px;
  background-color: #2ee4cf;
}
.head .menus .box.acti i {
  background: none;
}
.head .menus .box.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.head .menus .box.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.banner {
  width: 100%;
}
.banner .swiper-pagination {
  width: 100px !important;
  height: 20px;
  left: 50% !important;
  margin-left: -50px;
  bottom: 20px !important;
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #18aa99;
  opacity: 0.3;
  margin: 4px 6px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #18aa99;
  opacity: 1;
}
.banner .swiper-button-next {
  right: 30px;
}
.banner .swiper-button-next:after {
  font-size: 98px;
  color: #fff;
  opacity: 0.3;
}
.banner .swiper-button-next:hover:after {
  opacity: 1;
}
.banner .swiper-button-prev {
  left: 30px;
}
.banner .swiper-button-prev:after {
  font-size: 98px;
  color: #fff;
  opacity: 0.3;
}
.banner .swiper-button-prev:hover:after {
  opacity: 1;
}
.banner ul {
  width: 100%;
  margin: 0;
}
.banner ul li {
  width: 100%;
  height: 718px;
}
.banner ul li .item1-text {
  width: 100%;
}
.banner ul li .item1-text .wid {
  max-width: 1200px;
  height: 715px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 100px;
}
.banner ul li .item1-text .wid .rows {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.banner ul li .item1-text .wid .rows span {
  display: inline-block;
  width: auto;
  height: 96px;
  padding: 0 50px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  line-height: 96px;
  font-size: 36px;
  color: #2c6ca0;
  float: right;
}
.banner ul li .item1-text .wid .rows p {
  margin: 0;
  text-align: center;
  line-height: 58px;
  font-size: 44px;
  letter-spacing: 5px;
  color: #fff;
}
.banner ul li .item1-text .wid .rows:last-child p {
  text-align: left;
  padding-left: 140px;
}
.banner ul li .item2-text {
  width: 100%;
  padding-top: 120px;
}
.banner ul li .item2-text .rows {
  width: 100%;
  float: left;
  color: #fff;
}
.banner ul li .item2-text .rows h3 {
  line-height: 72px;
  margin: 0;
  font-size: 36px;
  letter-spacing: 2px;
  text-align: right;
  padding-right: 188px;
}
.banner ul li .item2-text .rows h3 em {
  font-size: 72px;
}
.banner ul li .item2-text .rows p {
  font-size: 18px;
  line-height: 50px;
  text-align: right;
  padding-right: 188px;
  margin: 0;
}
.banner ul li .item2-text .rows h5 {
  margin: 0;
  text-align: right;
  padding-right: 20px;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.banner ul li .item3-text {
  padding-top: 120px;
}
.banner ul li .item3-text .rows {
  width: 100%;
  padding: 0 64px;
  color: #fff;
}
.banner ul li .item3-text .rows h3 {
  line-height: 1.5;
  font-size: 72px;
  margin: 0;
  letter-spacing: 4px;
}
.banner ul li .item3-text .rows h5 {
  margin: 0;
  font-size: 36px;
  letter-spacing: 4px;
  line-height: 1.5;
}
.banner ul li .item3-text .rows p {
  margin: 0;
  padding: 30px 0;
}
.banner ul li .item3-text .rows p span {
  display: inline-block;
  padding: 0 72px;
  letter-spacing: 4px;
  height: 74px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 74px;
  font-size: 36px;
  color: #4e4e4d;
}
.product {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 132px;
}
.product .image {
  width: 100%;
}
.product .image img {
  width: 100%;
}
.product .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product .text .wid {
  max-width: 1200px;
}
.product .text .wid .txts {
  width: 100%;
  padding-top: 90px;
}
.product .text .wid .txts h3 {
  margin: 0;
  color: #fff;
  line-height: 98px;
  font-size: 72px;
}
.product .text .wid .txts h3:nth-child(2) {
  padding-left: 300px;
  color: #f6ef38;
}
.introduce {
  width: 100%;
  padding-bottom: 80px;
}
.introduce .wid {
  display: flex;
  align-items: flex-end;
}
.introduce .item-intr {
  width: 100%;
}
.introduce .item-intr .imgs {
  width: 100%;
}
.introduce .item-intr .imgs img {
  width: 100%;
}
.introduce .item-intr .text {
  width: 100%;
  padding: 28px 0;
}
.introduce .item-intr .text h3 {
  line-height: 100px;
  font-size: 72px;
  color: #3d4a66;
  margin: 0;
}
.introduce .item-intr .text p {
  margin: 0;
  line-height: 40px;
  font-size: 24px;
  color: #1598a0;
}
.introduce .item-intr.intr-Fl {
  width: 65%;
}
.introduce .item-intr.intr-Fl .imgs {
  position: relative;
  margin-top: -210px;
}
.introduce .item-intr.intr-Fl .imgs img {
  box-shadow: 0 16px 30px rgba(0,0,0,0.2);
}
.introduce .item-intr.intr-Fr {
  width: calc(35% - 20px);
  padding-left: 20px;
}
.case {
  width: 100%;
}
.case .intrs {
  width: 100%;
  position: relative;
}
.case .intrs .imgs {
  width: 100%;
}
.case .intrs .imgs img {
  width: 100%;
}
.case .intrs .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 140px;
  padding-top: 130px;
}
.case .intrs .text h3 {
  margin: 0;
  line-height: 82px;
  font-size: 72px;
  color: #fff;
}
.case .intrs .text p {
  margin: 0;
  padding-left: 150px;
  font-size: 36px;
  line-height: 54px;
  color: #fff;
  letter-spacing: 2px;
}
.case .intrs .text .logo {
  width: 100%;
  text-align: center;
  padding-top: 150px;
}
.footer {
  width: 100%;
  background-color: #0a83b1;
  float: left;
  padding-top: 32px;
}
.footer .conts {
  width: 100%;
}
.footer .conts .contact {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer .conts .contact .share {
  width: auto;
  height: 54px;
}
.footer .conts .contact .share ul {
  width: 100%;
  margin: 0;
}
.footer .conts .contact .share ul li {
  width: auto;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.footer .conts .contact .share ul li img {
  border-radius: 4px;
  filter: grayscale(100%);
  opacity: 0.8;
}
.footer .conts .contact .share ul li:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.footer .conts .contact .service,
.footer .conts .contact .addr {
  padding: 3px 14px;
}
.footer .conts .contact .service p,
.footer .conts .contact .addr p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.footer .copyright {
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9;
}
.alerts .cont {
  width: 100%;
  padding-top: 70px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  border-top: 1px solid #2ee4cf;
  padding: 20px 20px;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #2ee4cf;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #2ee4cf;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #2ee4cf;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
}
.alerts .cont .menu .list ul {
  width: 100%;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li h4 {
  width: 100%;
  line-height: 26px;
  margin: 0;
  font-size: 16px;
  font-family: arial;
  position: relative;
}
.alerts .cont .menu .list ul li a {
  color: #2ee4cf;
  text-decoration: none;
}
.alerts .cont .menu .list ul li a i {
  color: #999;
}
.alerts .cont .menu .list ul li a span {
  font-size: 16px;
  padding-right: 10px;
}
.alerts .cont .menu .list ul li.btns h4:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -12px;
  background: url("../img/retu.html") center no-repeat;
  background-size: 18px 18px;
}
.alerts .cont .menu .list ul li.acti h4:after {
  transform: rotate(90deg);
}
.alerts .cont .menu .list ul li.acti .slide {
  display: block;
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #2ee4cf;
  float: left;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.alerts .cont .search .input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 20px;
}
.alerts .cont .search .input input {
  width: 40px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/44ccfa_24x24.png") center no-repeat;
  color: #2ee4cf;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 40px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(46,228,207,0.8);
}
.page-introduction {
  width: 100%;
  float: left;
  min-height: 780px;
}
.page-introduction .wid {
  max-width: 1200px;
}
.page-introduction .wid .intrs {
  width: 100%;
  padding: 100px 0;
  float: left;
}
.page-introduction .wid .intrs .title {
  width: 100%;
}
.page-introduction .wid .intrs .title span {
  display: inline-block;
  padding: 0 28px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #0a83b1;
  border-radius: 6px;
  font-size: 24px;
  letter-spacing: 2px;
}
.page-introduction .wid .intrs .text {
  width: 100%;
  padding: 30px 0;
}
.page-introduction .wid .intrs .text p {
  margin: 0;
  line-height: 46px;
  font-size: 20px;
  color: #858888;
  margin: 25px 0;
  letter-spacing: 2px;
  text-indent: 40px;
  text-align: justify;
}
.page-service {
  float: left;
  width: 100%;
  min-height: 760px;
}
.page-service .wid {
  max-width: 1400px;
}
.page-service .wid .conts {
  width: 100%;
  padding: 100px 0;
  float: left;
}
.page-service .wid .conts .items {
  width: 100%;
}
.page-service .wid .conts .items .tits {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-service .wid .conts .items .tits span {
  font-size: 36px;
  color: #787575;
  letter-spacing: 5px;
  padding: 0 20px;
}
.page-service .wid .conts .items .list {
  width: 100%;
  padding: 84px 0;
  float: left;
}
.page-service .wid .conts .items .list ul {
  width: 100%;
}
.page-service .wid .conts .items .list ul li {
  width: 100%;
  line-height: 28px;
  color: #7b7b7b;
  font-size: 24px;
  padding: 10px 0;
  padding-left: 64px;
  position: relative;
}
.page-service .wid .conts .items .list ul li:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 20px;
  height: 20px;
  background-color: #2ee4cf;
}
.page-service .wid .conts .items .list ul li i {
  font-size: 16px;
  color: #7b7b7b;
}
.page-query {
  width: 100%;
  min-height: 760px;
  float: left;
}
.page-query .wid {
  max-width: 1400px;
}
.page-query .wid .conts {
  width: 100%;
  padding: 200px 0;
  float: left;
}
.page-query .wid .conts .forms {
  width: 100%;
  float: left;
}
.page-query .wid .conts .forms .title {
  width: 100%;
  padding: 12px 0;
}
.page-query .wid .conts .forms .title span {
  display: block;
  line-height: 44px;
  font-size: 30px;
  color: #2ee4cf;
}
.page-query .wid .conts .forms .title i {
  display: block;
  padding-left: 80px;
  line-height: 26px;
  font-size: 18px;
  color: #858888;
  letter-spacing: 2px;
  font-family: arial;
}
.page-query .wid .conts .forms .intr {
  width: 100%;
}
.page-query .wid .conts .forms .intr .rows {
  width: 100%;
  max-width: 540px;
  margin: 16px 0;
  float: left;
}
.page-query .wid .conts .forms .intr .rows .input {
  width: 100%;
  height: 40px;
  border: 1px dashed #b1b1b1;
  border-radius: 10px;
  padding: 0 15px;
}
.page-query .wid .conts .forms .intr .rows .input input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 16px;
}
.page-query .wid .conts .forms .intr .rows .yzm {
  width: 290px;
  height: 40px;
  border: 1px dashed #b1b1b1;
  border-radius: 10px;
  padding: 0 15px;
}
.page-query .wid .conts .forms .intr .rows .yzm input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 16px;
}
.page-query .wid .conts .forms .intr .rows .code {
  width: 234px;
  padding-left: 20px;
  margin-top: 3px;
}
.page-query .wid .conts .forms .intr .rows .code img {
  width: 100%;
}
.page-query .wid .conts .forms .intr .rows .button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-query .wid .conts .forms .intr .rows .button label {
  width: 100px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #aaadae;
  font-weight: normal;
  padding: 0 12px;
  letter-spacing: 3px;
}
.page-query .wid .conts .forms .intr .rows .button button {
  width: 192px;
  height: 32px;
  background-color: #aaadae;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 3px;
}
.page-query .result {
  width: 100%;
  float: left;
  display: none;
}
.page-query .result .title {
  width: 100%;
}
.page-query .result .title span {
  display: inline-block;
  width: 204px;
  height: 42px;
  background-color: #e7ca74;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}
.page-query .result .intr {
  width: 100%;
  max-width: 594px;
  border: 1px dashed #a4a4a4;
  padding: 36px 48px;
  margin-top: 20px;
  float: left;
  border-radius: 20px;
}
.page-query .result .intr p {
  margin: 0;
  line-height: 48px;
  font-size: 20px;
  color: #716d6d;
}
.page-query .result .intr p em {
  color: #b7afaf;
}
.page-query .result .intr p em.txt-shipment {
  color: #2ee4cf;
}
.page-contact {
  width: 100%;
  min-height: 760px;
  float: left;
}
.page-contact .wid {
  max-width: 1400px;
}
.page-contact .wid .conts {
  width: 100%;
  padding: 112px 0;
  float: left;
}
.page-contact .wid .conts .intr {
  width: 100%;
  padding: 40px 0;
  border: 2px dashed #d2d2d2;
  border-radius: 20px;
  float: left;
}
.page-contact .wid .conts .intr .item {
  width: 100%;
}
.page-contact .wid .conts .intr .item .ico {
  width: 100%;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-contact .wid .conts .intr .item .ico img {
  max-width: 90%;
}
.page-contact .wid .conts .intr .item .txt {
  width: 100%;
  line-height: 44px;
  padding: 20px 0;
  font-size: 36px;
  color: #1ca595;
  text-align: center;
  letter-spacing: 2px;
}
.page-contact .wid .conts .inform {
  float: left;
  width: 100%;
  padding: 30px;
}
.page-contact .wid .conts .inform .text {
  width: 100%;
}
.page-contact .wid .conts .inform .text p {
  margin: 0;
  line-height: 48px;
  font-size: 20px;
  color: #7e7e7e;
  text-indent: 40px;
  text-align: center;
}
.page-contact .wid .conts .inform .text p.times {
  text-align: center;
  color: #00c200;
}
.page-refund {
  width: 100%;
  min-height: 780px;
  float: left;
}
.page-refund .wid {
  max-width: 1400px;
}
.page-refund .wid .conts {
  width: 100%;
  padding: 60px 0;
  float: left;
}
.page-refund .wid .conts .step {
  width: 100%;
  max-width: 600px;
}
.page-refund .wid .conts .step .title {
  width: 100%;
}
.page-refund .wid .conts .step .title span {
  display: block;
  line-height: 50px;
  font-size: 28px;
  color: #2ee4cf;
}
.page-refund .wid .conts .step .title i {
  padding-left: 110px;
  line-height: 30px;
  color: #b8bbbc;
  font-size: 18px;
  letter-spacing: 1px;
}
.page-refund .wid .conts .step .label {
  width: 100%;
  line-height: 44px;
  font-weight: normal;
  margin-top: 20px;
  float: left;
}
.page-refund .wid .conts .step .label .box {
  color: #555454;
  font-size: 20px;
  letter-spacing: 2px;
}
.page-refund .wid .conts .step .label .box em {
  color: #cac8c6;
}
.page-refund .wid .conts .step .intr {
  width: 100%;
  border: 1px dashed #a0a0a0;
  border-radius: 12px;
  float: left;
  padding: 12px 18px;
}
.page-refund .wid .conts .step .intr p {
  margin: 0;
  line-height: 60px;
  font-size: 20px;
  color: #5d5a58;
}
.page-refund .wid .conts .step .intr p em {
  color: #cac8c6;
  padding-left: 10px;
}
.page-refund .wid .conts .step .intr p i {
  padding-left: 20px;
  color: #cac8c6;
}
.page-refund .wid .conts .step .button {
  width: 100%;
  padding-top: 32px;
  float: left;
  display: flex;
  justify-content: space-between;
}
.page-refund .wid .conts .step .button button {
  width: 250px;
  height: 50px;
  border: 1px solid #959595;
  color: #fff;
  letter-spacing: 4px;
  background-color: #959595;
  border-radius: 6px;
  font-size: 18px;
}
.page-refund .wid .conts .step .button button.btn-refund {
  border: 1px dashed #959595;
  color: #959595;
  background: none;
}
.page-refund .inform-details {
  display: none;
  float: left;
}
.page-refund .inform-details .title {
  width: 100%;
}
.page-refund .inform-details .title span {
  display: inline-block;
  width: 204px;
  height: 42px;
  background-color: #e7ca74;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}
.page-refund .inform-details .intrs {
  width: 100%;
  border: 1px dashed #a1a1a1;
  margin-top: 20px;
  float: left;
  border-radius: 10px;
  padding: 20px 48px;
}
.page-refund .inform-details .intrs .item {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.page-refund .inform-details .intrs .item .tits {
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  color: #06acb2;
}
.page-refund .inform-details .intrs .item .cont {
  width: 100%;
  padding: 12px 0;
  float: left;
}
.page-refund .inform-details .intrs .item .cont .rows {
  width: 100%;
  line-height: 36px;
  font-size: 16px;
  color: #4b4a4a;
}
.page-refund .inform-details .intrs .item .cont .rows em {
  color: #afb0af;
}
.page-refund .inform-details .intrs .item .cont .rows b {
  font-weight: normal;
  color: #ff7989;
  padding-right: 20px;
}
.page-refund .inform-refund {
  width: 100%;
  display: none;
}
.page-refund .refund {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.page-refund .refund .title {
  width: 100%;
}
.page-refund .refund .title span {
  display: inline-block;
  width: 204px;
  height: 42px;
  background-color: #e7ca74;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}
.page-refund .refund .intrs {
  width: 100%;
  border: 1px dashed #a1a1a1;
  margin-top: 20px;
  float: left;
  border-radius: 10px;
  padding: 20px 48px;
}
.page-refund .refund .intrs .item {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.page-refund .refund .intrs .item .tits {
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  color: #06acb2;
}
.page-refund .refund .intrs .item .cont {
  width: 100%;
  padding: 12px 0;
  float: left;
}
.page-refund .refund .intrs .item .cont .rows {
  width: 100%;
  line-height: 36px;
  float: left;
  height: 36px;
  position: relative;
}
.page-refund .refund .intrs .item .cont .rows label {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  float: left;
  color: #4b4a4a;
  width: 90px;
  display: inline-block;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.page-refund .refund .intrs .item .cont .rows label em {
  font-size: 24px;
  color: #fd739a;
}
.page-refund .refund .intrs .item .cont .rows input[type='radio'] {
  width: 20px;
  height: 20px;
  border: 1px solid #6b6b6b;
  border-radius: 12px;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -10px;
}
.page-refund .refund .intrs .item .cont .rows input[type='text'] {
  width: calc(100% - 90px);
  height: 32px;
  border: none;
  background: none;
  border-bottom: 1px dashed #959595;
  padding-left: 10px;
  float: left;
  font-size: 16px;
}
.page-refund .refund .intrs .item .cont .rows .box {
  padding-right: 30px;
  float: left;
  width: 50%;
}
.page-refund .refund .intrs .item .cont .rows p {
  color: #06acb2;
  float: left;
  line-height: 36px;
  font-size: 18px;
}
.page-refund .refund .intrs .item .cont .rows p i {
  color: #70ebdc;
  font-size: 16px;
}
.page-refund .refund .intrs .item .cont .rows h3 {
  font-weight: normal;
  font-size: 18px;
  color: #4b4a4a;
  margin: 0;
}
.page-refund .refund .intrs .item .cont .rows h3 em {
  font-size: 24px;
  color: #fd739a;
}
.page-refund .refund .button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: left;
  padding-top: 20px;
}
.page-refund .refund .button button {
  width: 204px;
  height: 42px;
  background-color: #06acb2;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
}
#audio {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

@media screen and (max-width: 1510px) {
  .product {
    margin-top: 80px;
  }
  .head {
    height: 100px;
  }
  .head .logo {
    max-width: initial;
  }
  .head .logo img {
    width: 400px;
  }
  .head .nav ul li {
    padding: 19px 0;
    margin: 0 12px;
  }
  .wid {
    padding: 0 15px;
  }
  .case .intrs .text {
    padding: 0 60px;
    padding-top: 80px;
  }
  .case .intrs .text .logo {
    padding-top: 80px;
  }
  .page-service .wid .conts {
    padding: 60px 0;
  }
  .page-service .wid .conts .items .list {
    padding: 30px 0;
  }
  .page-service .wid .conts .items .list ul li {
    padding-left: 30px;
    font-size: 20px;
  }
  .page-service .wid .conts .items .list ul li:after {
    left: 0px;
  }
  .page-service .wid .conts .items .tits {
    height: 72px;
  }
  .page-service .wid .conts .items .tits span {
    font-size: 24px;
  }
  .page-service .wid .conts .items .tits img {
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .product {
    margin-top: 50px;
  }
  .page-refund .wid .conts .step .label .box {
    font-size: 18px;
  }
  .page-refund .wid .conts .step .intr p {
    font-size: 16px;
    line-height: 40px;
  }
  .page-query .wid .conts .forms .intr .rows .yzm {
    width: calc(100% - 234px);
  }
  .page-contact .wid .conts .intr .item .ico img {
    height: 32px;
  }
  .page-contact .wid .conts .intr .item .txt {
    font-size: 24px;
    line-height: 40px;
    padding: 0;
  }
  .page-contact .wid .conts .inform .text p {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
  }
  .head {
    height: 100px;
  }
  .head .logo {
    max-width: initial;
  }
  .head .logo img {
    width: 300px;
  }
  .head .nav ul li {
    padding: 31px 0;
    margin: 0 6px;
  }
  .head .nav ul li span {
    font-size: 16px;
  }
  .head .nav ul li i {
    display: none;
  }
  .banner ul li .item3-text .rows h3 {
    font-size: 64px;
  }
  .banner ul li .item3-text .rows h5 {
    font-size: 28px;
  }
  .banner ul li .item3-text .rows p span {
    padding: 0 48px;
    font-size: 28px;
    line-height: 60px;
    height: 60px;
  }
  .banner ul li .item1-text .wid .rows span {
    font-size: 28px;
    line-height: 72px;
    padding: 0 30px;
    height: 72px;
  }
  .banner ul li .item1-text .wid .rows p {
    font-size: 40px;
    line-height: 48px;
  }
  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 60px;
  }
  .product .text .wid .txts h3 {
    font-size: 48px;
    line-height: 72px;
  }
  .introduce .item-intr .text h3 {
    font-size: 48px;
    line-height: 72px;
  }
  .introduce .item-intr .text p {
    font-size: 20px;
    line-height: 32px;
  }
  .case .intrs .text {
    padding: 0 30px;
    padding-top: 50px;
  }
  .case .intrs .text h3 {
    font-size: 60px;
    line-height: 72px;
  }
  .case .intrs .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .case .intrs .text .logo {
    padding-top: 50px;
  }
  .case .intrs .text .logo img {
    width: 300px;
  }
}
@media screen and (max-width: 993px) {
  .product {
    margin-top: 30px;
  }
  .page-query .wid .conts {
    padding: 50px 0;
  }
  .page-query .result {
    padding-top: 60px;
  }
  .page-query .wid .conts .forms .intr .rows {
    margin: 8px 0;
  }
  .page-contact .wid .conts .intr {
    padding: 0;
  }
  .page-contact .wid .conts .intr .item {
    border-bottom: 1px dashed #f1f1f1;
    padding: 12px 0;
    float: left;
  }
  .page-contact .wid .conts .intr .item .ico {
    height: 76px;
  }
  .page-contact .wid .conts .inform {
    padding: 20px 0;
    float: left;
  }
  .page-contact .wid .conts .inform .text p {
    text-indent: 0;
  }
  .page-contact .wid .conts {
    padding: 42px 0;
  }
  .head {
    height: 80px;
  }
  .head .logo {
    padding-top: 12px;
  }
  .banner ul li {
    height: 374px;
  }
  .banner ul li.li-item1 {
    background: url("../img/8abbc5_1000x374.jpg") center no-repeat !important;
    background-size: cover !important;
  }
  .banner ul li.li-item2 {
    background: url("../img/039847_1000x374.jpg") center no-repeat !important;
    background-size: cover !important;
  }
  .banner ul li.li-item3 {
    background: url("../img/e5b4a8_1000x374.jpg") center no-repeat !important;
    background-size: cover !important;
  }
  .banner ul li .item1-text .wid {
    height: 374px;
  }
  .banner ul li .item2-text {
    padding-top: 30px;
  }
  .banner ul li .item2-text .rows h3 {
    font-size: 24px;
    line-height: 40px;
    padding-right: 60px;
  }
  .banner ul li .item2-text .rows h3 em {
    font-size: 40px;
  }
  .banner ul li .item2-text .rows p {
    padding-right: 60px;
    font-size: 16px;
    line-height: 32px;
  }
  .banner ul li .item2-text .rows h5 {
    font-size: 28px;
    line-height: 48px;
  }
  .banner ul li .item1-text .wid .rows span {
    font-size: 20px;
    line-height: 48px;
    padding: 0 30px;
    height: 48px;
    margin-right: 60px;
    float: left;
  }
  .banner ul li .item1-text .wid .rows p {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
  }
  .banner ul li .item1-text .wid .rows:last-child p {
    padding-left: 0;
    text-align: left;
    padding-left: 0;
  }
  .banner ul li .item3-text {
    padding-top: 30px;
  }
  .banner ul li .item3-text .rows h3 {
    font-size: 40px;
    line-height: 58px;
  }
  .banner ul li .item3-text .rows h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .banner ul li .item3-text .rows p span {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .conts .contact {
    display: initial;
  }
  .footer .conts .contact .share {
    width: 100%;
  }
  .footer .conts .contact .addr {
    width: 50%;
    float: left;
  }
  .footer .conts .contact .service {
    width: 50%;
    float: left;
  }
  .footer .conts .copyright {
    float: left;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-refund .wid .conts .step {
    padding-bottom: 30px;
    float: left;
  }
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .banner ul li {
    height: 240px;
  }
  .banner ul li .item2-text {
    padding-top: 30px;
  }
  .banner ul li .item2-text .rows h3 {
    font-size: 20px;
    line-height: 32px;
    padding-right: 20px;
  }
  .banner ul li .item2-text .rows h3 em {
    font-size: 32px;
  }
  .banner ul li .item2-text .rows p {
    padding-right: 60px;
    font-size: 13px;
    line-height: 24px;
    padding-right: 20px;
  }
  .banner ul li .item2-text .rows h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 32px;
  }
  .banner .swiper-button-next {
    right: 10px;
  }
  .banner .swiper-button-prev {
    left: 10px;
  }
  .banner ul li .item1-text .wid {
    height: 240px;
    padding-bottom: 40px;
  }
  .banner ul li .item1-text .wid .rows {
    margin: 0;
    padding: 0;
  }
  .banner ul li .item1-text .wid .rows span {
    font-size: 16px;
    line-height: 32px;
    padding: 0 20px;
    height: 32px;
    margin-right: 20px;
    float: left;
    margin-bottom: 10px;
  }
  .banner ul li .item1-text .wid .rows p {
    font-size: 18px;
    text-align: left;
    line-height: 36px;
  }
  .banner ul li .item3-text {
    padding-top: 20px;
  }
  .banner ul li .item3-text .rows {
    padding: 0 20px;
  }
  .banner ul li .item3-text .rows h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .banner ul li .item3-text .rows h3 em {
    font-size: 40px;
  }
  .banner ul li .item3-text .rows h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .banner ul li .item3-text .rows p {
    padding: 10px 0;
  }
  .banner ul li .item3-text .rows p span {
    padding: 0 30px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .introduce .item-intr.intr-Fl {
    width: 100%;
  }
  .introduce .item-intr.intr-Fl .imgs {
    margin-top: 0;
  }
  .introduce .item-intr.intr-Fr {
    width: 100%;
    padding-left: 0;
  }
  .introduce .wid {
    display: initial;
  }
  .product .text .wid .txts {
    padding-top: 20px;
  }
  .product .text .wid .txts h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .product .text .wid .txts h3:nth-child(2) {
    padding-left: 20px;
  }
  .case .intrs {
    float: left;
  }
  .case .intrs .text {
    padding: 0;
    position: relative;
    padding: 0px;
    padding-top: 20px;
  }
  .case .intrs .text h3 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
  }
  .case .intrs .text p {
    padding-left: 0;
    color: #1598a0;
    font-size: 16px;
    line-height: 26px;
  }
  .case .intrs .text .logo {
    padding-top: 0;
    padding: 20px 0;
  }
  .case .intrs .text .logo img {
    width: 160px;
  }
  .introduce .item-intr .text {
    padding: 20px 15px;
  }
  .introduce .item-intr .text h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .introduce .item-intr .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .case {
    margin-top: 20px;
    float: left;
  }
  .footer .conts .contact .service {
    width: 100%;
  }
  .footer .conts .contact .addr {
    width: 100%;
  }
  .footer .conts .contact .share {
    margin-bottom: 10px;
  }
  .head {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .head .logo {
    height: 70px;
    padding-top: 4px;
  }
  .head .menus {
    height: 70px;
  }
  body {
    padding-top: 70px;
  }
  .page-contact .wid .conts .intr .item .ico {
    height: 56px;
  }
  .page-contact .wid .conts .inform .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .page-introduction .wid .intrs {
    padding: 30px 0;
  }
  .page-introduction .wid .intrs .title span {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    padding: 0 12px;
  }
  .page-introduction .wid .intrs .text {
    padding: 12px 0;
    float: left;
  }
  .page-introduction .wid .intrs .text p {
    font-size: 16px;
    line-height: 26px;
    text-indent: 32px;
  }
  .page-service .wid .conts .items .list {
    padding: 16px 0;
    float: left;
  }
  .page-service .wid .conts .items .list ul li {
    font-size: 18px;
  }
  .page-service .wid .conts .items .list ul li i {
    font-size: 14px;
  }
  .page-service .wid .conts .items .list ul li:after {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }
  .page-service .wid .conts {
    padding: 30px 0;
  }
  .page-query .wid .conts .forms .title span {
    font-size: 20px;
    line-height: 32px;
  }
  .page-query .wid .conts .forms .title i {
    padding-left: 20px;
  }
  .page-query .result .intr {
    padding: 20px;
  }
  .page-query .result .intr p {
    font-size: 16px;
    line-height: 32px;
  }
  .page-refund .wid .conts .step .title span {
    font-size: 20px;
    line-height: 40px;
  }
  .page-refund .wid .conts .step .title i {
    padding-left: 50px;
  }
  .page-refund .wid .conts .step .label .box {
    float: left !important;
    line-height: 30px;
    font-size: 16px;
  }
  .page-refund .wid .conts .step .intr p {
    font-size: 16px;
    line-height: 30px;
  }
  .page-refund .wid .conts .step .button button {
    width: 46%;
    height: 44px;
  }
  .page-refund .refund .intrs {
    padding: 20px;
  }
  .page-refund .refund .intrs .item .cont .rows {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: initial;
    float: left;
    height: auto;
  }
  .page-refund .refund .intrs .item .cont .rows input[type='radio'] {
    position: relative;
    float: left;
    margin: 0;
    left: 0;
    top: 0;
    margin-right: 10px;
  }
  .page-refund .refund .intrs .item .cont .rows label {
    font-size: 16px;
  }
  .page-refund .refund .intrs .item .tits {
    font-size: 16px;
    line-height: 26px;
  }
  .page-refund .refund .intrs .item .cont .rows .box {
    width: 100%;
  }
  .product {
    margin-top: 20px;
  }
}
