body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei" !important;
}

/*公共部分*/
* {
  margin: 0;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mg-0 {
  margin: 0 !important;
}

.pd-0 {
  padding: 0 !important;
}

li {
  list-style-type: none;
}

a:hover {
  text-decoration: none !important;
}

.width100 {
  width: 100%;
}

.width95 {
  width: 97%;
  margin: 0 auto;
}

.width85 {
  width: 85%;
  margin: 0 auto;
}

.color-blue {
  color: rgb(66, 133, 202);
}
.color-white {
  color: #ffffff;
}
.cur-po {
  cursor: pointer;
}
.pl-0 {
  padding-left: 0 !important;
}
/*首页*/

.header {
  width: 100%;
}

.home-tab-list a {
  line-height: 60px;
  font-size: 16px;
  color: #555;
  height: 90px;
  cursor: pointer;
  transition-duration: 600ms;
}

.home-tab-list a:hover {
  color: rgb(66, 133, 202);
  transition-duration: 600ms;
}

.home-tab-list a.active {
  color: rgb(66, 133, 202);
}

@media (min-width: 700px) {
  .col-md-1-7 {
    width: 14.2%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-7 {
    width: 14.2%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-7 {
    width: 14.2%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-28 {
    width: 28%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-28 {
    width: 28%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-36 {
    width: 36%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-36 {
    width: 36%;
    float: left;
  }
}

.home-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.home-small-title {
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  font-weight: 100;
}

@media (min-width: 1600px) {
  .container {
    width: 75% !important;
  }
}

.app-download {
  margin: 80px 0;
}

.app-module {
  width: 250px;
  height: 339px;
  padding: 25px 10px 20px 10px;
  border: 1px dashed #999;
  margin: 0 auto;
}

.app-title {
  margin-top: 16px;
  font-size: 20px;
}

.app-download p {
  margin: 22px 0;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  height: 80px;
}

.app-download-btn {
  width: 100px;
  background: rgb(68, 138, 209);
  color: snow;
  line-height: 30px;
  font-size: 16px;
  border-radius: 5px;
  transition-duration: 600ms;
  cursor: pointer;
}

.app-download-btn:hover {
  opacity: 0.6;
  transition-duration: 900ms;
}

.more a img {
  transition-duration: 600ms;
}

.more a img:hover {
  opacity: 0.6;
  transition-duration: 800ms;
}

.newsDetails {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  -moz-opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

.newsText {
  margin-top: 22%;
  width: 100%;
  height: 100%;
  float: left;
  padding: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 100%;
}

.home-container .seeDetails {
  color: #555;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  width: 100px;
  margin: 40px auto;
  border-radius: 5px;
  transition-duration: 600ms;
  opacity: 1;
}

.home-container .seeDetails:hover {
  transition-duration: 800ms;
  opacity: 0.6;
}

.footer {
  width: 100%;
  background: rgb(30, 30, 30);
  height: 235px;
}

.footer .copyright-text {
  padding-left: 120px;
  margin-top: 80px;
  color: rgb(110, 110, 110);
  line-height: 46px;
  font-size: 13px;
}

.footer-text,
.footer-text a {
  font-size: 16px;
  color: rgb(162, 162, 162);
}
.footer-text a:hover {
  color: #fff;
}
.tel-text {
  padding-left: 9% !important;
  margin-top: 20px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

@media (min-width: 1550px) {
  .width1550 {
    width: 1550px !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 1000px) {
  .margin050 {
    margin: 0 50px;
  }
}

/*新闻*/
.news-large-title {
  position: absolute;
  width: 90% !important;
  z-indent: 999;
  left: 10%;
  top: 85%;
  font-size: 30px;
  color: #fff;
}

.news-small-title {
  position: absolute;
  width: 90% !important;
  z-indent: 999;
  left: 5%;
  top: 85%;
  font-size: 16px;
  color: #fff;
}

.news-container {
  width: 100%;
  margin: 30px 15px;
}

.newsTitle {
  text-align: center;
  border-bottom: 3px solid rgb(57, 135, 207);
  color: rgb(20, 122, 205);
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.news-module {
  margin: 20px 0 50px 0;
}

.news-title {
  font-size: 25px;
  line-height: 36px;
}

.news-date {
  font-size: 14px;
  color: #999;
  line-height: 58px;
}

.news-module p {
  font-size: 18px;
  color: rgb(125, 125, 125);
  line-height: 30px;
}

@media (min-width: 1000px) {
  .pHeight {
    height: 120px;
  }
}

@media (min-width: 1300px) {
  .pHeight {
    height: 140px;
  }
}

@media (min-width: 1400px) {
  .pHeight {
    height: 170px;
  }
}

@media (min-width: 1500px) {
  .pHeight {
    height: 190px;
  }
}

@media (min-width: 1600px) {
  .pHeight {
    height: 210px;
  }
}

.news-share {
  float: left;
  width: 110px;
  top: 100%;
  text-align: center;
  font-size: 16px;
  color: #666;
}

/*产品*/
@media (min-width: 1000px) {
  .product-App {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .product-App {
    padding: 50px 0;
  }
}

@media (min-width: 1400px) {
  .product-App {
    padding: 50px 50px;
  }
}

@media (min-width: 1400px) {
  .product-App {
    padding: 50px 80px;
  }
}

@media (min-width: 1600px) {
  .product-App {
    padding: 50px 110px;
  }
}

.product-title {
  font-size: 24px;
  color: #333;
}

.product-App .p-height {
  margin: 50px 0;
  height: 130px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 28px;
}

.product-object {
  font-size: 16px;
  color: #999999;
}

.product-btn {
  width: 100px;
  background: rgb(69, 139, 210);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
  transition-duration: 600ms;
}

.product-btn:hover {
  opacity: 0.6;
  transition-duration: 800ms;
}

.product-text {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

/*app下载*/
.app .download {
  position: absolute;
  z-indent: 999;
  left: 55%;
  top: 70%;
}

.app-btn {
  margin-top: 3px;
  font-size: 18px;
  color: #fff;
  background: rgb(69, 139, 210);
  transition-duration: 600ms;
  line-height: 40px;
  width: 160px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.app-btn:hover {
  transition-duration: 800ms;
  background-color: #2e6da4;
}

.app .icon {
  float: left;
}

.appTitle {
  font-size: 30px;
}

.app .appPHeight {
  width: 80%;
  color: #999;
}

.app-button {
  font-size: 25px;
  color: #fff;
  background: rgb(69, 139, 210);
  transition-duration: 600ms;
  line-height: 50px;
  width: 140px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.app-button:hover {
  transition-duration: 800ms;
  opacity: 0.6;
}

.appPHeight {
  margin-top: 5%;
  font-size: 16px;
  text-indent: 2em;
  line-height: 28px;
}

@media (min-width: 1000px) {
  .appPHeight {
    height: 110px;
  }
}

@media (min-width: 1300px) {
  .appPHeight {
    height: 125px;
  }
}

@media (min-width: 1400px) {
  .appPHeight {
    height: 130px;
  }
}

@media (min-width: 1500px) {
  .appPHeight {
    height: 145px;
  }
}

@media (min-width: 1600px) {
  .appPHeight {
    height: 160px;
  }
}

.app-container {
  padding: 80px 0;
}

@media (min-width: 1200px) {
  .app-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1400px) {
  .app-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1600px) {
  .app-container {
    padding-left: 110px;
    padding-right: 110px;
  }
}

/*关于我们*/
.num {
  position: absolute;
  z-indent: 999;
  left: 36%;
  top: 10%;
}

.about-num {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.about-container {
  margin: 20px auto;
}
@media (min-width: 1000px) {
  .about-container,
  .about-content {
    width: 95%;
  }
  .aboutContainer {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .about-container,
  .about-content {
    width: 90%;
  }
  .aboutContainer {
    width: 90%;
  }
}

@media (min-width: 1400px) {
  .about-container,
  .about-content {
    width: 85%;
  }
  .aboutContainer {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .about-container,
  .about-content {
    width: 80%;
  }
  .aboutContainer {
    width: 100%;
  }
}

.about-title {
  font-size: 24px;
  line-height: 50px;
  margin-left: 30px;
}

.about-module {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.about-module p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  padding: 25px 0;
}
@media (min-width: 700px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.about-container .title {
  font-size: 18px;
  color: #555;
}
.about-container .company {
  text-align: left;
  line-height: 26px;
}
.company-list {
  background: rgb(222, 240, 255);
  padding: 20px 0 20px 50px;
  border-radius: 5px;
  margin: 20px 0 !important;
}
.footer-font p {
  font-size: 18px;
  line-height: 36px;
  text-indent: 2em;
}

/*联系我们*/
.contact {
}
.contact-container {
  margin: 20px auto 0;
}
.contact-module {
  padding: 30px 0;
}
.contact-container .contact-module > .home-title {
  display: inline-block;
  margin: 40px 0 10px;
}
.contact-container p {
  line-height: 50px;
  color: #555;
  font-size: 24px;
}
.contact-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
}
.contact-secondTitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 35px;
}
/*真好运*/
.zhenhaoyun .nav span {
  padding: 0 10px 0 0;
}
.nav a {
  color: #626262;
}
.zhenhaoyun .home-tab-list .nav div.active {
  border-bottom: 5px solid #4d95d7;
  color: #4d95d7 !important;
}
.aboutUs {
  background: #eaeff5;
  width: 100%;
}
.about-middle {
  width: 100%;
  padding: 60px 0 80px;
}
.about-middle p {
  line-height: 40px;
  font-size: 24px;
  text-indent: 2em;
  color: #353a45;
  margin-top: 30px;
}
.about-middle p span {
  color: #4d95d7;
  font-size: 36px;
}
.zhenhaoyun .app-btn {
  line-height: 40px;
  font-size: 18px;
}
.loginBtn {
  background: rgb(69, 139, 210);
  color: #fff;
  width: 80%;
  padding: 0.4em 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: -220%;
  top: -3em;
  transition-duration: 600ms;
}
.loginBtn:hover {
  background-color: #2b669a;
  transition-duration: 800ms;
}
.zhenhaoyun .footer {
  background: #4d95d7;
}
.zhenhaoyun .footer-text,
.zhenhaoyun .footer-text a {
  color: #fff;
}
.zhenhaoyun .tel-text {
}
.zhenhaoyun .tel-text span {
  margin-right: 10px;
  display: inline-block;
}
.zhenhaoyun .footer {
  height: 166px;
}
.zhenhaoyun .footer .copyright-text {
  margin-top: 20px;
  padding-left: 80px;
}
.zhenhaoyun .download {
  position: absolute;
  z-indent: 999;
  left: 54%;
  top: 70%;
}
.zhenhaoyun .icon {
  width: 37px;
  background: #fff;
  position: absolute;
  z-indent: 999;
  left: 65%;
  top: 70%;
}
.zhenhaoyun .login {
  position: absolute;
  left: 0;
  top: 0;
  z-indent: 999999;
  width: 33%;
}
.zhenhaoyun .loginView {
  background: rgba(22, 53, 87, 0.5);
  height: 700px;
}
.zhenhaoyun .loginView input {
  height: 38px !important;
}
.form-group {
  margin-bottom: 20px !important;
}
.zhenhaoyun .fromText {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.zhenhaoyun .enquiry-btn {
  background: rgb(69, 139, 210);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  border-radius: 3px;
  cursor: pointer;
  transition-duration: 600ms;
}
.zhenhaoyun .enquiry-btn:hover {
  opacity: 0.6;
  transition-duration: 800ms;
}
.zhenhaoyun .contactTitle {
  font-size: 22px;
  line-height: 40px;
}
.zhenhaoyun .contactText {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.zhenhaoyun .tabbar {
  float: left;
}
/*新闻内容*/
.newsHeader {
  font-size: 28px;
  line-height: 32px;
}
.SecondHeader {
  font-size: 20px;
  margin: 30px 0;
}
.newsContent p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
}
.newsContent li {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.smallTitle {
  line-height: 30px;
}
.header .col-lg-3 {
  height: 60px !important;
}
.header .col-lg-3 img {
  width: 70px !important;
  margin-bottom: 35px;
}
.close-btn {
  position: absolute;
}

/* 下拉菜单css begin */
.dropdown {
  position: relative;
  display: inline-block;
}

/* 一级菜单 */
.dropdown-btn {
  color: #626262;
  cursor: pointer;
  font-size: 16px;
}

/* 下拉菜单 */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 80% !important;
  left: 0;
  width: 180px;
}

/* 菜单项 */
.dropdown-menu > a {
  display: block;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  height: 60px;
}

.dropdown-menu a:hover {
}

/* 鼠标移入显示菜单 */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* 下拉菜单css end */
