*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
ul{
    list-style: none;
}
header{
    margin-top: -4px;
}
header img{
    width: 100%;
}
div.htit{
    width: 100%;
    height: 122px;
    background: url("../images/titbg.jpg")no-repeat center;
    text-align: center;
    font-size: 1.5em;
    color: #333333;
    line-height: 122px;
}
div.htit h1,.title_h1{
    padding-top: 40px;
    font-weight: bold;
}
.htit b {
    color: #9765d5;
}
div.htit span,.title_span {
    width: 120px;
    height: 5px;
    border-radius: 5px;
    background: #9765d5;
    display: block;
    margin: 0 auto 1em auto;
}
div.ptit{
    width: 1200px;
    background: url(../images/title_bj.png)no-repeat center;
    background-size: 100% 100%;
    margin: 20px auto;
    overflow: hidden;
    padding: 30px;
}
div.ptit img{
    width: 100%;
}
div.ptit p{
    font-size: 1.3em;
    line-height: 2em;
    text-align: left;
    padding: 1.5em 0 0 0;
    text-indent: 35px;
}
div.ptit p span{
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}
.xz,.xx{
    width: 1200px!important;
    margin: 10px auto;
    overflow:hidden ;
}
.xz h2{
    display: block;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
}
.xz h2 span{
    font-size: 1.2em!important;
}
.xz img{
    margin: 0.5em auto;
    display: block;
}
.xz p{
    font-size: 16px;
    padding: 10px 50px;
}
.xz .col-xs-4:nth-child(1) h2{
    background: linear-gradient(to right,#d44da3,#f07256);
}
.xz .col-xs-4:nth-child(2) h2{
    background: linear-gradient(to right,#b06ef8,#f257ed);
}
.xz .col-xs-4:nth-child(3) h2{
    background: linear-gradient(to right,#695ffc,#aa58ef);
}
div.swt{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1em 0 2em 0;
}
@keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#fd1654);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}

@-moz-keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}

@-webkit-keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}

@-o-keyframes changes {
    0%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
    50%{
        background: linear-gradient(to right,#EE4474,#8545cc);
    }
    100%{
        background: linear-gradient(to right,#8545cc,#EE4474);
    }
}


div.swt a{
    display: inline-block;
    width: 400px;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(to right,#8545cc,#fd1654);
    border-radius: 33px;
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    animation: changes 2s ease infinite;
    -moz-animation:  changes 2s ease infinite;
    -o-animation:  changes 2s ease infinite;
    -webkit-animation:  changes 2s ease infinite;
}
.Btn1{
    width: 80%;
    border-radius: 1em;
    padding: 0.3em 0;
    background: #9765d5;
    font-size: 18px;
    display: inline-block;
    margin: 1em 0;
    color: white;
    transition: all 1s;
}
.Btn1:hover{
    color: #FFB588;
    text-decoration: none;
}
.xx .col-xs-3{
    width: 23%;
    margin: 1%;
    padding: 0;
    border: 2px solid #cdcdcd;
    box-shadow: 1px 1px 1px #e4e4e4;
    border-radius: 1em;
}
.xx img{
    width: 60%;
    padding:0.5em 0 ;
}
.xx p{
    color: #878787;
    font-size: 18px;
}
div.h2tit{
    width: 100%;
    text-align: center;
}
div.s3{
    width: 1300px;
    height: auto;
    margin:30px auto;
    overflow: hidden;
}
div.s3 ul{
    list-style: none;
}
div.s3 img{
    width: 98%;
}
div.s3 ul li{
    width: 16.1%;
    margin-top: 1em;
    float: left;
    height: auto;
    margin-right: 0.5%;
}
.lf_span {
    position: absolute;
    margin-top: -36px;
    margin-left: -45px;
}
div.s3 ul li div.lf{
    height: 0;
    border-top:40px solid #9765d5;
    border-left:25px solid transparent;
    border-right:25px solid transparent;
    width: 145px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    position: absolute;
    margin-top: -20px;
    margin-left: 44px;
}

div.s3 ul li div.rt{
    background: #eceefc;
    width: 92%;
    padding: 30px 10px 10px;
    height: 470px;
}
div.itemlist{
    width: 1200px;
    margin: auto;
    padding-bottom: 1.5em;
}
.sx{
    width: 100%!important;
    background: url("../images/msbg.jpg")no-repeat center;
    overflow: hidden;
    background-size: 100% 100%;
    padding: 50px 0;
}
.sx .title_h1{
    color: white;
}
.sx .title_span{
    background: white;
}
.sx .col-xs-4{
    width: 32%;
    margin: 0.5%;
    padding: 0;
}
.sx_p{
    background: url("../images/sx_img.png")no-repeat center;
    color: white;
    background-size: 100% 100%;
    font-size: 18px;
    padding: 0.5em 0;
    text-align: center;
}
.mq{
    overflow: hidden;
    margin: 20px 0;
}
.mq .col-xs-4{
    overflow: hidden;
    border-radius: 0.5em;
    border: 1px dashed #983cd8;
    padding: 0;
    width: 31.3%;
    margin: 1%;
}
.mq img{
    width: 100%;
}
.mq h2{
    color: #983cd8;
    font-weight: bold;
    font-size: 24px;
    padding: 0.5em 0;
}
.mq p{
    text-align: center;
    padding: 0.5em;
    font-size: 16px;
}

div.logs{
    width: 100%;
    height: 376px;
    background: url("../images/logos.jpg")no-repeat center;
}

div.join2{
    width: 100%;height: 1088px;
    background: url("../images/msbg.jpg")no-repeat -192px 0;
    position: relative;
}

.s2_main {
    width: 1200px;
    margin: auto;

}
div.lsbox{
    width: 100%;
    position: absolute;
    top: 300px;
    left: 0;
}
.s2_main li:nth-child(1) {
    margin-left: 0;
}

.s2_main li {
    float: left;
    margin-left: 24px;
    width: 180px;
    position: relative;
}

.mubu{
    position: absolute;
    width: 100%;
    height: 165px;
    bottom: 4px;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.6s linear;

}
.s2_main li:hover .mubu{
    height: 220px;
    background: rgba(0,0,0,.8);
    padding-top:2em;
}

.mubu h4{
    font-size: 1.2em;
    padding: 1em 0 0.4em 0;
}
.mubu p{
    padding: 0.5em;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.8em;
}
div.bbag{
    width: 100%;
    height: 212px;
    background: url("../images/bbg.jpg")no-repeat center;
    margin: 1.5em 0;
}

div.bmain{
    width: 1200px;
    position: relative;
    margin: auto;
}


div.bmain a{
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
    color: #fff;
    margin-left: 35px;
    border-radius: 50%;
    transition: all 0.3s linear;
}
div.bmain a:hover{
    transform: scale(1.1)

}
div.bmain a:nth-child(1){

    background: #FFC800;
    width: 160px;
    height: 160px;
    text-align: center;
    margin-top: 26px;
    box-sizing: border-box;
    padding: 50px 0;
    line-height: 30px;
}

div.bmain a:nth-child(2){
    background: #DF8300;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-top: 42px;
    box-sizing: border-box;
    padding: 40px 0;
    line-height: 24px;
}


div.bmain a:nth-child(3){
    background: #1F8CEB;
    width: 206px;
    height: 206px;
    text-align: center;
    margin-top: 8px;
    box-sizing: border-box;
    padding: 60px 0;
    line-height: 43px;
}


div.bmain a:nth-child(4){
    background: #686868;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-top: 31px;
    box-sizing: border-box;
    padding: 50px 0;
    line-height: 25px;
}


div.bmain a:nth-child(5){
    background: #DF8300;
    width: 180px;
    height: 180px;
    text-align: center;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 60px 0;
    line-height: 30px;
}


div.bmain a:nth-child(6){
    background: #4CC339;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-top: 42px;
    box-sizing: border-box;
    padding: 40px 0;
    line-height: 24px;
}

.con_teacher{margin: 30px auto;width: 1120px;padding: 0 50px;box-sizing: border-box;position: relative;}
.con_teacher ul{margin: 0 auto;padding: 0;}
.con_teacher .newpic_box li{overflow: hidden;}
.con_teacher .newpic_box img{margin: 0 auto;}
.con_teacher .newpic_box .team_pic{width: 347px;height: 416px;float: left;}
.con_teacher .newpic_box .team_pic::after{background: url(https://www.csxinhua.com/2020/rjkf/images/team_pic.png) no-repeat;width: 347px;height: 416px;content: "";position: absolute;left: 0;top: 0;z-index: 2;}
.con_teacher .newpic_box .team_pic p{width: 311px;height: 65px;position: absolute;left: 18px;top: 341px;text-align: center;line-height: 65px;color: white;font-size: 26px;margin: 0;z-index: 3;}
.con_teacher .newpic_box .team_info{float: right;height: 416px;width: 640px;box-sizing: border-box;text-align: left;overflow: hidden;}
.con_teacher .newpic_box .team_info p{font-size: 17px;line-height: 2em;color: #3b3b3b;margin: 0;}
.con_teacher .newpic_box .team_info h3{font-size: 30px;line-height: 1.6em;margin: 15px 0;color: #3b3b3b;}
.con_teacher .newpic_box .team_info h3 span{color: #ffffff;font-size: 36px;display: inline-block;border-bottom: 3px solid;line-height: 1.6em;margin: 0 0.5em 0 0;}

.con_teacher .newpic_focus{width: 412px;position: absolute;bottom: 80px;right: 164px;}
.con_teacher .newpic_focus li{float: left;width: 88px;height: 88px;}
.con_teacher .newpic_focus li span{width: 152px;height: 152px;overflow: hidden;display: block;margin: 0 8px;border: 4px solid transparent;border-radius: 5px;position: relative;}
.con_teacher .newpic_focus li::after{content: "";left: 0;top: 0;position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);}
.con_teacher .newpic_focus img{width: 100%;}
.con_teacher .newpic_focus li.active::after{background: url(https://www.csxinhua.com/2020/rjkf/images/team_ac.png)}

.con_teacher .newpic_btn{position: absolute;margin: 0;height: 160px;width: 500px;right: 120px;bottom: 44px;}
.con_teacher .newpic_btn div {outline: none;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAcBAMAAABMuvhMAAAAD1BMVEUAAABlSPhlSPhlSPhlSPidQKSeAAAABHRSTlMAofM8e9efNAAAACJJREFUCNdjgABGAShDRAEq4GQAFVCmjQCcAZeik5AC3MsALjcIg9417rQAAAAASUVORK5CYII=) center no-repeat}
.con_teacher .newpic_btn div.swiper-button-next{transform: rotate(180deg);}

/*学生作品*/
.bj2 {background: #161616;}
.zg_h2 {font: bold 40px/50px "Microsoft YaHei";color: #000;text-align: center;}
.crytab{width:100%;background-image:url(//www.csxinhua.com/zhuanye/dqui/images/bg1.jpg);background-size:cover;padding-top:50px}
.crytab .crybox{width:1300px;position:relative;margin:0 auto;height:auto;padding:50px 0 60px 0}
.crytab .crybox .crymenus{width:200px;height:auto;float:left;margin-top:110px;border-radius:10px;overflow:hidden}
.crytab .crybox .crymenus li{width:200px;font-size:20px;color:#fff;text-align:center;line-height:110px;transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;cursor:pointer;margin-top:20px}
.crytab .crybox .crymenus li:nth-child(7){border-bottom:none}
.crytab .cryright{float:left;width:1050px;height:720px;overflow:hidden;margin-left:50px;border-radius:10px}
.crytab .crytab_right{width:1050px;height:720px;color:#fff;position:relative;overflow:hidden;display: none}
.crytab .crytab_show{display: block}
.crytab .cryscroll{transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s}
.crytab{box-shadow:rgba(1,130,150,.2)0 0 30px}
.Service-item{display:block;width:200px;padding-top:15px;text-align:center;float:left;margin:0 0 0px;box-sizing:border-box;border-radius:10px;overflow:hidden}
.Service-item{-webkit-transition:all 160ms;transition:all 160ms}
.item-image{display:inline-block;height:55px;width:55px;line-height:55px;text-align:center;border:3px solid transparent;margin:0;border-radius:100%;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 160ms;transition:all 160ms;background-repeat:no-repeat;background-position:center;background-size:100%;margin-left:15px}
.item-con{width:125px;height:62px;line-height:62px;float: left}
.item-title{line-height:25px;font-size:18px;color:#ffffff;padding:0px 0 7px;font-family:pingfangsc-regular,microsoft yahei,Tahoma,sans-serif;font-weight:400}
.item-text{color:#9a9a9a;font-size:12px;line-height:17px;height:34px;overflow:hidden;font-family:pingfangsc-regular,microsoft yahei,Tahoma,sans-serif}
.Service-item+.Service-item{margin-left:50px;position:relative}
.crybg .Service-item{border-color:#dedddd;position:relative;z-index:99;text-decoration:none;border:1px solid;box-shadow:rgba(1,130,150,.9)0 0 10px;webkit-transform:translate3d(0,-3px,0);transform:translate3d(0,-3px,0)}
.crybg .Interior_design{background-image:url(//www.csxinhua.com/zhuanye/dqui/images/6c386bbf-2ad7-4a41-aa20-494a5eb28197.gif);background-size:100%;float: left}
.crybg .font_design{background-image:url(//www.csxinhua.com/zhuanye/dqui/images/f2451d2f-e6c4-41a7-9c3d-c32cbed8cba6.gif);background-size:100%;float: left}
.crybg .Ai_design{background-image:url(//www.csxinhua.com/zhuanye/dqui/images/157268803356545044.gif);background-size:100%;float: left}
.crybg .Ui_design{background-image:url(//www.csxinhua.com/zhuanye/dqui/images/60a3834a-16e3-4277-b431-c1e5f103b4fb.gif);background-size:100%;float: left}
