/*@charset "utf-8";
/* CSS Document */
@charset "UTF-8";

/* ==================== tags ==================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*,*:before,*:after {
    box-sizing: border-box;
    outline: 0
}
html,
body {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.section {
    position: relative;
    width: 100%;
    max-width: 2000px;
    min-width: 1200px;
    margin: 0 auto;
    color: #333;
    font-family: "微软雅黑","黑体";
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
}
.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#banner{
    width: 100%;
    height: 523px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: url("https://www.digiwin.com/project/ERP5/images/banner.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

#banner h1{
    font-size:43px;
    line-height: 1.2;
    color: #ffe00c;
    text-align: left;
    padding-top: 132px;
}
#banner .pic1{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 350px;
    font-size:16px;
    line-height: 2;
    color: #fff;
    letter-spacing: 8px;
    text-align: center;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
#banner .pic2{
    font-size:16px;
    line-height: 2;
    letter-spacing: 6px;
    color: #fff;
    text-align: left;
}
#banner .pic3{
    width: 212px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    color: #0365b0;
    background: #becad8;
    border: 1px solid #0465b2;
    border-radius: 5px;
    text-align: center;
}
#banner .pic3 a:link{
    text-decoration: none;
}

@keyframes lefteaseinAnimate{
    0%{ transform: translateX(-2000px); opacity: 0;}   /*在0%时设置文字在想X轴-2000px位移处（左边），透明度为0，也就是看不见文字*/
    100%{ transform: translateX(0px); opacity: 1;}         /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
@-webkit-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-o-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-ms-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-moz-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
.company_name{
    animation: lefteaseinAnimate 1s ease 1;    /*调用已定义好的动画lefteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: lefteaseinAnimate 1s ease 1;
    -ms-animation: lefteaseinAnimate 1s ease 1;
    -o-animation: lefteaseinAnimate 1s ease 1;
    -moz-animation: lefteaseinAnimate 1s ease 1;

    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}






.content {width: 1000px; margin: 0 auto; position: relative;}

.hasFixed{position: fixed; left: 0; top: 0; z-index: 50}
.currentNav{
	background-position: -3px top;
}
#viewpoint{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
 }
.addPart1{
    width: 1030px;
    position: relative;
    margin:0 auto;
}
.swiper-container{
    display: none;
}
#viewpoint .part_btn span{
    display: inline-block;
    position: absolute;
    top:50%;
    margin-top:-52px;
    width: 40px;
    height: 104px;
    display: none;
    cursor: pointer;
}
#viewpoint .part_btn span.btn1{
    left:-50px;
    background: url(https://www.digiwin.com/project/ERP5/images/left.png);
}
#viewpoint .part_btn span.btn2{
    left:1010px;
    background: url(https://www.digiwin.com/project/ERP5/images/right.png);
}
.guest{
    width: 993px;
    height: 400px;
    margin:20px auto 15px;
    overflow: hidden;
    position: relative;
    background: url(https://www.digiwin.com/project/ERP5/images/parter_03.jpg) center 56px no-repeat;

}

.guest ul {
    width: 2000%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0
}
.guest ul li{
    width: 993px;
    height: 300px;
    margin-top:56px;

    float: left;
    position: relative;

}
.guest ul li a{
    position: absolute;
    top:0;
    left:0;z-index: 2;
    width: 993px;
    height: 300px;
}
.guest ul h2{
    width: 182px;
    /*height: 130px;*/
    position: absolute;
    top:140px;
    left:20px;
    line-height: 40px;
    font-size: 30px;
    font-weight: normal;
    color: #3e3a39;
    text-align: right;

}
.guest ul h2 strong{
    display: block;
    font-size: 40px;
    color: #000;
    margin-top:10px;
}
.guest ul img{
    position:absolute;
    top:-56px;
    left:170px;
    margin-left: 40px;
}
.guest ul div{

    width: 500px;
    margin-left: 15px;
    position: absolute;
    right: 28px;
    top:28px;
}
.guest ul .guest_li2 div{
    width: 510px;
}
.guest ul .guest_li2 img{
    left:158px;
}

.guest ul .guest_li2 h2{
    left: 17px;
}
.guest ul .guest_li5 div{
    width: 456px;
}

.guest ul .guest_li6 div{
    width: 510px;
    right: 7px;
}

.guest ul .guest_li6 h2{
    width: 158px;
}
.guest  ul .guest_li6 img{
    left: 153px;
    top:-83px;
}
.guest  ul .guest_li6 h3{
    height: 80px;
    line-height: 35px;
}
.guest  ul .guest_li6 p{
    margin-top: 10px;
}
.guest ul .guest_li7 div{
    width: 456px;
    right: 1px;
}
.guest ul .guest_li7 h2{
    left: 30px;
}
.guest ul .guest_li8 div{
    width: 456px;
}
.guest  ul .guest_li8 img{
    left:160px;
}
.guest  ul .guest_li8 h2{
    left:10px;
}
.guest ul  h3{
    color: #1cacff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.guest ul  p{
    font-size: 16px;
    text-align: justify;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 20px;
    padding:0px;
    color: #3e3e3e;
}

.guest ol{
    width: 300px;
    display: inline-block;
    margin-top: 30px;
    position: absolute;
    left:50%;
    margin-left: -100px;
    bottom: 10px;
}
.guest ol li{
    float: left;
    width: 12px;
    height: 12px;
    background: url(https://www.digiwin.com/project/ERP5/images/list_03.png) no-repeat right center;
    margin:10px;
    cursor: pointer;

}
.guest ol li.currentOl{
    background-position:left center;
}


#part1{
    height: 520px;
    position: relative;
    text-align: center;
    background:url("https://www.digiwin.com/project/ERP5/images/parter1.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}
#part1 h2{
    padding-top: 40px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
#part1 .imageText{
    width: 1000px;
    margin:0 auto;
    padding-top: 50px;
}
.imageText img{
    float:left;
    width: 322px;
    margin-left: 138px;
}
.imageText>p{
    display: block;
    width: 348px;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    float: right;
    padding-top: 78px;
    text-align: left;
}
#part2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.content1{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
#part2 h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    color: #1cacff;
    text-align: center;
    font-weight: normal;
}
#part2>p{
    display: block;
    width: 875px;
    font-size: 18px;
    line-height: 2;
    color: #383939;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 40px;
}

.memorabilia{
    margin:50px auto 120px;
    width:1000px;
    height:600px;
    position:relative;
    text-align: center;
}

#four_flash{
    width:1000px;
    height:665px;
    margin:0 auto;
    position:absolute;
}
#four_flash{
    height: 663px;
    background:url(https://www.digiwin.com/project/ERP5/images/fish-bg.png)no-repeat center center;
    margin:0 auto;
    overflow:hidden;
}
#four_flash .flashBg{
    width: 900px;
    height: 665px;
    margin-left:72px;
    position:relative;
    overflow:hidden;
}
#four_flash .flashBg ul.mobile{
    width:1000%;
    height:620px;
    position:absolute;
    left:0;
}
#four_flash .flashBg ul.mobile li{
    float:left;
    width:225px;
    height:665px;
    padding-top:58px;
    box-sizing: border-box;
}
#four_flash li .lf_line{
    float: left;
    width: 2px;
    height: 248px;
    background: #ffb852;
}
#four_flash li .lf_line_b{
    float: left;
    width: 2px;
    height: 248px;
    background: #5ecafc;
}
#four_flash li .rt_txt{
    margin-left:10px;
}
#four_flash li .rt_txt h3{
    font-size:24px;
    color:#ffb852;
    text-align: left;
}
#four_flash li .rt_txt p{
    font-size:18px;
    text-align:justify;
    width:185px;
    line-height:1.6;
    margin-top:10px;
    color: #6a6a6a;
}

#four_flash .but_left{
    width:13px;
    height:33px;
    position:absolute;
    top:50%;
    left:0px;
}
#four_flash .but_right{
    width:13px;
    height:33px;
    position:absolute;
    top:50%;
    right:0px;
}
#part3{
    width: 100%;
    margin: 0 auto;
    height: 710px;
    background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, #000d4d 0%, #000105 100%);
    background-image: radial-gradient(ellipse farthest-corner at center top, #000d4d 0%, #000105 100%);
    cursor: move;
    /*background: #d9d9d8;*/
    /*background: url("../images/parter3bg.jpg") no-repeat center center;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#part3 h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    color: #1cacff;
    text-align: center;
    font-weight: normal;
}
#part3 img{
    margin-top:30px;
    margin-bottom:50px;
    z-index: 180;
}
#part3 canvas{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 120;
    position: absolute;

}
#part3 .pptxt{
    color: #fff;
}
#part4{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#part4 h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    color: #1cacff;
    text-align: center;
    font-weight: normal;
}
.ImageText{
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.ImageText>img{
    float: left;
}
.ImageText .Rbox{
    float: right;
    width: 448px;
}
.ImageText .Rbox p{
    font-size: 18px;
    line-height: 2;
    color: #383939;
    text-align: justify;
}
.ImageText .Rbox ul{
    width: 100%;
    text-align: center;
}
.ImageText .Rbox ul.prize li{
    float: left;
    margin: 0 auto;
    width: 223px;
}
.ImageText .Rbox ul.prize li .in>img{
    display: none;
    margin-top: -310px;
    transition:2s ease;
    -webkit-transition:2s ease;
    -moz-transition:2s ease;
}
.ImageText .Rbox .prize li:hover .in>img{
    display: block;
    transform:rotatey(360deg);
    -webkit-transform:rotatey(360deg);
    -moz-transform:rotatey(360deg);
}


/*.ImageText .Rbox ul.prize li .prize1{*/
    /*-webkit-transition:2s ease;*/
    /*-moz-transition:2s ease;*/
/*}*/
/*.ImageText .Rbox ul.prize li:hover .prize1{*/
    /*-webkit-transform:rotatey(360deg);*/
    /*-moz-transform:rotatey(360deg);*/
/*}*/
/*.ImageText .Rbox ul.prize li .prize2{*/
    /*-webkit-transition:2s ease;*/
    /*-moz-transition:2s ease;*/
/*}*/
/*.ImageText .Rbox ul.prize li:hover .prize2{*/
    /*-webkit-transform:rotatey(360deg);*/
    /*-moz-transform:rotatey(360deg);*/
/*}*/




.plant{
   width: 1000px;
   margin:100px auto;
   position: relative;
}
.title1{
    position: absolute;
    top: 0;
    left: 370px;
    width: 125px;
   height: 84px;
    border-radius: 50%;
    background: #ff0073;
}
.title1 p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top:22px;
}
.title1 i{
    display: block;
    height: 12px;
    margin-left: 50px;
    margin-top: -10px;
    background: url("https://www.digiwin.com/project/ERP5/images/icon.gif") no-repeat;
}
.title1 .tooltip,.title5 .tooltip{
    display: none;
    width:220px;
    padding:20px;
    border-radius:6px;
    position:absolute;
    box-shadow:1px 1px 10px 0 #ccc;
    /*margin: 20px 0;*/
    background:#fff;
    -webkit-transition:margin .5s ease-in-out;
    -moz-transition:margin .5s ease-in-out;
}
.title1:hover .tooltip,.title5:hover .tooltip{
    display: block;
    margin:20px 0 0 -60px;
    opacity: .8;
    -webkit-transition: margin .15s ease-in-out;
    -moz-transition: margin .15s ease-in-out;
}
.title1:hover .tooltip .tiptxt,.title5:hover .tooltip .tiptxt{
    font-size: 18px;
    line-height: 1.8;
    color: #515151;
    text-align: justify;
    padding-top:5px;
}

.title2{
    position: absolute;
    top: 308px;
    left: 0;
    width: 125px;
    height: 84px;
    border-radius: 50%;
    background: #169cfa;
}
.title2 .tooltip,.title3 .tooltip{
    display: none;
    width:220px;
    padding:20px;
    border-radius:6px;
    position:absolute;
    box-shadow:1px 1px 10px 0 #ccc;
    /*margin: 20px 0;*/
    background:#fff;
    -webkit-transition:margin .5s ease-in-out;
    -moz-transition:margin .5s ease-in-out;
}
.title2:hover .tooltip,.title3:hover .tooltip{
    display: block;
    margin:-300px 0 0 -60px;
    opacity: .8;
    -webkit-transition: margin .15s ease-in-out;
    -moz-transition: margin .15s ease-in-out;
}
.title2:hover .tooltip .tiptxt,.title3:hover .tooltip .tiptxt{
    font-size: 18px;
    line-height: 1.8;
    color: #515151;
    text-align: justify;
    padding-top:5px;
}
.title4 .tooltip{
    display: none;
    width:220px;
    padding:20px;
    border-radius:6px;
    position:absolute;
    box-shadow:1px 1px 10px 0 #ccc;
    /*margin: 20px 0;*/
    background:#fff;
    -webkit-transition:margin .5s ease-in-out;
    -moz-transition:margin .5s ease-in-out;
}
.title4:hover .tooltip{
    display: block;
    margin:-210px 0 0 -60px;
    opacity: .8;
    -webkit-transition: margin .15s ease-in-out;
    -moz-transition: margin .15s ease-in-out;
}
.title4:hover .tooltip .tiptxt{
     font-size: 18px;
     line-height: 1.8;
     color: #515151;
     text-align: justify;
     padding-top:5px;
 }
.title2 p,.title3 p,.title4 p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top:10px;
}

.title2 i,.title3 i,.title4 i{
    display: block;
    height: 12px;
    margin-left: 50px;
    margin-top: 8px;
    background: url("https://www.digiwin.com/project/ERP5/images/icon2.gif") no-repeat;
}
.title3{
    position: absolute;
    top: 490px;
    left: 340px;
    width: 125px;
    height: 84px;
    border-radius: 50%;
    background: #169cfa;
}
.title4{
    position: absolute;
    top: 440px;
    left: 560px;
    width: 125px;
    height: 84px;
    border-radius: 50%;
    background: #ff0073;
}
.title5{
    position: absolute;
    top: 80px;
    left: 820px;
    width: 125px;
    height: 84px;
    border-radius: 50%;
    background: #ff0073;
}
.title5 p{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding-top:26px;
}
.title5 i{
    display: block;
    height: 12px;
    margin-left: 50px;
    margin-top: 10px;
    background: url("https://www.digiwin.com/project/ERP5/images/icon.gif") no-repeat;
}
#part5{
    width: 100%;
    margin: 0 auto;
    /*background: #d9d9d8;*/
    background: url("https://www.digiwin.com/project/ERP5/images/parter5bg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#part5 h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    color: #1cacff;
    text-align: center;
    font-weight: normal;
}
 .news_img{
    width: 1000px;
    padding-top: 10px;
    padding-bottom: 40px;
     position: relative;
     margin: 0 auto;
}

.guesta{
    width: 1000px;
    height: 454px;
    margin:20px auto 15px;
    overflow: hidden;
    position: relative;
}

.guesta ul {
    width: 2000%;
    height: 454px;
    position: absolute;
    left: 0;
    top: 0
}
.guesta ul li{
    width: 1000px;
    height: 454px;
    /*margin-top:56px;*/
    float: left;
    position: relative;
}
.guesta ul li a{
    position: absolute;
    top:0;
    left:0;z-index: 2;
    width: 1000px;
    height: 454px;
}
.guesta ol{
    width: 200px;
    display: block;
    position: absolute;
    left:50%;
    bottom:2px;
    margin-left:-50px ;
}
.guesta ol li{
    float: left;
    width: 12px;
    height: 12px;
    background: url(https://www.digiwin.com/project/ERP5/images/list_03.png) no-repeat right center;
    margin:10px;
    cursor: pointer;

}
.guesta ol li.currentOla{
    background-position:left center;
}


#part5a{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#part5a h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    color: #1cacff;
    text-align: center;
    font-weight: normal;
}
#part5a img{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
}
#part6{
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*background: #d9d9d8;*/
    background: url("https://www.digiwin.com/project/ERP5/images/parter6bg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
#part6 h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    color: #1cacff;
    text-align: center;
    font-weight: normal;
}
.diploma {
    width: 1000px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    margin: 0 auto;
}
.diploma .part_btna span{
    display: inline-block;
    position: absolute;
    top:50%;
    margin-top:-52px;
    width: 40px;
    height: 104px;
    display: none;
    cursor: pointer;
}
.diploma .part_btn span.btn1{
    left:-50px;
    background: url(https://www.digiwin.com/project/ERP5/images/left.png);
}
.diploma .part_btn span.btn2{
    left:1010px;
    background: url(https://www.digiwin.com/project/ERP5/images/right.png);
}
.guestaa{
    width: 800px;
    height: 454px;
    margin:20px auto 15px;
    overflow: hidden;
    position: relative;
}

.guestaa ul {
    width: 2000%;
    height: 454px;
    position: absolute;
    left: 0;
    top: 0
}
.guestaa ul li{
    width: 800px;
    height: 454px;
    /*margin-top:56px;*/
    float: left;
    position: relative;
}
.guestaa ul li a{
    position: absolute;
    top:0;
    left:0;z-index: 2;
    width: 800px;
    height: 454px;
}
.guestaa ol{
    width: 200px;
    display: block;
    position: absolute;
    left:50%;
    bottom:2px;
    margin-left:-100px ;
}
.guestaa ol li{
    float: left;
    width: 12px;
    height: 12px;
    background: url(https://www.digiwin.com/project/ERP5/images/list_03.png) no-repeat right center;
    margin:10px;
    cursor: pointer;

}
.guestaa ol li.currentOlaa{
    background-position:left center;
}


#part7 { overflow:auto;background-color:#efefef;margin:0px 0px 0px 0px;
    /*background-image:url(../images/shadow.jpg)*/; background-position:top; background-repeat:no-repeat;}
#part7 #part7table{ width:1000px; margin:0 auto;}
#part7 #part7table li,#part7 #part7table li a{
    font-size: 12px;
    line-height: 24px;
    outline: none;
    color: #555;
    text-decoration: none;
}
#part7 hr {height:1px;border:none;border-top:1px dashed #9fa0a0;}
#part7 #part7left{width:250px; padding:30px 30px 30px 0px; float:left;}
#part7 #part7left ul{ padding-right:20px;border-right:1px solid #CCC; line-height:1.5;}
#part7 #part7middle{width:340px; padding:30px 0px; float:left;}
#part7 #part7middle ul{ padding-right:20px; border-right:1px solid #CCC;}
#part7 #part7right{width:320px; padding:30px 0px 30px 40px; float:left;}
.txt15{
    font-size: 12px;
    line-height: 24px;
    color: #555;
}
.m1{
    display: block;
}
.m2,.swp2,.swp3{
    display:none;
}
@media (max-width: 1200px) {

    .section {
        min-width: 100%;
        max-width: 100%;
    }
    .content {
        width: 100%;
    }
    p{
        font-size: 16px;
        text-align: justify;
    }
    #banner{
        height: auto;
        padding: 20% 0;
        background: url(https://www.digiwin.com/project/ERP5/images/banner1200.jpg) no-repeat center center;
        background-size: cover;
    }
    #banner h1{
        display: block;
        font-size: 36px;
        padding-left: 10%;
        padding-top: 60%;
    }
    #banner .pic1{
        margin: 0;
        display: block;
        width: 70%;
        margin-top: 2%;
        margin-left: 10%;
        font-size: 16px;
        line-height: 2;
        color: #fff;
        letter-spacing: 4px;
        text-align: center;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }
    #banner .pic2{
        font-size:16px;
        line-height: 1.8;
        color: #fff;
        padding-left: 10%;
        padding-top: 2%;
        padding-bottom: 2%;
        letter-spacing: 2px;
    }
    #banner .pic3{
        display: block;
        width: 50%;
        margin-top: 0;
        margin-left: 10%;
    }

    #viewpoint{
        margin-top: 10%;
    }
    #viewpoint{
        overflow: hidden;
    }
    .addPart1{
        display: none;
    }
   .swiper-container.swp1{
       display: block;
       width: 100%;
       height:100%;
       background-size: cover;
    }
    .swp1 .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swp1 .swiper-slide .imgtop{
        width: 100%;
        background: url("https://www.digiwin.com/project/ERP5/images/parter_03.jpg") no-repeat 35% center;
    }

    .swp1 .swiper-slide .imgtop h2{
        display:block;
        float:right;
        font-weight: normal;
        font-size: 80%;
        padding-top: 40%;
        padding-left: 2%;
        text-align: left;
    }

    .swp1 .swiper-slide .txtrt{
        padding: 5%;
        text-align: justify;
    }
    .swp1 .swiper-slide .txtrt .imgtop{
        margin: 0 auto;
    }


    #part1{
        height: auto;
    }

    #part1,#part2,#part3,#part4,#part5,#part5a,#part6{
        width: 100%;
        padding: 0 5%;
        overflow: hidden;
    }
    #part1 h2,#part2 h2,#part3 h2,#part4 h2,#part5 h2,#part6 h2{
        font-size: 28px;
        color: #fff;
        padding-top: 5%;
    }
    #part1 .imageText {
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    #part1 .imageText img{
        float: none;
        margin: 0 auto;
    }
    .imageText>p {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
        color: #fff;
        float: none;
        padding-top:2%;
        padding-bottom: 2%;
        text-align: justify;
    }
    #part2{
        text-align: left;
    }
    #part2 h2{
        color: #1cacff;
    }
    #part2 p{
        text-align: justify;
    }
    #part2 .memorabilia{
        display: none;
    }
    #part2 .content{
        text-align: left;
    }
    .swp2{
        display: block;
        margin: 8% auto;
        overflow: hidden;
    }
    #part2 .content .a1{
       text-align: left !important;
    }
    #part2 .content .b1{
        text-align: left !important;
        margin-top: 5%;
    }
    .swp2 .d_a,.swp2 .d_b{
        margin: 2% 0;
    }
    .swp2 .d_a li,.swp2 .d_b li{
        width: 98%;
        border-radius: 8px;
        /*border: 1px solid #cdccd3;*/
        box-shadow: 1px 1px 5px rgba(178,178,178,.6);
        margin: 3% auto 0;
    }
    .swp2 h3{
        font-size: 18px;
        padding-left:2%;
        padding-top:2%;
        padding-bottom:2%;
    }
    .swp2 p{
        font-size: 16px;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
    }
    .ImageText{
       width: 100%;
    }
    #part3{
        height: auto;
    }
    #part3 h2,#part4 h2,#part5 h2,#part5a h2,#part6 h2{
        color: #1cacff;
    }
    .ImageText .Rbox {
        float: none;
        width: 100%;
    }
    .ImageText .Rbox p+p{
        padding: 0 !important;
    }
    .ImageText .Rbox ul.prize li {
        float: left;
        margin: 0 auto;
        width: 50%;
        border-right: none !important;
    }
    .ImageText .Rbox ul.prize li .in{
        display: none;
    }
    .plant {
        width: 100%;
        margin: 5% auto;
        position: relative;
    }
    .m1{
        display: none;
    }
    .m2{
        display: block;
    }
    .news_img,.diploma{
        display: none;
    }
    .swp3{
        display: block;
        margin: 5% auto !important;
    }
}
