* {
    margin: 0;
    padding: 0;
}

<!--引用百度地图API-->html,
body {
    margin: 0;
    padding: 0;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

body {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    color: #fff;
}

li {
    list-style-type: none;
}

.info_box {
    margin: 100px auto 0 auto;
    width: 400px;
    background-color: #ffffff;
    color: #333333;
    padding: 0 0 0 30px;
}

.info_box>li {
    padding: 15px 0;
    font-size: 14px;
    border-top: #e5e5e5 dashed 1px;
}

.info_box>li:first-child {
    list-style: none;
    font-size: 16px;
    color: #FD463E;
    border-top: none;
    font-weight: bold;
}

.info_box>li:last-child {
    list-style: none;
    font-size: 12px;
    color: #999999;
}


/* styled just for clear visual division of each areas */

.op-section {
    background: url('../img/indexbg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.second {
    background: url('../img/bg2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-color: #fafbfc; */
}

.third {
    background: url('../img/bg3.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fourth {
    background: url('../img/bg4.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fifth {
    background: url('../img/bg5.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

#radioWrap {
    width: 20px;
    height: 180px;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -90px;
}

#radio {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#radio li {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    text-indent: -10000px;
    border-radius: 50%;
    margin-top: 12px;
    cursor: pointer;
}

#radio li:first-child {
    margin-top: 0;
}

#radioOn {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
}


/* 首页 */

.indexBox,
.contactBox {
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
    padding-left: 30%;
}

.indexBox {
    display: flex;
    justify-content: space-between;
    padding-left: 0%;
}

.indexBoxPhone {
    width: 40%;
}

.indexBoxPhone>img {
    width: 100%;
}

.indexBoxCont {
    width: 50%;
    margin-left: 10%;
}

.indexBoxCont h1 {
    color: white;
    font-size: 38px;
    letter-spacing: 13px;
    margin-bottom: 4%;
}

.indexBoxCont h1 span {
    letter-spacing: 5px;
}

.indexBoxInfo {
    width: 100%;
    color: white;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.indexBoxUl {
    font-size: 32px;
    list-style: arabic-indic;
    letter-spacing: 10px;
    font-weight: bolder;
    margin-left: 48px;
    line-height: 1.8;
}

.contactBox {
    padding-top: 0%;
    padding-left: 0%;
}

.contactBox {
    /* padding-left: 0; */
    text-align: center;
    width: 35%;
    /* padding-top: 11%; */
    color: white;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.contactBox h3 {
    line-height: 1.3em;
    margin-top: 0px;
    font-family: Roboto;
    margin-bottom: 10%;
    font-weight: lighter;
    font-size: 60px;
    background-image: -webkit-linear-gradient(top, white 22%, #859fb9, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactBox p {
    line-height: 2;
}

.indexBoxBtn {
    width: 339px;
    height: 82px;
    background-color: white;
    margin-top: 48px;
    /* padding-left: 32px; */
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #A3F7BF; */
    /* background: -webkit-linear-gradient(left, #a3f7bf, #a3f7bf) no-repeat; */
    /* background: linear-gradient(to right, #6b69fa, #1707f5) no-repeat; */
    background: linear-gradient(to right, #656d73e3, #1707f500) no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid white;
    margin-left: 24px;
    text-align: center;
}

.indexBoxBtn a {
    font-size: 25px;
    line-height: 82px;
    color: white;
    /* padding-left: 10px; */
    font-weight: bolder;
    letter-spacing: 15px;
    width: 100%;
    height: 100%;
    display: block;
}

.indexBoxBtn i {
    color: white;
    font-size: 25px;
}

.indexBoxBtn:hover {
    /* background-color: #0000005c; */
    background-size: 100% 100%;
    color: #27323A;
}


/* .indexBoxBtn a:hover {
    font-size: 18px;
} */

.indexBoxBtn a:hover .indexBoxBtn i {
    color: white;
}


/* 软件产品 */

.productBox {
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
    text-align: center
}

.Pcontent1 {
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 20%;
    flex-wrap: wrap;
    border: 1px solid;
}

.Pcontent1Img {
    width: 100%;
}

.Pcontent1Img img {
    width: 100%;
}

.Pcontent1Tit>h2 {
    padding: 0 20px;
}


/* 解决方案 */

.planBox {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
	margin-top:-50px;	
}

.planLeft {
    width: 60%;
}

.planRight {
    width: 40%;
	padding-top:10%;
  /*   padding-left: 142px; */
   
    /* padding-top: 4%; */
}

.planRight>img {
    width: 100%;
}

.pLeftBox{
    padding: 9% 0 2% 20%;
}
.pLeftBox2 {
	 padding: 0 0 5% 20%;
}
.planBox span{
	font-size: 24px;
    margin-bottom: 12px;
    color: rgb(48 145 242);
}

.pLeftBox2 {
    padding: 0 0 0 20%;
}

.pLeftBoxCont p {
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 3.5;
}

.pLeftBoxCont2 {
	
	font-size:14px;
    text-align: left;
    /*color: #fafbfcc7;*/
    line-height: 36px;
}

.pLeftBoxCont2 span {
    font-size: 24px;
    margin-bottom: 12px;
    color: rgb(48 145 242);
}



.pLeftBox2Info1,
.pLeftBox2Info2,
.pLeftBox2Info3 {
    display: flex;
    align-items: center;
    height: 80px;
}

.pLeftBox2Info1 i,
.pLeftBox2Info2 i,
.pLeftBox2Info3 i {
    color: black;
    margin-right: 5%;
    font-size: 40px;
    font-weight: 500;
}

.pleftTitle {
    font-size: 18px;
    line-height: 1.5;
    color: black;
}


/* 产品页 */

form,
ul,
li,
ol,
dl,
dt,
dd,
p,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

ul,
li {
    list-style: none
}

img {
    border: 0
}

.dp {
    display: block
}

.tc {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.main-page {
    margin: 0 auto;
    width: 100%;
    margin-left: 8%;
}

.main-page .left {
    padding-right: 25px;
    border-right: 1px #fff solid;
    /* margin-top: 280px */
}

.main-page .left,
.main-page .right {
    float: left;
}

.main-page .nav-back {
    height: 100%;
}

.main-page .nav {
    position: relative;
    /* margin-top: -300px; */
    width: 132px;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    color: white;
}

.main-page .nav div {
    height: 47px;
    line-height: 47px;
    margin-bottom: 8px;
    border-radius: 2px;
    cursor: pointer;
}

.main-page .nav div.on {
    background: #3091f2;
}

.main-page .right {
    width: auto;
    height: 100%;
    margin-left: 55px;
    overflow: hidden;
    z-index: -1;
}

.main-page .right {
    width: 75%
}

.main-page .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-page .content .con-ggh {
    width: 100%;
    height: 100%;
}

.con-ggh {
    width: 100%;
}

.con-ggh ul {
    display: block
}

.con-ggh ul li {
    /* padding-top: 20px; */
    margin-right: 20px;
    float: left
}

.list-pic {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 19px;
    width: 110px;
    height: 110px;
    border: 1px solid #b9babe;
}

.list-pic img {
    width: 110px;
    height: 110px;
    display: block
}

.con-ggh .item-name {
    padding: 10px 0;
    /* height: 20px; */
    width: 100%;
    font-size: 14px;
    text-align: left;
    /*color: #fafbfcc7;*/
	color:#fff;
    line-height: 30px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap;*/
}

.b-intro {
    margin-top: 20px
}

.b-intro span {
    font-size: 24px;
    margin-bottom: 12px;
    color: rgb(48 145 242);
}

.b-intro p {
    /* width: 545px */
    height: 45px;
    line-height: 24px;
    /* overflow: hidden; */
    color: #fff;
    font-size: 14px
}

.ck-m {
    width: 123px;
    height: 36px;
    line-height: 36px;
    border: 1px #fff solid;
    margin-top: 70px;
    color: #3091f2;
}

.zcinfo {
    width: 50%;
    /* margin-top: 280px */
}

.ptpic-dl img {
    width: 100%;
}

.ptpic-dl {
    width: 50%;
}