body{
  background-color: #fafbfd;
  font-family: 微软雅黑;
}
a {
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}

/*  Header
==================================== */
.header{
    background-color: #fafbfd;
}
.navbar{
    background-color: #fafbfd;
}
.navbar-default{
    background-color: #fafbfd;
    border-width: 0px;
    height: 80px;
}
.navbar-default .navbar-brand {
    width: 500px;
    margin: 0px;
    padding: 0px;
    height:80px;
}

.navbar-nav > li > a {
    margin-left: 0px;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-collapse,
.navbar-nav{
    margin: 0px;
}

.navbar-default .navbar-nav{
    background-color: #fafbfd;
}

.navbar-default .navbar-nav > li > a {
    color: #101010;
    background-color: #fafbfd;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #005ca9;
    background-color: #fafbfd;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #d82f2f;;
    background-color: #fafbfd;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {

    background-color: #005ca9;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fafbfd;
}

/*  Slider
==================================== */
#MainSlider  {
  z-index: 1;
  margin-bottom: 0;
    min-width: 470px;
}
#MainSlider .slides {
  position: relative;
}
#MainSlider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 200px;
    position: relative;
}
#MainSlider .flex-control-nav {
  bottom: 10px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}
#MainSlider .flex-control-nav li {

  margin-bottom: 10px;
}
#MainSlider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#MainSlider .flex-control-nav li a.flex-active {
  cursor:pointer;
  background: transparent;
  border: 2px solid #33ccff;
}

/* SectionTitle
 ====================================*/
.SectionTitle{
    height: 120px;
    font-family: 微软雅黑;
    text-align: center;
    padding-top: 30px;
}
.SectionTitle .TitleEn{
    font-size: 30px;
    font-weight: 600;
    color: #257abd;
}
.SectionTitle .TitleCn{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}
.SectionTitle .TitleInfo{
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
    line-height: 1.5;
}
/* OurService
==================================== */

.OurServiceContent{
    padding-top: 20px;
    margin-bottom: 25px;
}
.OurServiceContent .OurServiceContent-h2{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 20px 0px 20px 0px;
}
.OurServiceContent .OurServiceContent-c{
    line-height: 2;
    margin-bottom: 30px;
}
.OurServiceContent .OurServiceContent-ul{
    width:100%;
    flex-wrap: wrap;
    display: flex;
}
.OurServiceContent .OurServiceContent-ul li{
    width:50%;
}

.OurServiceImg{
    width: 350px;
    box-shadow: 0px 0px 10px 1px lightgray;
}
.mc0{
    margin: 0;
    padding: 0;
}
/* Cooperate
==================================== */
.Cooperate{
    padding-top: 25px;
    background-color: #F0F0F0;
}
.Cooperate .c-i-List{
    margin: 30px 0px 30px 0px;
}
.c-i-Columns{
  text-align: center;
}
.c-i-ColumnsRow{
  margin-top: 30px;
}
.c-i-ColumnsImg{
  width: 150px;
}
.c-i-Columns_CName{
    margin-top: 20px;
    color:#000000;
    font-size: 20px;
    line-height:60px;
}
.c-i-Columns_EName{
    color: #999999;
    font-size: 12px;
    line-height:20px;
    margin-bottom: 30px;
}

/* Partner
==================================== */
.Partner{
    padding-bottom: 0px;
}
.partner-ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.partner-ul li {
    margin-bottom: 30px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.PartnerImg{
    width: 170px;
    height: 70px;
    box-shadow: 0px 0px 10px 1px lightgray;
}
/* Message在线留言
==================================== */
.Message{
    margin-top: 40px;
    border-top: solid 1px lightgray;
}
.MessageRow{
    margin-top: 40px;
    font-family: 微软雅黑;
    color: #000;
}

.MessageRow .MessageImg{
    width: 450px;
    margin-top: 40px;
}

.MessageRow .MessageTitle1 {
    font-size: 20px;
    font-weight: 600;
}

.MessageRow .MessageTitle2 {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.mb-15{
    margin-bottom: 15px;
}

/* footer
==================================== */
.footer{
    margin-top: 20px;
    background-color: #323133;
    color: #ffffff;
}

.FooterR1{

}
.FooterR1Content{
    text-align: center;
    margin-top: 25px;
}
.c-footer .FooterQR{
    margin-bottom: 40px;

}
.c-footer .FooterLogo{
    margin-left: 0px;

}

.FooterR1C3{
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 30px;
    line-height: 2.2;
}
.FooterR1C3 .FooterContact{
    margin:0 auto;
    width: 260px;
    text-align: left;
}
.FooterR1C3 .FooterPhoneICO{
    width: 50px;
    margin-top: -10px;
}
.FooterR1C3 .FooterPhoneNo{
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.FooterR1C3 .FooterAddress{
    margin-top: 10px;
}
.l-footer{
    text-align: left;
    border-top: 1px solid #444444;
    line-height: 30px;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.l-footer .FooterLinksTitle{
    color: #ffffff;
}

.logo_end{
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.QRCode{
    width: 115px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.b-footer{
    font-size: 12px;
    text-align: center;
    line-height: 2;
    background-color: #29282a;
    padding: 10px 0px 10px 0px;
}
.f-b-no{
    color: #939393;
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    margin:5px 0px 10px 0px;
}
.f-b-no a{
    color: #939393;
}

/* AboutIncrease页
==================================== */
.AboutIncreaseContent{
    margin-top: 50px;
}
.TitleCn{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.TitleInfo{
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 1.5;
}
.AboutIncreaseContent-a{
    font-size: 14px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 2.5;
    margin-left: 30px;
    margin-right: 30px;
}
.AboutIncreaseContent .TitleCn-al04{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 30px;
}
.AboutIncreaseContent .dv-img{
    text-align: center;
}
.AboutIncreaseContent .dv-img .AboutItemImg{
    width: 200px;
}
.Message{

}

/* Product产品服务页
==================================== */
.product-list{
    width: 82%;
    margin-bottom:80px;
}

.product-list .pl-item {
    margin-bottom: 10px;
}

.ProductContent{
    margin-top: 50px;
}

.ProductContent-a{
    font-size: 14px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 2.5;
    margin-left: 20px;
    margin-right: 20px;
}
.ProductLine02{
    background-image: url("../images/bg01.jpg");
    width: 100%;
}
.ProductLine02 .p02-r1{
    height: 100px;
}
.ProductLine02 .p02-r3{
    height: 100px;
}
.ProductLine02 .ab02-left{
    text-align: left;
    padding: 0px;
}
.ProductLine02 .ab02-right{
    margin: 0px;
    padding: 0px;
}
.ProductLine02 .ab02-left .ab02-left-c{
    margin:0 30px 0 30px;
}
.ProductLine02 .ab02-right {
    width: auto;
    margin: 0px 30px 0px 30px;
}
.ProductLine02 .ab02-right .Product01Img{
    width: auto;
}
.ProductLine02 .TitleCn-l{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
.ProductLine02 .IncreaseContent-a{
    padding-top: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 3;
}

.ProductLine03{
    margin-top: 40px;
}
.ProductLine03 .AboutAthenaContent-a{
    padding-top: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 3;
    margin-left: 20px;
    margin-right: 20px;
}
.ProductLine03 .dv-img{
    text-align: center;
    margin: 30px 0 50px 0;
}

.ProductLine04{
    background-image: url("../images/bg01.jpg");
    width: 100%;
}
.ProductLine04 .p04-r1{
    height: 100px;
}
.ProductLine04 .p04-r3{
    height: 100px;
}

.ProductLine04 .ab04-right{
    text-align: left;
    padding: 0px;
}
.ProductLine04 .ab04-left{
    margin: 0px;
    padding: 0px;
}
.ProductLine04 .ab04-right .ab04-right-c{
    padding: 30px 10px 0px 0;
    margin-left: 40px;
}
.ProductLine04 .ab04-left .Product04Img{
    width: 450px;
}
.ProductLine04 .TitleCn-l{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
.ProductLine04 .AboutArtemisContent-a{
    padding-top: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 3;
}

.ProductLine05{
    margin-top: 40px;
}
.ProductLine05 .AboutPrometheusContent-a{
    padding-top: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 3;
    margin-left: 20px;
    margin-right: 20px;
}
.ProductLine05 .dv-img{
    text-align: center;
    margin: 30px 0 50px 0;
}
.ProductLine05 .dv-img .Product05Img{
    width: 550px;
}

/* Development开发服务页
==================================== */
.DevelopmentTop {
    margin-bottom: 40px;
}
.development-list1{
    width: 82%;
    margin-top: 20px;
    margin-bottom: 80px;
}

.development-list1 .dev-item {
    margin: 30px 0 0px 0;
    text-align: center;
}
.development-list1 .dev-img{
    width: 200px;
}
.dev-Title{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-top: 40px;
}
.dev-content {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    padding: 0 20px 0 20px;
}
.DevLine02{
    background-image: url("../images/bg02.jpg");
    width: 100%;
}
.DevLine02 .DevLine02-c{
    width: 85%;
}

.DevLine02 .d02-r1{
    height: 100px;
}
.DevLine02 .d02-r3{
    height: 100px;
}
.DevLine02 .ab02-left{
    text-align: left;
    padding: 0px;
}

.DevLine02 .ab02-right {
    width: auto;
    margin: 0px 20px 0px 20px;
    padding: 0;
}
.DevLine02 .ab02-right .Dev01Img{
    width: auto;
}
.DevLine02 .TitleCn-l{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 50px;
}
.DevLine02 .AboutSoftDevContent-a{
    padding-top: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 3;
    margin-bottom: 80px;
}


.DevLine03{
    margin-top: 40px;
}
.DevLine03 .AboutAppContent-a{
    padding-top: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 2.5;
    margin: 0 20px 0 20px;
}
.DevLine03 .dv-l03-img{
    text-align: center;
    margin: 30px 0 50px 0;
}

.DevLine04{
    background-image: url("../images/bg02.jpg");
    width: 100%;
}

.DevLine04 .TitleCn-l{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 80px;
}
.DevLine04 .BigDataContent-a{
    padding-top: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 2.3;
    margin: 0 20px 0 20px;
}
.DevLine04 .dv-l04-img{
    text-align: center;
    margin: 40px 0 80px 0;
}
.DevLine04 .dv-l04-img .Dev04Img{
    width: 650px;
}

.DevLine05{
    margin-top: 40px;
}
.DevLine05 .GISContent-a{
    padding-top: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 3;
    margin: 0 20px 0 20px;
}
.DevLine05 .dv-l05-img{
    text-align: center;
    margin: 0px 0 50px 0;
}
.DevLine05 .dv-l05-img .Dev05Img{
    width: 700px;
}
/* Consulting咨询服务页
==================================== */
.ConsultingTop {
    margin-bottom: 40px;
}
.consulting-list1{
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}
.consulting-list1 .dev-item{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.consulting-list1 .con-img{
    width: 100px;
}
.con-Title{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    padding: 20px 0 20px 0;

}
.rightBorder{
    border-right: solid 1px lightgray;
}
.leftBorder{
    border-left: solid 1px lightgray;
}
.con-content {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 40px 40px 40px;
}
.ConLine02{
    background-image: url("../images/bg03.jpg");
    width: 100%;
}
.ConLine02 .ConLine02-c{
    width: 85%;
}

.ConLine02 .c02-r1{
    height: 50px;
}
.ConLine02 .c02-r3{
    height: 50px;
}
.ConLine02 .ab02-left{
    text-align: left;
    padding: 0px;
}

.ConLine02 .ab02-right {
    width: auto;
    margin: 0px 20px 0px 20px;
}
.ConLine02 .ab02-right .Con01Img{
    width: auto;
    margin-top: 30px;
}
.ConLine02 .TitleCn-l{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 50px;
}
.ConLine02 .ConsultingContent-a{
    padding-top: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 80px;
}

.ConLine03{
    margin-top: 40px;
}
.ConLine03 .SolutionContent-a{
    padding-top: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 2.5;
    margin: 0 20px 0 20px;
}
.ConLine03 .dv-l03-img{
    text-align: center;
    margin: 30px 40px 50px 40px;
}