﻿/*字体共用样式*/
@font-face {
    font-family: SYHT;
    src: url("../../../Main/PC/font/SYHT.eot"); /* IE9 */
    src: url("../../../Main/PC/font/SYHT.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../../Main/PC/font/SYHT.TTF") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("../../../Main/PC/font/SYHT.svg#XMLT") format("svg"); /* iOS 4.1- */
}

/*字体类名*/
.syht {
    font-family: SYHT;
}

/* 视频 */
#cboxClose {
    background: url('../Main/Icon/close.png') no-repeat !important;
}
/* 视频 */

.box-In-Padding {
    position: relative;
    width: 1204px;
    margin: auto;
}

.webIndex_pathBox {
    margin: auto;
}

/*顶部栏*/
.webIndex_topDivBox {
    position: fixed;
    width: 100%;
    height: 52px;
    background: #fff;
    opacity: 0.95;
    margin: auto;
    z-index: 999999;
}

.webIndex_topDivBox .topLogo {
    float: left;
    width: 96px;
    height: 96px;
}

.webIndex_topDivBox .downloadBtn {
    position: relative;
    float: right;
    width: 146px;
    height: 32px;
    border-radius: 25px;
    background: #ca669b;
    margin: 10px;
    cursor: pointer;
}

.webIndex_topDivBox .downloadBtn>img {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    line-height: 32px;
    vertical-align: sub;
}

.webIndex_topDivBox .downloadBtn>span {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.webIndex_topDivBox .downloadBtn .QRCode {
    display: none;
    position: absolute;
    top: 52px;
    width: 146px;
    height: 146px;
}

.webIndex_topDivBox .downloadBtn:hover .QRCode {
    display: block;
}

.webIndex_topDivBox .phone {
    float: right;
    margin: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #2c2c2c;
}
/*顶部栏end*/

/*第一部分*/
.HXBPartOne {
    position: relative;
    width: 1680px;
    height: 1000px;
    background: url("../../../Main/PC/part1/bg.png") no-repeat center center /cover;
    padding-top: 52px;
    margin: auto;
}

.HXBPartOne>.box-In-Padding>h1 {
    padding-top: 143px;
    margin-bottom: 34px;
    font-size: 88px;
    font-weight: bold;
    color: #fff;
    line-height: 88px;
    text-align: left;
    text-shadow: 0 0 2px #9a5183;
}

.HXBPartOne>.box-In-Padding>h2 {
    margin-bottom: 38px;
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    text-align: left;
    text-shadow: 0 0 2px #9a5183;
}

.HXBPartOne>.box-In-Padding>p {
    margin-bottom: 319px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    letter-spacing: 5px;
    text-align: left;
    text-shadow: 0 0 2px #9a5183;
}

.HXBPartOne .downloadBtnList .downloadBtn {
    position: relative;
    float: left;
    width: 240px;
    height: 66px;
    border-radius: 40px;
    background: #6a3c6a;
    margin-right: 60px;
}

.HXBPartOne .downloadBtnList .downloadBtn>img {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    margin-right: 10px;
    line-height: 66px;
    vertical-align: sub;
}

.HXBPartOne .downloadBtnList .downloadBtn>span {
    font-size: 26px;
    color: #fff;
    line-height: 66px;
}

.HXBPartOne .downloadBtnList .downloadBtn .QRCode {
    position: absolute;
    top: -253px;
    width: 240px;
    height: 240px;
}

.HXBPartOne .phoneBox {
    position: absolute;
    top: 57px;
    right: -18px;
    width: 397px;
    height: 777px;
    background: url("../../../Main/PC/part1/phone.png") no-repeat center center /cover;
}

.HXBPartOne .phoneBox>img {
    display: none;
    position: absolute;
    top: 151px;
    left: 64px;
    width: 320px;
    height: 566px;
}
/*第一部分end*/

.HXBIntro {
    margin: -100px auto 0;
    padding: 200px 0;
    width: 1680px;
    background: #f7f4f8;
}

.HXBIntro>.box-In-Padding>h1 {
    margin-bottom: 41px;
    font-size: 56px;
    color: #2c2c2c;
    line-height: 86px;
    text-align: center;
}

.HXBIntro>.box-In-Padding>p {
    font-size: 24px;
    color: #545454;
    line-height: 40px;
    text-align: center;
}

/*第二部分*/
.HXBPartTwo {
    position: relative;
    width: 1680px;
    height: 1884px;
    background: url("../../../Main/PC/part2/bg.png") no-repeat center center /cover;
    margin: -100px auto 0;
}

.HXBPartTwo>.box-In-Padding>h1 {
    padding-top: 235px;
    margin-bottom: 41px;
    font-size: 56px;
    color: #2c2c2c;
    line-height: 86px;
    text-align: center;
}

.HXBPartTwo>.box-In-Padding>p {
    margin-bottom: 106px;
    font-size: 24px;
    color: #545454;
    line-height: 40px;
    text-align: center;
}

.HXBPartTwo>.box-In-Padding>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.HXBPartTwo>.box-In-Padding>ul>li {
    width: 360px;
    height: 506px;
    margin: -26px -25px -25px;
    color: #2c2c2c;
}
.HXBPartTwo>.box-In-Padding>ul>li:hover {
    color: #fff;
    cursor: pointer;
}

.HXBPartTwo>.box-In-Padding>ul>li>h2 {
    padding-top: 191px;
    margin: 0 49px;
    margin-bottom: 37px;
    font-size: 40px;
    line-height: 40px;
    color: #1b1b1b;
}

.HXBPartTwo>.box-In-Padding>ul>li>p {
    margin: 0 49px;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    color: #1b1b1b;
}

.partTwoItemOne {background: url("../../../Main/PC/part2/img1.png") no-repeat center center /cover;}
.partTwoItemOne:hover {background: url("../../../Main/PC/part2/img1Hover.png") no-repeat center center /cover;}

.partTwoItemTwo {background: url("../../../Main/PC/part2/img2.png") no-repeat center center /cover;}
.partTwoItemTwo:hover {background: url("../../../Main/PC/part2/img2Hover.png") no-repeat center center /cover;}

.partTwoItemThree {background: url("../../../Main/PC/part2/img3.png") no-repeat center center /cover;}
.partTwoItemThree:hover {background: url("../../../Main/PC/part2/img3Hover.png") no-repeat center center /cover;}

.partTwoItemFour {background: url("../../../Main/PC/part2/img4.png") no-repeat center center /cover;}
.partTwoItemFour:hover {background: url("../../../Main/PC/part2/img4Hover.png") no-repeat center center /cover;}

.partTwoItemFive {background: url("../../../Main/PC/part2/img5.png") no-repeat center center /cover;}
.partTwoItemFive:hover {background: url("../../../Main/PC/part2/img5Hover.png") no-repeat center center /cover;}

.partTwoItemSix {background: url("../../../Main/PC/part2/img6.png") no-repeat center center /cover;}
.partTwoItemSix:hover {background: url("../../../Main/PC/part2/img6Hover.png") no-repeat center center /cover;}
/*第二部分end*/

/*第三部分*/
.HXBPartThree {
    position: relative;
    width: 1680px;
    height: 1470px;
    background: url("../../../Main/PC/part3/bg.png") no-repeat center center /cover;
    margin: auto;
}

.HXBPartThree>.box-In-Padding>h1 {
    padding-top: 150px;
    margin-bottom: 41px;
    font-size: 56px;
    color: #2c2c2c;
    line-height: 86px;
    text-align: center;
}

.HXBPartThree>.box-In-Padding>p {
    margin-bottom: 142px;
    font-size: 24px;
    color: #545454;
    line-height: 40px;
    text-align: center;
}

.HXBPartThree>.box-In-Padding>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.HXBPartThree>.box-In-Padding>ul>li {
    position: relative;
    width: 308px;
    height: 310px;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 #dddcdd;
}

.HXBPartThree>.box-In-Padding>ul>li>.videoImgBox {
    position: relative;
    width: 308px;
    margin: 0 auto 18px;
}

.HXBPartThree>.box-In-Padding>ul>li>.videoImgBox .videoImgMask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}
.HXBPartThree>.box-In-Padding>ul>li>.videoImgBox:hover .videoImgMask {
    display: block;
}

.HXBPartThree>.box-In-Padding>ul>li>.videoImgBox .videoImgMask>i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34px;
    height: 42px;
    background: url("../../../Main/PC/part3/play.png") no-repeat center center /cover;
    margin: auto;
    cursor: pointer;
}

.HXBPartThree>.box-In-Padding>ul>li>h2 {
    font-size: 22px;
    color: #2c2c2c;
    line-height: 28px;
}

.HXBPartThree>.box-In-Padding>ul>li>p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 16px;
}

#partThreeVideoDetail {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       z-index: 10;
}

#partThreeVideoDetail .videoDetailBgMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

#partThreeVideoDetail .videoDetailContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 888px;
    height: 212px;
    background-color: #fff;
    padding: 34px 0;
    margin: auto;
}

#partThreeVideoDetail .videoDetailImgBox {
    float: left;
    position: relative;
    width: 308px;
    margin-left: 70px;
}

#partThreeVideoDetail .videoDetailImgBox .videoDetailImgMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#partThreeVideoDetail .videoDetailImgBox .videoDetailImgMask>i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34px;
    height: 42px;
    background: url("../../../Main/PC/part3/play.png") no-repeat center center /cover;
    margin: auto;
}

#partThreeVideoDetail .videoDetailMsg {
    position: relative;
    height: 100%;
    float: left;
    margin-left: 30px;
}

#partThreeVideoDetail .videoDetailMsg>h2 {
    margin-bottom: 24px;
    font-size: 28px;
    color: #2c2c2c;
    line-height: 28px;
}

#partThreeVideoDetail .videoDetailMsg>p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 20px;
}

#partThreeVideoDetail .videoDetailMsg>p+p {
    margin-bottom: 34px;
}

#partThreeVideoDetail .videoDetailMsg .downloadBtnList {
    position: absolute;
    bottom: 0;
    width: 410px;
    height: 50px;
}

#partThreeVideoDetail .videoDetailMsg .downloadBtnList .downloadBtn {
    position: relative;
    float: left;
    width: 192px;
    height: 50px;
    border-radius: 40px;
    background-color: #7b4273;
    margin-right: 26px;
    cursor: pointer;
}

#partThreeVideoDetail .videoDetailMsg .downloadBtnList .downloadBtn:last-child {
    margin-right: 0;
}

#partThreeVideoDetail .videoDetailMsg .downloadBtnList .downloadBtn>img {
    width: 26px;
    height: 26px;
    margin-left: 26px;
    margin-right: 6px;
    line-height: 50px;
    vertical-align: sub;
}

#partThreeVideoDetail .videoDetailMsg .downloadBtnList .downloadBtn>span {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

#partThreeVideoDetail .videoDetailMsg .downloadBtnList .downloadBtn .QRCode {
    display: none;
    position: absolute;
    top: 60px;
    width: 192px;
    height: 192px;
}

#partThreeVideoDetail .videoDetailMsg .downloadBtnList .downloadBtn:hover .QRCode {
    display: block;
}
/*第三部分end*/

/*第四部分*/
.HXBPartFour {
    position: relative;
    width: 1680px;
    height: 1228px;
    background: url("../../../Main/PC/part4/bg.png") no-repeat center center /cover;
    margin: -100px auto 0;
}

.HXBPartFour>.box-In-Padding>h1 {
    padding-top: 250px;
    margin-bottom: 41px;
    font-size: 56px;
    color: #fff;
    line-height: 86px;
    text-align: center;
}

.HXBPartFour>.box-In-Padding>p {
    margin-bottom: 124px;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.HXBPartFour>.box-In-Padding>ul {
    display: flex;
    justify-content: space-between;
}

.HXBPartFour>.box-In-Padding>ul>li {
    position: relative;
    width: 400px;
    /*height: 310px;*/
    /*border-radius: 20px;*/
    /*background: #fff;*/
    /*padding: 20px;*/
    margin: -25px -26px;
}

.HXBPartFour>.box-In-Padding>ul>li .imgBox {
    position: absolute;
    top: 45px;
    left: 46px;
    width: 308px;
}

.HXBPartFour>.box-In-Padding>ul>li .imgBox .imgMask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 308px;
}

.HXBPartFour>.box-In-Padding>ul>li .imgBox:hover .imgMask {
    display: block;
}
/*第四部分*/


/* 第五部分 */
.HXBPartFive {
    width: 1680px;
    height: 1250px;
    background: url(../../../Main/PC/part5/HXBPartFiveBg.png) no-repeat;
    margin: -100px auto 0;
}

.HXBPartFiveLeft {
    float: left;
    vertical-align: top;
    margin-top: 540px;
    width: 513px;
}

.HXBPartFive .HXBPartFiveLeft h1 {
    margin-bottom: 59px;
    font-size: 56px;
    color: #2c2c2c;
    line-height: 90px
}

.HXBPartFive .HXBPartFiveLeft p {
    font-size: 24px;
    color: #545454;
    line-height: 40px;
}

.HXBPartFiveRight {
    float: right;
    position: relative;
    margin-right: 0px;
    margin-top: 385px;
    width: 397px;
    height: 777px;
    background: url(../../../Main/PC/part5/HXBPartFivePhone.png) no-repeat center center /cover;
}

.HXBPartFiveRight .HXBPartFiveRightImg {
    display: none;
    position: absolute;
    width: 320px;
    left: 140px;
    top: 164px;
    height: 566px;
}
/* 第五部分 */
/* 第六部分 */
.HXBPartSix {
    width: 1680px;
    height: 1000px;
    background: url(../../../Main/PC/part6/HXBPartSixBg.jpg) no-repeat;
    
}

.HXBPartSixLeft {
    float: left;
    position: relative;
    margin-left: 0px;
    margin-top: 143px;
    width: 397px;
    height: 777px;
    background: url(../../../Main/PC/part6/HXBPartSixPhone.png) no-repeat center center /cover;
}

.HXBPartSixLeft .HXBPartSixLeftImg {
    display: none;
    position: absolute;
    width: 320px;
    left: 140px;
    top: 164px;
    height: 566px;
}

.HXBPartSixRight {
    float: right;
    vertical-align: top;
    margin-top: 350px;
    width: 529px;
}

.HXBPartSix .HXBPartSixRight h1 {
    margin-bottom: 59px;
    font-size: 56px;
    color: #2c2c2c;
    text-align: right;
    line-height: 90px;
}

.HXBPartSix .HXBPartSixRight p {
    font-size: 24px;
    color: #545454;
    line-height: 40px;
}
/* 第六部分 */
/* 第七部分 */
.HXBPartSeven {
    width: 1680px;
    height: 1000px;
    background: url(../../../Main/PC/part7/HXBPartSevenBg.jpg) no-repeat;
}

.HXBPartSevenLeft {
    float: left;
    vertical-align: top;
    margin-top: 300px;
    width: 529px;
}

.HXBPartSeven .HXBPartSevenLeft h1 {
    margin-bottom: 59px;
    font-size: 56px;
    color: #ffffff;
    line-height: 90px;
}

.HXBPartSeven .HXBPartSevenLeft p {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
}

.HXBPartSevenRight {
    float: right;
    position: relative;
    margin-right: 0px;
    margin-top: 162px;
    width: 397px;
    height: 777px;
    background: url(../../../Main/PC/part7/HXBPartSevenPhone.png) no-repeat center center /cover;
}

.HXBPartSevenRight .HXBPartSevenRightImg {
    display: none;
    position: absolute;
    width: 320px;
    left: 141px;
    top: 163px;
    height: 566px;
}
/* 第七部分 */
/* 第八部分 */
.HXBPartEight {
    width: 1680px;
    height: 1426px;
    background: url(../../../Main/PC/part8/HXBPartEightBg.jpg) no-repeat;
}

.HXBPartEightTitle {
    padding-top: 130px;
    margin-bottom: 90px;
    text-align: center;
}

.HXBPartEightTitle h1 {
    margin-bottom: 59px;
    font-size: 56px;
    color: #2c2c2c;
}

.HXBPartEightTitle p {
    font-size: 24px;
    color: #545454;
}

.HXBPartEightWord {
    margin-bottom: 36px;
    min-width: 1204px;
    height: 100px;
}

.HXBPartEightWord li {
    float: left;
    text-align: center;
    border-right: 1px solid #0b0b0b;
}

.HXBPartEightWord li:nth-child(1) {
    width: 301px;
    height: 100px;
    text-align: left;
}

.HXBPartEightWord li:nth-child(1) h1 {
    /*text-align: center;*/
    text-indent: 56px;
}

.HXBPartEightWord li:nth-child(2) {
    width: 341px;
    height: 100px;
}

.HXBPartEightWord li:nth-child(3) {
    width: 293px;
    height: 100px;
}

.HXBPartEightWord li:nth-child(4) {
    width: 266px;
    height: 100px;
    border-right: none;
    text-align: right;
}

.HXBPartEightWord li h1 {
    margin-top: 6px;
    font-size: 40px;
    color: #2c2c2c;
}

.HXBPartEightWord li p {
    font-size: 24px;
    color: #545454;
}

.HXBPartEightVideo {
    /* position: relative; */
    width: 1200px;
    height: 680px;
    background: url(../../../Main/PC/part8/HXBPartEightPhone.png) no-repeat;
}

.HXBPartEightVideoBox {
    margin-left: -394px;
    position: relative;
    left: 50%;
    top: 123px;
    width: 764px;
    height: 432px;
    background: url(../../../Main/PC/part8/HXBPartEightVideoBoxBg.jpg) no-repeat;
}

.HXBPartEightVideoMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 764px;
    height: 432px;
    background: rgba(0, 0, 0, 0.5);
}

.HXBPartEightVideoMask a {
    display: block;
    margin-left: -34px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
}
/* 第八部分 */
/* 第九部分 */
.HXBPartNine {
    margin-top: -127px;
    width: 1680px;
    height: 962px;
    background: url(../../../Main/PC/part9/HXBPartnineBg.png) no-repeat;
}

.HXBPartNineTitle {
    padding-top: 108px;
    margin-bottom: 50px;
    text-align: center;
}

.HXBPartNineTitle h1 {
    margin-bottom: 18px;
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    line-height: 56px;
}

.HXBPartNineTitle h1 > span {
    font-size: 80px;
    font-weight: bold;
}

.HXBPartNineTitle p {
    margin-bottom: 26px;
    font-size: 46px;
    color: #fff;
}

.HXBPartNineTitle p > span {
    color: #f8bd60;
    font-size: 60px;
    font-weight: bold;
}

.HXBPartNineTitle .HXBPartNineButtom {
    display: block;
    margin: auto;
    width: 240px;
    height: 66px;
    border-radius: 40px;
    background: #6b3c6b;
    line-height: 66px;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.HXBPartNineCode {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 538px;
    height: 328px;
}

.NineiosCodeBox {
    /*margin-right: 53px;*/
    /*display: inline-block;*/
}

.NineiosCode,
.NineandCode {
    margin-bottom: 22px;
    width: 240px;
    height: 240px;
}

.NineiosButtom,
.NineandButtom {
    width: 240px;
    height: 66px;
    background: #fff;
    border-radius: 32px;
}

.NineiosButtom i,
.NineandButtom i {
    display: inline-block;
}

.NineiosButtom i img,
.NineandButtom i img {
    margin-top: -14px;
    margin-left: 27px;
    margin-right: 9px;
    width: 34px;
    height: 34px;
}

.NineiosButtom p,
.NineandButtom p {
    display: inline-block;
    font-size: 26px;
    color: #7b437b;
    line-height: 66px;
}

.NineandCodeBox {
    display: inline-block;
}
/* 第九部分 */
/*CGWang专业课程*/
.cgwCourse {
    width: 1680px;
    height: 916px;
    background: url("../../../Main/PC/cgwCourse/bg.jpg") no-repeat center center/cover;
    margin: auto;
}

.cgwCourseTitle h1 {
    width: 100%;
    padding-top: 150px;
    margin-bottom: 68px;
    font-size: 56px;
    color: #2c2c2c;
    line-height: 56px;
    text-align: center;
}

.cgwCourseContainer {
    margin: 0 292px;
}

.cgwCourseIconBox {
    width: 100%;
}

.cgwCourseIconBox>a {
    float: left;
    display: block;
    width: 120px;
	height: 160px;
    margin-right: 42px;
    margin-bottom: 32px;
}

.cgwCourseIconBox>a:last-child {
    margin-right: 0;
}

/*.cgwCourseIconBox>a>img {
    margin-bottom: 16px;
}

.cgwCourseIconBox>a>p {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    text-align: center;
}*/
/*CGWang专业课程 end*/

.footerBox {
    margin: auto;
    padding: 30px 0;
    width: 1680px;
    background: #000;
}

.footerBox>.box-In-Padding>p {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.footerBox>.box-In-Padding>p>a {
    color: #fff;
}

.footerBox>.box-In-Padding>p>a:hover {
    color: #ffcccc;
}