* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: PingFangTC-Regular, sans-serif;
}

body {
    height: 4000px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

/*标题通用 start*/
.title-h1 {
    font-size: 28px;
    font-weight: 800;
    font-family: PingFangSC-Regular, sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.black {
    color: #000;
}
.title-h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: PingFangSC-Regular, sans-serif;
    text-align: center;
}
.white {
    color: #fff;
}

.title-inner {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
}

/*标题通用 end*/


/*header start*/
/*.header {
    height: 69px;
    background: url("../images/headerbgc.png") no-repeat center;
}

.header-inner {      !*页面中心部分的宽度为：1200px*!
    width: 62.5%;
    height: 68px;
    !*background-color: pink;*!
    margin: 0 auto;
}

.header-inner-left {
    height: 67px;
    width: 21.5%;
    !*background-color: #fff;*!
    float: left;
    margin-top: 1px;
}

.header-inner-right {

    height: 68px;
    !* background-color: #fff;*!
    float: right;
}

.header-inner-right li {
    float: left;
    margin-left: 80px;
    line-height: 68px;
}

.header-inner-right a {
    display: block;
    height: 68px;
    color: #ffffff;
    font-size: 14px;
}

.header-inner-right a:hover{
    color: #00a0e3;
    border-bottom: solid 2px #00a0e3;
    text-decoration: none;
}

.header-menu-hover {
    color: #00a0e3 !important;
    border-bottom: solid 2px #00a0e3;
    text-decoration: none;
}*/

/*
#reduceCase {
    color: #00a0e3;
    border-bottom: solid 2px #00a0e3;
    text-decoration: none;
}
*/

/*header end*/

/*menu start*/
.menu {
    height: 230px;
    width: 100%;
    position: absolute;
    z-index: 2;
   /* display: none;*/
    margin-top: -1px;
    background-color: rgba(0,0,0,0.4);
}

.menu-inner {
    width: 62.5%;
    height: 100%;
    margin: 0 auto;
    /*background-color: pink;*/
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.menu-inner h2 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 20px 10px ;
}

.menu-inner ul {
    margin: 0;
    height: 60px;
}

.menu-inner li {
    float: left;
}

.menu-inner li a,
.menu-inner li a:visited {
    display: block;
    width: 260px;
    height: 60px;
    margin-right: 66px;
    background-color: #20345b;
    border: solid 1px transparent;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
}

.menu-inner li img {
    margin-right: 20px;
}

.menu-inner li a:hover {
    color: #0099ff;
    border: solid 1px #1aa7e1;
    text-decoration: none;
}

.menu-inner>a {
    display: block;
    width: 28px;
    height: 15px;
    margin: 70px auto 0;
}

/*.menu-1 {background:url(../images/menu1-1.png) 30px center no-repeat}
.menu-2 {background:url(../images/menu2-1.png) 30px center no-repeat}
.menu-3 {background:url(../images/menu3-1.png) 30px center no-repeat}*/

/*menu end*/

/* banner start  558px*/
.banner>ul {
    padding: 0;
}

.banner li{
    height: 558px;
    width: 100%;
    /*background: url("../images/banner newest.png") no-repeat center;*/
    position: relative;
}

.banner-inner {
    width: 550px;
    height: 270px;
    /*background-color: #fff;*/
    position: absolute;
}

.banner-inner1 {
    top: 25%;
    left: 14%;
}

.banner-inner2 {
    top: 25%;
    right: 14%;
}

.banner-inner h1,
.banner-inner p {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: PingFangSC-Regular, sans-serif;
}

.banner-inner a {
    display: block;
    width: 140px;
    height: 50px;
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 60px;
}

.banner-inner a:hover {
    text-decoration: none;
    color: #fff;
}

.banner-inner p {
    margin: 40px 0;
    font-size: 14px;
    line-height: 24px;
}



/*
.banner-lunbo ul {
    width: 120px;
    height: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -60px;
}

.banner-lunbo li {
    float: left;
    padding: 0 8px;
}

.banner-lunbo a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: pink;

}

.banner-lunbo a:hover {
    width: 24px;
    background-color: #00a0e3;
    border-radius: 12px;
    margin: 0 0;
}
*/


/* banner end*/


/*weakness start */
.weakness {
    width: 1200px;
    height: 710px;
 /*   background-color: pink;*/
    margin: 0 auto;
}

.weakness-top {
    margin: 70px 0 80px;
}

.weakness-bottom {
    height: 440px;
    width: 100%;
    background-color: #f7f7f7;
}

.weakness-bottom>ul>li {
    width: 25%;
    height: 440px;
    float: left;
   /* border: solid 1px #000;*/
    text-align: center;
    font-size: 14px;
    padding: 0 40px ;
}

.weakness-bottom>ul>li:hover {
    background-color: #1890ff;
    color: #fff;
}

.text-align-left {
    text-align: left !important;
    line-height: 25px;
}

.weakness-bottom img {
    margin-top: 40px;
}

.weakness-bottom h4 {
    font-size: 16px;
    margin-top: 34px;
    margin-bottom: 22px;
    font-weight: 800;
}

.weakness-bottom-inner-ul>li {
    border: solid 1px #b5b5b5;
    font-size: 14px;

    display: block;
    width: 190px;
    height: 30px;
    margin: 0 auto 20px;

    line-height: 30px;
}

#weakness-1:hover .weakness-bottom-inner-ul>li {
    border: solid 1px #fff;
}

/*weakness end */

/* application start */
.application {
    height: 910px;
    width: 100%;
    background: url("../images/reduce-application-bgi.png") center no-repeat;
}

.application-inner {
    width: 1200px;
    height: 100%;
   /* background-color: pink;*/
    margin: 0 auto;
}

.application-top {
    margin: -40px 0 80px;
}

.application-bottom {
    width: 100%;
    height: 610px;
    background-color: rgba(32,33,39,0.9);
    border: solid 1px #112941;
    box-shadow: 10px 18px 30px -1px rgba(17,41,65,1);
}

.application-tab {
    height: 124px;
    width: 100%;

  /*  background-color: pink;*/
}

.application-tab ul {
    height: 58px;
    margin: 0 auto;
    padding-top: 30px;
}

.application-tab li {
    float: left;
    margin-left: 21%;
    text-align: center;
    color: #c0c1c2;
}

#application-tab-li-select {
    color: #0293d1;
}

.application-tab li>img {
    margin-bottom: 10px;
}

.application-content {
    width: 100%;
    height: 483px;
    background-color: rgba(0,0,0,0.3);
}

.application-content-left {
    width: 478px;
    height: 483px;
    float: left;
    background: url("../images/组-33.png") no-repeat right center;
}

.application-content-right {
    width: 620px;
    height: 337px;
    float: right;
    margin-top: 60px;
    margin-right: 54px;
}

.application-content-right h1 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 30px;
}

.application-content-right p {
    font-size: 14px;
    font-weight: 400;
    color: #0293d1;
    line-height: 26px;
}
/* application end */

/* 服务方案 serviceCase start*/
.serviceCase {
    width: 1200px;
    /*height: 780px;*/
    height: 666px;
    margin: 0 auto;
    /*background-color: pink;*/
}

.serviceCase-bottom ul {
    height: 560px;
    padding-left: 0%;

}

.serviceCase-bottom li {
    width: 33%;
    height: 170px;
    float: left;
    margin-top: 70px;
    text-align: center;
}

.serviceCase-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 40px;
    color: #2c2c2c;
    margin: 24px 0 17px;
}

.serviceCase-content {
    font-size: 14px;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 23px;

}

/* 服务方案 serviceCase end*/

/*功能缩略 start*/
.functional {
    width: 100%;
    height: 1016px;
    background-color: #f5f5f5;
}

.functional-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/图层-42.png") no-repeat  0 270px;
}


/*功能缩略 end*/

/*wave start*/
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px;background:#f5f5f5}
/*wave end*/

/*footer start*/
.footer {
    height: 140px;
    background-color: #42454b;
}

.footer-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: pink;*/
    display: flex;
    position: relative;
}

.footer-inner-left {
    width: 282px;
    height: 100%;
    /*    background-color: gray;*/
    float: left;
}

.footer-inner-left img {
    position: absolute;
    top: 30%;
}

.footer-inner-right {
    /* width: 1162px; */
    flex: 1;
    height: 100%;
    /*background-color: orange;*/
    float: left;
    padding-left: 20px;
}

.footer-inner-right-top {
    height: 54px;
    /*   background-color: #fff;*/
    border-bottom: solid 1px #4f5157;
}

.footer-inner-right-top a {
    float: left;
    margin-right: 60px;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
}

.footer-inner-right-top img {
    margin-right: 10px;
}

.footer-inner-right-top a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-inner-right-bottom p {
    font-size: 12px;
    margin: 8px 0 0;
    line-height: 18px;
    color: #c5c6c7;
}
.footer-inner-right h4{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #c5c6c7;
    margin: 0;
}

/*footer end*/