@charset "UTF-8";
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

.header .top {
  width: 100%;
  height: 40px;
  background: #213b5b;
  color: #fff;
  font-size: 11px;
}

.header .top > div {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .top > div a {
  margin-left: 30px;
}

.header .top > div .myzh {
  color: #fed925;
}

.header .top > div div {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.header .top > div div img {
  margin-right: 10px;
}

.header .top > div .ChangeLanguage > div {
  line-height: 18px;
}

.header .top > div .ChangeLanguage .Language_on {
  background: #2c4f7a;
  padding: 0 10px;
}

.header .navbox {
  width: 100%;
  height: 100px;
  position: relative;
  transition: 0.6s;
}

.header .navbox::after {
  content: "";
  display: block;
  width: calc(50% + 570px);
  height: 100%;
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 30px;
}

.header .navbox .nav {
  position: relative;
  z-index: 9;
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .navbox .nav .logo {
  transition: 0.4s;
  cursor: pointer;
}

.header .navbox .nav .menu {
  display: flex;
  align-items: center;
  color: #194f90;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  height: 100%;
}

.header .navbox .nav .menu .navItem {
  width: 120px;
  height: 100%;
  position: relative;
}

.header .navbox .nav .menu .navItem:hover .popUp {
  display: block;
}

.header .navbox .nav .menu .navItem > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header .navbox .nav .menu .navItem > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #194f90;
  position: absolute;
  right: 0;
}

.header .navbox .nav .menu .navItem > a:hover {
  text-decoration: underline;
  color: #ff6600;
}

.header .navbox .nav .menu .popUp {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 30px;
}

.header .navbox .nav .menu .popUp > ul {
  background: #fff;
  color: #333;
  padding: 10px 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header .navbox .nav .menu .popUp > ul::before {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  position: absolute;
  left: 42px;
  top: 16px;
  background: url(../imgs/sanjiao.svg);
}

.header .navbox .nav .menu .popUp > ul li:hover .popProd {
  display: flex;
}

.header .navbox .nav .menu .popUp > ul a {
  font-size: 12px;
}

.header .navbox .nav .menu .popUp > ul a:hover {
  text-decoration: underline;
  color: #ff6600;
}

.header .navbox .nav .menu .popUp .popProd {
  display: none;
  position: absolute;
  border-radius: 10px;
  top: 30px;
  left: 125px;
  background: #fff;
  width: 420px;
  height: 140px;
  font-weight: normal !important;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 10px;
  box-sizing: border-box;
}

.header .navbox .nav .menu .popUp .popProd::before {
  position: absolute;
  left: -5px;
  top: 0;
  content: "";
  display: block;
  width: 5px;
  height: 140px;
}

.header .navbox .nav .menu .popUp .popProd li {
  width: 120px;
  line-height: 40px !important;
  height: 40px !important;
  font-size: 10px !important;
  text-align: left;
  margin-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
  color: #888 !important;
}

.header .navbox .nav .menu #search {
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.header .navbox .nav .menu #searchform {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: -66px;
  width: 300px;
  height: 66px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.header .navbox .nav .menu #searchform input {
  border: 1px solid #ccc;
  height: 36px;
  border-radius: 5px;
  padding-left: 20px;
}

.header .navbox .nav .menu #searchform .btn {
  height: 36px;
  line-height: 36px;
  background: #194f90;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

.header .navbox .nav .menu #searchform .btn::before {
  content: "";
  display: block;
  border-left: 10px solid #194f90;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -10px;
  width: 0;
  position: absolute;
  top: 0;
}

.header .navbox .nav .menu #searchform .btn::after {
  content: "";
  display: block;
  border-right: 10px solid #194f90;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -10px;
  width: 0;
  position: absolute;
  top: 0;
}

.header .productBox {
  display: none;
  padding-top: 30px;
  width: 1140px;
  margin: 0 auto;
}

.header .productBox .productList {
  width: 1140px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header .productBox .productList::before {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  position: absolute;
  left: 635px;
  top: -14px;
  background: url(../imgs/sanjiao.svg);
}

.header .productBox .productList div {
  width: 25%;
  padding-right: 20px;
  padding-left: 50px;
  border-right: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.header .productBox .productList div:nth-child(4n) {
  border-right: none;
}

.header .productBox .productList div a:hover {
  text-decoration: underline;
  color: #000;
}

.header .productBox .productList div > a {
  font-size: 16px;
  font-weight: bold;
  color: #ff6600;
  display: flex;
}

.header .productBox .productList div > a img {
  margin-right: 10px;
  line-height: 30px;
}

.header .productBox .productList div ul {
  margin-top: 20px;
}

.header .productBox .productList div ul li {
  color: #333;
  font-size: 12px;
  line-height: 24px;
}

.header .popUpBox {
  width: 1140px;
  margin: 0 auto;
}

.header .popUpBox .UlBox {
  display: none;
  padding-top: 30px;
  width: 117px;
  height: 100%;
  border-radius: 10px;
  float: right;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header .popUpBox ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 117px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
}

.header .popUpBox ul::before {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  position: absolute;
  left: 42px;
  top: -14px;
  background: url(../imgs/sanjiao.svg);
}

.header .popUpBox ul li {
  color: #333;
  font-size: 12px;
  line-height: 36px;
}

.header .popUpBox ul li a:hover {
  font-weight: b;
  text-decoration: underline;
  color: #000;
}

.header #supportUlBox {
  position: relative;
  right: 198px;
}

.header #serviceBoxUlBox {
  position: relative;
  right: 80px;
}

.header .code {
  width: 120px;
  background: #fff;
  position: fixed;
  right: 20px;
  top: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 0 0 0;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header .code div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.header .code div img {
  width: 90px;
}

.header .code div p {
  background: #f8f8f8;
  width: 90px;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #ccc;
}

.footerBox {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  height: 360px;
  background: #0055aa;
  margin-top: 50px;
}

.footerBox .footer {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footerBox .footer a:hover {
  text-decoration: underline;
  color: #fed925;
}

.footerBox .footer > div {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.footerBox .footer .jianjie img {
  width: 250px;
  margin-bottom: 40px;
}

.footerBox .footer .chanpin {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footerBox .footer .chanpin p {
  margin-bottom: 65px;
  color: #fed925;
  font-weight: bold;
}

.footerBox .footer .chanpin .linkList {
  display: flex;
  flex-direction: column;
}

.footerBox .footer .chanpin .linkList ul {
  display: flex;
}

.footerBox .footer .chanpin .linkList ul li {
  margin-right: 14px;
}

.footerBox .footer .menu {
  margin-top: 135px;
}

.footerBox .footer .code {
  display: flex;
  flex-direction: row;
}

.footerBox .footer .code div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
}

.footerBox .footer .code p {
  margin: 10px 0;
}

/* 1140居中 */
.mid {
  width: 1140px;
  margin: 0 auto;
}

/* 950居中 */
.minmid {
  width: 950px;
  margin: 0 auto;
}

.topimg {
  width: 100%;
  height: 300px;
}

.topimg img {
  width: 100%;
  height: 100%;
}

.crumbs {
  line-height: 80px;
  font-size: 14px;
  color: #194f90;
}

.crumbs a:last-child {
  color: #707070;
}

.page {
  /* 宽度可以不给 */
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center !important;
}

.page .page_on {
  background: #194f90;
  border: 1px solid #194f90;
  color: #fff;
}

.page a,
.page p {
  display: inline-block !important;
  height: 40px;
  padding: 0 15.5px;
  line-height: 40px;
  margin: 0 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.page p {
  border: none;
}

.page a:hover {
  background: #194f90;
  border: 1px solid #194f90;
  color: #fff;
  font-weight: normal;
}

.sub_title {
  display: flex;
  justify-content: space-between;
  color: #194f90;
  min-height: 90px;
}

.sub_title b {
  font-size: 36px;
}

.sub_title a {
  width: 80px;
  height: 30px;
  background: url(../imgs/moreBg.svg);
  background-size: 100% 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  transition: 0.3s;
}

.sub_title a:hover {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.sub_title .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  width: 360px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 20px;
}

.sub_title .search input {
  width: 290px;
}

.sub_title .search .btn {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../imgs/search.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.sed_title {
  display: block;
  line-height: 60px;
  font-size: 26px;
  color: #194f90;
  font-weight: normal !important;
}

.FAQ .sub_title b {
  font-size: 26px;
  font-weight: normal !important;
  margin-top: 10px;
  margin-bottom: 50px;
}

.FAQtxt {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
}

.FAQtxt .question {
  display: block;
  color: #1a1a1a;
  background: #f0f0f0;
  line-height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
}

.FAQtxt .answer {
  font-size: 14px;
  line-height: 28px;
  padding-top: 30px;
  padding-left: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  color: #707070;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form > div {
  height: 90px;
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}

.form > div p {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  line-height: 54px;
  display: flex;
  align-items: center;
}

.form > div p i {
  color: red;
}

.form > div input {
  border: 1px solid #ccc;
  height: 36px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
}

.form > div select {
  border: 1px solid #ccc;
  height: 36px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #707070;
}

.form .Allwidth {
  width: 100% !important;
  position: relative;
}

.form .radio {
  width: 100% !important;
  height: auto !important;
}

.form .radio > div {
  font-size: 14px;
  padding-bottom: 20px;
  color: #707070;
  width: 100% !important;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.form .radio > div input {
  margin-right: 10px;
}

.form .radio > div label {
  margin-right: 50px;
}

.form .forbid {
  pointer-events: none;
}

.form .forbid input {
  background: #e9ecef;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f0f0;
  height: 80px;
  font-size: 14px;
  margin-top: 50px;
}

.price > p {
  margin-left: 30px;
  color: #194f90;
  display: flex;
  align-items: center;
}

.price > p img {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.price > div {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.price > div p {
  font-weight: bold;
  margin-left: 20px;
}

.price > div b {
  font-size: 20px;
  color: #ff0000;
  margin-right: 20px;
}

.blueBtn {
  margin: 0 auto;
  width: 110px;
  height: 50px;
  font-size: 20px;
  background: #194f90;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.blueBtn:hover {
  background: #213b5b;
}

.yellowBtn {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 110px;
  height: 50px;
  font-size: 20px;
  background: #fed925;
  text-align: center;
  line-height: 50px;
  color: #000;
  border-radius: 5px;
}

.btnGreen {
  display: block !important;
  text-align: center;
  line-height: 30px;
  width: 60px;
  height: 30px;
  color: #194f90;
  border: 1px solid rgba(25, 79, 144, 0.5);
  font-size: 14px;
}

.btnGreen:hover {
  background: rgba(25, 79, 144, 0.1);
}

.tishi {
  font-size: 14px;
  color: #707070;
}

.tishi i {
  color: red;
}

.tips {
  font-style: italic;
  font-size: 14px;
  color: #707070;
  line-height: 50px;
}

.tips em {
  color: red;
  font-weight: bold;
}

.searchCont ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-top: 30px;
}

.searchCont ul li span {
  font-size: 26px;
  color: #194f90;
  line-height: 52px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchCont ul li p {
  font-size: 14px;
  line-height: 28px;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.details p {
  font-size: 14px;
  color: #707070;
  line-height: 28px;
}

.details .detailstxt .time p {
  font-size: 16px !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.details .detailstxt img {
  max-width: 100%;
}

.details .imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.details .imgs img {
  width: 220px;
  height: 150px;
  margin-bottom: 20px;
  object-fit: cover;
}

.details .spec {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.details .spec > div {
  width: 100%;
  display: flex;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  align-items: center;
}

.details .spec > div:nth-child(even) {
  background: #fff;
}

.details .spec > div span {
  color: #fff;
  background: #66c9ba;
  width: 200px;
  padding-left: 36px;
  box-sizing: border-box;
}

.details .spec > div p {
  padding-left: 36px;
}

.details .spec > div p a {
  text-decoration: underline;
  color: #194f90;
  font-weight: bold;
}

.details .money {
  font-size: 14px;
  margin-top: 20px;
}

.details .money > div {
  display: flex;
}

.details .money span,
.details .money p,
.details .money i {
  width: 33.33%;
  height: 50px;
  padding-left: 30px;
  line-height: 50px !important;
}

.details .money .title {
  border-top: 1px solid #e5e5e5;
  color: #707070;
  font-weight: bold;
}

.details .money .cont {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}

.details .money .cont div {
  display: flex;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.details .money .cont div:nth-child(odd) {
  background: #f5f5f5;
}

.details .money .cont div i {
  color: red;
}

.details .buyBtn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.details .buyBtn a {
  display: block;
  margin-right: 20px;
  height: 36px;
  width: 120px;
  line-height: 36px;
  background: #ff6666;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.details .buyBtn a::before {
  content: "";
  display: block;
  border-left: 10px solid #ff6666;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  right: -10px;
  width: 0;
  position: absolute;
  top: 0;
}

.details .buyBtn a::after {
  content: "";
  display: block;
  border-right: 10px solid #ff6666;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -10px;
  width: 0;
  position: absolute;
  top: 0;
}

.details .buyBtn .buy {
  background: #66c9ba;
}

.details .buyBtn .buy::before {
  border-left: 10px solid #66c9ba;
}

.details .buyBtn .buy::after {
  border-right: 10px solid #66c9ba;
}

.loginBg {
  height: 100%;
  background: url(../imgs/loginBg.jpg) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login {
  width: 820px;
  height: 420px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.login > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.login .txt {
  padding: 80px;
  background: url(../imgs/loginImg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.login .txt * {
  width: 100%;
}

.login .txt span {
  font-size: 32px;
  line-height: 60px;
}

.login .txt p {
  font-size: 12px;
  line-height: 24px;
}

.login .enter {
  font-size: 14px;
  margin-top: 50px;
}

.login .enter > * {
  width: 300px;
}

.login .enter img {
  width: 170px;
  margin-bottom: 15px;
}

.login .enter span {
  color: #707070;
  line-height: 40px;
}

.login .enter input {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login .enter .btn {
  margin-top: 30px;
  border-radius: 5px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #194f90;
}

.login .enter .submit {
  display: flex;
  line-height: 50px;
  justify-content: space-between;
}

.login .enter .submit a:hover {
  text-decoration: underline;
}

.login .enter .submit .forget {
  color: #007cba;
}

.login .enter .submit .register {
  color: #ff6600;
}

.tabBox {
  display: flex;
  margin-bottom: 100px;
}

.tabBox .commonTab {
  width: 190px;
}

.tabBox .commonTab ul li {
  width: 160px;
  height: 80px;
  padding-left: 20px;
  padding-top: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.tabBox .commonTab ul .tab_on {
  background: url(../imgs/commonTabBg.jpg);
  color: #fff;
  border-bottom: none;
}

.tabBox .tabContBox {
  width: 950px;
}

.popBox {
  width: 80px;
  height: 240px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  border-radius: 10px;
  right: 200px;
  bottom: 150px;
  z-index: 999999;
}

.popBox .popItem {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.popBox .popItem > img {
  width: 30px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.popBox .popItem .hoverBox {
  display: none;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  width: 160px !important;
  height: 240px;
  padding: 20px 0;
  position: absolute;
  left: 80px;
  top: 0;
}

.popBox .popItem .telBox p {
  font-size: 12px;
  width: 130px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.popBox .popItem .weixin {
  line-height: 30px;
}

.popBox .popItem:hover .hoverBox {
  display: flex;
}

.popBox .popItem:hover > p {
  color: #194f90;
  font-weight: bold;
}
