@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    width: 100%;
    font-size: 14px;
    /*background:#F9F9F9;*/
    font-family: 'Microsoft YaHei', '微软雅黑';
    min-width: 1200px;
}

/* banner start视频和代言人 */

.video-show {
    width: 100%;
    min-width: 960px;
    padding: 10px;
    padding-bottom: 0;
    box-sizing: border-box;
}

.video-left {
    width: 39%;
    float: left;
    position: relative;
}

.video-left-img {
    width: 100%;
    border-radius: 5px;

}

.distance {
    margin-bottom: 5px;
}

.video-left-img img {
    width: 100%;
    border-radius: 5px;

}

.video-left-text {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 49.4%;
    border-radius: 5px;
}

.video-left-text2 {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 1px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 49.4%;
    border-radius: 5px;

}

.text-index {
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 30px;

}

.text-index h2 {
    /* height: 44px; */
    /* line-height: 44px; */

}

.text-index h3 {
    /* height: 30px; */
    /* line-height: 30px; */
    margin-top: 10px;
}

.text-index2 {
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.video-text-index {
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 30px;
    /* margin-left:40px;
    margin-top:475px */
}

.video-text-index h2 {
    font-size: 46px;

}

.text-index a,
.video-text-index a {
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #66bf3a;
    font-size: 16px;
    line-height: 46px;
    margin-top: 20px;
    box-shadow: 0px -5px #51992d inset;
}

.video-text-index a:hover {
    box-shadow: none;
    background: #66bf3a;
}

.text-index a:hover {
    box-shadow: none;
    background: #66bf3a;
}

.text-index a:hover,
.video-text-index a:hover {
    color: #333;
    background: #fff;
}

.video-right {
    width: 60.77%;
    float: right;
    height: inherit;
    position: relative;
    border-radius: 5px;
}

.video-right img {
    width: 100%;
    border-radius: 5px;

}

.video-text {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 99.4%;
    border-radius: 5px;

}

.text-index-right {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    top: 35%;
    /*left:30%;*/
    margin: 0 auto;
    z-index: 3;
}

.blue {
    background: url("/Shared/images/homev1/indexv1/lefttop.png") no-repeat left bottom;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.newpart {
    background: #2CBF19;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom1.png), url("/Shared/images/homev1/indexv1/lefttop.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.blue h3 {
    font-size: 46px;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #fff;
}

.newpart h3 {
    margin-top: 0;
}

.blue p {
    color: #fff;
    min-width: 1200px;
    margin: 0 auto;
}

.blue a {
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    margin: 0 auto;
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #66bf3a;
    font-size: 16px;
    line-height: 46px;
    box-shadow: 0px -5px #51992d inset;
}

.gmstdy a {
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    margin: 0 auto;
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #44a2e5;
    font-size: 16px;
    line-height: 46px;
    box-shadow: 0px -5px #2e838c inset;
}

.blue a:hover {
    box-shadow: none;
    background: #fff;
    color: #333;
}

.team {
    text-align: center;
}

.teamour {
    position: relative;
}

.team p {
    margin-top: 30px;
    width: 915px;
    margin: 0 auto;
}

.teamul {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.teamul li {
    width: 260px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.teamul li.te {
    margin-bottom: 0;
}

.teamulleft {
    background: #ff2045;

}

.teamulright {
    background: #ffa602;
}

.teambg1 {
    background: #ff2045;
}

.teambg2 {
    background: #ffa602;
}

.teambg3 {
    background: #753df4;
}

.teambg4 {
    background: #66bf3a;
}

.teambg5 {
    background: #44a2e5;
}

.teambg6 {
    background: #33cccc;
}

.teamul div {
    color: #fff;
}

.teamul .imgbox {
    width: 260px;
    border-radius: 5px;
    position: relative;
}

.teamul .imgbox .num {
    width: 16px;
    height: 16px;
    background: #199ed8;
    border: 1px solid #a6ddf2;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 12px;
}

.teamul .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;

}

.contentbox .p1 {
    color: #000;
}

.teamul .contentbox {
    margin: 20px 10px 10px 10px;
    padding-bottom: 10px;
    position: relative;
}

.teamul .imgbox .bgline {
    position: absolute;
    bottom: -1px;
}

.teamul .imgbox .transline {
    position: absolute;
    top: -7px;
    ;
}

.teamul .imgbox .transline1 {
    top: -4px;
}

.teamul li:hover .transline {
    display: none;
}

.teamul .imgbox .bgline img {
    border-radius: 0;
}

/* teamlogo */
.teamlogo {
    text-align: center;
}

.teamlogo img {
    width: 60px;
    height: 60px;
}

/* timeul1 */
.teamul1 {
    display: flex;
    justify-content: space-between;
}

.teamul1 li {
    width: 276px;
    height: 206px;
    position: relative;
    border-radius: 5px;
}

.teamul1 .li1 {
    border: 3px solid #33cccc;
}

.teamul1 li div {
    width: 276px;
    height: 206px;
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.teamul1 .li1 div {
    background: #33cccc;

}

.teamul1 .li2 {
    border: 3px solid #66bf3a;
}

.teamul1 .li2 div {
    background: #66bf3a;

}

.teamul1 .li3 {
    border: 3px solid #ff2045;
}

.teamul1 .li3 div {
    background: #ff2045;

}

.teamul1 .li4 {
    border: 3px solid #864cbf;
}

.teamul1 .li4 div {
    background: #864cbf;

}

.bottom-logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.newv {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: -5px;
}

.testplay {
    text-align: right;
}

.newv1 {
    width: 200px;
    height: 200px;
    margin-right: 5px;
    margin-top: -5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 47%;
    margin-left: -100px;
    margin-top: -100px;
    display: none;
}

.play {
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
}

.play:hover {
    background: #33cccc;
    color: #fff;
}

/* fact start */
.fact {
    background: #1268cd;
    padding-top: 60px;
    box-sizing: border-box;
    background-image: url("/Shared/images/homev1/indexv1/leftbottom.png"), url("/Shared/images/homev1/indexv1/lefttop.png");

    background-position: left top, left bottom;

    background-repeat: no-repeat, no-repeat;
}

.fact h3 {
    text-align: center;
    font-size: 46px;
    color: #fff;
    margin-bottom: 60px;
}

.fact ul {
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
}

.fact ul li {
    margin-bottom: 60px;
    text-align: center;
}

.fact ul li img {
    margin-bottom: 30px;
}

.fact ul li p {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

/* #triangle-top {
    position: absolute;
    right: 0;
    bottom: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 70px solid white;
} */
/* better */
.better {}

.better .green {
    padding-bottom: 60px;
    background: #864cbf;
    text-align: center;
    position: relative;
    background-image: url("/Shared/images/homev1/indexv1/leftbottom.png"), url("/Shared/images/homev1/indexv1/lefttop.png");

    background-position: left top, left bottom;

    background-repeat: no-repeat, no-repeat;
}

.better .green .layout h3 {
    font-size: 46px;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 30px;
}

.better .green p {
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
}

#triangle-bottom {
    position: absolute;
    right: 0;
    top: 0px;
    border-left: 100vw solid transparent;
    border-top: 70px solid white;
}

.better .green h5 {
    font-size: 36px;
    color: white;
    display: inline-block;
}

.better .green .green-bottom {
    display: flex;
    justify-content: space-evenly;
}

.better .greenbottom1 {

    align-items: center;
}

.better .green .bottom-left {
    width: 650px;
    box-sizing: border-box;
    padding-left: 50px;
    text-align: left;
    font-size: 24px;
}

.better .green .bottom-left h5 {
    margin-right: 20px;
}

.better .green .bottom-left p {
    line-height: 40px;
    font-size: 24px;
}

.better .green .bottom-left img {
    vertical-align: middle;
    margin-top: -36px;
}

.better .green .bottom-right {
    width: 550px;
}

.better .green a {
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    margin: 0 auto;
    margin-top: 60px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #ff2045;
    font-size: 16px;
    line-height: 46px;
    box-shadow: 0px -5px #e51d3e inset;
}

.better .green a:hover {
    box-shadow: none;
    background: #fff;
    color: #333;
}

.better .layout {
    color: #333;
    text-align: center;
}

.better .layout h3 {

    font-size: 46px;
    margin-top: 40px;
    color: #333;
}

.better .layout h5 {
    font-size: 36px;
    display: inline-block;
}

.better .layout .green-bottom {
    display: flex;
    margin-top: 40px;
    justify-content: space-evenly;
}

.better .layout .bottom-left {
    width: 540px;
    box-sizing: border-box;
    text-align: left;
    font-size: 24px;
}

.better .layout .bottom-left h5 {
    margin-right: 20px;
    margin-bottom: 20px;

}

.better .layout .bottom-left p {
    line-height: 40px;
    font-size: 24px;
}

.better .layout .bottom-right {
    width: 450px;
}

.better .layout h5.red {
    color: #ff2045;
}

.better .layout h5.blue-color {
    color: #44a2e5;
}

.better .layout h5.yellow {
    color: #ffa602;
}

.better .layout h5.gren {
    color: #66bf3a;
}

.better .bottom-logo {
    height: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.better .bottom-logo img {
    width: 60px;
    height: 60px;
}

/* change starat */
.change {
    text-align: center;
}

.change .text {
    margin-top: 40px;
    font-size: 46px;
    color: #333;
}

.change .rotate .left div {
    width: 590px;
    min-height: 1px;
    border-radius: 4px;
    border-bottom-right-radius: 50px;

}

.change .rotate p {
    text-align: left;
}

.change .rotate p span {
    text-align: center;
}

.change .rotate .right div {
    width: 590px;
    min-height: 1px;
    border-radius: 4px;
    border-bottom-right-radius: 50px;

}

.out1 #skew {
    border-radius: 4px;
    background: url("/Shared/images/homev1/indexv1/14.png") no-repeat center;
    display: block;
    padding-bottom: 20px;
    /* transform: skewY(-2deg) translateY(3%); */
}

.out2 #skew {
    background: #44a2e5;
    background: url("/Shared/images/homev1/indexv1/18.png") no-repeat center;
    border-radius: 4px;
    padding-bottom: 20px;
    display: block;
    /* transform: skewY(-2deg) translateY(3%); */

}

.out3 #skew {
    padding-bottom: 20px;
    border-radius: 4px;
    background: #ffa602;
    background: url("/Shared/images/homev1/indexv1/16.png") no-repeat center;
    display: block;
    /* transform: skewY(-2deg) translateY(3%); */

}

.out4 #skew {
    padding-bottom: 20px;
    border-radius: 4px;
    background: #ff2045;
    background: url("/Shared/images/homev1/indexv1/20.png") no-repeat center;
    display: block;
    /* transform: skewY(-2deg) translateY(3%); */

}

/* hover的时候动画 */
/* .out1:hover {
  background: #79c061;
}
.out2:hover {
  background: #44a2e5;
}
.out3:hover {
 
  background: #ffa602;
}
.out4:hover {
  background: #ff2045;
} */

.change .rotate {
    margin-bottom: 40px;
    margin-top: 60px;
    height: 688px;
    position: relative;
}

.change .rotate p {
    box-sizing: border-box;
    padding: 50px 19px 0;
    color: #fff;
    position: relative;
    transform: skewY(0deg);

}

.change .rotate p:hover {
    /* transform: skewY(2deg) translateY(-3%); */
    /* transform: skewX(-2deg); */

    transition: all .5s;
}

.change .rotate span {
    width: 170px;
    position: absolute;
    background: #fff;
    left: 20px;
    top: -15px;
}

.change .rotate .left span {
    top: 10px;
}

/* .change .rotate .right span{top:10px;} */

.change .rotate .left .out1 span {
    color: #79c061;
    background: url("/Shared/images/homev1/indexv1/15.png") no-repeat center;
    background-size: 100% 100%;
}

.change .rotate .left .out2 span {
    color: #44a2e5;
    background: url("/Shared/images/homev1/indexv1/19.png") no-repeat center;
    background-size: 100% 100%;
}

.change .rotate .right span {
    top: 10px;
}

.change .rotate .right .out3 span {
    color: #ffa602;
    background: url("/Shared/images/homev1/indexv1/17.png") no-repeat center;
    background-size: 100% 100%;
}

.change .rotate .right .out4 span {
    color: #ff2045;
    background: url("/Shared/images/homev1/indexv1/21.png") no-repeat center;
    background-size: 100% 100%;
}


.change .rotate .left {
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    padding-top: 20px;
}

.change .rotate .left p {
    width: 590px;
    margin-bottom: 40px;
    height: 310px;
}

.change .rotate .left p:nth-child(1) {
    background: #79c061;
}

.change .rotate .left p:nth-child(2) {
    background: #44a2e5;
}

.change .rotate .right {
    float: right;
    box-sizing: border-box;
    padding-top: 60px;
}

.change .rotate .right p {
    width: 590px;
    margin-bottom: 40px;
    height: 310px;
}

.change .rotate .right p:nth-child(1) {
    background: #ffa602;
}

.change .rotate .right p:nth-child(2) {
    background: #ff2045;
}


/*用户故事*/
.user-story-box {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
    height: 250px;
    box-sizing: border-box;
    width: 83%;
    margin: 0 auto;
}

.user-story-box .customer-img {
    width: 165px;
    float: left;
    position: relative;
    height: 70px;
    margin-right: 0;
    margin-bottom: 10px;
}



.user-story-box .customer-img img {
    display: inline-block;
    width: 100%;
    left: 0px;
    position: relative;
}

.user-story-box .customer-img:hover img {
    transition: all .5s;
    transform: translate(-4px, 5px) scale(1.2);
    z-index: 999;

}

.user-story-img img {
    width: 100%;
    position: absolute;
    right: 0;
}




.change .bottom-logo {
    margin-bottom: 40px;
    margin-top: 40px;
}





/* change end */

/* orange start */
.orange {
    background: #f75c32;
    padding-top: 60px;
    box-sizing: border-box;
    background-image: url("/Shared/images/homev1/indexv1/leftbottom.png"), url("/Shared/images/homev1/indexv1/lefttop.png");
    padding-bottom: 60px;
    background-position: left top, left bottom;

    background-repeat: no-repeat, no-repeat;
}

.orange .layout {
    overflow: hidden;
}

.orange h3 {
    font-size: 46px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.orange .left {
    float: left;
    width: 570px;
    height: 360px;
    margin-right: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.orange .left span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 570px;
    background: #33cccc;
    height: 30px;
    line-height: 20px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#triangle-top {
    width: 100%;
    height: 20px;
    background: url("/Shared/images/homev1/indexv1/bg6.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -20px;
    /* border-right: 570px solid transparent;
  border-top: 10px solid #e7e6e6; */
}

.orange .left img {
    width: 570px;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;

}

.orange .right {
    float: left;
    width: 600px;
    height: 360px;
}

.orange p {
    float: left;
    width: 290px;
    height: 170px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);

}

.orange .right img {
    width: 290px;
    height: 170px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    border-radius: 5px;

}

.orange .right p.te {
    margin-right: 10px;
}

.orange .right img.te {
    margin-right: 0;
}

.orange .right span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 290px;
    height: 30px;
    line-height: 20px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border-radius: 0 0 5px 5px;

}

.orange .right p:nth-child(1) span {
    background: #ff2045;
}

.orange .right p:nth-child(2) span {
    background: #44a2e5;
}

.orange .right p:nth-child(3) span {
    background: #ffa602;
}

.orange .right p:nth-child(4) span {
    background: #66bf3a;
}

#triangle-top1 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 20px;
    background: url("/Shared/images/homev1/indexv1/bg1.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -20px;

}

#triangle-top2 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 20px;
    background: url("/Shared/images/homev1/indexv1/bg3.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -20px;
}

#triangle-top3 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 10px;
    background: url("/Shared/images/homev1/indexv1/bg4.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -10px;
}

#triangle-top4 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 20px;
    background: url("/Shared/images/homev1/indexv1/bg2.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -20px;
}


/* honor start */
.honor {
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.honor h3 {
    font-size: 46px;
}

.honor .imgbox {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;

}

.honor .imgbox img {
    width: 285px;
    height: 408px;
    object-fit: contain;
    margin-right: 30px;
}

.honor .imgbox img.te {
    width: 275px;
    height: 201px;
    object-fit: contain;
    display: block;
    margin-bottom: 6px;
}

.honor .bottom-logo {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* bottom-green start */
.bottom-green {
    background: #79c061;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background-image: url("/Shared/images/homev1/indexv1/leftbottom.png"), url("/Shared/images/homev1/indexv1/lefttop.png");

    background-position: left top, left bottom;
    padding-bottom: 60px;
    background-repeat: no-repeat, no-repeat;
}

.bottom-green h3 {
    font-size: 46px;
    margin-bottom: 20px;
}

.bottom-green p {
    font-size: 24px;
    line-height: 40px;
}

.bottom-green ul {
    margin-top: 20px;
}

.bottom-green ul li {
    font-size: 36px;
    list-style-type: disc;
    line-height: 50px;
    text-indent: 20px;
    text-align: center;

}

.bottom-green ul li p {
    text-align: left;
    width: 650px;
    margin: 0 auto;
    font-weight: bold;
}


.bottom-green ul li p:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.bottom-green a {
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    margin: 0 auto;
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #1368ce;
    font-size: 16px;
    line-height: 46px;
    box-shadow: 0px -5px #115db9 inset;
}

.bottom-green a:hover {
    box-shadow: none;
    background: #fff;
    color: #333;
}

.green-logo {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.vlooktext {
    display: flex;
    justify-content: space-between;
    color: #333;
}

.vlooktext li.vlookicon {
    box-shadow: none;
}

.vlooktext li.vlookicon p:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.vlooktext li.vlookicon p:nth-of-type(1):before {
    background: #66bf3a;
    border-radius: 5px;
}

.vlooktext li.vlookicon p:nth-of-type(2):before {
    background: #ff2045;
    border-radius: 50%;
}

.vlooktext li.vlookicon p:nth-of-type(3):before {
    background: #44a2e5;
    border-radius: 5px;
}

.vlooktext li.vlookicon p:nth-of-type(4):before {
    background: #ffa602;
    border-radius: 50%;
}

p.vlookiconte {
    color: #333;
}

p.vlookiconte:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: #ffa602;
    border-radius: 50%;
}

li.vlookstyle {
    width: 450px;
}

.vlookstyle .imgbox {
    width: 450px;

}

.vlookstyle .contentbox {
    margin: 20px 40px 10px 40px;
}

/* 爱上学习官网改版 */
.swiper-container1 {
    width: 100%;
    /* height: 480px; */
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    /* padding:10px 10px 0 10px; */
    box-sizing: border-box;
}

.swiper-container1 .swiper-slide {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    box-sizing: border-box;
    background: transparent;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 24px !important;
    height: 4px !important;
    background: #CCD1DA !important;
    border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #2ABD19 !important;
}

/* 行业解决方案 */
.newpart_count {
    background: url(/Shared/images/homev1/indexv1/lefttop.png) no-repeat left bottom;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.newpart_count p {
    color: #fff;
    margin: 0 auto;
}

.newpart_count h3 {
    font-size: 46px;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #fff;
}

.newpart_industry {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}

.newpart_industry .newpart_item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 0px 45px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 5px;
}

.newpart_industry .newpart_item:nth-of-type(odd) {
    background: linear-gradient(to bottom, #FFFFFF, #E5E5E5)
}

.newpart_industry .newpart_item:nth-of-type(3n) {
    margin-right: 0;
}

.newpart_industry .newpart_item h4 {
    font-size: 22px;
    color: #222;
    padding: 0 20px;
}

.newpart_industry .newpart_item .newpart_detail {
    margin: 15px 0;
    padding: 0 20px;
    color: #222;
    height: 80px;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.newpart_industry .newpart_item img {
    width: 100%;
    height: 175px;
    margin: 0px auto 30px;
    border-radius: 5px 5px 0 0;
    display: block;
}

.newpart_industry a {
    width: auto;
    display: block;
}

.newpart_industry a:hover {
    color: #222;
}

.newpart_industry .newpart_item span {
    display: inline-block;
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: #222;
    font-size: 14px;
    margin-left: 20px;
}

.newpart_textnum {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

.newpart_textnum .item_textnum {
    box-sizing: border-box;
    color: #FEFFFE;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.newpart_textnum .item_textnum:nth-of-type(1) {
    width: 15%;
    padding-left: 0;
}

.newpart_textnum .item_textnum:nth-of-type(2) {
    width: 20%;
}

.newpart_textnum .item_textnum:nth-of-type(3) {
    width: 22%;
}

.newpart_textnum .item_textnum:nth-of-type(4) {
    width: 22%;
}

.newpart_textnum .item_textnum:nth-of-type(5) {
    width: 21%;
}

.newpart_textnum .item_textnum:nth-last-of-type(1) {
    border: 0;
}

.newpart_textnum .item_textnum p {
    font-size: 20px;
    margin-bottom: 30px;
}

.newpart_textnum .item_textnum h4 {
    font-size: 36px;
    position: relative;
    font-weight: normal;
}

.newpart_textnum .item_textnum h4 span {
    font-size: 20px;
    position: absolute;
    top: 0;
}

.swiper-container2 {
    width: 100%;
    height: 420px;
    margin: 50px auto 50px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.swiper-container2 .swiper-slide {
    width: 370px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);

}

.swiper-container2 .swiper-slide:nth-child(3n+1) {
    border: 1px solid #66c138;
}

.swiper-container2 .swiper-slide:nth-child(3n+2) {
    border: 1px solid #04acf3;
}

.swiper-container2 .swiper-slide:nth-child(3n+0) {
    border: 1px solid #ffa302;
}

.change .swiper-container2 .swiper-slide a {
    display: block;
    color: #666;
    font-size: 14px;
}

.change .swiper-container2 .swiper-slide img {
    width: 100%;
    height: 230px;
}

.change .swiper-container2 .swiper-slide h4 {
    margin: 30px 0 15px;
    font-size: 22px;
    color: #222;
    padding: 0 19px;
    font-weight: normal;
}

.change .swiper-container2 .swiper-slide p {
    line-height: 20px;
    border-bottom: 1px solid #D2D2D2;
    margin: 0 20px 0px;
    padding-bottom: 10px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.change .swiper-container2 .swiper-slide h5 {
    padding: 20px 20px 0;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.change .more_example {
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #66bf3a;
    font-size: 16px;
    line-height: 46px;
    margin: 20px auto 50px;
    box-shadow: 0px -5px #51992d inset;
}

/* 新增集团企业培训一体化产品 */
.newpart_company {
    background: #f3f3f3;
    padding: 75px 0 470px;
    text-align: center;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.newpart_company h3 {
    font-size: 46px;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #222;
}

.newpart_company p {
    color: #fff;
    margin: 0 auto;
    color: #666;
}

.newpart_company .product_total p {
    height: 38px;
}

.newpart_company .product_count {
    display: flex;
    justify-content: flex-start;
    margin-top: 120px;
    position: relative;
}

.newpart_company .product_count .product_detail {
    flex: 1;
}

.newpart_company .product_count .product_total {
    padding: 30px 15px;
    position: relative;
}

.newpart_company .product_count .product_total img {
    height: 60px;
    margin-bottom: 30px;
}

.newpart_company .product_count .product_total h4 {
    margin-bottom: 10px;
    color: #666;
    font-size: 22px;
    font-weight: normal;
    height: 58px;
}

.newpart_company .product_count .product_total span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #B5B5B5;
    margin-bottom: 10px;
}

.product_count .product_total .product_total p {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}

.newpart_company .product_count .act p {
    color: #fff;
}

.newpart_company .product_count .product_detail .act {
    border-radius: 5px 5px 0 0;
}

.newpart_company .product_count .product_detail:nth-of-type(1) .act {
    background: #66C03A;
}

.newpart_company .product_count .product_detail:nth-of-type(2) .act {
    background: #FF2046;
}

.newpart_company .product_count .product_detail:nth-of-type(3) .act {
    background: #44A2E5;
}

.newpart_company .product_count .product_detail:nth-of-type(4) .act {
    background: #FFA206;
}

.newpart_company .product_count .product_detail:nth-of-type(5) .act {
    background: #763EF4;
}

.newpart_company .product_count .product_detail:nth-of-type(6) .act {
    background: #34CCCC;
}

.newpart_company .product_count .product_detail:nth-of-type(7) .act {
    background: #E9D028;
}

.newpart_company .product_count .product_detail .act h4 {
    color: #fff;
}

.newpart_company .product_count .total_detail_left .product_detail .act p {
    color: #fff;
}

.newpart_company .product_count .product_detail .act span.line_first {
    background: #fff;
    height: 3px;
    border-radius: 2px;
}

.newpart_company .product_count .product_detail:nth-of-type(1) .act span.line_sec {
    background: #66C03A;
}

.newpart_company .product_count .product_detail:nth-of-type(2) .act span.line_sec {
    background: #FF2046;
}

.newpart_company .product_count .product_detail:nth-of-type(3) .act span.line_sec {
    background: #44A2E5;
}

.newpart_company .product_count .product_detail:nth-of-type(4) .act span.line_sec {
    background: #FFA206;
}

.newpart_company .product_count .product_detail:nth-of-type(5) .act span.line_sec {
    background: #763EF4;
}

.newpart_company .product_count .product_detail:nth-of-type(6) .act span.line_sec {
    background: #34CCCC;
}

.newpart_company .product_count .product_detail:nth-of-type(7) .act span.line_sec {
    background: #E9D028;
}

.newpart_company .product_count .product_detail .act .triangle {
    display: block;
}

/* hover详情 */
.newpart_company .product_count .product_detail_box {
    display: block;
    position: absolute;
    z-index: 9;
    max-width: 1200px;
    left: 0;
    display: none;
}

.newpart_company .product_count a.act {
    display: block;

}

.newpart_company .product_count .product_detail:nth-of-type(1) a.act {
    border-top: 2px solid #66C03A;
}

.newpart_company .product_count .product_detail:nth-of-type(2) a.act {
    border-top: 2px solid #FF2046;
}

.newpart_company .product_count .product_detail:nth-of-type(3) a.act {
    border-top: 2px solid #44A2E5;
}

.newpart_company .product_count .product_detail:nth-of-type(4) a.act {
    border-top: 2px solid #FFA206;
}

.newpart_company .product_count .product_detail:nth-of-type(5) a.act {
    border-top: 2px solid #763EF4;
}

.newpart_company .product_count .product_detail:nth-of-type(6) a.act {
    border-top: 2px solid #34CCCC;
}

.newpart_company .product_count .product_detail:nth-of-type(7) a.act {
    border-top: 2px solid #E9D028;
}



.newpart_company .product_count .product_detail_box:hover {
    color: #666;
}

.newpart_company .product_count .product_total_detail {
    padding: 50px 70px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.product_count .product_detail_box .total_detail_left {
    width: 64%;
}

.product_detail_box .total_detail_left .total_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product_detail_box .total_detail_left .total_title span {
    width: 3px;
    height: 53px;
    background: #EB680F;
    margin-right: 10px;
    border-radius: 2px;
}

.product_detail_box .total_detail_left h5 {
    color: #222;
    font-size: 22px;
    margin-bottom: 10px;
}

.product_detail_box .total_detail_left em {
    color: #666;
    font-size: 16px;
}

.product_detail_box .product_total_detail .total_detail_left p {
    margin-top: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 13px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #666;
}

.product_detail_box .total_detail_left i {
    margin-left: 13px;
    display: inline-block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #66bf3a;
    font-size: 16px;
    line-height: 46px;
    margin: 20px auto 0;
    box-shadow: 0px -5px #51992d inset;
}

.product_count .product_detail_box .total_detail_right {
    width: 30%;
}

.product_count .product_detail_box .total_detail_right img {
    width: 290px;
    margin: auto;
    display: block;
}

/* 三角形 */
.triangle {
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    display: none;
}

/* 新增荣誉证书 */
.newpart_honor {
    background: #864CC0;
    padding-top: 80px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background-image: url("/Shared/images/homev1/indexv1/leftbottom.png"), url("/Shared/images/homev1/indexv1/lefttop1.png");
    background-position: left top, left bottom;
    padding-bottom: 60px;
    background-repeat: no-repeat, no-repeat;
    position: relative;
}

.newpart_honor .honor_count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.newpart_honor .honor_count li {
    flex: 1;
    padding: 40px 0 10px;
    text-align: center;
}

.newpart_honor .honor_count li img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
    display: block;
    margin: 0 auto 28px;
}

.newpart_honor .honor_count li span {
    font-size: 18px;
    color: #fff;
}

.newpart_honor .honor_count li img.big_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: auto;
    border-radius: 0;
    display: none;
}

.newpart_honor .honor_count li img.te {
    width: 820px;
}

.newpart_honor .honor_count li img.first {
    width: 750px;
}

/* 集五种学习模式改版成轮播图 */
.swiper-container3 {
    width: 100%;
    height: 520px;
    margin: 80px auto 50px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.swiper-container3 .swiper-slide {
    height: 520px;
    border-radius: 0 0 5px 5px;
    background: pink;
}

.swiper-container3 .swiper-slide li {
    height: 520px;
    border-radius: 5px;
}

.swiper-container3 .swiper-slide .imgbox img {
    width: 100%;
    height: 174px;
    border-radius: 5px 5px 0 0;
}

.swiper-container3 .swiper-slide .imgbox .transline img {
    width: 100%;
    height: 10px;
}

.swiper-container3 .swiper-slide .phototitle img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.swiper-container3 .swiper-slide {
    width: 260px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 5px;
}

.swiper-container3 .contentbox {
    margin: 20px 10px 10px 10px;
    padding-bottom: 10px;
    position: relative;
}

.swiper-container3 .imgbox .transline {
    position: absolute;
    top: -10px;
}

.swiper-container3 .imgbox .transline1 {
    top: -4px;
}

.swiper-container3 li:hover .transline {
    display: none;
}

.swiper-container3 .imgbox .bgline img {
    border-radius: 0;
}

.swiper-container3 .contentbox {
    color: #fff;
}

.honor_more {
    display: inline-block;
    margin: 20px auto 0px;
    width: 162px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.honor_more:hover {
    color: #333;
}

.footer {
    margin-top: 0 !important;
    background: #3e3e3e !important;
}

/* 轮播图图文分离 */
.banner_bgtext {
    position: absolute;
    top: 50px;
    left: 300px;
    text-align: left;
}

.banner_bgtext h3 {
    height: 110px;
    line-height: 110px;
    background: url('/Shared/images/homev1/newpart/banner_bg.png') no-repeat left center;
    background-size: contain;
    font-size: 50px;
    color: #fff;
    text-indent: 40px;
}

.banner_bgtext .text1 {
    color: #fff;
    font-size: 25px;
    margin-top: 25px;
    line-height: 42px;
    padding-left: 40px;
}

.banner_bgtext .firstfu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner_bgtext .firstfu em {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 5px;
}

.banner_bgtext .firstfu em i {
    margin-left: 6px;
}

.banner_bgtext .text1 strong {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}

.banner_bgtext .text1 i {
    color: #fff;

}

.banner_bgtext .text2 {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: lighter;
    padding-left: 40px;
}

.banner_bgtext .secfu {
    margin-top: 0;
}

.banner_bgtext span {
    display: inline-block;
    width: 162px;
    height: 46px;
    background: #66C03A;
    border: 2px solid #FFFFFF;
    box-shadow: 0px -5px #51992d inset;
    border-radius: 5px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 40px;
}

.banner_bgtext_bg2 h3 {
    background: url('/Shared/images/homev1/newpart/banner_bg.png') no-repeat left center;
    background-size: contain;
}

.banner_bgtext_bg1 h3 {
    background: url('/Shared/images/homev1/newpart/banner_bg.png') no-repeat left center;
    background-size: contain;
}

.banner_bgtext h4.sec_text {
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 40px;
}

.banner_bgtext img.more_logo {
    width: 554px;
    height: 45px;
}

.banner_bgtext h5 {
    margin-top: 25px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    padding-left: 40px;
}

.banner_bgtext h5 em {
    font-weight: normal;
}

.games_text i {
    font-weight: bold;
}

/*2020-0927 anjun*/
.newpart_company h3 {
    margin-top: 0px;
}

.newpart_company .product_count {
    margin-top: 56px;
}

/*2020-10-21*/
.gmstdy {
    background: #FF2045;
    padding-top: 60px;
    box-sizing: border-box;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png), url(/Shared/images/homev1/indexv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.swiper-container4 {
    width: 100%;
    height: 520px;
    margin: 80px auto 50px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.swiper-container4 .swiper-slide {
    height: 520px;
    border-radius: 0 0 5px 5px;
}

.swiper-container4 .swiper-slide .gmpic {
    position: relative;
}

.swiper-container4 .swiper-slide .gmpic a,
.swiper-container4 .swiper-slide .gmpic a:visited {
    color: #FFF;
}

.swiper-container4 .swiper-slide .gmpic .gbtn {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}

.swiper-container4 .swiper-slide .gmpic .gtit {
    position: absolute;
    bottom: 30%;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    left: 30px;
}

.swiper-container4 .swiper-slide .gmpic .icn {
    width: 24px;
    margin-right: 10px;
}

.swiper-container4 .swiper-slide .gmpic .gbtn span {
    display: inline-block;
    padding: 4% 0;
    text-align: center;
    width: 60%;
    border-radius: 14px;
    opacity: 0.9;
}

.swiper-container4 .swiper-slide .gmpic .gbtn span.bg1 {
    background: rgba(1, 103, 252, .8);
}

.swiper-container4 .swiper-slide .gmpic .gbtn span.bg2 {
    background: rgba(255, 134, 0, .8);
}

.swiper-container4 .swiper-slide .gmpic .gbtn span.bg3 {
    background: rgba(61, 166, 10, .8);
}

.swiper-container4 .swiper-slide .gmpic .gbtn span.bg4 {
    background: rgba(103, 24, 255, .8);
}
/* 首页新增 2021*/
.add_title_com{
    text-align:center;
    margin-top:40px;
}
.add_title_com h3.onetitle{
    color:#333;
}
.add_title_com .detailtext{
    color:#666;
    margin-top:20px;
}
.add_newitem img.add_img_com{
    margin:60px auto 0;
    display:block;
    width:100%;
}
.push_count{
    display:flex;
    height:720px;
    box-sizing: border-box;
    margin-top:90px;
    color:#fff;
    overflow: hidden;
}
.push_count li{
    height:720px;
    width:20%;
    padding:50px 30px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.push_count li:nth-of-type(1){
    background:#66BF3A;
}
.push_count li:nth-of-type(2){
    background:#FFA114;
}
.push_count li:nth-of-type(3){
    background:#753DF4;
}
.push_count li:nth-of-type(4){
    background:#33CCCC;
}
.push_count li h3{
    font-size:28px;
    text-align:center;
}
.push_count li p{
    font-size:20px;
    text-align:left;
    height:104px;
    margin-top:30px;
}
.push_count li a.learn_more{
    font-size:20px;
    color:#fff;
    display:block;
    visibility:hidden;
    height:80px;
    text-align: center;
}
.push_count li img{
    width:180px;
    height:180px;
    display:block;
    margin:90px auto 0;
}
.push_count li span{
    display:block;
    width:50px;
    height:6px;
    background:rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    margin:20px auto 0;
}
.push_count li.active_list{
    height:720px;
    width:40%;
    padding:50px 30px;
    box-sizing: border-box;
}
.push_count li.active_list h3{
    font-size:36px;
}
.push_count li.active_list p{
    text-align:center;
}
.push_count li.active_list img{
    width:230px;
    height:250px;
    display:block;
    margin:40px auto 0;
}
.push_count li.active_list a.learn_more{
    visibility:visible;
}
.push_count li.active_list span{
    width:62px;
    height:8px;
    background:rgba(255, 255, 255, 0.9);
    border-radius: 4px;
}
.newpart_break{
    background: #FF2045;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png), url(/Shared/images/homev1/indexv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    padding-bottom: 120px;
    padding-top: 60px;
    position: relative;
    color:#fff;
    margin-top:30px;
}
.newpart_break p{
    margin-top:20px;
}
.newpart_break .newpart_imgcenter{
    height:810px;
    background:url('/Shared/images/homev1/indexv1/center_part.png') no-repeat 370px center;
    background-size:contain;
    margin-top:60px;
    position:relative;
}
.newpart_break .newpart_imgcenter .first_img{
    position:absolute;
    top:0px;
    left:30px;
    width:700px;
}
.newpart_break .newpart_imgcenter .first_img a{
    position:absolute;
    bottom:70px;
    color:#fff;
    font-size:18px;
}
.newpart_break .newpart_imgcenter .first_img a.wuhuastudy{
    left:52px;
}
.newpart_break .newpart_imgcenter .first_img a.gamesstudy{
    left:200px;
}
.newpart_break .newpart_imgcenter .sec_img{
    position:absolute;
    top:130px;
    right:-30px;
    width:490px;
}
.newpart_break .newpart_imgcenter .thr_img{
    position:absolute;
    top: 280px;
    left: -20px;
    width:700px;
}
.newpart_break .newpart_imgcenter .fou_img{
    position:absolute;
    top:420px;
    right:-30px;
    width:490px;
}
.newpart_break .newpart_imgcenter .fiv_img{
    position:absolute;
    top:600px;
    left:30px;
    width:700px;
}
.newpart_break .newpart_imgcenter .first_img img{
    width:700px;
}
.personalized_service{
    background: #1268CD;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png), url(/Shared/images/homev1/indexv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative;
    color:#fff;
    margin-top:30px;
    margin-top:60px;
    margin-bottom:60px;
}
.personalized_service p.detailtext{
    margin-top:20px;
}
.personalized_service ul.service_list{
    display:flex;
    justify-content: space-between;
    margin-top:60px;
}
.personalized_service ul.service_list li{
    display:flex;
    justify-content: space-between;
    align-items: center;
    text-align:left;
}
.personalized_service ul.service_list li .item_left{
    width:60px;
    height:fit-content;
    margin-right:15px;
}
.personalized_service ul.service_list li .item_left img{
    width:60px;

}
.personalized_service ul.service_list li:nth-of-type(2) .item_left{
    width:51px;
}
.personalized_service ul.service_list li:nth-of-type(2) .item_left img{
    width:51px;
}
.personalized_service ul.service_list li .item_right{
    color:#fff;
    font-size:14px;
}
.personalized_service ul.service_list li .item_right h3{
    font-size:28px;
}