/*
 *标签初始化
 */
body,
div,
section,
header,
footer,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td,
table,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', Arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: 'Microsoft YaHei', Arial;
}
th,
em {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
a img {
  border: 0;
}
a,
a:link {
  text-decoration: none;
}
body {
  font: 12px 'Microsoft YaHei', Arial;
  color: #666;
  background: #eee;
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1400px;
  font-family: "Microsolf YaHei";
}
/*
 *基本变量定义
 */
/*
 *常用样式定义
 */
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*
 *公用样式
 */
.left {
  float: left;
}
.right {
  float: right;
}
.clearf {
  clear: both;
}
/*
 *index.html（首页）
 */
/*body*/
.index-body {
  background: transparent url(../images/index_body_bg.jpg) repeat-y center top !important;
  background-size: 100% auto !important;
  background-attachment: fixed !important;
}
/*头部*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 80px;
  background: rgba(64, 64, 64, 0);
}
.header:hover {
  background: rgba(64, 64, 64, 0.9);
}
.header.status1 {
  background: #404040;
}
.header.status1:hover {
  background: #404040;
}
.header.status1 .second-menu-bg-div {
  background: rgba(0, 0, 0, 0.8);
}
.header .header-con {
  width: 1200px;
  margin: 0 auto;
}
.header .logo-con {
  float: left;
  width: 30%;
  padding-top: 15px;
}
.header .logo-con img {
  width: auto;
  height: 50px;
}
.header .nav-con {
  float: right;
  width: 70%;
  text-align: right;
}
.header .nav-con .nav-ul {
  display: inline-block;
}
.header .nav-con .nav-ul > li {
  position: relative;
  float: left;
  height: 80px;
  margin-left: 15px;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .nav-con .nav-ul > li:hover .nav-a:after {
  width: 100%;
}
.header .nav-con .nav-ul > li:hover .second-menu-ul {
  display: block;
}
.header .nav-con .nav-ul > li.current .nav-a:after {
  width: 100%;
}
.header .nav-con .nav-ul > li .nav-a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.header .nav-con .nav-ul > li .nav-a:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #56d2ff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.header .nav-con .nav-ul > li .nav-a:hover + ul {
  display: block;
}
.header .nav-con .nav-ul > li .second-menu-ul {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 500;
  width: 100%;
  padding: 5px 0;
}
.header .nav-con .nav-ul > li .second-menu-ul:hover {
  display: block;
}
.header .nav-con .nav-ul > li .second-menu-ul > li {
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.header .nav-con .nav-ul > li .second-menu-ul > li a {
  position: relative;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  cursor: pointer;
}
.header .nav-con .nav-ul > li .second-menu-ul > li a:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 400;
  width: 0;
  height: 40px;
  content: "";
  background: none;
}
.header .nav-con .nav-ul > li .second-menu-ul > li a:hover {
  color: #56d2ff;
}
.header .nav-con .nav-ul > li .second-menu-ul > li a:hover:after {
  position: absolute;
  bottom: -25px;
  left: auto;
  right: 0;
  z-index: -1;
  width: 80px;
  height: 40px;
  margin-right: -45px;
  content: "";
  background: url(../images/nav_light.png) no-repeat center center;
  background-size: auto 100%;
  transition: all 0.3s ease;
}
.header .second-menu-bg-div {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 400;
  background: rgba(0, 0, 0, 0.8);
}
/*轮播图*/
.slide-con {
  width: 100%;
  font-size: 0;
}
.slide-con .swiper-slide img {
  width: 100%;
  height: auto;
}
/*轮播图下的简单介绍模块*/
.introduce-sec {
  width: 100%;
  background: #252525;
}
.introduce-sec .item-ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.introduce-sec .item-ul .introduce-item {
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.introduce-sec .item-ul .introduce-item:first-child p {
  padding: 16px 10px 0;
  background: #03a6ff;
}
.introduce-sec .item-ul .introduce-item:nth-child(2) p {
  padding: 16px 10px 0;
  background: #1ec0ff;
}
.introduce-sec .item-ul .introduce-item:nth-child(3) p {
  padding: 25px 10px 0;
  background: #a3daff;
}
.introduce-sec .item-ul .introduce-item .img-div {
  float: left;
  width: 35%;
  height: 90px;
  padding-top: 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.introduce-sec .item-ul .introduce-item .img-div img {
  width: auto;
  height: 50px;
}
.introduce-sec .item-ul .introduce-item .content-div {
  position: relative;
  float: right;
  width: 65%;
  height: 90px;
}
.introduce-sec .item-ul .introduce-item .content-div h1 {
  font-size: 18px;
  color: #fff;
  line-height: 90px;
}
.introduce-sec .item-ul .introduce-item .content-div p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  display: none;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*服务项目模块*/
.service-sec {
  width: 100%;
  background: #fff;
  padding: 0 0 100px;
}
.service-sec .title-con {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 70px;
  text-align: center;
}
.service-sec .title-con p {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #555;
  line-height: 24px;
  text-align: center;
}
.service-sec .title-con p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  z-index: 1;
  width: 80px;
  height: 1px;
  background: #777;
}
.service-sec .title-con p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 1;
  width: 80px;
  height: 1px;
  background: #777;
}
.service-sec .content-con {
  width: 1200px;
  margin: 0 auto;
}
.service-sec .content-con .service-info-ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.service-sec .content-con .service-info-ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  word-break: break-all;
  margin-bottom: 30px;
}
.service-sec .content-con .service-info-ul li:nth-child(odd) {
  flex-flow: row nowrap;
}
.service-sec .content-con .service-info-ul li:nth-child(odd) .content-div {
  border-right: 2px solid #56d2ff;
}
.service-sec .content-con .service-info-ul li:nth-child(even) {
  flex-flow: row-reverse nowrap;
}
.service-sec .content-con .service-info-ul li:nth-child(even) .content-div {
  border-left: 2px solid #56d2ff;
}
.service-sec .content-con .service-info-ul li > div {
  display: flex;
  flex: 1;
}
.service-sec .content-con .service-info-ul li .img-div {
  background: #1ec0ff;
  justify-content: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.service-sec .content-con .service-info-ul li .img-div img {
  max-width: 100%;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.service-sec .content-con .service-info-ul li .img-div img:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
  transition: all 0.5s linear;
}
.service-sec .content-con .service-info-ul li .content-div {
  flex-flow: column nowrap;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.service-sec .content-con .service-info-ul li .content-div .service-name {
  font-size: 26px;
  color: #666;
  margin-bottom: 30px;
}
.service-sec .content-con .service-info-ul li .content-div .service-description {
  font-size: 18px;
  color: #777;
}
/*合作伙伴模块*/
.partner-sec {
  width: 100%;
  background: rgba(34, 49, 60, 0.2);
  padding: 0 0 100px;
}
.partner-sec:hover {
  background: rgba(34, 49, 60, 0.4);
  transition: all 0.3s linear;
}
.partner-sec .title-con {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 70px;
  text-align: center;
}
.partner-sec .title-con p {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.partner-sec .title-con p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  z-index: 1;
  width: 80px;
  height: 1px;
  background: #fff;
}
.partner-sec .title-con p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 1;
  width: 80px;
  height: 1px;
  background: #fff;
}
.partner-sec .content-con .partner-ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.partner-sec .content-con .partner-ul .partner-item {
  margin-bottom: 30px;
  flex-basis: 27%;
  border: 1px solid #fff;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.partner-sec .content-con .partner-ul .partner-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.partner-sec .content-con .partner-ul .partner-item .img-div {
  width: 100%;
  height: 160px;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.partner-sec .content-con .partner-ul .partner-item .img-div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/*底部*/
.footer {
  background: #404040;
}
.footer .footer-con-1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.footer .footer-con-1 > div {
  padding: 40px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.footer .footer-con-1 .link-div .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer-con-1 .link-div .list li + li {
  margin-top: 10px;
}
.footer .footer-con-1 .link-div .list li a {
  font-size: 14px;
  color: #c4c4c4;
  word-break: break-all;
}
.footer .footer-con-1 .link-div .list li a:hover {
  cursor: pointer;
  color: #1ec0ff;
}
.footer .footer-con-1 .contact-us-div .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer-con-1 .contact-us-div p {
  font-size: 14px;
  color: #c4c4c4;
}
.footer .footer-con-1 .contact-us-div p + p {
  margin-top: 10px;
}
.footer .footer-con-1 .contact-us-div .qrcode-div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 20px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.footer .footer-con-1 .contact-us-div .qrcode-div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.footer .footer-con-2 {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #969494;
}
.footer .footer-con-2 p {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #c4c4c4;
  text-align: center;
}
/*
 *hengan/aboutUs.html（关于我们）
 */
/*图模块*/
.page-img-con .page-img-div {
  width: 100%;
  font-size: 0;
}
.page-img-con .page-img-div img {
  width: 100%;
  height: auto;
}
/*关于我们*/
.about-us-sec {
  background: #fff;
}
.about-us-sec .about-us-con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 50px;
}
.about-us-sec .about-us-con h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.about-us-sec .about-us-con h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.about-us-sec .about-us-con p {
  font-size: 16px;
  color: #535353;
  line-height: 2.4em;
  text-indent: 2em;
}
.about-us-sec .about-us-con p + p {
  margin-top: 40px;
}
/*
 *brand/brandFounder.html（品牌创始人）
 */
/*品牌介绍*/
.brand-introduction-sec {
  background: #fff;
}
.brand-introduction-sec .brand-introduction-con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 50px;
}
.brand-introduction-sec .brand-introduction-con h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.brand-introduction-sec .brand-introduction-con h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.brand-introduction-sec .brand-introduction-con p {
  font-size: 16px;
  color: #535353;
  line-height: 2.4em;
  text-indent: 2em;
}
.brand-introduction-sec .brand-introduction-con p + p {
  margin-top: 40px;
}
/*品牌创始人*/
.brand-founder-sec {
  background: #f0f0f0;
}
.brand-founder-sec .brand-founder-con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.brand-founder-sec .brand-founder-con h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.brand-founder-sec .brand-founder-con h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.brand-founder-sec .brand-founder-con .brand-founder-item {
  position: relative;
}
.brand-founder-sec .brand-founder-con .brand-founder-item + .brand-founder-item {
  margin-top: 150px;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .brief-introduction {
  margin-bottom: 15px;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .brief-introduction .name p {
  font-size: 34px;
  color: #03a6ff;
  margin-bottom: 10px;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .brief-introduction .supplement p {
  font-size: 16px;
  color: #777;
  line-height: 1.5em;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .detailed-introduction {
  background: linear-gradient(45deg, #45d9fd 25%, #1ec0ff 60%, #03a6ff 100%);
  background: -moz-linear-gradient(45deg, #45d9fd 25%, #1ec0ff 60%, #03a6ff 100%);
  background: -webkit-linear-gradient(45deg, #45d9fd 25%, #1ec0ff 60%, #03a6ff 100%);
  padding: 60px 350px 60px 60px;
  border-radius: 10px;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .detailed-introduction p {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
  text-indent: 2em;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 100;
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 120px;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .img-div:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
.brand-founder-sec .brand-founder-con .brand-founder-item .img-div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/*
 *productCenter/productCenter.html（产品中心）
 */
/*产品模块*/
.product-sec {
  background: #f0f0f0;
  padding-top: 80px;
}
.product-sec .product-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(90deg, #f4f4f5 25%, #ffffff 25%, #ffffff 100%);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.product-sec .product-con .product-menu {
  display: flex;
  flex: 1;
  padding: 25px 0 80px;
}
.product-sec .product-con .product-menu .menu-list {
  width: 100%;
}
.product-sec .product-con .product-menu .menu-list li {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  cursor: pointer;
  background: #f4f4f5 url(../images/arrow_right.png) no-repeat 96% center;
  background-size: auto 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-sec .product-con .product-menu .menu-list li:hover {
  background: rgba(76, 76, 76, 0.07) url(../images/arrow_right.png) no-repeat 96% center;
  background-size: auto 14px;
  transition: all 0.2s linear;
}
.product-sec .product-con .product-menu .menu-list li a {
  font-size: 16px;
  color: #4c4c4c;
  word-break: break-all;
}
.product-sec .product-con .product-menu .menu-list li.current {
  background: #dcedff url(../images/arrow_right_current.png) no-repeat 96% center;
  background-size: auto 14px;
}
.product-sec .product-con .product-menu .menu-list li.current a {
  color: #1ec0ff;
}
.product-sec .product-con .product-content {
  display: flex;
  flex: 3;
  padding: 25px 0 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-sec .product-con .product-content .product-info-con {
  display: none;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con .img-div {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  -ms-flex: 1;
  height: 300px;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con .img-div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con .name-div {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  align-self: stretch;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con .name-div .title-div h1 {
  font-size: 24px;
  color: #03a6ff;
  word-break: break-all;
  margin-bottom: 8px;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con .name-div .title-div p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con .name-div .tag-div span {
  font-size: 14px;
  color: #67c23a;
  background: #f0f9eb;
  border: 1px solid #c2e7b0;
  border-radius: 4px;
  padding: 5px;
}
.product-sec .product-con .product-content .product-info-con .product-briefly-con .name-div .tag-div span + span {
  margin-left: 5px;
}
.product-sec .product-con .product-content .product-info-con .product-detail-con {
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-sec .product-con .product-content .product-info-con .product-detail-con h1 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #56d2ff;
  padding: 10px 15px;
  border-radius: 4px;
  word-break: break-all;
}
.product-sec .product-con .product-content .product-info-con .product-detail-con h1 + p {
  margin-top: 15px;
}
.product-sec .product-con .product-content .product-info-con .product-detail-con p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
  word-break: break-all;
}
.product-sec .product-con .product-content .product-info-con .product-detail-con p + h1 {
  margin-top: 25px;
}
.product-sec .product-con .product-content .product-info-con .product-detail-con p + p {
  margin-top: 10px;
}
/*
 *solution/solution_technology.html（解决方案）
 */
/*功能亮点*/
.highlights-sec {
  background: #f0f0f0;
  padding: 100px 0;
}
.highlights-sec h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.highlights-sec h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.highlights-sec .highlights-con {
  width: 1200px;
  margin: 0 auto;
}
.highlights-sec .highlights-list {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.highlights-sec .highlights-list li {
  flex: 1;
  padding: 60px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.highlights-sec .highlights-list li .img-div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: #56d2ff;
  border-radius: 80px;
  margin: 0 auto 20px;
}
.highlights-sec .highlights-list li .img-div img {
  width: auto;
  height: 80px;
}
.highlights-sec .highlights-list li p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
  word-break: break-all;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*app展示*/
.app-show-sec {
  background: #fff;
  padding: 100px 0;
}
.app-show-sec h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.app-show-sec h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.app-show-sec .app-show-con {
  width: 1200px;
  margin: 0 auto;
}
.app-show-sec .app-show-list {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.app-show-sec .app-show-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.app-show-sec .app-show-list li .img-div {
  position: relative;
  display: inline-block;
  height: 500px;
  padding: 11px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.app-show-sec .app-show-list li .img-div img {
  width: auto;
  height: 100%;
  border-radius: 20px;
}
.app-show-sec .app-show-list li .img-div .phone-div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(../images/phone_border.png) no-repeat center center;
  background-size: 100% 100%;
}
/*
 *newsCenter/newsCenter.html（新闻中心）
 */
/*功能亮点*/
.news-center-sec {
  background: #f0f0f0;
  padding: 100px 0;
}
.news-center-sec h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.news-center-sec h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.news-center-sec .news-center-con {
  width: 1200px;
  margin: 0 auto;
}
.news-center-sec .news-center-con .news-ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 25px 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.news-center-sec .news-center-con .news-ul li + li {
  margin-top: 30px;
}
.news-center-sec .news-center-con .news-ul li .news-img-div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding-right: 30px;
}
.news-center-sec .news-center-con .news-ul li .news-img-div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.news-center-sec .news-center-con .news-ul li .news-summary-div {
  flex: 3;
}
.news-center-sec .news-center-con .news-ul li .news-summary-div .title-p {
  font-size: 24px;
  color: #333;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.news-center-sec .news-center-con .news-ul li .news-summary-div .date-p {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 15px;
}
.news-center-sec .news-center-con .news-ul li .news-summary-div .summary-div {
  height: 6em;
  overflow: hidden;
  margin-bottom: 15px;
}
.news-center-sec .news-center-con .news-ul li .news-summary-div .summary-div p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
}
.news-center-sec .news-center-con .news-ul li .news-summary-div .detail-btn {
  display: inline-block;
  color: #409eff;
  background: #ecf5ff;
  border: 1px solid #b3d8ff;
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 5px;
  cursor: pointer;
}
.news-center-sec .news-center-con .news-ul li .news-summary-div .detail-btn:hover {
  color: #fff;
  background: #409eff;
  transition: all 0.2s linear;
}
/*
 *newsCenter/newsDetail.html（新闻详情）
 */
/*新闻详情*/
.news-detail-sec {
  background: #f0f0f0;
  padding: 100px 0;
}
.news-detail-sec h1 {
  position: relative;
  font-size: 28px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 40px;
  text-align: center;
}
.news-detail-sec h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #c03526;
  margin-left: -40px;
}
.news-detail-sec .news-detail-con {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.news-detail-sec .news-detail-con .date {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 60px;
}
.news-detail-sec .news-detail-con p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
  text-indent: 2em;
  text-align: left;
}
.news-detail-sec .news-detail-con p + p {
  margin-top: 20px;
}
.news-detail-sec .news-detail-con img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 400px;
  margin: 50px 0;
}
/*
 *hengan/honor.html（荣誉资质）
 */
/*荣誉资质*/
.honor-sec {
  background: #fff;
}
.honor-sec .honor-con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 50px;
}
.honor-sec .honor-con h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.honor-sec .honor-con h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.honor-sec .honor-con .honor-row-1 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.honor-sec .honor-con .honor-row-1 .jzyqyzzzs {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.honor-sec .honor-con .honor-row-1 .jzyqyzzzs .img-div {
  flex: 1;
  text-align: right;
  padding-right: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.honor-sec .honor-con .honor-row-1 .jzyqyzzzs .img-div img {
  width: 220px;
  height: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.honor-sec .honor-con .honor-row-1 .jzyqyzzzs .text-div {
  flex: 1;
}
.honor-sec .honor-con .honor-row-1 .jzyqyzzzs .text-div h2 {
  font-size: 20px;
  color: #c03526;
  margin-bottom: 20px;
  word-break: break-all;
}
.honor-sec .honor-con .honor-row-1 .jzyqyzzzs .text-div p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
}
.honor-sec .honor-con .honor-row-1 .jzyqyzzzs .text-div p + p {
  margin-top: 8px;
}
.honor-sec .honor-con .honor-row-1 .aqscxkz {
  flex: 1;
  text-align: center;
}
.honor-sec .honor-con .honor-row-1 .aqscxkz h2 {
  font-size: 20px;
  color: #c03526;
  margin-bottom: 20px;
  word-break: break-all;
}
.honor-sec .honor-con .honor-row-1 .aqscxkz img {
  width: 330px;
  height: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.honor-sec .honor-con .honor-row-2 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.honor-sec .honor-con .honor-row-2 .xfjsfwjgzzzs {
  flex: 1;
  text-align: center;
}
.honor-sec .honor-con .honor-row-2 .xfjsfwjgzzzs h2 {
  font-size: 20px;
  color: #c03526;
  margin-bottom: 50px;
  word-break: break-all;
}
.honor-sec .honor-con .honor-row-2 .xfjsfwjgzzzs img {
  width: 330px;
  height: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.honor-sec .honor-con .honor-row-2 .gxjsqy {
  flex: 2;
  text-align: center;
}
.honor-sec .honor-con .honor-row-2 .gxjsqy h2 {
  font-size: 20px;
  color: #c03526;
  margin-bottom: 50px;
  word-break: break-all;
}
.honor-sec .honor-con .honor-row-2 .gxjsqy img {
  width: 330px;
  height: auto;
  margin: 0 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
/*软件著作权*/
.software-copyright-sec {
  background: #f0f0f0;
}
.software-copyright-sec .software-copyright-con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 50px;
}
.software-copyright-sec .software-copyright-con h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.software-copyright-sec .software-copyright-con h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.software-copyright-sec .software-copyright-con .software-copyright-ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.software-copyright-sec .software-copyright-con .software-copyright-ul li {
  flex-basis: 23%;
  text-align: center;
  margin-bottom: 80px;
}
.software-copyright-sec .software-copyright-con .software-copyright-ul li img {
  width: 220px;
  height: auto;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}
.software-copyright-sec .software-copyright-con .software-copyright-ul li p {
  font-size: 16px;
  color: #5e4320;
  word-break: break-all;
}
/*实用新型*/
.model-utility-sec {
  background: #fff;
}
.model-utility-sec .model-utility-con {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 50px;
}
.model-utility-sec .model-utility-con h1 {
  position: relative;
  font-size: 20px;
  color: #373737;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
.model-utility-sec .model-utility-con h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 100;
  width: 80px;
  height: 3px;
  background: #03a6ff;
  margin-left: -40px;
}
.model-utility-sec .model-utility-con .model-utility-ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.model-utility-sec .model-utility-con .model-utility-ul li {
  flex-basis: 23%;
  text-align: center;
  margin-bottom: 80px;
}
.model-utility-sec .model-utility-con .model-utility-ul li img {
  width: 120px;
  height: 168px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}
.model-utility-sec .model-utility-con .model-utility-ul li p {
  font-size: 16px;
  color: #5e4320;
  word-break: break-all;
}
