﻿@charset "utf-8";
/* CSS Document */
.pulicTitle {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.pulicTitle h1 {
  font-size: 34px;
  color: #283548;
  font-weight: 600;
  margin-bottom: 15px;
}
.pulicTitle p {
  font-size: 22px;
  color: #8D96A2;
}
.topNav {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 7px 0px rgba(237, 237, 237, 0.25);
}
.topNav .plat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.topNav .plat p {
  font-size: 26px;
  color: #377CF7;
  font-weight: bold;
}
.topNav .plat .goin {
  width: 114px;
  height: 36px;
  line-height: 36px;
  border-radius: 28px;
  border: 1px solid #377CF7;
  font-size: 16px;
  color: #377CF7;
  text-align: center;
}
.topNav .plat ul {
  overflow: hidden;
  float: left;
}
.topNav .plat ul .nav {
  float: left;
  position: relative;
}
.topNav .plat ul .nav .navTitle {
  height: 67px;
  line-height: 67px;
  display: block;
  color: #263346;
  text-align: center;
  margin: 0 30px;
  font-size: 16px;
}
.topNav .plat ul .nav .cureent {
  border-bottom: solid 3px #377CF7;
  color: #377CF7;
  font-weight: 600;
}
.supportUnit {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.supportUnit .supperBox {
  width: 31%;
  height: 240px;
  border: solid 2px #f2f2f2;
  margin: 0 3% 3% 0;
}
.supportUnit .supperBox .unitTu {
  width: 100%;
  padding: 50px 0 10px 0;
  text-align: center;
  margin: auto;
}
.supportUnit .supperBox .unitTu img {
  width: 90px;
  height: 90px;
}
.supportUnit .supperBox .unitTitle {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #283548;
}
.supportUnit :nth-child(3n) {
  margin-right: 0;
}
.banner {
  width: 100%;
  height: 540px;
  background-image: url('../images/banner.png');
  background-size: 100%;
}
.banner .flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2%;
}
.banner .flexBox .left {
  flex: 1;
}
.banner .flexBox .left p {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}
.banner .flexBox .left a {
  width: 148px;
  height: 44px;
  display: block;
  background: #FFFFFF;
  border-radius: 53px 53px 53px 53px;
  line-height: 44px;
  font-size: 24px;
  color: #377CF7;
  text-align: center;
  margin-top: 30px;
}
.banner .flexBox .right {
  width: 493px;
}
.banner .flexBox .right img {
  width: 100%;
}
.channel {
  width: 100%;
  text-align: center;
}
.channel img {
  width: 400px;
}
.channelContent {
  width: 100%;
  padding: 20px 0;
}
.channelContent ul {
  padding: 0 5%;
}
.channelContent ul li {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.channelContent ul li .left {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.channelContent ul li .left img {
  width: 60px;
  height: 60px;
}
.channelContent ul li .right {
  width: 100%;
  color: #333333;
}
.channelContent ul li .right h1 {
  font-size: 20px;
}
.channelContent ul li .right p {
  font-size: 16px;
  line-height: 30px;
}
.saleData {
  width: 100%;
  color: #333333;
  line-height: 30px;
}
.saleData h1 {
  font-size: 18px;
  margin-bottom: 30px;
}
.saleData p {
  font-size: 16px;
}
.saleData h2 {
  font-size: 16px;
  color: #377CF7;
  font-weight: 600;
}
.saleBottom {
  width: 100%;
  display: flex;
  align-items: center;
}
.saleBottom .saleLeft {
  width: 470px;
  margin-right: 30px;
}
.saleBottom .saleLeft img {
  width: 470px;
}
.saleBottom .saleRight {
  width: 700px;
  line-height: 30px;
}
.saleBottom .saleRight h1 {
  font-size: 18px;
  margin-bottom: 30px;
}
.saleBottom .saleRight p {
  font-size: 16px;
}
.saleBottom .saleRight h2 {
  font-size: 16px;
  color: #377CF7;
  font-weight: 600;
}
.news {
  width: 100%;
}
.news ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news ul li {
  width: 576px;
  height: 286px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 0.25);
  margin-right: 48px;
}
.news ul li a {
  padding: 30px;
  display: flex;
}
.news ul li a .news_number {
  width: 30px;
  font-size: 40px;
  color: #377CF7;
}
.news ul li a .news_right {
  flex: 1;
  margin-left: 20px;
  color: #333333;
}
.news ul li a .news_right h1 {
  font-size: 24px;
  font-weight: 600;
}
.news ul li a .news_right h4 {
  font-size: 16px;
  color: #999999;
  line-height: 50px;
}
.news ul li a .news_right p {
  font-size: 14px;
  line-height: 26px;
}
.news ul li a .news_right span {
  font-size: 14px;
  color: #377CF7;
  margin-top: 30px;
  display: inline-block;
}
.news ul .activeed {
  background: #F4F4F4;
}
.news ul :last-child {
  margin-right: 0;
}
.moreActile {
  width: 325px;
  height: 48px;
  opacity: 1;
  border: 1px solid #979797;
  margin: 30px auto;
}
.moreActile a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 48px;
}
.applicationField {
  width: 100%;
  background: #FAFAFA;
}
.applicationField .filedBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.applicationField .filedBox .filedItem {
  width: 32%;
  height: 254px;
  margin: 0 2% 3% 0;
  position: relative;
}
.applicationField .filedBox .filedItem .backClassic {
  width: 100%;
  height: 254px;
}
.applicationField .filedBox .filedItem .topTb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.applicationField .filedBox .filedItem .topTb img {
  width: 10%;
  margin: 80px 0 10px 0;
}
.applicationField .filedBox .filedItem .topTb p {
  font-size: 24px;
  color: #ffffff;
}
.applicationField .filedBox :nth-child(3n) {
  margin-right: 0;
}
.applicationField .traceability {
  width: 100%;
}
.applicationField .traceability p {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}
.applicationField .titleBox {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: 600;
}
.applicationField .tuImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.applicationField .tuImg img {
  width: 124px;
  margin-right: 80px;
}
.applicationField .tuImg :last-child {
  margin-right: 0;
}
.applicationField .disPlay {
  width: 100%;
  margin: 50px 0;
}
.applicationField .disPlay .backImg {
  text-align: center;
}
.applicationField .disPlay .backImg img {
  width: 51%;
}
.applicationField .disPlay ul {
  display: flex;
  width: 56%;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
}
.applicationField .disPlay ul li {
  width: 20%;
  text-align: center;
  color: #377CF7;
  font-size: 20px;
}
.applicationField .fchBox {
  width: 100%;
  text-align: center;
}
.applicationField .fchBox img {
  width: 1125px;
}
.applicationField .fch_content {
  padding: 20px 1%;
}
.applicationField .fch_content li {
  width: 100%;
  color: #333333;
}
.applicationField .fch_content li h1 {
  color: #377CF7;
  font-weight: bold;
  font-size: 18px;
}
.applicationField .fch_content li p {
  font-size: 16px;
  line-height: 30px;
}
.footer_box {
  width: 100%;
  background: #001946;
}
.footer_box .address {
  width: 45%;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  padding: 30px 0 0 30px;
}
.footer_box .workTime {
  padding: 30px;
}
.footer_box .workTime .workContent {
  display: flex;
  margin-bottom: 30px;
}
.footer_box .workTime .workContent .biao {
  width: 34px;
  height: 34px;
  background: #ffffff;
  border-radius: 100%;
  margin-right: 20px;
  font-size: 20px;
  color: #152235;
  text-align: center;
  line-height: 34px;
}
.footer_box .workTime .workContent .workDay h1 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 32px;
}
.footer_box .workTime .workContent .workDay p {
  font-size: 14px;
  color: #55667f;
}
.footer_box .offical_accout {
  display: flex;
  position: absolute;
  right: 0;
  top: 30%;
}
.footer_box .offical_accout .pbulOne {
  width: 100%;
  margin-left: 20px;
}
.footer_box .offical_accout .pbulOne .pulicBox {
  width: 130px;
  height: 130px;
  background: #ffffff;
  text-align: center;
}
.footer_box .offical_accout .pbulOne .pulicBox img {
  width: 130px;
  height: 130px;
}
.footer_box .offical_accout .pbulOne p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.footer_record {
  width: 100%;
  height: auto;
  background: #0f1825;
  padding: 18px 0;
}
.footer_record p {
  font-size: 12px;
  color: #677384;
  text-align: center;
  line-height: 24px;
}
.rightNav {
  width: 102px;
  height: 264px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(202, 202, 202, 0.25);
  border-radius: 12px 12px 12px 12px;
  position: fixed;
  right: 3%;
  top: 10%;
}
.rightNav .messages {
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
.rightNav .messages img {
  width: 50px;
  height: 50px;
}
.rightNav .messagesCon {
  width: 696px;
  height: 512px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  right: 695px;
  top: -90%;
  display: none;
}
.rightNav .messagesCon .messTop {
  width: 94%;
  height: 64px;
  background: #377CF7;
  box-shadow: 0px 4px 12px 0px rgba(55, 124, 247, 0.5);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
}
.rightNav .messagesCon .messTop p {
  font-size: 20px;
  color: #ffffff;
}
.rightNav .messagesCon .messTop a {
  width: 94px;
  height: 28px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FFFFFF;
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.rightNav .messagesCon .chatContent {
  width: 94%;
  padding: 0 3%;
  height: 306px;
  background: #ffffff;
  padding-top: 64px;
  overflow: hidden;
  overflow-x: auto;
}
.rightNav .messagesCon .chatContent .history {
  width: 100%;
  font-size: 16px;
  color: #999999;
  padding: 20px 0;
  text-align: center;
}
.rightNav .messagesCon .chatContent .chatLeft {
  width: 100%;
}
.rightNav .messagesCon .chatContent .chatLeft .name {
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.rightNav .messagesCon .chatContent .chatLeft .chatCons {
  display: inline-block;
  padding: 10px;
  background: #F0F5FC;
  border-radius: 8px 8px 8px 8px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
}
.rightNav .messagesCon .chatContent .chatRight {
  width: 100%;
  text-align: right;
}
.rightNav .messagesCon .chatContent .chatRight .name {
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.rightNav .messagesCon .chatContent .chatRight .chatCons {
  display: inline-block;
  padding: 10px;
  background: #F0F5FC;
  border-radius: 8px 8px 8px 8px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
}
.rightNav .messagesCon .sendContent {
  width: 94%;
  padding: 0 3%;
  height: 142px;
  background: #F0F5FC;
}
.rightNav .messagesCon .sendContent .expression {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.rightNav .messagesCon .sendContent .expression img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.rightNav .messagesCon .sendContent .inputFarna {
  width: 100%;
}
.rightNav .messagesCon .sendContent .inputFarna textarea {
  width: 100%;
  height: 50px;
  line-height: 25px;
  border: none;
  font-size: 14px;
  color: #999999;
  background: #F0F5FC;
}
.rightNav .messagesCon .sendContent .sends {
  width: 100%;
  padding-top: 10px;
}
.rightNav .messagesCon .sendContent .sends a {
  width: 62px;
  height: 28px;
  background: #377CF7;
  border-radius: 2px 2px 2px 2px;
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  float: right;
}
.rightNav .phone {
  width: 261px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25);
  position: absolute;
  right: 120px;
  bottom: 110px;
  color: #377CF7;
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  display: none;
}
.rightNav .phone .triangle {
  width: 0px;
  height: 0px;
  border-left: 20px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin: 100px auto;
  position: absolute;
  right: -15px;
  bottom: -80px;
}
.system {
  width: 100%;
  display: flex;
  margin-bottom: 36px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.system a {
  width: 207px;
  height: 74px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #666666;
  line-height: 74px;
  color: 979797;
  font-size: 24px;
  text-align: center;
  margin-right: 30px;
}
.system .active {
  background: #377CF7;
  color: #ffffff;
}
.system :last-child {
  margin-right: 0;
}
.system_content {
  text-align: center;
  padding-bottom: 30px;
}
.system_content h1 {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.system_content .tupian {
  width: 360px;
  margin: 40px 0;
}
.system_content p {
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 30px;
}
.system_content .conBox {
  padding-bottom: 30px;
}
.system_content .conBox .system_content_mindlle {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.system_content .conBox .system_content_mindlle .middle_left {
  width: 230px;
  margin-right: 30px;
  text-align: center;
}
.system_content .conBox .system_content_mindlle .middle_left img {
  width: 80%;
}
.system_content .conBox .system_content_mindlle .middle_right {
  width: 831px;
  height: 125px;
  padding: 20px;
  background: rgba(229, 229, 229, 0.25);
  text-align: left;
}
.system_content .conBox .system_content_mindlle .middle_right h2 {
  color: #377CF7;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.system_content .conBox .system_content_mindlle .middle_right h4 {
  width: 100%;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.companyInfo {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.companyInfo .companyLeft {
  width: 600px;
}
.companyInfo .companyLeft img {
  width: 600px;
  height: 308px;
}
.companyInfo .companyRight {
  flex: 1;
  width: 500px;
  height: 248px;
  padding: 30px 50px;
  background: #F8F8F8;
  color: #333333;
}
.companyInfo .companyRight h1 {
  font-size: 24px;
}
.companyInfo .companyRight h5 {
  font-size: 14px;
}
.companyInfo .companyRight span {
  width: 18px;
  height: 2px;
  background: #377CF7;
  display: inline-block;
  margin: 20px 0;
}
.companyInfo .companyRight p {
  height: 150px;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.Technolog {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.Technolog .Technolog_left {
  color: #333333;
  width: 600px;
  margin-right: 30px;
}
.Technolog .Technolog_left h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.Technolog .Technolog_left p {
  height: 60px;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
}
.Technolog .Technolog_left span {
  height: 180px;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
}
.Technolog .Technolog_left h2 {
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.Technolog .Technolog_right {
  flex: 1;
}
.Technolog .Technolog_right img {
  width: 90%;
}
.teamContent {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding-bottom: 30px;
}
.teamContent span {
  color: #377CF7;
}
.contact {
  width: 100%;
  padding-bottom: 30px;
}
.contact ul {
  display: flex;
  align-items: center;
}
.contact ul li {
  flex: 1;
  margin-right: 45px;
  position: relative;
  margin-bottom: 30px;
}
.contact ul li h1 {
  font-size: 18px;
  color: #666666;
  height: 40px;
}
.contact ul li input {
  width: 544px;
  height: 48px;
  padding: 0 20px;
  background: #FFFFFF;
  color: #333333;
  font-size: 14px;
}
.contact ul li input::-webkit-input-placeholder {
  color: #cccccc;
}
.contact ul li a {
  font-size: 14px;
  color: #377CF7;
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.contact ul li textarea {
  width: 100%;
  border: none;
  padding: 30px;
  font-size: 14px;
}
.contact ul :nth-child(2n) {
  margin-right: 0;
}
.contact .submit {
  width: 137px;
  height: 38px;
  background: #377CF7;
  border-radius: 5px;
}
.contact .submit a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}
.compNews {
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
.compNews ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.compNews ul li {
  margin-right: 20px;
}
.compNews ul li a {
  height: 40px;
  font-size: 16px;
  color: #666666;
}
.compNews ul li .activeNew {
  color: #377CF7;
}
.newList {
  margin: 30px auto;
}
.newList ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.newList ul li {
  width: 288px;
  height: 448px;
  background: #F0F5FC;
  margin: 0 16px 20px 0;
}
.newList ul li a {
  display: block;
  width: 100%;
}
.newList ul li a img {
  width: 100%;
  height: 237px;
}
.newList ul li a .newBot {
  padding: 0 10px;
}
.newList ul li a .newBot h1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.newList ul li a .newBot p {
  width: 100%;
  height: 100px;
  line-height: 20px;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 这里是超出几行省略 */
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 20px;
}
.newList ul li a .newBot span {
  color: #377CF7;
  font-size: 12px;
}
.newList ul :nth-child(4n) {
  margin-right: 0;
}
.newDeatil {
  width: 100%;
  text-align: center;
}
.newDeatil h1 {
  line-height: 80px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.newDeatil p {
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 30px;
}
.newDeatil img {
  margin: 30px 0;
}
.acticlBox {
  width: 100%;
  margin: 20px 0;
}
.acticlBox a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
.acticlBox .actives {
  color: #377CF7;
}
.freeDailog {
  width: 100%;
  height: 100%;
  background: rgba(147, 147, 147, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.freeDailog .freeDailog_content {
  width: 872px;
  height: 507px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  margin: 5% auto;
  position: relative;
}
.freeDailog .freeDailog_content .top {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.freeDailog .freeDailog_content .top h1 {
  font-size: 26px;
  color: #333333;
  font-weight: 600;
}
.freeDailog .freeDailog_content .top p {
  color: #999999;
  font-size: 14px;
  line-height: 40px;
}
.freeDailog .freeDailog_content .middle {
  padding: 20px 50px;
}
.freeDailog .freeDailog_content .middle ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.freeDailog .freeDailog_content .middle ul li {
  width: 364px;
  margin-right: 40px;
  position: relative;
  margin-bottom: 30px;
}
.freeDailog .freeDailog_content .middle ul li h1 {
  color: #999999;
  font-size: 16px;
  line-height: 40px;
}
.freeDailog .freeDailog_content .middle ul li h1 span {
  color: #ff2525;
}
.freeDailog .freeDailog_content .middle ul li input {
  width: 344px;
  padding: 0 10px;
  height: 48px;
  background: #F0F0F0;
  line-height: 48px;
  font-size: 14px;
  color: #333333;
}
.freeDailog .freeDailog_content .middle ul li input::-webkit-input-placeholder {
  color: #999999;
}
.freeDailog .freeDailog_content .middle ul li a {
  font-size: 14px;
  color: #377CF7;
  position: absolute;
  right: 16px;
  bottom: 12px;
}
.freeDailog .freeDailog_content .middle ul :nth-child(2n) {
  margin-right: 0;
}
.freeDailog .freeDailog_content .bottoms {
  width: 200px;
  height: 54px;
  background: #377CF7;
  margin: auto;
}
.freeDailog .freeDailog_content .bottoms a {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.freeDailog .freeDailog_content .delte {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.freeDailog .freeDailog_content .delte img {
  width: 25px;
  height: 25px;
}
