h1,h2,h3,ul,li,p{
    margin: 0;
    padding: 0;
}
/**/
.lazy{
    background-repeat: no-repeat;
}
/*背景图居中*/
.bg_center{
    background-position: center center;
}
/*轮播隐藏*/
.swiper-hidden{
    overflow: hidden;
}

/*通用标题*/
.mold_title{
    text-align: center;
}
.mold_title>h2{
    text-transform: uppercase;
    font-size:80px;
    font-weight:bold;
    color:rgba(198,198,198,1);
    line-height:80px;
    opacity:0.15;
    padding-top: 36px;
}
.mold_title>h3{
    user-select: text;
    margin-top: -35px;
    font-size:36px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:36px;
}
.mold_title>h3>span{
    color: #0057FF;
}
.mold_title>p{
    user-select: text;
    margin-top: 14px;
    font-size:18px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:18px;
}

/*模块一*/
.mold_one{
    position: relative;
}
.mold_one img{
    max-width: 100%;
}
.mold_one_swiper-pagination{
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
}
.mold_one_swiper-pagination{
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
}
.swiper-pagination-bullet{
    background:#DCDCDC;
}
.swiper-pagination-bullet-active{
    background: #E5E5E5;
}

/*模块二*/
.mold_tow{
    height: 655px;
}

.mold_tow_list{
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.mold_tow_list>li{
    width:24%;
    height:380px;
    position: relative;
    transition: all 0.3s;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 35px 8px rgba(176,176,176,0.15);
}
.mold_tow_active{
    transform: translateY(-20px);
}
.mold_tow_list>li>img{
    margin-top: 80px;
}
.mold_tow_list>li>div{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 44px;
}
.mold_tow_list>li>div>h3{
    font-size:26px;
    line-height:26px;
    margin-bottom: 17px;
    font-weight:bold;
    color:rgba(103,146,249,1);

}
.mold_tow_list>li>div>p{
    text-transform: uppercase;
    font-size:20px;
    line-height:20px;;
    font-weight:bold;
    color:rgba(217,228,255,1);

    opacity:0.5;
}

/*模块三*/
.mold-three{
    height:420px;
    background:rgba(241,247,255,1);
}

.mold-three_content{
    height: 110px;
    margin-top: 130px;
    position: relative;
    background-size: contain;
}
.mold-three_content>img{
    max-width: 100%;
}
/*通用坐标*/
.mold_three_span{
    position: absolute;
    width:120px;
    height:60px;
    background:rgba(255,255,255,1);
    /*box-shadow:0px 2px 17px 1px rgba(127,168,221,0.15);*/
    border-radius:5px;

    background: url("img/bg.png") no-repeat top left;
    font-size:18px;
    line-height:50px;
    text-align: center;
    font-weight:400;
    color:rgba(48,48,48,1);


}
.mold_three_span::after{
    content: '';
    width: 30px;
    height: 30px;
    background: url("img/dian.png") no-repeat;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
/*需求*/
.three_demand{
    top: -38.3%;
    left: 3.5%;
}
/*需求分析*/
.three_analysis{
    top: -13.3%;
    left: 13.5%;
}
/*模具设计*/
.three_mould_design{
    top: -55.5%;
    left: 27.05%;
}
/*生产测试*/
.three_testing{
    top: -24.9%;
    left: 37.9%;
}
/*加工与合模*/
.three_machining{
    top: -70.9%;
    left: 48.75%;
}
/*试模*/
.three_trial_mold{
    top: -38.9%;
    left: 59.6%;
}
/*品管检测*/
.three_quality{
    top: -28.9%;
    left: 70.45%;
}
/*模具修改*/
.three_modification{
    top: -54.9%;
    left: 81.23%;
}
/*生产与交货*/
.three_delivery{
    top: -10.9%;
    left: 92.23%;
}

/*第四模块*/
.mold-four{
    height: 785px;
}

.mold-four_content{
    padding: 0 7%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.mold-four_div{
    margin-top: 77px;
    width: 31.58%;
    transition: all 0.3s;
}
.mold-four_active{
    transform: translateY(-30px);
}
.mold-four_div_head{
    width: 100%;
    height:120px;
    background:rgba(56,140,255,1);
    text-align: center;
    font-size:35px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:120px;
}
.mold-four_div_head>span{
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.mold-four_div_content{
    position: relative;
    height: 380px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(210,210,210,1);
    padding: 29px 40px 0;
}
.mold-four_div_content>div h3{
    font-size:18px;
    font-weight:bold;
    color:rgba(48,48,48,1);
    line-height:24px;
    margin-bottom: 16px;
}
.mold-four_div_content>div p{
    font-size:18px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:36px;
    user-select: text;
}
.mold-four_div_content>div:first-child p{
    margin-bottom: 30px;
}
.mold-four_but{
    width:180px;
    height:40px;
    background:rgba(255,226,31,1);

    font-size:18px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:40px;
    border: 0px;
    outline: none;

    position: absolute;
    bottom: 35px;
    left: 68px;
}

/*模块五*/
.mold-five{
    height: 280px;
    position: relative;
}
.mold-five_box{
    text-align: center;
}
.mold-five_box h2{
    font-size:75px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:75px;
    padding-top: 66px;
}
.mold-five_but{
    margin-top: 46px;
    width:230px;
    height:45px;
    background: rgba(255,222,0,1);
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(48,48,48,1);
    outline: none;
    border: 0;

}
.mold-five_but:hover{
    background: rgba(255,210,1,1);
}

/*第六模块*/
.mold-six{
    height: 789px;
}

.mold-six_ul{
    width: 100%;
    padding:0 14.75%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.mold-six_ul>li{
    width: 33%;
    position: relative;
    padding: 40px 27px 50px;
    transition: all 0.3s;
    margin-top: 46px;
}
.mold-six_ul_active{
    transform: translateY(-5px);
    box-shadow:0px 2px 35px 8px rgba(176,176,176,0.15);
}
.mold-six_ul>li>h2{
    font-size:36px;
    font-weight:bold;
    color:rgba(153,153,153,1);
    line-height:36px;
    margin-bottom: 35px;
    opacity:0.4;
}
.mold-six_ul>li>h3{
    font-size:18px;
    font-weight:bold;
    color:rgba(48,48,48,1);
    line-height:18px;
    margin-bottom: 18px;
}
.mold-six_ul>li>p{
    font-size:14px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:22px;
}
.mold-six_ul>li>span{
    position: absolute;
    width:60px;
    height:2px;
    background: #388CFF;
    bottom: 30px;
    left: 40px;
}

/*第七模块*/
.mold-seven{
    height:700px;
    background:linear-gradient(184deg,rgba(94,197,255,1) 0%,rgba(90,132,255,1) 100%);
}
.mold-seven_box .mold_title>h3,
.mold-seven_box .mold_title>p{
    color:#ffffff;
}
/*列表*/
.mold-seven_box_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 14px;
}
.mold-seven_box_list li{
    width:12.89%;
    height:140px;
    background:rgba(255,255,255,1);

    margin-top: 22px;
    position: relative;
}
.mold-seven_box_list h3{
    font-size:85px;
    font-weight:bold;
    color:rgba(51,140,255,1);
    line-height:85px;
    opacity:0.1;
}
.mold-seven_box_list p{
    width:91px;
    font-size:18px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
    text-align: center;
}

/*第八模块*/
.mold-ten{
    height: 685px;
}
.mold-ten_list{
    margin-top: 66px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.mold-ten_list>li{
    width: 24%;
    transition: all 0.3s;
}
.mold-nine_active{
    transform: translateY(-14px);
}
.mold_ten_active{
    transform: translateY(-30px);
}
.mold-ten_list>li>img{
    max-width: 100%;
}
.mold-ten_list>li>div{
    min-height:220px;
    padding: 27px 27px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(191,191,191,1);
}
.mold-ten_list>li>div>h3{
    text-align: center;
    font-size:24px;
    font-weight:bold;
    color:rgba(48,48,48,1);
    line-height:24px;
    margin-bottom: 33px;
}
.mold-ten_list>li>div>p{
    font-size:18px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:26px;
}

/*第九模块*/
.mold-nine{
    height: 530px;
}
.mold-nine_list{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.mold-nine_list>li{
    width: 200px;
    margin: 0 15px;
    position: relative;
    transition: all 0.3s;
}
.mold-nine_list>li div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.mold-nine_list>li div{
    text-align: center;
}
.mold-nine_list>li>div>h3{
    width: 100%;
    height:42px;
    font-size:60px;
    line-height:60px;
    margin-top: 87px;
    overflow: hidden;

    font-weight:bold;
    color:rgba(255,255,255,1);

}
.mold-nine_list>li>div>p{
    font-size:24px;
    line-height:24px;
    margin-top: 25px;
    font-weight:bold;
    color:rgba(255,255,255,1);

}

/*第十模块*/
.mold-twelve_box{
    height: 587px;
}
.mold-twelve_bot{
    height:250px;
    background:rgba(90,137,255,1);
}

.mold_twelve_list{
    margin-top: 37px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.mold_twelve_list>li{
    width: 23.35%;
    height: 520px;
    position: relative;
    transition: all 2s;
}
.mold_twelve_list>li:nth-child(2n){
    transform: translateY(82px);
}
.mold_twelve_div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: all 0.3s;
}
.mold_twelve_list>li:hover .mold_twelve_div{
    transform: rotate3d(0,1,0,180deg);
}
.mold_twelve_list>li img{
    width: 100%;
    height: 520px;
}

/**/
.twelve_li_img{
    width: 100%;
    position: absolute;
    right: 0;
}
.twelve_li_img>li img{
    max-width: 100%;
}
.twelve_li_img>h3{
    position: absolute;
    top: 79px;
    left: 71px;
    width:30px;
    font-size:30px;
    font-weight:bold;
    color:rgba(48,48,48,1);

}
.twelve_li_img>p{
    position: absolute;
    top: 79px;
    left: 37px;
    width:20px;
    font-size:20px;
    font-weight:400;
    color:rgba(48,48,48,1);
    line-height:20px;
}

.twelve_li_name{
    position: absolute;
    right: 0;
    width: 100%;
    height: 520px;
    transform-origin: 50% 100%;
    transform: translate3d(0,0,-1px) rotateY(180deg);
    background:linear-gradient(141deg,rgba(90,137,255,1) 0%,rgba(94,197,255,1) 100%);
}
.twelve_li_name_div{
    width: 100%;
    height: 100%;
}
.twelve_li_name_title{
    padding-top: 92px;
}
.twelve_li_name_div .twelve_li_name_title>h3{
    text-align: center;
    font-size:30px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:30px;
}
.twelve_li_name_div .twelve_li_name_title>p{
    text-align: center;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
    margin-top: 14px;
}
.twelve_li_name_div>p{
    margin-top: 80px;
    padding:0 50px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.twelve_li_name_div>span{
    width:50px;
    height:2px;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
}
.twelve_li_right>h3{
    left: auto;
    right: 35px;
}
.twelve_li_right>p{
    left: auto;
    right: 79px;
}

/*第十一模块*/
.mold-thirteen{
    /*height: 1200px;*/
}
.mold-thirteen_list{
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mold-thirteen_list>li{
    width: 48.92%;
    box-sizing: border-box;
    padding: 38px 31px 38px 78px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    margin-bottom: 30px;
    transition: all 0.3s;
}
.mold-thirteen_list>li:hover{
    transform: translateY(-5px);
}
.mold-thirteen_list>li>h3{
    font-size:24px;
    font-weight:bold;
    color:rgba(56,140,255,1);
    line-height:24px;
    margin-bottom: 26px;
    position: relative;
}
.mold-thirteen_list>li>h3::after,
.mold-thirteen_list>li>p::after{
    content: 'Q';
    position: absolute;
    top: -5px;
    left: -52px;
    width:36px;
    height:36px;
    background:rgba(56,140,255,1);
    border-radius:50%;

    text-indent: 8px;
    font-size:20px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:35px;
}
.mold-thirteen_list>li>p{
    position: relative;
    font-size:18px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:36px;
}
.mold-thirteen_list>li>p::after{
    content: 'A';
    text-indent: 11px;
    background:rgba(235,242,254,1);
    color:rgba(56,140,255,1);
    top: 5px;
}

/*第十二模块*/
.mold-fourteen{
    height: 280px;
    text-align: center;
}
.mold-fourteen_box>h2{
    padding-top: 71px;
    font-size:70px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:70px;
}
.mold-fourteen_but{
    margin-top: 43px;
    width:180px;
    height:40px;
    background:rgba(255,241,0,1);

    font-size:18px;
    font-weight:400;
    color:#303030;
    line-height:40px;
    outline: none;
    border: 0;
}
.mold-fourteen_but:hover{
    background: rgba(255,210,1,1);
}




