@charset "utf-8";

/*CSS reset*/

html {
    color: #000;
    background: #FFF;
    font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, "Microsoft YaHei", Arial, Sans-Serif;
}

fieldset,
img {
    border: 0;
}

li {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    font-size: 100%;
}

a:link,
a:visited {
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
    -webkit-text-stroke-width: 0!important;
}

@font-face {
    font-family: 'iconfont';
    /* project id 427057 */
    src: url('http://at.alicdn.com/t/font_427057_hvftoj18jpr.eot');
    src: url('http://at.alicdn.com/t/font_427057_hvftoj18jpr.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_427057_hvftoj18jpr.woff') format('woff'), url('http://at.alicdn.com/t/font_427057_hvftoj18jpr.ttf') format('truetype'), url('http://at.alicdn.com/t/font_427057_hvftoj18jpr.svg#iconfont') format('svg');
}

.headBox {
    background: #fafafa;
    height: 92px;
}

.headBox .headIn {
    width: 1200px;
    margin: 0 auto;
    height: 92px;
    overflow: hidden;
}

.headBox .headIn a.logo {
    width: 392px;
    height: 57px;
    overflow: hidden;
    float: left;
    background: url(../images/logo.png) no-repeat;
    text-indent: -400px;
    margin-top: 16px;
}

.headBox .headIn .headRight {
    float: right;
}

.headBox .headIn .headRight li {
    float: left;
    height: 92px;
    line-height: 92px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    margin-left: 40px;
    display: inline;
}

.headBox .headIn .headRight li a {
    color: #333;
}

.headBox .headIn .headRight li a:hover {
    color: #c40;
}

.headBox .txt {
    float: right;
    margin-top: 25px;
    font-size: 14px;
}


/*尾部*/

.footBox {
    background: #fafafa;
}

.footIn {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footTop {
    margin-top: 30px;
    overflow: hidden;
}

.footTop .footLeft {
    width: 40%;
    float: left;
}

.footTop .footLeft .footLeft-top {
    width: 350px;
    height: 76px;
    overflow: hidden;
}

.footTop .footLeft .footLeft-top img {
    width: 350px;
    height: 76px;
    overflow: hidden;
}

.footTop .footLeft .footLeft-foot {
    margin-top: 20px;
    overflow: hidden;
}

.footTop .footLeft .footLeft-foot h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.footTop .footLeft .footLeft-foot p {
    font-size: 14px;
    line-height: 24px;
}

.footTop .footLink {
    float: right;
    width: 23%;
}

.footTop .footLink h3 {
    color: #c33c3c;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.footTop .footLink li {
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.footTop .footLink li a {
    color: #333;
}

.footTop .footLink li a:hover {
    color: #c40;
}

.footTop .footContact {
    float: left;
    width: 37%;
}

.footTop .footContact h3 {
    color: #c33c3c;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.footTop .footContact li {
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.footTop .footContact li p {
    padding-left: 70px;
}

.footBottom {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
    line-height: 30px;
    color: #333;
    padding: 10px 0;
    overflow: hidden;
}


/*首页banner*/

#banner_tabs {
    width: 100%;
    height: 0;
    padding-bottom: 37%;
    overflow: hidden;
    background: #f5f5f5;
}

.flexslider ul {
    overflow: hidden;
    width: 100%;
}

.flexslider ul li {
    height: 600px;
    width: 100%;
}

.flexslider ul li img {
    width: 100%;
}

@media screen and (min-width: 1920px) {
    /*当屏幕尺寸大于1920px时，应用下面的CSS样式*/
    .flexslider ul li img {
        width: 1920px;
    }
    #banner_tabs {
        height: 701px;
        padding-bottom: 0;
    }
}

.slides_a {
    display: inline-block;
    width: 100%;
    height: 600px;
    text-align: center;
}

.slides li {
    background-repeat: no-repeat;
    background-position: center center;
}

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
}

.flex-control-nav li {
    cursor: pointer;
    margin: 0 4px;
    font-size: 0px;
    width: 16px;
    height: 16px;
    background: #FFF;
    display: inline-block;
    zoom: 1;
}

.active {
    background: #c40000 !important;
}

.business {
    background: #f5f5f5;
}

.business h2 {
    font-size: 30px;
    color: #666;
    text-align: center;
    padding: 90px 0 70px;
    font-weight: 500;
}

.businessList {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.businessList>ul {
    zoom: 1;
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
    width: auto;
    margin: 0;
}

.businessList>ul>li {
    display: inline-block;
    text-align: center;
    text-align-last: auto;
    position: relative;
    width: 256px;
    height: 464px;
    margin: 0;
}

.businessList>ul>li .businessHover {
    display: block;
    position: relative;
    text-align: center;
    height: 100%;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: all .3s ease 0s;
    -ms-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    -o-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
}

.businessList>ul>li .businessHover .businessHover-img {
    width: 100%;
    height: 177px;
    overflow: hidden;
}

.businessList>ul>li .businessHover .businessHover-img img {
    width: 100%;
    height: 177px;
    overflow: hidden;
}

.businessList>ul>li .businessHover h3 {
    font-size: 18px;
    color: #2d2d2d;
    line-height: 44px;
    padding-top: 20px;
}

.businessList>ul>li .businessHover p {
    font-size: 14px;
    color: #838383;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    text-align: left;
    text-indent: 2em;
    padding: 0 10px;
}

.businessList>ul>li .businessHover .company {
    zoom: 1;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.businessList>ul>li>.businessHover>.company>span>img {
    display: inline-block;
    width: 102px;
    margin: 0 7px 12px;
}

.detail {
    position: absolute;
    /* opacity: 0; */
    left: -157px;
    top: -80px;
    width: 505px;
    height: 600px;
    z-index: 9;
    -ms-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    -o-box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.detailPosition-1 {
    left: 0px;
    top: -80px;
}

.detailPosition-4 {
    left: -249px;
    top: -80px;
}

.businessList>ul>li:hover .detail {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.detail .detail-header {
    color: #fff;
    background: url(../images/business-bg.jpg) no-repeat 0 0;
    height: 148px;
    padding: 46px 30px 0;
}

.detail .detail-header h3 {
    height: auto;
    text-align: left;
    font-size: 18px;
}

.detail .detail-header p {
    margin-top: 20px;
    line-height: 24px;
    text-align: left;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
}

.detail .type-1 {
    line-height: 0;
    overflow: hidden;
}

.detail .type-1 dl {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 5px 20px;
}

.detail .type-1 dt {
    width: 100%;
    overflow: hidden;
}

.detail .type-1 dt i {
    font-size: 24px;
    float: left;
    color: #308cd7;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
}

.detail .type-1 dt h4 {
    font-size: 14px;
    color: #3997dd;
    line-height: 36px;
    float: left;
}

.detail .type-1 dd {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    text-align: left;
    padding-left: 40px;
}

.detail-using {
    overflow: hidden;
    padding: 10px 20px 0;
}

.detail-using p {
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    height: 40px;
    line-height: 40px;
}

.detail-using span {
    float: left;
}

.detail-using span img {
    margin: 0 5px 0 0;
}


/*8项软件著作权*/

.technology {
    background: url(../images/technologyBg.jpg) no-repeat center top;
    padding-bottom: 140px;
}

.technologyIn {
    width: 1200px;
    margin: 0 auto;
}

.technologyIn h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 100px 0 20px;
    font-weight: 500;
}

.technologyIn h2 p {
    font-size: 14px;
    margin-top: 10px;
}

.technologyList {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.technologyList li {
    float: left;
    width: 12.25%;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.technologyList li i {
    width: 60px;
    height: 60px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #dadada;
    font-size: 36px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.technologyList li i img {
    width: 30px;
}

.technologyList li p {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 300;
}


/*我们的案例*/

.caseBox {
    /* background: url(../images/caseBg.jpg) no-repeat center top; */
    background: #333b3f;
    padding-bottom: 70px;
}

.caseIn {
    width: 1200px;
    margin: 0 auto;
}

.caseIn h2 {
    font-size: 30px;
    color: #828688;
    text-align: center;
    padding: 100px 0 30px;
    font-weight: 500;
}

.caseIn h2 p {
    font-size: 14px;
    margin-top: 10px;
}

.caseContent {
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}

.caseContent img {
    width: 100%;
}

.caseContent .caseUp {
    width: 1200px;
    margin-top: 20px;
}

.caseContent .caseUp .caseUp-1 {
    display: block;
}

.caseContent .caseUp .caseUp-2 {
    display: none;
}

.caseContent .caseLine {
    width: 1200px;
    margin-top: 20px;
}

.caseContent .caseLine .caseLine-1 {
    display: block;
}

.caseContent .caseLine .caseLine-2 {
    display: none;
}

.caseContent .caseDown {
    width: 1200px;
    margin-top: 20px;
}

.caseContent .caseDown .caseDown-1 {
    display: block;
}

.caseContent .caseDown .caseDown-2 {
    display: none;
}


/*关于我们*/

.aboutBox {
    overflow: hidden;
}

.aboutIn {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 180px;
    overflow: hidden;
}

.aboutTitle {}

.aboutTitle h2 {
    font-size: 30px;
    color: #666;
    text-align: center;
    padding: 100px 0 50px;
    font-weight: 500;
}

.aboutTitle h2 p {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
}

.aboutContent {
    overflow: hidden;
    width: 1200px;
}

.aboutContent-left {
    height: 369px;
    width: 338px;
    float: left;
}

.aboutContent-img1 {
    width: 360px;
    margin-top: 13px;
}

.aboutContent-img2 {
    display: none;
}

.aboutContent-right {
    width: 800px;
    float: right;
    overflow: hidden;
}

.aboutContent-right dl {
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
}

.aboutContent-right dt {
    background: #e6e3e3;
    color: #333;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
}

.aboutContent-right dd {
    padding: 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    font-weight: 300;
    font-family: none;
    text-align: justify;
}

.aboutContent-foot {
    width: 1200px;
    overflow: hidden;
}

.aboutContent-foot ul {
    width: 1300px;
}

.aboutContent-foot li {
    width: 100px;
    float: left;
    height: 100px;
    overflow: hidden;
    margin-right: 22px;
    position: relative;
}

.aboutContent-foot li img {
    width: 100px;
    height: 100px;
}

.aboutContent-foot li p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    height: 30px;
    line-height: 30px;
    color: #fff;
}


/*人才招聘*/

.jobBox {
    overflow: hidden;
    background: #eee;
    padding-bottom: 40px;
}

.jobIn {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.jobIn-title {}

.jobIn-title h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 100px 0 60px;
    font-weight: 500;
}

.jobLeft {
    width: 402px;
    height: 393px;
    overflow: hidden;
    float: left;
}

.jobLeft img {
    width: 402px;
    height: 393px;
    overflow: hidden;
}

.jobCenter {
    width: 397px;
    float: left;
    margin-left: 4px;
}

.jobCenter .jobWen {
    width: 387px;
    height: 173px;
    background: url(../images/job-2.jpg) no-repeat;
    overflow: hidden;
    padding: 20px 0 0 10px;
}

.jobCenter .jobWen h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.jobCenter .jobWen h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.35);
}

.jobCenter .jobWen-list {
    margin-top: 10px;
    overflow: hidden;
}

.jobCenter .jobWen-list li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
}

.jobCenter .jobDai {
    width: 387px;
    height: 173px;
    background: url(../images/job-3.jpg) no-repeat;
    overflow: hidden;
    margin-top: 7px;
    padding: 20px 0 0 10px;
}

.jobCenter .jobDai h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.jobCenter .jobDai h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.35);
}

.jobCenter .jobDai-list {
    margin-top: 10px;
    overflow: hidden;
}

.jobCenter .jobDai-list li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
}

.jobRight {
    width: 393px;
    overflow: hidden;
    margin-left: 4px;
    float: left;
}

.jobRight .jobRen {
    width: 383px;
    height: 173px;
    background: #ffffff;
    overflow: hidden;
    padding: 20px 0 0 10px;
}

.jobRight .jobRen h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

.jobRight .jobRen h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.35);
}

.jobRight .jobRen-in {
    overflow: hidden;
    line-height: 24px;
    font-size: 13px;
    margin-top: 5px;
}

.jobRight .jobRen-in {
    text-indent: 2em;
}

.jobRight .jobContent {
    width: 383px;
    height: 173px;
    background: url(../images/job-4.jpg) no-repeat;
    overflow: hidden;
    margin-top: 7px;
    padding: 20px 0 0 10px;
}

.jobRight .jobContent h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.jobRight .jobContent h3 span {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.35);
}

.jobRight .jobContent-list {
    margin-top: 10px;
    overflow: hidden;
}

.jobRight .jobContent-list li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
}


/* new 2024_2_2 */

.business_new h2 {
    font-size: 30px;
    text-align: center;
    padding: 109px 0 100px;
    font-weight: 500;
    color: #1226AA;
}

.businessall_new {
    /* overflow: hidden; */
    max-width: 1200px;
    position: relative;
    margin: 0 auto 120px;
}

.businessall_new ul {
    display: flex;
    justify-content: space-between;
}

.businessall_new ul li {
    width: 230px;
    height: 424px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.businessall_new ul li img {
    max-width: 100%;
}

.businessall_new ul li .businesswai .businesswai_bot {
    padding-top: 55px;
    text-align: center;
}

.businessall_new ul li .businesswai .businesswai_bot img {
    width: 44px;
    margin-bottom: 16px;
}

.businessall_new ul li .businesswai .businesswai_bottetx>div:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
    color: #1226AA;
    line-height: 36px;
}

.businessall_new ul li .businesswai .businesswai_bottetx>div:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-transform: uppercase;
}

.businessall_new ul li .businessnei {
    width: 1500px;
}

.businessall_new ul li .businessnei.businessnei4 .businessneiul .businessneili {
    width: 582px;
}

.businessall_new ul li .businessnei.businessnei4 .businessneiul .businessneili .businessneitext {
    height: 127px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 11px;
    overflow: hidden;
}

.businessall_new ul li .businessnei.businessnei4 .businessneiul .businessneili .businessneiico>div {
    width: 25%;
}

.businessall_new ul li .businessnei.businessnei4 .businessneiul .businessneili .businessneilikuang {
    height: 238px;
}

.businessall_new ul li .businessnei .businessneiul {
    position: absolute;
    left: 50%;
    bottom: 82px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    transform: translateX(-50%) scale(0);
    display: flex;
    justify-content: center;
    transition: all .4s ease;
}

.businessall_new ul li:hover .businessnei .businessneiul {
    transform: translateX(-50%) scale(1);
}

.businessall_new ul li .businessnei .businessneiul .businessneili {
    height: 661px;
    width: 296px;
    margin: 0 28px;
}

.businessall_new ul li .businessnei .businessneiul .businessneili .businessneilikuang {
    border: 1px solid #DDDDDD;
    height: 395px;
}

.businessall_new ul li .businessnei .businessneiul .businessneili .businessneiname {
    font-size: 16px;
    font-weight: bold;
    color: #1226AA;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

.businessall_new ul li .businessnei .businessneiul .businessneili .businessneitext {
    padding-top: 21px;
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding: 20px 19px 0;
    height: 180px;
    overflow-y: auto;
    text-indent: 28px;
    text-align: justify;
}

.businessall_new ul li .businessnei .businessneiul .businessneili .businessneiico {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.businessall_new ul li .businessnei .businessneiul .businessneili .businessneiico>div {
    width: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-bottom: 20px;
}

.businessall_new ul li .businessnei .businessneiul .businessneili .businessneiico>div>div:nth-child(2) {
    height: 32px;
}

.businessall_new ul li .businessnei .businessneiul .businessneili .businessneiico>div img {
    width: 30px;
    margin-bottom: 10px;
}

.research {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/researchbg.png);
    padding-bottom: 151px;
}

.research .researchlest {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.research h2 {
    font-size: 30px;
    text-align: center;
    padding: 94px 0 114px;
    font-weight: 500;
    color: #FFFFFF;
}

.research .researchlest ul {
    display: flex;
    justify-content: space-between;
}

.research .researchlest ul li {
    width: 384px;
    height: 526px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
}

.research .researchlest ul li img {
    max-width: 100%;
}

.research .researchlest ul li .researchdesc>div:nth-child(3) {
    margin: 23px auto 28px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #1226AA;
    line-height: 36px;
}

.research .researchlest ul li .researchdesc>div:nth-child(4) {
    width: 320px;
    margin: 0 auto 14px;
}

.research .researchlest ul li .researchdesc>div:nth-child(5) {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    height: 42px;
    margin-bottom: 49px;
}

.research .researchlest ul li .researchdesc>div:nth-child(6) {
    width: 320px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.competit {
    padding-bottom: 179px;
}

.competit h2 {
    font-size: 30px;
    text-align: center;
    padding: 100px 0 152px;
    font-weight: 500;
    color: #1226AA;
}

.competit .competitdesc {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.competit .competitdesc img {
    width: 926px;
    max-width: 100%;
}

.caseBox {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/caseBoxbg.png);
    padding-bottom: 366px;
}

.caseBox h2 {
    color: #1226AA;
    padding: 100px 0 152px;
}

.caseBox .caseBoxbdec {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center
}

.caseBox .caseBoxbdec img {
    width: 1044px;
}

.caseBox .caseBoxbdec ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.caseBox .caseBoxbdec ul img {
    width: 89.94px;
}

.caseBox .caseBoxbdec ul .caseBoxbdecli>div:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
    margin-top: 37px;
    margin-bottom: 12px;
}

.caseBox .caseBoxbdec ul .caseBoxbdecli>div:nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    color: #A7A7A7;
    line-height: 28px;
}

.branch {
    padding-bottom: 143px;
}

.branch h2 {
    font-size: 30px;
    text-align: center;
    padding: 96px 0 114px;
    font-weight: 500;
    color: #1226AA;
}

.branch .branchdesc {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.branch .branchdesc img {
    width: 1182px;
    max-width: 100%;
}

.aftersales {
    padding-bottom: 143px;
    background: #E0E0E0;
}

.aftersales h2 {
    font-size: 30px;
    text-align: center;
    padding: 96px 0 114px;
    font-weight: 500;
    color: #333333;
}

.aftersales .aftersalessec {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.aftersales .aftersalessec img {
    width: 1182px;
    max-width: 100%;
}

.aftersales .aftersalessec .hid {
    display: none;
}

.competit .competitdesc .hid {
    display: none;
}

.caseBox .caseBoxbdec .hid {
    display: none;
}