* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  min-width: 1440px;
  margin: 0 auto;
  color: #333333;
}

.fiexd{
  position: fixed;
}
/* 页头 */
header {
  height: 80px;
}

header .h-layer {
  width: 1300px;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
}

header .h-layer .h_logo {
  float: left;
  width: 259px;
  height: 100%;
}

header .h-layer .h_logo img {
  margin-top: 15px;
  width: 259px;
}

header .h-layer .menu {
  display: flex;
  justify-content: space-between;
  float: right;
  width: 680px;
  height: 100%;
}

header .h-layer .menu .t_list>a {
  display: block;
  color: #333333;
  line-height: 80px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
}

header .h-layer .menu .t_list {
  position: relative;
}
header .h-layer .menu .t_list::hover{
  border-bottom: 4px solid #57227c;
}

header .h-layer .menu .t_list.active {
  position: relative;
  border-bottom: 4px solid #57227c;
}

header .h-layer .menu .t_list.active::after {
  position: absolute;
  display: block;
  /* content: ""; */
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: center bottom;
  width: 100%;
  height: 4px;
  background: #57227c;
  transition: .3s;
}
/* header .h-layer .menu .t_list.active:hover::after {
  transform: scale(1, 1);
} */

/* header .h-layer .menu .t_list:hover ul a {
  transition: .3s all;
  height: 50px;
} */

/* header .h-layer .menu .t_list:hover ul {
  padding: 10px 0;
} */

header .h-layer .menu .t_list ul {
  position: absolute;
  /* left: 50%; */
  transform: translateX(-50%);
  width: 120px;
  background-color: rgba(255, 255, 255, .9);
  overflow: hidden;
  z-index: 10;
}
header .h-layer .menu .t_list .ulone{
  left: -80px;
}
header .h-layer .menu .t_list .ultwo{
  left: 40px;
}
header .h-layer .menu .t_list .ulthree{
  left: 160px;
}
header .h-layer .menu .t_list .ulfour{
  left: 40px;
}
header .h-layer .menu .t_list #panel {
  display: none;
}
header .h-layer .menu .t_list:hover #panel {
  display: block;
}
header .h-layer .menu .t_list #About {
  display: none;
}
header .h-layer .menu .t_list:hover #About {
  display: block;
}

header .h-layer .menu .t_list ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  height: 0;
  color: #525252;
}

header .h-layer .menu .t_list ul li:hover a {
  /* background-color: rgba(255, 255, 255, .5); */
  color: #525252;
  font-weight: bold;
}
header .h-layer .menu .t_list ul li{
	/* position: relative; */
	width: 120px;
	height: 70px;
	/* background-color: #fff; */
}
/* 图片 */
header .h-layer .menu .t_list ul li .photo{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 50px;
	margin-top: 10px;
}



header .h-layer .h_info {
  float: right;
  width: 200px;
  height: 100%;
  padding-left: 40px;
}

header .h-layer .h_info img {
  float: left;
  width: 30px;
  margin-left: 12px;
  margin-top: 26px;
}

header .h-layer .h_info .info_phone {
  float: right;
  height: 100%;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #52367a;
}

header .h-layer .h_info .info_phone p:first-child {
  margin: 30px 0 0px;
}


/* 页脚 */
.foot {
  height: 580px;
  background-color: #201131;
  font-size: 16px;
}

.foot .foot-c {
  position: relative;
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding-top: 60px;
  color: #fff;
  overflow: hidden;
}

.foot .foot-c .w {
  overflow: hidden;
}

.foot .foot-c .w .foot-c-left {
  float: left;
  width: 370px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item {
  font-size: 18px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .qr-item {
  width: 100px;
  margin-left: 40px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .qr-item img {
  width: 100px;
  height: 100px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .qr-item p {
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-tit {
  position: relative;
  padding: 0 0 10px 40px;
  border-bottom: 1px solid #5A636F;
  font-size: 18px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-tit img {
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-text {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  margin-bottom: 30px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-text img {
  position: absolute;
  left: 0;
  top: -6px;
  width: 30px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-box {
  padding: 30px 0 0 40px;
  overflow: hidden;
  margin-bottom: 36px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-box .phone-btn {
  font-size: 13px;
  float: right;
  width: 86px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  /* margin-top: 9px; */
  border: 1px solid #5A636F;
  cursor: pointer;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-box p {
  font-size: 14px;
  margin-top: 5px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-box .phones {
  float: left;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-box .phones p {
  font-size: 18px;
}

.foot .foot-c .w .foot-c-left .foot-c-left-item .foot-c-left-item-box .phones p:first-child {
  margin-bottom: 3px;
}

.foot .foot-c .w .foot-c-help {
  float: right;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin-left: 100px;
}

.foot .foot-c .w .foot-c-help .fore {
  margin-right: 52px;
  margin-bottom: 20px;
}

.foot .foot-c .w .foot-c-help .fore dt {
  width: 180px;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #5A636F;
}

.foot .foot-c .w .foot-c-help .fore dd {
  width: 180px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #999999;
}

.foot .foot-c .w .foot-c-help .fore dd a {
  color: #999999;
}

/* .foot .foot-c .w .foot-c-help .fore:last-child {
  margin-right: 0;
}

.foot .foot-c .w .foot-c-help .fore:last-child dt {
  height: 35px;
  border: 0;
}

.foot .foot-c .w .foot-c-help .fore:last-child dd {
  width: 250px;
} */

/* .foot .foot-c .w .foot-c-help .fore:nth-of-type(4n) {
  margin-right: 0;
} */

.foot .foot-c .copyright {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #5A636F;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  color: #999999;
  padding-top: 15px;
  margin-bottom: 15px;
}
.foot .foot-c .copyright .link {
	text-decoration: none;
	color: #999999;
}
.foot .foot-c .copyright .link:hover {
	text-decoration: none;
	color: #00aaff;
}
.foot .foot-c .copyright .icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.pop-up {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  font-size: 16px;
}

.pop-up .pop-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 650px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.pop-up .pop-box .pop-top {
  height: 135px;
  background-color: #3782D3;
  text-align: center;
  padding-top: 35px;
  color: #fff;
}

.pop-up .pop-box .pop-top>img {
  width: 61px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.pop-up .pop-box .pop-top .pop-tit {
  font-family: MicrosoftYaHei-Bold;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
}

.pop-up .pop-box .pop-top .pop-ts {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 15px;
}

.pop-up .pop-box .pop-top .closeBtb {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pop-up .pop-box .pop-top .closeBtb img {
  width: 100%;
}

.pop-up .pop-box .pop-bot {
  padding: 5px 75px;
  font-size: 14px;
}

.pop-up .pop-box .pop-bot .rel {
  position: relative;
  user-select: none;
  margin-right: 15px;
}

.pop-up .pop-box .pop-bot input[type='radio'] {
  vertical-align: middle;
}

.pop-up .pop-box .pop-bot input[type='radio']:checked+label {
  background-color: #377DC9;
}

.pop-up .pop-box .pop-bot input[type='radio']:checked+label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.pop-up .pop-box .pop-bot label {
  position: absolute;
  left: -1px;
  top: 3px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.pop-up .pop-box .pop-bot .pop-line {
  margin-top: 20px;
}

.pop-up .pop-box .pop-bot .pop-line .name {
  display: inline-block;
  color: #333333;
  width: 80px;
  text-align: right;
  position: relative;
}

.pop-up .pop-box .pop-bot .pop-line .name i {
  color: #FF0505;
  font-style: normal;
}

.pop-up .pop-box .pop-bot .pop-line .text {
  color: #666666;
}

.pop-up .pop-box .pop-bot .pop-line .text input[type='text'],
.pop-up .pop-box .pop-bot .pop-line .text textarea {
  width: 350px;
  height: 36px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding-left: 10px;
  outline: none;
  color: #666666;
}

.pop-up .pop-box .pop-bot .pop-line .text input[type='text'].red,
.pop-up .pop-box .pop-bot .pop-line .text textarea.red {
  border-color: #F84335;
}

.pop-up .pop-box .pop-bot .pop-line .text textarea {
  padding: 10px;
  height: 120px;
  vertical-align: top;
  resize: none;
  font-family: MicrosoftYaHei;
}

.pop-up .pop-box .pop-bot .pop-line .text textarea::-webkit-input-placeholder {
  color: #666666;
  font-family: MicrosoftYaHei;
  font-size: 14px;
}

.pop-up .pop-box .pop-btn {
  width: 200px;
  height: 44px;
  background-color: #3782D3;
  outline: none;
  border: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}

.dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  font-size: 16px;
}

.dialog .dialog-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 200px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.dialog .dialog-box .dialog-t {
  height: 50px;
  background-color: #3782D3;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}

.dialog .dialog-box .dialog-c {
  padding: 20px;
}

.dialog .dialog-box .dialog-f {
  text-align: center;
}

.dialog .dialog-box .dialog-f button {
  width: 100px;
  height: 30px;
  outline: none;
  border: 0;
  background-color: #3782D3;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
}


.dialog-ts {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  font-size: 16px;
}

.dialog-ts .dialog-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 200px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.dialog-ts .dialog-box .dialog-t {
  height: 50px;
  background-color: #3782D3;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}

.dialog-ts .dialog-box .dialog-c {
  padding: 20px;
}

.dialog-ts .dialog-box .dialog-f {
  text-align: center;
}

.dialog-ts .dialog-box .dialog-f button {
  width: 100px;
  height: 30px;
  outline: none;
  border: 0;
  background-color: #3782D3;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
}


.btnTop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 15%;
  cursor: pointer;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/common/gotop.png) no-repeat;
  background-size: cover;
  border-radius: 5px;
}

/* 移动端 */
.m-header {
  display: none;
}

.mobody {
  width: 100%;
  min-width: auto;
  -webkit-overflow-scrolling : touch; 
}

.mobody header {
  display: none;
}

/* 页脚 */
.mobody .btnTop {
  width: 0.8rem;
  height: 0.8rem;
}

.mobody .foot,
.foot.mo {
  display: none;
}

.mobody .foot.mo {
  display: block;
  width: 100%;
  height: 7.3rem;
}

.mobody .foot.mo .foot-c {
  width: 100%;
  height: 6.2rem;
  padding-top: 0;
  background-color: #202B39;
  color: #ffffff;
}

.mobody .foot.mo .foot-c .foot-c-btn {
  display: flex;
  height: 0.8rem;
  border-bottom: 1px solid #5A636F;
}

.mobody .foot.mo .foot-c .foot-c-btn .c-btn {
  flex: 1;
  text-align: center;
  margin-top: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-right: 1px solid #5A636F;
}

.mobody .foot.mo .foot-c .foot-c-btn .c-btn:last-child {
  border-right: 0;
}

.mobody .foot.mo .foot-c .foot-c-btn .c-btn a {
  color: #ffffff;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.mobody .foot.mo .foot-c .foot-c-info {
  position: relative;
  height: 2.6rem;
  margin: 0 0.3rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #5A636F;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-l .l-item .l-item-tit {
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  transform: scale(0.91);
  transform-origin: left;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-l .l-item .l-item-tit img {
  width: 0.48rem;
  vertical-align: middle;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-l .l-item .l-item-box {
  margin-left: 0.58rem;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-l .l-item .l-item-box .phones p {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-l .l-item .l-item-text {
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  transform: scale(0.91);
  transform-origin: left;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-l .l-item .l-item-text img {
  width: 0.48rem;
  vertical-align: middle;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-r {
  position: absolute;
  top: 0.42rem;
  right: 0rem;
  text-align: center;
  width: 1.7rem;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-r p {
  font-size: 0.24rem;
  transform: scale(0.83);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #aaaaaa;
  margin-bottom: 0.16rem;
}

.mobody .foot.mo .foot-c .foot-c-info .foot-c-info-r img {
  width: 100%;
  width: 1.32rem;
}

.mobody .foot.mo .foot-c .foot-honor {
  height: 2.06rem;
  padding: 0.2rem 0.4rem 0;
  border-bottom: 1px solid #5A636F;
}

.mobody .foot.mo .foot-c .foot-honor .foot-honor-tit {
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.mobody .foot.mo .foot-c .foot-honor .foot-honor-box {
  display: flex;
  position: relative;
}

.mobody .foot.mo .foot-c .foot-honor .foot-honor-box ul {
  position: absolute;
  top: 0;
  width: 5rem;
  font-size: 0.24rem;
  transform: scale(0.83);
  transform-origin: left;
}

.mobody .foot.mo .foot-c .foot-honor .foot-honor-box ul:nth-of-type(1) {
  left: 0;
}

.mobody .foot.mo .foot-c .foot-honor .foot-honor-box ul:nth-of-type(2) {
  left: 2.6rem;
}

.mobody .foot.mo .foot-c .foot-honor .foot-honor-box ul:nth-of-type(3) {
  left: 5.62rem;
}

.mobody .foot.mo .foot-c .foot-honor .foot-honor-box ul li {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #aaaaaa;
  margin-bottom: 0.04rem;
}

.mobody .foot.mo .foot-c .foot-copy {
  text-align: center;
  font-size: 0.24rem;
  transform: scale(0.83);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.75rem;
}

.mobody .foot.mo .foot-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  height: 1.1rem;
  background-color: #377DC9;
  display: flex;
  color: #ffffff;
}

.mobody .foot.mo .foot-btn .f-btn {
  flex: 1;
  padding-top: 0.05rem;
  text-align: center;
}

.mobody .foot.mo .foot-btn .f-btn a {
  color: #fff;
}

.mobody .foot.mo .foot-btn .f-btn img {
  width: 0.6rem;
}

.mobody .foot.mo .foot-btn .f-btn p {
  font-size: 0.24rem;
  transform: scale(0.91);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.mobody .pop-up.mo .pop-box {
  width: 95%;
  height: auto;
}

.mobody .pop-up.mo .pop-box .pop-top {
  height: auto;
  padding-top: 0.4rem;
}

.mobody .pop-up.mo .pop-box .pop-top .pop-tit {
  font-size: 0.35rem;
}

.mobody .pop-up.mo .pop-box .pop-top .pop-ts {
  font-size: 0.28rem;
  margin-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.mobody .pop-up.mo .pop-box .pop-top .closeBtb {
  top: 0.1rem;
  right: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
}

.mobody .pop-up.mo .pop-box .pop-top > img {
  left: 0.1rem;
  top: 0.2rem;
  width: 1rem;
}

.mobody .pop-up.mo .pop-box .pop-bot {
  padding: 0.1rem 0.3rem 0;
  font-size: 0.26rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line {
  margin-top: 0.3rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line:first-child .text {
  display: flex;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line:first-child .text .rel {
  flex: 1;
  margin-top: 0.1rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line:first-child .text .rel label {
  width: 0.28rem;
  height: 0.28rem;
  left: -0.03rem;
  top: 0.07rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line:first-child .text .rel label::after {
  left: 0.08rem;
  top: 0.08rem;
  width: 0.08rem;
  height: 0.08rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line:first-child .text .rel input[type='radio'] {
  width: 0.25rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line .name {
  width: 1.6rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line .text .rel {
  margin-right: 0;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line .text input[type='text'] {
  width: calc(100% - 1.8rem);
  height: 0.72rem;
}

.mobody .pop-up.mo .pop-box .pop-bot .pop-line .text textarea {
  width: calc(100% - 1.8rem);
  height: 2.4rem;
}

.mobody .pop-up.mo .pop-box .pop-btn {
  position: relative;
  bottom: 0;
  width: 2rem;
  height: 0.8rem;
  margin: 0.1rem 0;
  font-size: 0.32rem;
}

.mobody .dialog.mo,
.mobody .dialog-ts.mo {
  font-size: 0.28rem;
}

.mobody .dialog.mo .dialog-box,
.mobody .dialog-ts.mo .dialog-box {
  width: 6rem;
  height: auto;
}

.mobody .dialog.mo .dialog-box .dialog-t,
.mobody .dialog-ts.mo .dialog-box .dialog-t {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.36rem;
}

.mobody .dialog.mo .dialog-box .dialog-c,
.mobody .dialog-ts.mo .dialog-box .dialog-c {
  padding: 0.2rem;
}

.mobody .dialog.mo .dialog-box .dialog-f button,
.mobody .dialog-ts.mo .dialog-box .dialog-f button {
  margin: 0.2rem 0;
  width: 2rem;
  height: 0.6rem;
}
