/*招商开始*/
p,
h1,
h3 {
    font-size: 14px;
    /*font-family: "微软雅黑";*/
    padding: 0;
    margin: 0;
}
.entirety {
    margin: 0 auto;
    width: 1200px;
}
/*banner start*/
.banner {
    position: relative;
    padding-top: 78px;
    background: url("../images/banner6.jpg") center center;
    background-repeat: no-repeat;
    height: 490px;
    text-align: center;
}
.banner-rectangle {
    margin: auto;
    background: url("../images/banner-rectangle.png") center center;
    background-repeat: no-repeat;
    width: 602px;
    height: 350px;
    text-align: center;
}
.banner .des {
    position: relative;
    top: -15px;
    margin: 0;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.5px;
}
.banner .title {
    margin: 0;
    width: 100%;
    font-size: 30px;
    line-height: 55px;
    color: white;
    letter-spacing: 2px;
}
.banner .title-split {
    margin: auto;
    width: 280px;
    height: 1px;
    background: white;
    opacity: 0.5;
}
.banner .title .bold {
    font-weight: 600;
}
.banner .logo-title {
    margin: 10px 0;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    color: white;
    letter-spacing: 2px;
}
.banner .wxapp-image {
    margin: 8px auto;
    margin-top: 4px;
}
.banner .title-split-blue {
    margin: auto;
    margin-top: 8px;
    width: 210px;
    height: 2px;
    background: #28a4f1;
}
.banner .title .blue {
    color: #28a4f1;
    font-weight: 600;
}
.button-contact {
    margin: auto;
    margin-top: 17px;
    padding: 8px 19px;
    width: 210px;
    height: 43px;
    background: #28a4f1;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    letter-spacing: 2px;
    cursor: pointer;
}
/*banner end*/
/* ============================================================================= advantage */
.advantage {
    height: 500px;
}
.advantage .title {
    margin: 70px auto;
    font-size: 32px;
    color: #333;
    text-align: center;
    font-weight: 500;
}
.advantage .card {
    float: left;
    margin-left: 24px;
    width: 180px;
    height: 300px;
    color: white;
    text-align: center;
}
.advantage .card .card-title {
    margin: 40px auto 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}
.advantage .card .iconfont {
    font-size: 100px;
}
.advantage .card .des {
    font-size: 15px;
    letter-spacing: 0.5px;
}
/* ============================================================================= team */
.team {
    padding-top: 70px;
    height: 665px;
    background: #f79147;
}
.team .title {
    margin: 0;
    font-size: 32px;
    color: white;
    text-align: center;
    font-weight: 500;
}
.team .column {
    margin: auto;
    position: relative;
    left: 55px;
    margin-top: 70px;
    width: 900px;
}
.team .column .block {
    width: 300px;
    float: left;
    color: white;
}
.team .column .block-title {
    padding-left: 6px;
    border-left: solid 4px white;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.team .column .des {
    margin-top: 20px;
}
.team .team-img {
    margin: 45px auto;
}
/* ============================================================================= psystem */
.psystem {
    position: relative;
    padding-top: 55px;
    background: url("../images/gradient.jpg") center center;
    background-repeat: no-repeat;
    height: 840px;
    text-align: center;
}
.psystem .title {
    margin: 0;
    margin-bottom: 50px;
    font-size: 32px;
    color: white;
    text-align: center;
    font-weight: 500;
}
.psystem .card {
    margin-top: 15px;
    margin-left: 10px;
    color: #333;
    width: 390px;
    height: 180px;
    background: white;
    border-radius: 8px;
    float: left;
}
.psystem .card .img-container, .psystem .card .card-title, .psystem .card .des {
    float: left;
}
.psystem .card .img-container {
    padding-top: 45px;
    width: 120px;
    height: 180px;
}
.psystem .card .card-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}
.psystem .card .des {
    width: 240px;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
}
/* ============================================================================= support */
.support {
    padding-top: 90px;
    height: 790px;
}
.support .title {
    margin: 0;
    margin-bottom: 90px;
    font-size: 32px;
    color: #333;
    text-align: center;
    font-weight: 500;
}
.support .block {
    position: relative;
    float: left;
    padding-left: 12px;
    border-left: solid 1px orange;
    width: 266px;
    height: 120px;
}
.support .block .upmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 1px;
    border-left: solid 6px #2a4175;
}
.support .block .downmark {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 21px;
    width: 1px;
    border-left: solid 6px #2a4175;
}
.support .block .block-title {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.support .block .des {
    margin-top: 15px;
    width: 90%;
    font-size: 14px;
    color: #666;
}
.support .img-block {
    position: relative;
}
.support .img-block .text-block {
    position: relative;
    top: -195px;
    padding-top: 47px;
    padding-left: 26px;
    letter-spacing: 4.5px;
    float: left;
    border-left: solid 1px orange;
    width: 133px;
    height: 195px;
    font-size: 38px;
    line-height: 46px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*support-system start*/
.support-system {
    overflow: hidden;
    text-align: center;
    padding-bottom: 100px;
    background: #0094CE center center;
    max-width: 1920px;
    margin: auto;
    background: linear-gradient(to top left, #00BCD8, #894DBC);
    background: -webkit-linear-gradient(to top left, #00BCD8, #894DBC);
    background: -ms-linear-gradient(to top left, #00BCD8, #894DBC);
    background: -moz-linear-gradient(to top left, #00BCD8, #894DBC); // filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr="#894DBC", endColorStr="#00BCD8", gradientType=0);
}
.support-system .entirety>div:first-child {
    padding: 100px 0;
    line-height: 34px;
}
.support-system .entirety>div:first-child p {
    font-size: 32px;
    color: #fff;
}
.support-system .support-body {
    overflow: hidden;
}
.support-system .support-body .support-item {
    float: left;
    width: 25%;
    margin: 0 50px 40px;
    padding-bottom: 19px;
    border-radius: 15px;
    background: #fff;
}
.support-system .support-item .system-public {
    width: 150px;
    height: 104px;
    margin: 30px auto 27px;
}
.support-system .support-item h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 26px;
}
.support-system .support-item li {
    padding-top: 11px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.support-system .support-item li:first-child{
    padding-top: 0;
}
/*support-system end*/
/*cooperative-system start*/
.cooperative-system {
    overflow: hidden;
    text-align: center;
    background: url("../images/business_background.jpg") center center;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 1035px;
    padding-bottom: 100px;
}
.cooperative-system .entirety>div:first-child {
    padding: 100px 0;
}
.cooperative-system .entirety>div:first-child p {
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
}
.cooperative-system .cooperative-body {
    overflow: hidden;
}
.cooperative-system .cooperative-item {
    float: left;
    width: 33%;
    margin: 0 3px;
    padding-bottom: 77px;
}
.cooperative-system .cooperative-item h1 {
    font-size: 48px;
    line-height: 48px;
    font-family: "Fixedsys", "黑体";
    font-style: italic; // color: rgba(255, 255, 255, 0.5);
    padding: 29.5px 0;
}
.cooperative-system .cooperative-item p {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #fff;
    padding: 0;
}
.cooperative-system .cooperative-circle {
    position: relative;
    height: 555px;
}
.cooperative-system .cooperative-circle .cooperative-position {
    position: absolute;
    background: url("../images/yuan.png") no-repeat;
    width: 100%;
    height: 100%;
    width: 172px;
    height: 172px;
    overflow: hidden;
}
.cooperative-system .cooperative-circle .cooperative-position:first-child {
    top: 72px;
    left: 238px;
}
.cooperative-system .cooperative-position p {
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.cooperative-system .cooperative-position p:first-child {
    padding-top: 50px;
}
/*cooperative-system end*/
/*foot-system start*/
.foot-system {
    overflow: hidden;
    text-align: center; // padding-top: 1035px;
}
.foot-system .entirety>div:first-child {
    padding: 100px 0;
}
.foot-system .entirety>div:first-child p {
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
}
.foot-system .entirety .system-public {
    width: 94px;
    height: 94px;
}
.foot-system .foot-system-item {
    float: left;
    margin: 0px 30px 100px 0;
    width: 380px;
    height: 112px;
    box-sizing: border-box;
    border: 1px solid #DADADA;
}
.foot-system .foot-system-item>div {
    float: left;
    text-align: left;
    margin: 9px 17px 9px 13px;
}
.foot-system .foot-system-item .item-content{
    margin: 28px 0;
}
.foot-system .foot-system-item .item-content h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.foot-system .foot-system-item .item-content p {
    padding-top: 10px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #EC6738;
}
/*foot-system end*/
/*招商结束
