* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

p {
  margin-top: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
li {
  list-style-type: none;
}
dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}
sup {
  top: -0.5em;
}
.font {
  letter-spacing: 2px;
}
.header-box {
  width: 1903px;
}
.nav-header-wrap {
  height: 4rem;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  z-index: 100;
}
.nav-header-wrap .nav-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 90rem;
}
.nav-header-wrap .nav-header .nav-header-left {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  min-width: 4.25rem;
}
.nav-header-wrap .nav-header .nav-header-content {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 39.375rem;
}
.nav-header-wrap .nav-header .nav-header-right {
  line-height: 4rem;
  position: relative;
  right: 0;
}
.menu-icon {
  display: none;
}
.nav-header-wrap a {
  color: #fff;
  text-decoration: none;
}
.nav-header-wrap .nav-header .nav-header-left .nav-header-left-img {
  background: url("../img/logo-cqt.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 50px;
  width: 200px;
}
.nav-header-wrap .nav-header .nav-header-content .nav-titles {
  font-family: AlibabaPuHuiTi;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.72;
}
.nav-header-wrap .nav-header .nav-header-content li {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
}

.nav-header-wrap .box {
  background: -webkit-radial-gradient(#d8d8d8 20%, transparent 60%);
  background: -moz-radial-gradient(#d8d8d8 20%, transparent 60%);
  background: radial-gradient(#d8d8d8 20%, transparent 60%);
  height: 0.0625rem;
  margin: 0 auto;
  width: 100%;
}
.about-banner {
  height: 44.375rem;
  background: url("../img//bj.jpg") no-repeat center fixed;
  background-size: cover;
}
.about-banner .about-banner-slogan-wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.about-banner .about-banner-slogan-wrap .about-banner-slogan {
  bottom: 6.8125rem;
  color: #fff;
  font-family: AlibabaPuHuiTi;
  font-size: 2.5rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  width: 48.375rem;
}
.card-cultural-wrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f4f4f4;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
}
.common-section {
  margin: 0 auto;
  padding: 2.5rem 0;
  width: 1200px;
}
.common-section-title {
  color: #222;
  font-family: AlibabaPuHuiTi;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
}
.common-section-title:after {
  background-color: #367dc6;
  content: "";
  display: block;
  height: 0.375rem;
  margin: 1.25rem 0 2.25rem;
  width: 2.0625rem;
}

.card-cultural-wrap .card-cultural-content-box .card-cultural-content,
.card-cultural-wrap
  .card-cultural-content-box
  .card-cultural-content
  .card-cultural-content-left {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.card-cultural-wrap
  .card-cultural-content-box
  .card-cultural-content
  .card-cultural-content-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-cultural-wrap
  .card-cultural-content-box
  .card-cultural-content
  .card-cultural-content-title {
  color: #ff6a00;
  font-size: 1.75rem;
  font-weight: 500;
}
.card-cultural-wrap
  .card-cultural-content-box
  .card-cultural-content
  .card-cultural-content-p2 {
  color: #666;
  /* margin-top: 1.5625rem; */
}
.card-cultural-wrap
  .card-cultural-content-box
  .card-cultural-content
  .card-cultural-content-p2
  .p2 p {
  font-size: 18px;
  line-height: 40px;
  /* margin-top: 0.875rem; */
  text-align: justify;
  color: #666;
}
.common-border-radius {
  border-radius: 0.375rem;
  overflow: hidden;
}

.footer-wrap-pc {
  display: block;
  background: #f4f4f4;
  padding: 2.5rem
}
.foot,
.foot .foot-top {
  background: #f4f4f4;
  width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.foot .foot-wrap {
  background: #f4f4f4;
  margin: 0 auto;
  padding-bottom: 0.625rem;
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.foot .foot-wrap .foot-left {
  /* border-right: 1px solid #000;
  margin-right: 80px;
  padding-left: 150px; */
  font-size: 38px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 50%;
}
.foot .foot-wrap .foot-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.foot-content:first-child {
  margin-bottom: 20px;
}
.foot-content:first-child div {
  margin: 20px 0 0 0;
}
.foot-content:first-child ul li {
  width: 280px;
  margin: 30px 0;
}
.footer-nav-email {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-detail {
  width: 640px;
  display: flex;
  justify-content: space-between;
}
.detail-phone{
  margin-right: 5px;
}
.detail-phone1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15%;
  margin-top: 4%;
}
.detail-img img {
  /* margin-left: 50px; */
  width: 200px;
  height: 200px;
}
.foot-text .bold-text{
  margin:2px 0 0 5px;
    font-size: 18px;
    font-weight: bold;
}
.foot-text .bold-text img{
    font-size: 18px;
    font-weight: bold;
}


#dowmload {
  position: relative;
}
#dowmload:hover .box {
  display: block;
}
#dowmload .box {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 59px;
    left: -795px;
    width: 1440px;
    height: 540px;
}
#dowmload .box .box_left{
  width: 332px;
  background-color: #fff;
  height: 100%;
  background-image: url(../img/dowmload_app.png) ;
  background-size: 332px 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 80px;
}
#dowmload .box .box_left .itemss{
  color: #333;
  font-weight: 700;
  font-size: 25px;
  color: #333;
  width: 100px;
  line-height: 60px;
  border-bottom: 4px solid #000;
  transition: all .3s ease-in-out;
}
#dowmload .box .box_center{
  position: absolute;
  left: 332px;
  top: 0;
  width: 1108px;
  background-color: #F5F5F5;
  height: 100%;
  color: #fff;
  border-left: 1px solid #F5F5F5;
}
#dowmload .box .box_center .box_center_box{
  padding-bottom: 20px;
  margin: 50px auto;
  margin-right: 740px;
  width: 30%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
#dowmload .box .box_center .box_center_box .hot{
  position: absolute;
  width: 53px;
  height: 53px;
  left: 0;
  top: 0;
  /* border-radius: 10px; */
}
#dowmload .box .box_center .box_center_box img {
  width: 50%;
  height: 40%;
}
#dowmload .box .box_center .box_center_box h2{
  color: #333;
}
#dowmload .box .box_center .box_center_box .texts{
  font-size: 16px;
  color: #333;
  width: 265px !important;
  /* word-wrap: break-word !important; */
  white-space: pre-wrap !important;
  line-height: 25px;
  height: 100px;
}
#dowmload .box .box_center .box_center_box .android {
  color: #333;
  width: 129px;
  /* padding: 0 10px; */
  height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: #DEE7FC;
  color: #2A62F4;
  line-height: 50px;
  margin-top: 20px;
  margin: 0 10px;
}