html, body, ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    color: #3A3937;
    overflow-x: hidden;
}

em, i, strong {
    font-style: normal;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #555;
    outline: medium none;
    text-decoration: none;
}

input, button, select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: middle;
}

textarea {
    height: auto;
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

img {
    border: 0 none;
    height: auto;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

i, b {
    font-style: normal;
    font-weight: normal;
}

a:hover {
    color: #0063A1;
}

.noLink {
    cursor: default;
}

article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
    display: block;
}

*::-moz-selection {
    background: #00479d none repeat scroll 0 0;
    color: #fff;
}

/*fffff*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearFix:before, .clearFix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.clearFix {
    zoom: 1;
}

/*images*/
.effSize img {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.effSize:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.effSize2 img {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.effSize2:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*position*/

.pos_A_A {
    margin-right: auto;
    margin-left: auto;
}

.pos_R_T {
    margin-right: 0;
    margin-top: 0;
}

.pos_L_T {
    margin-left: 0;
    margin-top: 0;
}

.pos_absolu_m {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -222.5px;
}

.pos_absolu_LT {
    position: absolute;
    left: 0;
    top: 0px;
}

.pos_absolu_RT {
    position: absolute;
    right: 0;
    top: 0px;
}

/*margin*/
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.mt10 {
    margin-top: 10px;
}
.mt5{
    margin-top: 5px;
}
.mt15 {
    margin-top: 15PX;
}

.mt20 {
    margin-top: 20px;
}

.m30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.m_b10 {
    margin-bottom: 10px;
}

.m_b15 {
    margin-bottom: 15px;
}

.m_b20 {
    margin-bottom: 20px;
}

.m_b60 {
    margin-bottom: 60px;
}

.m_b40 {
    margin-bottom: 40px;
}

.m_b50 {
    margin-bottom: 50px;
}

.pAll {
    padding: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

/*trig*/
.trig_bottom {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.8;
    border-color: #F2C218 transparent transparent transparent;
    position: absolute;
}

.trig_left {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.8;
    border-color: transparent #F2C218 transparent transparent;
    position: absolute;
}

.trig_right {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.8;
    border-color: transparent transparent transparent #F2C218;
    position: absolute;
}

.trig_top {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.99;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 20%;
    bottom: 0px;
}

/*???*/
.rotAll:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotAllA:hover a {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotX:hover img {
    transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotY:hover img {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotX180:hover img {
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotY180:hover img {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotY360:hover img {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 0.6s infinite;
    -moz-transition: 0.6s infinite;
    -ms-transition: 0.6s infinite;
    -o-transition: 0.6s infinite;
    -webkit-transition: 0.6s infinite;
}

.anim-allY img {
    -webkit-animation: rot-picy360 5s linear infinite;
    -o-animation: rot-picy360 5s linear infinite;
    animation: rot-picy360 5s linear infinite;

}

.rotAll2:hover div {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

@-webkit-keyframes rot-picy360 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);;
    }
    25% {
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    75% {
        -webkit-transform: rotateY(270deg);
        -moz-transform: rotateY(270deg);
        -ms-transform: rotateY(270deg);
        -o-transform: rotateY(270deg);
        transform: rotateY(270deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.anim-allX img {
    -webkit-animation: rot-picx360 5s linear infinite;
    -o-animation: rot-picx360 5s linear infinite;
    animation: rot-picx360 5s linear infinite;

}

@-webkit-keyframes rot-picx360 {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);;
    }
    25% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    75% {
        -webkit-transform: rotateX(270deg);
        -moz-transform: rotateX(270deg);
        -ms-transform: rotateX(270deg);
        -o-transform: rotateX(270deg);
        transform: rotateX(270deg);
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}

.anim-allXY img {
    -webkit-animation: rot-picxy360 5s linear infinite;
    -o-animation: rot-picxy360 5s linear infinite;
    animation: rot-picxy360 5s linear infinite;
}

@-webkit-keyframes rot-picxy360 {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(369deg);
        -moz-transform: rotate(369deg);
        -ms-transform: rotate(369deg);
        -o-transform: rotate(369deg);
        transform: rotate(369deg);
    }
}

/*colume 12 1 ??*/
.c1, .c2, .c3, .c4, .c7, .c8, .c9, .c10, .c11, .c12, .c6 {
    position: relative;
    float: left;
}

.c1 {
    width: 8.3333333333%;
}

.c2 {
    width: 16.6666666%;
}

.c3 {
    width: 25%;
}

.c4 {
    width: 33.3333333%;
}

.c6 {
    width: 50%;
}

.c7 {
    width: 58.33333333%;
}

.c8 {
    width: 66.6666666%;
}

.c9 {
    width: 75%;
}

.c10 {
    width: 83.33333333%;
}

.c11 {
    width: 91.66666666%;
}

.c12 {
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.container2 {
    margin-left: auto;
    margin-right: auto;
    width: 1180px;
}

.all-wrap {
    width: 100%;
    min-width: 1280px;
}

@font-face {
    font-family: yahei1;
    src: url('/SITE_RES/www_cqvcet_com/2020-04-12/font/msyh.ttc');
}

/*¹Ì¶¨±³¾°*/
.home-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg1-fix01 {
    background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/bg-map.png);
}

.bg-fileter01 {
    background-color: rgba(2, 71, 92, 0.56);
}

.bg-style {
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

.txt-ar {
    text-align: right;
}

/*page 1 one index*/
.header-bar-wrap {
    background-color: #020202;
    height: 32px;
    line-height: 32px;
}

.header-bar-main {
    font-size: 14px;
    color: #fcfcfd;
}

.header-bar-main a {
    color: #fcfcfd;
}

.hb-side {
    width: 100px;
    height: 32px;
    position: relative;
}

.hb-side i {
    display: block;
    width: 28px;
    height: 25px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-bar1.png") no-repeat;
    float: left;
    margin-top: 4px;
    position: relative;
}

.hb-side i.i1 {
    background-position: -1px -1px;
}

.hb-side i.i2 {
    background-position: -35px -1px;
}

.hb-side i.i3 {
    background-position: -72px -1px;
}


.hb-side i.i1 img,.hb-side i.i2 img{
    position: absolute;
    left:-10px;
    top:28px;
    z-index:100;
    display: none;
}
.hb-side i.i2 img{

}
.hb-side i.i1 img{

}


/*02*/
.header-logo-wrap {
    height: 130px;
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/bg-head2.png");
}

.header-logo-main {
    position: relative;
    height: 130px;
}

.header-logo {
    position: absolute;
    left: 0;
    top: 13px;
}

.header-txt {
    position: absolute;
    right: 0;
    top: 34px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/logo-txt1.png") no-repeat;
    width: 315px;
    height: 80px;
}

/*nav*/
.header-nav-wrap {
    background-color: #2b99ff;
}

.header-nav-main {
    height: 52px;
    position: relative;
}

.header-nav-main li.nav {
    width: 9%;
    float: left;
    height: 52px;
    position: relative;
}

.header-nav-main a.one {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fbfcfd;
    letter-spacing: 2px;
    position: relative;
}
.header-nav-main a.one i{

    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    height: 0;
    width: 0;
    opacity: 0.8;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right:5px;
    top:28px;
    display: none;
}
.header-nav-main a.one:hover{
    background-color: #0371D3;
}
.header-nav-main a.one:hover i{
    display: block;
}
/*2017 3-19*/
.header-nav-main li.nav ul{
    position: absolute;
    width: 100%;
    left:0;
    top: 52px;
    z-index:100;
    display: none;
}
.header-nav-main li.nav ul li{
    height: 42px;
    background-color: rgba(43,153,255, 0.96);
}
.header-nav-main li.nav ul li a{
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    display: block;
}
.header-nav-main li.nav ul li a:hover{
    background-color: rgb(26,90,152);
}
/*2017 3-19 end*/

/*04*/
.banner-wrap {
    height: 480px;
    overflow: hidden;
}

.banner-con {
    height: 480px;
    position: relative;
}

.banner-con .slides li {
    height: 480px;
    position: relative;
}
.banner-con li.bg1 {
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner01.jpg");
}
.banner-con li.bg2 {
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner02.jpg");
}
.banner-con li.bg3 {
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner03.jpg");
}
.banner-con li.bg4 {
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner04.jpg");
}
.banner-con li.bg5 {
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner05.jpg");
}

.banner-con .bann-desc {
    position: absolute;
    bottom: 0;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 80px;
    background-color: rgba(4, 4, 4, 0.51);
}

.banner-con .bann-desc .hx {
    color: #f9fafb;
    font-size: 25px;
    text-align: center;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
    letter-spacing: 2px;
    line-height: 50px;
}

.banner-btn {
    width: 1130px;
    position: absolute;
    left: 50%;
    margin-left: -565px;
    bottom: 10px;
    height: 50px;
    z-index: 100;
}

.banner-btn a {
    display: block;
    width: 25px;
    height: 50px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/bann-btn.png") no-repeat;
}

.banner-btn a.bann-prev {
    float: left;
    background-position: 0 0;
}

.banner-btn a.bann-next {
    float: right;
    background-position: -42px 0;
}

.banner-nav {
    width: 950px;
    position: absolute;
    left: 50%;
    margin-left: -475px;
    bottom: 5px;
    height: 30px;
    z-index: 100;
    text-align: center;
}

.banner-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fdfefd;
    margin-left: 4px;
    margin-right: 4px;
}

.banner-nav a.active {
    background-color: #02fd08;
}

/*nav slide 000*/
.banner-con .flex-control-nav, .banner-con .flex-control-paging {
    width: 950px;
    position: absolute;
    left: 50%;
    margin-left: -515px;
    bottom: -5px;
    height: 30px;
    z-index: 1000;
    text-align: center;
}

.banner-con .flex-control-paging li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fdfefd;
    margin-left: 4px;
    margin-right: 4px;
    overflow: hidden;
}

.banner-con .flex-control-paging li a {
    display:block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fdfefd;
    text-indent:100px;
    overflow: hidden;
}

.banner-con .flex-control-paging li a.flex-active {
    background-color: #02fd08;
}

.banner-con .flex-direction-nav {
    width: 1130px;
    position: absolute;
    left: 50%;
    margin-left: -565px;
    bottom: 10px;
    height: 50px;
    z-index: 100;
}

.banner-con .flex-direction-nav a {
    display: block;
    width: 25px;
    height: 50px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/bann-btn.png") no-repeat;
    position: absolute;
    top:0;
}

.banner-con .flex-direction-nav .flex-next {
   right:0;
   background-position: -42px 0; 
}

.banner-con .flex-direction-nav .flex-prev {
    left:0;
    background-position: 0 0;
}

/*nav slide 000 end*/

/*05 top new*/
/*tit*/
.campus-top-tit {
    height: 38px;
    position: relative;
}

.campus-top-tit.bb01 {
    border-bottom: 1px solid #dddddd;
}

.campus-top-tit .side {
    position: absolute;
    left: 0;
    bottom: 2px;
}

.campus-top-tit .more {
    position: absolute;
    right: 0;
    bottom: 2px;
}

.campus-top-tit .ch {
    font-size: 22px;
    color: #010101;
    line-height: 36px;
    letter-spacing: 2px;
    font-family: "Î¢ÈíÑÅºÚ";
}

.campus-top-tit .en {
    font-size: 18px;
    color: #707070;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
    margin-left: 15px;
}

.campus-top-tit .more i {
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-bar1.png") no-repeat -2px -34px;
    margin-right: 5px;
}

.campus-top-tit .more a {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    float: left;
}

.campus-top-wrap {
    background-color: #f9f9f9;
}

.campus-top-slide, .campus-top-slide  .slides li {
    width: 580px;
    height: 302px;
    position: relative;
    overflow: hidden;
}

.campus-top-slide li .pic img {
    width: 580px;
    height: 302px;
}

.campus-top-slide li .hx {
    width: 580px;
    height: 30px;
    background-color: rgba(1, 1, 1, 0.67);
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.campus-top-slide li .hx a {
    font-size: 14px;
    color: #fbf9f9;
    margin-left: 15px;
}

.campus-top-btn a {
    display: block;
    width: 17px;
    height: 17px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/campus-btn.png") no-repeat;
    position: absolute;
    bottom: 6px;
}

.campus-top-btn a.top-prev {
    background-position: 0 0;
    right: 100px;
}

.campus-top-btn a.top-next {
    background-position: -32px 0;
    right: 15px;
}

.campus-top-nav {
    width: 64px;
    position: absolute;
    height: 25px;
    bottom: 0;
    right: 34px;
    text-align: center;
}

.campus-top-nav a {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 505px;
    -moz-border-radius: 505px;
    border-radius: 505px;
    background-color: #00ffff;
    margin-left: 2px;
    margin-right: 2px;
}

.campus-top-nav a.active {
    background-color: #03fe09;
}

/* 3-19 slide 000*/
.campus-top-slide .flex-control-nav, .campus-top-slide .flex-control-paging {
    position: absolute;
    right: 42px;
    bottom: -6px;
}

.campus-top-slide .flex-control-paging li {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:50%;
    background-color: #00ffff;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
}

.campus-top-slide .flex-control-paging li a {
    display:block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:50%;
    background-color: #00ffff;
    overflow: hidden;
    text-indent:100px;
}

.campus-top-slide .flex-control-paging li a.flex-active {
    background-color: #03fe09;
}

.campus-top-slide .flex-direction-nav {
    display: block;
}

.campus-top-slide .flex-direction-nav a {
    display: block;
    width: 17px;
    height: 17px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/campus-btn.png") no-repeat;
    position: absolute;
    bottom: 6px;
}

.campus-top-slide .flex-direction-nav .flex-next {
    background-position: 0 0;
    right: 100px;
}

.campus-top-slide .flex-direction-nav .flex-prev {
    background-position: -32px 0;
    right: 15px;
}

/*nav slide 000 end*/

.campus-top-list {
    height: 302px;
    width: 595px;
}

.campus-top-big .hx {
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
}

.campus-top-big .hx a {
    font-size: 20px;
    color: #050505;
}

.campus-top-big .px {
    font-size: 13px;
    color: #7d7c7c;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.campus-top-li{
    padding-top: 2px;
}
.campus-top-li li {
    border-bottom: 1px dashed #c7c7c7;
    height: 26px;
    padding-bottom: 7px;
    margin-top: 7px;
}

.campus-top-li li i {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-li01.png") no-repeat center;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.campus-top-li li a {
    color: #606060;
    font-size: 16px;
    line-height: 24px;
}

.campus-top-li li span {
    float: right;
    color: #606060;
    font-size: 13px;
    padding-right: 5px;
}

.campus-top-li li a:hover {
    color: #2b99ff;
}

/*06*/
.campus-notice-side {
    width: 380px;
}

.campus-activity-side {
    width: 390px;
}

.campus-college-nav {
    width: 380px;
}

.campus-notice-con li {
    height: 44px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dddddd;
    margin-top: 10px;
}

.campus-notice-con .tm01 {
    width: 80px;
    height: 44px;
    text-align: center;
    line-height: 22px;
    margin-left: 5px;
    margin-right: 12px;
}

.campus-notice-con .d1 {
    background-color: #2b99ff;
    color: #fcfdfe;
    font-size: 16px;
    height: 22px;
}

.campus-notice-con .d2 {
    background-color: #75bcfd;
    font-size: 14px;
    color: #fcfdfe;
    height: 22px;
}

.campus-notice-con .hx {
    float: left;
    width: 283px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding-top: 4px;
}

.campus-notice-con .hx a {
    font-size: 14px;
    color: #010101;
}

.campus-activity-con li {
    height: 87px;
    margin-bottom: 27px;
    overflow: hidden;
}

.campus-activity-con li:last-child {
    margin-bottom: 0;
}

.campus-activity-con .pic, .campus-activity-con .pic img {
    width: 146px;
    height: 87px;
}

.mr10 {
    margin-right: 10px;
}

.campus-activity-con .desc {
    width: 234px;
}

.campus-activity-con .hx {
    font-size: 14px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
}

.campus-activity-con .hx a {
    color: #000000;
}

.campus-activity-con .hx a:hover {
    color: #2b99ff;
}

.campus-activity-con .px {
    font-size: 14px;
    color: #666666;
    padding-top: 4px;
    line-height: 20px;
}

.campus-college-con a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fcfefe;
    text-align: center;
    float: left;
}

.campus-college-con a.co-gs {
    background-color: #2b99ff;
    height: 54.8px;
    line-height: 54.8px;
    width: 185px;
}

.campus-college-con a.co-jm {
    height: 54.8px;
    line-height: 54.8px;
    background-color: #65b2f9;
    width: 185px;
}

.campus-college-con a.co-kj {
    background-color: #2b99ff;
    height: 54.8px;
    line-height: 54.8px;
    width: 185px;
}

.campus-college-con a.co-yy {
    height: 54.8px;
    line-height: 54.8px;
    background-color: #65b2f9;
    width: 185px;
}

.campus-college-con a.co-rw {
    background-color: #65b2f9;
    height: 54.8px;
    line-height: 54.8px;
    width: 185px;
}

.campus-college-con a.co-gw {
    height: 54.8px;
    line-height: 54.8px;
    background-color: #2b99ff;
    width: 185px;
}

.campus-college-con a.co-jx {
    background-color: #2b99ff;
    height: 54.8px;
    line-height: 54.8px;
    width: 185px;
}

.campus-college-con a.co-gq {
    background-color: #65b2f9;
    height: 54.8px;
    line-height: 54.8px;
    width: 185px;
}

.campus-college-con a.co-zs {
    background-color: #65b2f9;
    height: 119.6px;
    line-height: 119.6px;
    width: 185px;
}

.campus-college-con a.co-zs2 {
    background-color: #53ABFC;
    height: 42px;
    line-height: 42px;
    width: 185px;
}
.campus-college-con a.co-zs3 {
    background-color: #2b99ff;
    height: 42px;
    line-height: 42px;
    width: 185px;
}
.college-s1 {
    width: 185px;
    float: left;
    margin-right: 10px;
}

.college-s2 {
    width: 185px;
    float: left;
}

/*07*/
.campus-topic-wrap {
    background-color: #f9f9f9;
}

.campus-topic-con li {
    float: left;
    margin-right: 26.6px;
    width: 280px;
    text-align: center;
}

.campus-topic-con li.last {
    margin-right: 0;
}

.campus-topic-con li img {
    width: 100%;
}

.campus-topic-con .hx {
    font-size: 18px;
    line-height: 42px;
}

.campus-topic-con .hx a {
    color: #040404;
}

.campus-passageway-con li {
    width: 20%;
    float: left;
    text-align: center;
}

.campus-passageway-con .hx {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.campus-passageway-con .hx a {
    color: #707070;
}

.campus-passageway-con .hx a:hover {
    color: #2b99ff;
}

.campus-passageway-con .ico {
    width: 105px;
    height: 105px;
    background-color: #79bbf8;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.campus-passageway-con .ico a {
    display: block;
    width: 70px;
    height: 75px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-ind1.png") no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -37px;
}

.campus-passageway-con a.i1 {
    background-position: 0 0;
}

.campus-passageway-con a.i2 {
    background-position: -112px 0;
}

.campus-passageway-con a.i3 {
    background-position: -236px 0;
}

.campus-passageway-con a.i4 {
    background-position: -352px 0;
}

.campus-passageway-con a.i5 {
    background-position: -457px 0;
}

/*foot*/
.foot-wrap {
    height: 235px;
    position: relative;
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/foot-bg1.png");
}

.foot-main {
    position: relative;
    height: 235px;
}

.foot-desc {
    position: absolute;
    left: 68px;
}
.foot-logo{}
.foot-logo img{
    display: block;
    margin:0;
    padding:0;
}

.foot-er {
    position: absolute;
    right: 0px;
    top: 85px;
}
.foot-security{
    position: absolute;
    left:-20px;
    top: 115px;
}
.foot-security2{
    position: absolute;
    right:0px;
    bottom: 20px;
    text-align: center;
    color: #fff;
}
.foot-security2 a{
    color: #fff;
}

.foot-enroll{
    position: absolute;
    left: 500px;
    top: 103px;
}
.foot-er li {
    float: left;
    text-align: center;
    margin-right: 68px;
}

.foot-er li img {
    width: 110px;
    height: 110px;
    display: block;
}

.foot-er li .hx {
    color: #ffffff;
    line-height: 24px;
}

.foot-px {
}

.foot-px div,.enroll-px div {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

/*page 2 party dang*/
.banner-party-wrap {
    height: 320px;
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/bann-party.jpg");
}

.banner-party-main {
    position: relative;
}

.banner-party-desc {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    width: 318px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    background-color: rgba(43, 153, 255, .60);
    position: absolute;
    left: 0;
    top: 95px;
}

.party-recommend-first {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    font-family: "Microsoft YaHei UI", 'Î¢ÈíÑÅºÚ';
}

.party-recommend-first a {
    color: #cb1c1d;
}

.party-recommend-list {
    text-align: center;

}

.party-recommend-list a {
    margin-left: 30px;
    color: #444444;
    font-size: 14px;
    line-height: 24px;
    border-right: 1px solid #CFCECE;
    padding-right: 5px;
    margin-right: 5px;
}

.party-recommend-list a:hover {
    color: #AD1111;
}

.party-slide-side {
    width: 542px;
    height: 440px;
}

.party-news-side {
    width: 636px;
    height: 440px;
}

.party-slide-con, .party-slide-con .pic, .party-slide-con li {
    width: 542px;
    height: 336px;
    position: relative;
    overflow: hidden;
}

.party-slide-con .pic img {
    width: 542px;
    height: 336px;
}

.party-slide-con .hx {
    background-color: rgba(2, 2, 2, .34);
    width: 542px;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.party-slide-con .hx a {
    display: block;
    text-align: center;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    font-size: 16px;
}

.party-slide-nav {
    height: 10px;
    width: 542px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
}

.party-slide-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 3px;
}

.party-slide-nav a.active {
    background-color: #4ff20e;
}
/*party slide 000*/
.party-slide-con .flex-control-nav, .party-slide-con .flex-control-paging {
    height: 10px;
    width: 542px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: -40px;
}

.party-slide-con .flex-control-paging li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 3px;
}

.party-slide-con .flex-control-paging li a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: 1000px;
}

.party-slide-con .flex-control-paging li a.flex-active {
    background-color: #4ff20e;
}

.party-slide-con .flex-direction-nav {
    display: none;
}

.party-slide-con .flex-direction-nav a {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -90px;
    display: none;
}

.party-slide-con .flex-direction-nav .flex-next {
    background-position: -50px 0;
    right: 0px;
}

.party-slide-con .flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: 0px;
}

/*party slide 000 end*/

.party-slide-menu a {
    display: block;
    width: 265px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
}

.party-slide-menu .dz {
    background-color: #eba600;
}

.party-slide-menu .zt {
    background-color: #57a4dc;
}

.mt12 {
    margin-top: 12px;
}

.party-news-one {
    border: 1px solid #EAEBE9;
    padding: 8px 10px;
}

.party-news-one .tit {
    height: 26px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-party2.png") no-repeat left center;
    padding-left: 30px;
    overflow: hidden;
}

.party-news-one .tit span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #cb1c1d;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.party-news-one .hx {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}

.party-news-one .hx a {
    color: #333333;
}

.party-news-one .px {
    color: #8b8a8a;
    line-height: 24px;
    font-size: 14px;
    padding: 7px 10px 5px 5px;
}

.party-news-one .px a {
    color: #b90705;
}

.party-news-li li {
    border-bottom: 1px dotted #D2D1D1;
    height: 20px;
    position: relative;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 11px;
}

.party-news-li li i {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-li2.png") no-repeat;
    height: 10px;
    width: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.party-news-li li a {
    font-size: 16px;
    color: #333333;
}

.party-news-li li a:hover {
    color: #CB1C1D;
}

.party-news-li li span {
    float: right;
    color: #767575;
    font-size: 14px;
}

.party-ad-main img {
    display: block;
    width: 100%;
}

.party-series-side {
    width: 580px;
    margin-bottom: 35px;
}

.party-series-tit {
    padding-bottom: 4px;
    border-bottom: 4px solid #707070;
    height: 35px;
    line-height: 35px;
}

.party-series-tit i {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-party.png") no-repeat center;
    width: 8px;
    height: 35px;
    float: left;
}

.party-series-tit span {
    margin-left: 15px;
    color: #333333;
    font-size: 18px;
}

.party-series-tit a {
    float: right;
    color: #6e6e6e;
    font-size: 14px;
    padding-right: 15px;
}

.party-series-li li {
    line-height: 24px;
    padding-top: 12px;
}

.party-series-li li a {
    font-size: 16px;
    color: #333333;
}

.party-series-li li a:hover {
    color: #CB1C1D;
    text-decoration: underline;
}

.party-series-li span {
    float: right;
    font-size: 14px;
    color: #6e6e6e;
}

/*page 3 µ³Ð£Ö®´°*/
.party-window-wrap {
    background-color: #fbfbfb;
}

.party-window-menu {
    width: 260px;
}

.party-window-side {
    width: 906px;
}

.window-menu-hx {
    height: 88px;
    background-color: #005bac;
    position: relative;
}

.window-menu-hx i {
    display: block;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-party3.png") no-repeat;
    width: 50px;
    height: 48px;
    position: absolute;
    left: 25px;
    top: 15px;
}

.window-menu-hx span {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 86px;
    top: 25px;
}
.window-menu-hx a{
    color: #ffffff;
}
.window-menu li {

}

.window-menu li a {
    display: block;
    height: 69px;
    border-bottom: 1px solid #D1D7DC;
    position: relative;
    background-color: #f2f5f8;
    color: #1a1a1a;
    font-size: 16px;
}

.window-menu a i.i1 {
    display: block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #575757;
}

.window-menu a i.i2 {
    display: block;
    width: 14px;
    height: 16px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-party3.png") no-repeat;
    background-position: -160px -17px;
}

.window-menu a.active i.i2 ,.window-menu li a:hover i.i2{
    background-position: -160px -32px;
}

.window-menu a.active ,.window-menu li a:hover{
    background-color: #2b99ff;
    color: #ffffff;
}

.window-menu a.active i.i1 ,.window-menu li a:hover  i.i1{
    background-color: #fff;
}

.window-menu a i.i1 {
    left: 10px;
    top: 32px;
    position: absolute;
}

.window-menu a span {
    left: 33px;
    top: 20px;
    position: absolute;
}

.window-menu a i.i2 {
    right: 15px;
    top: 30px;
    position: absolute;
}

.part-window-tit {
    border-bottom: 1px solid #d1d7dc;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.part-window-tit .hx {
    height: 60px;
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #070707;
}

.part-window-tit .area {
    position: absolute;
    right: 0;
    height: 60px;
    color: #747474;
    font-size: 14px;
}

.part-window-tit .area a {
    color: #747474;
}

.party-window-list li {
    height: 198px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    margin-bottom: 25px;
}

.party-window-list li .pd {
    padding: 30px 25px;
}

.party-window-list .desc {
    width: 650px;
    border-right: 1px solid #2B99FF;
    height: 138px;
    padding-right: 20px;
}

.party-window-list .more {

}

.party-window-list .hx {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.party-window-list .hx a {
    color: #333333;
}

.party-window-list .hx a:hover {
    color: #005BAC;
}

.party-window-list .info {
    height: 26px;
    line-height: 26px;
    color: #686767;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.party-window-list .info span {
    margin-right: 30px;
}

.party-window-list .px {
    font-size: 14px;
    color: #686767;
    line-height: 24px;
}

.party-window-list .more a {
    display: block;
    width: 126px;
    height: 36px;
    background-color: #2b99ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    float: right;
}

.party-window-list .more {
    width: 175px;
    padding-top: 50px;
}

.party-window-list .more a i {
    display: block;
    width: 20px;
    height: 15px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-party3.png") no-repeat;
    background-position: -72px -19px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.party-window-list .more a span {
    float: left;
    line-height: 36px;
}

.party-window-page {
    text-align: left;
}

.party-window-page a, .party-window-page span {
    margin-right: 8px;
    display: inline-block;
    border: 1px solid #2b99ff;
    padding: 3px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.party-window-page a.a1 {
    background-color: #2b99ff;
    color: #ffffff;
}

.party-union-page a, .party-union-page span {
    margin-right: 8px;
    display: inline-block;
    border: 1px solid #ada800;
    padding: 3px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.party-union-page a.a1 {
    background-color: #ada800;
    color: #ffffff;
}

.party-work-page {
    text-align: center;
}

.party-work-page a, .party-work-page span {
    margin-right: 8px;
    display: inline-block;
    border: 1px solid #b80906;
    padding: 4px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #b80906;
}

.party-work-page a.a1 {
    background-color: #b80906;
    color: #ffffff;
}

/*page 4 window content01*/
.party-window-content .hx {
    color: #1a1a1a;
    font-size: 25px;
    height: 38px;
}

.party-window-content .pub-info {
    border-bottom: 1px solid #DBDBDB;
    line-height: 44px;
    color: #1a1a1a;
    font-size: 14px;
}

.party-window-content .pub-info span {
    margin-right: 40px;
}

.window-content-px {
}

.window-content-px p {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 24px;
}

.window-content-px div {
}

.window-autor {
    text-align: right;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
}

.mt70 {
    margin-top: 70px;
}

.window-con-page {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.window-con-page span {
    height: 40px;
    float: left;
    border-right: 1px solid #DBDBDB;
    width: 72px;
    padding-right: 10px;
    line-height: 40px;
    font-size: 18px;
    color: #424242;
    text-align: right;
}

.window-con-page a {
    font-size: 14px;
    color: #424242;
    margin-left: 10px;
    float: left;
    height: 40px;
    width: 350px;
    line-height: 20px;
    padding-top: 10px;
}

/*page 5 union*/
.party-union-list li {
    background-color: #fff;
    border: 1px solid #DBDBDB;
    height: 146px;
    margin-bottom: 20px;
}

.party-union-list li .pd {
    padding: 23px 20px;
}

.party-union-list .union-tm {
    height: 100px;
    background-color: #ada800;
    width: 62px;
    float: left;
    color: #ffffff;
    text-align: center;
    margin-right: 20px;
}

.party-union-list .union-tm .d1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.party-union-list .union-tm .d1 span {
    border-bottom: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

.party-union-list .union-tm .d2 {
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
}

.party-union-list .union-desc {
    width: 785px;
}

.party-union-list .hx {
    font-size: 22px;
    line-height: 30px;
}

.party-union-list .hx a {
    color: #1a1a1a;
}

.party-union-list .px {
    margin-top: 10px;
    font-size: 14px;
    color: #6a6969;
    line-height: 24px;
}

/*page 6 party work*/
.party-work-li li {
    height: 30px;
    border-bottom: 1px solid #d1d7dc;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 30px;
}

.party-work-li i {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-work1.png") no-repeat center;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
}

.party-work-li a {
    color: #1a1a1a;
    font-size: 16px;
}

.party-work-li span {
    float: right;
    color: #999999;
    font-size: 14px;
    padding-right: 10px;
}

.party-work-li a:hover {
    color: #b80906;
}

.party-work-big {
    height: 220px;
    padding-bottom: 34px;
    border-bottom: 1px solid #d1d7dc;
}

.party-work-big .pic {
    width: 336px;
    height: 220px;
}

.party-work-big .pic img {
    width: 336px;
    height: 220px;
}

.party-work-big .desc {
    width: 540px;
    height: 220px;
    position: relative;
}

.party-work-big .hx {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
}

.party-work-big .hx a {
    color: #b90805;
}

.party-work-big .tm {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.party-work-big .px {
    height: 102px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}

.party-work-big .more {
}

.party-work-big .more a {
    font-size: 14px;
    color: #b80906;
    line-height: 24px;
}

/*page 7 work content*/
.work-content-tit {
}

.work-content-tit .hx {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.work-content-tit .px {
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    height: 24px;
    border-bottom: 1px solid #d1d7dc;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 24px;
}

.work-content-tit .px span {
    margin-left: 30px;
    margin-right: 30px;
}

.work-content-px .hx {
    font-size: 18px;
    text-align: center;
    color: #981111;
}

.work-content-px .hx2 {
    font-size: 25px;
    text-align: center;
    color: #961111;
    font-weight: bold;
    line-height: 36px;
}

.work-content-author {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
}

.work-content-px p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    margin-top: 10px;
}

.work-content-page span, .work-content-page a {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px;
}

.work-content-page {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

/*page 8 leader*/
.banner-leader-wrap {
    height: 320px;
    background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/banner-leader.png);
}

.college-intro-wrap {

}

.bg1 {
    background-color: #f5efe5;
}

.college-intro-menu {
    width: 196px;
    position: relative;
}

.college-intro-con {
    width: 978px;
    background-color: #fff;
    position: relative;
}

.college-intro-tit {
    height: 52px;
    background-color: #2b99ff;
    position: absolute;
    top: -72px;
    width: 196px;
    left: 0;
    padding: 10px 0;
}

.college-intro-tit .ch-big {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-bottom: 4px;
}

.college-intro-tit .ch-big span {
    padding-bottom: 3px;
    border-bottom: 1px solid #ffffff;
    letter-spacing: 2px;
}
.college-intro-tit span a{
    color: #ffffff;
}
.college-intro-tit .en-small {
    text-align: center;
    font-size: 14px;
    color: #f5efe5;
    font-family: "Î¢ÈíÑÅºÚ Light";
}

.college-intro-area {
    position: absolute;
    height: 42px;
    line-height: 42px;
    left: 0;
    top: -42px;
    font-size: 14px;
    color: #ffffff;
}

.college-intro-area a {
    color: #ffffff;
}

.co-intro-menu li {
    height: 48px;
}

.co-intro-menu li a {
    display: block;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
    color: #585858;
    font-size: 16px;
    letter-spacing: 1px;
}

.co-intro-menu li a span {
    display: block;
    height: 47px;
    border-bottom: 1px solid #e2e3e3;
}

.co-intro-menu li a.active ,.co-intro-menu li a:hover{
    background-color: #0371d2;
    color: #ffffff;
}

.co-intro-menu li a.active span ,.co-intro-menu li a:hover span{
    border-bottom: 1px solid #0371d2;
}

.leader-intro-con {

}

.leader-intro-con.pd01 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.leader-intro-con.pd02 {
    padding: 15px;
}

.college-intro-hx {
    border-bottom: 1px solid #d9d9d9;
    height: 38px;
    line-height: 38px;
}

.college-intro-hx span {
    display: inline-block;
    height: 38px;
    font-size: 25px;
    color: #333333;
    border-bottom: 1px solid #f50c33;
}

.leader-intro-list {
}

.leader-intro-list li {
    min-height: 240px;
    overflow: hidden;
    margin-top: 20px;
}

.leader-intro-list .pic {
    width: 180px;
    height: 240px;
    float: left;
}

.leader-intro-list .pic img {
    width: 180px;
    height: 240px;
}

.leader-intro-list .desc {
    min-height: 208px;
    width: 703px;
    position: relative;
    padding: 15px 17px;
    float: left;
    border-top: 1px solid #2b99ff;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.leader-intro-list .hx {
    margin-top: 10px;
}

.leader-intro-list .hx span {
    font-size: 25px;
    color: #262626;
    line-height: 30px;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 4px;
}

.leader-intro-list .px {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.leader-intro-list .more a {
    display: block;
    width: 155px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #0064c2;
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: none;
}

/*page 9 view*/
.campus-view-list li {
    width: 280px;
    height: 220px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 9px;
    margin-top: 9px;
}

.campus-view-list li:nth-child(3n) {
    margin-right: 0;
}

.campus-view-list li img {
    width: 310px;
    height: 220px;
}

.campus-view-list li .hx {
    display: block;
    position: absolute;
    width: 281px;
    background-color: rgba(2, 2, 2, .57);
    height: 32px;
    text-align: center;
    line-height: 32px;
    bottom: 0;
    left: 0;
}

.campus-view-list li .hx a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.campus-view-page {
    text-align: center;
}

.campus-view-page a{
    background-color: #2b99ff;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
    border:1px solid #2b99ff;
}
.campus-view-page span{
    border:1px solid #2b99ff;
    background-color: #fff;
    color: #2b99ff;
    display: inline-block;
    padding: 5px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
}
/*page 10 campus about*/
.banner-leader-wrap.bg-campus {
    background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/banner-campus.jpg);
}

.campus-introduce-side2 {
}

.campus-introduce-side2 div {
    font-size: 15px;
    color: #262626;
    line-height: 28px;
    margin-top: 30px;
}

.campus-introduce-side1 .pic1, .campus-introduce-side1 .pic1 img {
    width: 388px;
    height: 500px;
}

.campus-introduce-side1 .desc01 {
    height: 500px;
    width: 495px;
    position: relative;
}

.campus-introduce-side1 .px {
    font-size: 15px;
    color: #262626;
    line-height: 28px;
}

.campus-introduce-side1 .pic02 {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/camp2.jpg") no-repeat center;
    width: 546px;
    height: 348px;
    position: absolute;
    right: -30px;
    bottom: 0;
}

/*page 11 culture*/
.campus-culture-slide {
    width: 918px;
    height: 290px;
    position: relative;
    overflow: hidden;
}

.campus-culture-slide li {
    width: 918px;
    height: 290px;
    position: relative;
}

.campus-culture-slide li img {
    width: 918px;
    height: 290px;
}

.campus-culture-slide li .hx {
    width: 918px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: rgba(2, 2, 2, .76);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
}

.culture-slide-nav {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.culture-slide-nav a {
    background-color: #ffffff;
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
}

.culture-slide-nav a.active {
    background-color: #61fe03;
}

/*culture slide 000*/
.campus-culture-slide .flex-control-nav, .campus-culture-slide .flex-control-paging {
    position: absolute;
    left: -20px;
    bottom: 0px;
}

.campus-culture-slide .flex-control-paging li {
    background-color: #ffffff;
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
}

.campus-culture-slide .flex-control-paging li a {
    background-color: #ffffff;
    display:block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 1000px;
}

.campus-culture-slide .flex-control-paging li a.flex-active {
    background-color: #61fe03;
}

.campus-culture-slide .flex-direction-nav {
    display: none;
}

.campus-culture-slide .flex-direction-nav a {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -90px;
    display: none;
}

.campus-culture-slide .flex-direction-nav .flex-next {
    background-position: -50px 0;
    right: 0px;
}

.campus-culture-slide .flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: 0px;
}

/*culture slide 000 end*/




.campus-culture-nav li {
    width: 115px;
    height: 46px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff9029;
    line-height: 46px;
    text-align: center;
    margin-left: 6px;
}
.campus-culture-nav li.active{
    background-color: #FF292C;
}
.campus-culture-nav li.last {
    margin-right: 0;
}

.campus-culture-nav li a {
    font-size: 18px;
    color: #ffffff;
    display: block;
}
.campus-culture-side{
    display: none;
}
.campus-culture-side.active{
    display: block;
}
.campus-culture-side .hx {
    font-size: 18px;
    color: #0070c0;
    font-weight: bold;
    line-height: 28px;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
}

.campus-culture-side .px {
    padding-left: 36px;
    color: #222222;
    font-size: 16px;
    line-height: 28px;
}

.campus-culture-side .px div {
    margin-bottom: 25px;
}

.campus-culture-side .px div p {
}

/*page 11 care*/
.campus-care-list {
}

.campus-care-list li {
    height: 244px;
    width: 290px;
    float: left;
    margin-bottom: 24px;
    margin-right: 24px;
}

.campus-care-list li.last, .campus-care-list li:nth-child(3n) {
    margin-right: 0;
}

.campus-care-list li .pic {
    width: 290px;
    height: 200px;
    overflow: hidden;
}

.campus-care-list li .pic img {
    width: 290px;
    height: 200px;
}

.campus-care-list li .hx {
    height: 44px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
}

.campus-care-list li .hx a {
    color: #333333;
}

.campus-care-list li .hx a:hover {
    color: #2b99ff;
}

/*page 13 rules*/

.campus-rules-tit {
    text-align: center;
    font-size: 25px;
    color: #040404;
    line-height: 25px;
}

.campus-rules-version {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.campus-rules-head {
    height: 170px;
    position: relative;
}

.campus-rules-head .tit {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-rule1.jpg") no-repeat;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    color: #ffffff;
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.campus-rules-head .px {
    font-size: 14px;
    color: #0c0c0c;
    line-height: 22px;
}

.campus-rules-head .pic {
    position: absolute;
    right: 10px;
    top: 0;
}

.campus-rules-menu {
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    height: 230px;
    margin-top: 20px;
}

.campus-rules-menu .tit {
    height: 230px;
    width: 120px;
    background-color: #fbfbfb;
    float: left;
    text-align: center;
    color: #333333;
    line-height: 230px;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
}

.campus-rules-menu .side {
    height: 210px;
    margin-top: 19px;
    float: left;
    border-right: 1px solid #E1E1E1;
    width: 166px;
    padding-left: 20px;
    padding-right: 20px;
}

.campus-rules-menu .side li {
    line-height: 32px;
}

.campus-rules-menu .side li a {
    font-size: 15px;
    color: #055fb3;
    letter-spacing: 1px;
}

.campus-rules-menu .side li a:hover {
    text-decoration: underline;
}

.campus-rules-hx {
    height: 20px;
    position: relative;
    border-bottom: 1px solid #C1BFBF;
    margin-top: 20px;
    margin-bottom: 30px;
}

.campus-rules-hx span {
    background-color: #fff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    color: #030303;
}
.campus-rules-hx a{
    background-color: #fff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    color: #030303;
}
.campus-rules-hx i {
    display: block;
    height: 40px;
    width: 12px;
    background-color: #2B99FF;
    position: absolute;
    left: 0;
    bottom: -20PX;
}

.campus-rules-hx span em {
    margin-left: 10px;
}
.campus-rules-hx a em {
    margin-left: 10px;
}
.campus-rules-px .rules-px {
    font-size: 14px;
    color: #414040;
    line-height: 26px;
}

.campus-rules-px .rules-px .tit {
    width: 80px;
    float: left;
    margin-left: 20px;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
    font-size: 15px;
}

.campus-rules-px .rules-px .px {
    /* width: 840px; */
    float: left;
}

.campus-rules-px .rules-px .px div {
    margin-bottom: 4px;
}

/*page 14 study*/
.banner-study-wrap {
    height: 320px;
    background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/banner-study.jpg);
}

.study-area-main, .study-area-main a {
    color: #333333;
    line-height: 40px;
    font-size: 14px;
}

.teach-research-menu {
    width: 258px;
}

.teach-research-con {
    width: 908px;
    background-color: #f9f9f9;
}

.teach-research-tit {
    height: 62px;
    background-color: #2b99ff;
    text-align: center;
    padding: 18px 10px;
}

.teach-research-tit .en {
    color: #ffffff;
    font-size: 27px;
    font-family: Arial;
    font-style: italic;
    line-height: 30px;
}

.teach-research-tit .ch {
    font-size: 27px;
    color: #ffffff;
}
.teach-research-tit .ch a{
    color: #ffffff;
}
.teach-research-tit .ch span {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/li-bg2.png") no-repeat center bottom;
}

.research-menu li {
    margin-top: 1px;
    height: 48px;
}

.research-menu li a {
    display: block;
    height: 48px;
    position: relative;
    background-color: #ebeced;
    line-height: 48px;
    color: #222222;
    font-size: 16px;
    padding-left: 18px;
}

.research-menu li a i {
    display: block;
    width: 14px;
    height: 16px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-party3.png") no-repeat;
    background-position: -160px -17px;
}

.research-menu a.active i ,.research-menu a:hover i{
    background-position: -160px -32px;
}

.research-menu a i {
    right: 15px;
    top: 16px;
    position: absolute;
}

.research-menu a.active ,.research-menu a:hover{
    background-color: #0371d2;
    color: #ffffff;
}

.teach-research-pd {
    padding: 20px;
}

.teach-research-hx {
    text-align: center;
    font-size: 35px;
    color: #222222;
    line-height: 40px;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ;
    letter-spacing: 2px;
}

.teach-research-list li {
    border: 1px solid #e7e6e6;
    height: 212px;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    margin-left: 12px;
}

.research-author {
    display: block;
    width: 70px;
    height: 34px;
    line-height: 22px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-study.png") no-repeat -3px -2px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    top: 43px;
    left: -12px;
    position: absolute;
}

.research-con {
    width: 540px;
    position: absolute;
    left: 66px;
    top: 43px;
}

.research-more {
    width: 235px;
    height: 110px;
    border-left: 1px solid #4e4e4e;
    position: absolute;
    left: 608px;
    top: 43px;
}

.research-more a {
    display: block;
    width: 140px;
    height: 46px;
    background-color: #0371d2;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 46px;
    margin-top: 30px;
}

.research-more .num {
    margin-left: 46px;
    margin-top: 15px;
    line-height: 24px;
}

.research-more i, .research-con i {
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-study.png");
    display: block;
    width: 24px;
    height: 24px;
    float: left;
}

.research-con i.i1 {
    background-position: -2px -48px;
}

.research-con i.i2 {
    background-position: -45px -48px;
}

.research-con i.i3 {
    background-position: -82px -48px;
}

.research-con i.i4 {
    background-position: -120px -48px;
}

.research-more i {
    background-position: -160px -48px;
}

.research-con .name1 {
    width: 70px;
    float: left;
    margin-left: 5px;
}

.research-con .con1 {
    width: 130px;
    float: left;
}

.research-con {
    color: #7d7c7c;
    font-size: 14px;
    line-height: 24px;;
}

.research-con .info-side {
    width: 50%;
    float: left;
    height: 48px;
}

.research-con .info {
    margin-top: 20px;
}

.research-con .hx, .research-con .hx a {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
}

/*page 15 care detail*/
.campus-care-hx {
    font-size: 25px;
    color: #040404;
    text-align: center;
    line-height: 25px;
    padding: 20px 0;
}

.campus-care-info {
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.campus-care-info span {
    margin-left: 30px;
    margin-right: 30px;
}

.campus-care-slide{
    width: 918px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
}
.care-slide-big {
    width: 918px;
    height: 400px;
    position: relative;
}

.care-slide-big li img {
    width: 918px;

}

.care-slide-prev, .care-slide-next {
    display: block;
    width: 113px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-btn4.png") no-repeat;
}

.care-slide-prev {
    left: 0;
    background-position: 0 0;
}

.care-slide-next {
    right: 0;
    background-position: -137px 0;
}

.care-slide-nav {
    height: 87px;
    padding: 8px;
    background-color: #f4f4f4;
}

.care-slide-nav li {
    width: 145px;
    height: 87px;
    overflow: hidden;
    float: left;
    margin-right: 6px;
}

.care-slide-nav li img {
    width: 145px;
    height: 87px;
    overflow: hidden;
}

.care-slide-nav li:last-child {
    margin-right: 0;
}

.campus-care-px p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 25px;
}

.campus-care-page {
    background-color: #efeeee;
    height: 48px;
    line-height: 48px;
}

.campus-care-page span {
    display: block;
    width: 92px;
    text-align: center;
    background-color: #dddddd;
    font-size: 16px;
    color: #484747;
}

.campus-care-page a {
    width: 345px;
    padding-left: 10px;
    padding-right: 10px;
    color: #484747;
    font-size: 14px;
}

.campus-care-focus {
    border: 1px solid #acd4fa;
    position: relative;
    padding: 15px;
    height: 100px;
}

.campus-care-focus .er {
    float: left;
    border-right: 1px dashed #adadad;
    width: 158px;
    text-align: center;
}

.campus-care-focus .er img {
    height: 100px;
}

.campus-care-focus .desc {
    width: 710px;
    float: left;
    height: 100px;
}

.campus-care-focus .hx {
    font-size: 20px;
    color: #ee1a1a;
    line-height: 20px;
    padding-top: 20px;

}

.mr15 {
    margin-right: 15px;
}

.campus-care-focus .px {
    font-size: 16px;
    color: #484747;
    line-height: 30px;
}

.campus-care-focus span {
    float: left;
}

/*page 16 org*/
.banner-department-wrap {
    height: 320px;
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner-org.png");
}

.organization-menu-side {
    width: 260px;
    position: relative;
    background-color: #005bac;
}

.organization-con-side {
    width: 910px;
    position: relative;
}

.organization-tit {
    position: absolute;
    left: 0;
    top: -75px;
    height: 75px;
    width: 260px;
    background-color: #005bac;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 2px;
}
.organization-tit a{
    color: #ffffff;
}
.organization-menu-con {
    width: 250px;
    padding-top: 25px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-org4.png") no-repeat left bottom #ffffff;
    padding-bottom: 7px;
}

.organization-menu-con li {
    height: 56px;
    border-top: 1px solid #c9c8c8;
}

.organization-menu-con li:last-child {
    border-bottom: 1px solid #c9c8c8;
}

.organization-menu-con li a {
    position: relative;
    height: 56px;
    display: block;
    line-height: 56px;
    color: #22132d;
    font-size: 16px;
}

.organization-menu-con a span {
    margin-left: 15px;
}

.organization-menu-con a i.i1 {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-org2.png") no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    margin-top: -15px;
    top: 50%;
}

.organization-menu-con a i.i2 {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-org3.png") no-repeat center;
    width: 4px;
    height: 54px;
    position: absolute;
    right: -4px;
    top: 1px;
    display: none;
}

.organization-menu-con a.active i.i2,.organization-menu-con a:hover i.i2 {
    display: block;
}

.organization-area {
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    position: absolute;
    left: 10px;
    color: #ffffff;
    top: -48px;
}

.organization-area a, .organization-area span {
    color: #ffffff;
}

.department-list li, .org-unit-list li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 283px;
    margin-top: 30px;
}

.department-list .pic, .org-unit-list .pic {
    height: 150px;
    position: relative;
}

.department-list .pic.bg1 {
    background-color: #ffc5c2;
}

.department-list .pic.bg2 {
    background-color: #aaabac;
}

.department-list .pic.bg3 {
    background-color: #fdb7b4;
}

.department-list .pic.bg4 {
    background-color: #00cccc;
}

.department-list .pic.bg5 {
    background-color: #8b848b;
}

.department-list .pic.bg6 {
    background-color: #fdb7b4;
}

.department-list i {
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-org1.png");
    width: 108px;
    height: 120px;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -54px;
    margin-top: -60px;
    position: absolute;
}

.department-list i.i1 {
    background-position: -2px 0;
}

.department-list i.i2 {
    background-position: -125px 0;
}

.department-list i.i3 {
    background-position: -225px 0;
}

.department-list i.i4 {
    background-position: -330px 0;
}

.department-list i.i5 {
    background-position: -438px 0;
}

.department-list i.i6 {
    background-position: -556px 0;
}

.department-list .hx, .department-list .hx a, .org-unit-list .hx, .org-unit-list .hx a {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.department-list .hx, .org-unit-list .hx {
    line-height: 30px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.department-list .px, .org-unit-list .px {
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    height: 110px;
}

.org-unit-list .pic {
    text-align: center;
}

.org-unit-list .pic i img {
/*    max-height: 90%;
    margin-top: 10px;*/
}

.org-unit-list .pic img {

}

/*page 18 news*/
.banner-news-wrap {
    height: 320px;
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner-news.jpg");
}

.news-center-tit {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.news-center-tit a {
    color: #020202;
}

.pb15 {
    padding-bottom: 15px;
}

.news-center-big {
    width: 790px;
}

.news-center-list {
    width: 410px;
}

.news-center-big li {
    width: 350px;
    float: left;
    height: 290px;
    margin-right: 45px;
}

.news-center-big li .pic, .news-center-big li img {
    width: 350px;
    height: 230px;
    overflow: hidden;
}

.news-center-big .hx {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.news-center-big .hx a {
    color: #333333;
}

.news-center-list .tm01 {
    height: 50px;
    float: left;
    width: 60px;
    background-color: #2b99ff;
    margin-left: 10px;
    margin-right: 10px;
}

.news-center-list li {
    margin-bottom: 30px;
}

.news-center-list li:last-child {
    margin-bottom: 0;
}

.news-center-list .d1 {
    text-align: center;
}

.news-center-list .d1 span {
    padding-bottom: 3px;
    border-bottom: 1px solid #ffffff;
    font-family: Arial;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}

.news-center-list .d2 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-family: Arial;
    font-style: italic;
    color: #ffffff;
}

.news-center-list .hx {
    float: left;
    width: 325px;
    height: 50px;
    line-height: 25px;
}

.news-center-list .hx a {
    color: #333333;
    font-size: 16px;
}

.campus-new-wrap {
    background-color: #e2f3ff;
}

.campus-new-side {
    width: 770px;
}

.campus-new-report {
    width: 410px;
}

.txt-ac {
    text-align: center;
}

.campus-new-slide {
    width: 422px;
    height: 425px;
    position: relative;
    overflow: hidden;
}

.campus-new-slide .pic {
    height: 260px;
}

.campus-new-slide .pic img {
    height: 260px;
    width: 422px;
    display: block;
}

.campus-new-slide .desc {
    background-color: #0370d1;
    padding: 15px 20px;
    height: 135px;
}

.campus-new-slide .hx {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-bottom: 10px;
}

.campus-new-slide .hx a {
    color: #ffffff;
}

.campus-new-slide .px {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.new-slide-nav {
    position: absolute;
    width: 422px;
    left: 0;
    bottom: 12px;
    text-align: center;
}

.new-slide-nav a {
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 3px;
    margin-right: 3px;
}

.new-slide-nav a.active {
    background-color: #f6e024;
}
/*nav slide 000*/
.campus-new-slide .flex-control-nav, .campus-new-slide .flex-control-paging {
    position: absolute;
    width: 422px;
    left: -40px;
    bottom: 5px;
    text-align: center;
}

.campus-new-slide .flex-control-paging li {
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 3px;
    margin-right: 3px;
}

.campus-new-slide .flex-control-paging li a {
    display:block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    text-indent: 1000px;
}

.campus-new-slide .flex-control-paging li a.flex-active {
    background-color: #f6e024;
}

.campus-new-slide .flex-direction-nav {
    display: none;
}

.campus-new-slide .flex-direction-nav a {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -90px;
    display: none;
}

.campus-new-slide .flex-direction-nav .flex-next {
    background-position: -50px 0;
    right: 0px;
}

.campus-new-slide .flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: 0px;
}

/*nav slide 000 end*/




.campus-new-list {
    width: 335px;
    margin-left: 10px;
}

.campus-new-list li {
    height: 55px;
    margin-bottom: 19px;
}

.campus-new-list li:last-child {
    margin-bottom: 0;
}

.campus-new-list .tm01 {
    height: 53px;
    width: 65px;
    background-color: #fff;
    border: 1px solid #d6d5d5;
    position: relative;
    float: left;
    margin-right: 10px;
}

.campus-new-list .trig {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-news1.png") no-repeat;
    width: 12px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -1px;
}

.campus-new-list .d1 {
    line-height: 24px;
    text-align: center;
    color: #040404;
    font-size: 14px;
    font-style: italic;
    padding-top: 4px;
}

.campus-new-list .d2 {
    color: #ffffff;
    text-align: center;
    height: 25px;
    background-color: #2b99ff;
    text-align: center;
    font-size: 16px;
}

.campus-new-list .hx {
    float: left;
    width: 255px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 22px;
}

.campus-new-list .hx a {
    color: #333333;
}

.new-report-big {
    margin-left: 10px;
}

.new-report-big .pic {
    width:400px;
}

.ml10 {
    margin-left: 10px;
}

.new-report-big .pic img {
    width: 400px;
    height: 200px;
}

.new-report-big .info {
    height: 62px;
    margin-top: 10px;
}

.new-report-big .tm01 {
    height: 60px;
    border: 1px solid #ccd531;
    width: 68px;
    float: left;
    margin-right: 10px;
}

.new-report-big .tm01 .d1 {
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    height: 30px;
}

.new-report-big .tm01 .d2 {
    height: 30px;
    background-color: #ccd531;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.new-report-big .hx {
    font-size: 20px;
    color: #020202;
    line-height: 24px;
    padding-top: 6px;
}

.new-report-big .hx a {
    color: #020202;
}

.new-report-list li {
    height: 24px;
    line-height: 24px;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
}

.new-report-list i {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ccd531;
    position: absolute;
    left: 0;
    top: 7px;
}

.new-report-list a {
    position: absolute;
    left: 20px;
    height: 24px;
    top: 0;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}

.new-report-list span {
    position: absolute;
    right: 0;
    height: 24px;
    line-height: 24px;
    right: 0;
    top: 0;
}

.campus-media-wrap {
    background-color: #fbfafa;
}

.campus-media-list li {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.campus-media-list li:last-child {
    margin-right: 0;
}

.campus-media-list .pic {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.campus-media-list .pic img {
    width: 380px;
    height: 260px;
}

.campus-media-list .desc {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/li-bg4.png") no-repeat;
    width: 348px;
    height: 145px;
    padding: 10px 20px;
}

.campus-media-list .hx {
    border-bottom: 1px solid #d7d6d6;
    line-height: 30px;
    padding-bottom: 2px;
    height: 60px;
    overflow: hidden;
}

.campus-media-list .hx a {
    color: #000000;
    font-size: 14px;
}

.campus-media-list .info {
    font-size: 14px;
    color: #8a8989;
    line-height: 26px;
    margin-top: 10px;
}

.campus-media-list .source1 {
    float: left;
}

.campus-media-list .tm01 {
    float: right;
}

.campus-media-list .info2 {
    color: #aeacac;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    position: relative;
    margin-top: 20px;
}

.campus-media-list .num1 {
    position: absolute;
    left: 90px;
    top: -0px;
}

.campus-media-list .num2 {
    position: absolute;
    left: 210px;
    top: -0px;
}

.campus-media-list .num1 i {
    display: block;
    width: 30px;
    height: 20px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-news1.png") no-repeat -4px -42px;
    float: left;
}

.campus-media-list .num1 span {
    float: left;
}

.campus-media-list .num2 i {
    display: block;
    width: 25px;
    height: 20px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-news1.png") no-repeat -65px -42px;
    float: left;
}

.campus-media-list .num2 span {
    float: left;
}

/*page 19 campus news list*/
.banner-news-main {
    position: relative;
    height: 320px;
}

.banner-news {
    width: 380px;
    height: 100px;
    background-color: rgba(0, 92, 172, .43);
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    font-size: 35px;
    letter-spacing: 2px;
    top: 95px;
    position: absolute;
}

.campus-news-wrap {
    background-color: #eeeeee;
}

.campus-news-tit .en span {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/li-bg2.png") no-repeat center bottom;
}

.campus-news-tit {
    background-color: #2b99ff;
    height: 80px;
    padding: 15px;
}

.campus-news-menu {
    width: 258px;
}

.campus-news-con {
    width: 942px;
    background-color: #fff;
}

.campus-news-tit .hx, .campus-news-tit .en {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
}

.campus-news-tit a {
    color: #ffffff;
}

.campus-news-menu li {
    height: 63px;
}

.campus-news-menu li a {
    display: block;
    height: 62px;
    border-bottom: 1px solid #cccbcb;
    line-height: 62px;
    position: relative;
    background-color: #eee6d9;
    color: #333333;
    font-size: 16px;
}

.campus-news-menu li i.i1 {
    display: block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    left: 25px;
    top: 28px;
}

.campus-news-menu li a span {
    position: absolute;
    left: 45px;
    line-height: 62px;

}

.campus-news-menu li i.i2 {
    display: block;
    width: 25px;
    height: 25px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-news5.png") no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: -32px 0;
    position: absolute;
    right: 25px;
    top: 18px;

}

.campus-news-menu li a.active i.i2, .campus-news-menu li a:hover i.i2 {
    background-position: 0px 0;
}

.campus-news-menu li a.active, .campus-news-menu li a:hover {
    background-color: #0371d2;
    color: #ffffff;
}

.campus-news-menu li a.active i.i1, .campus-news-menu li a:hover i.i1 {
    background-color: #fff;
}

.campus-news-pd {
    padding: 28px;
}

.campus-news-hx {
    border-bottom: 1px solid #cccbcb;
    height: 34px;
    line-height: 34px;
    position: relative;
}

.campus-news-hx .hx {
    font-size: 25px;
    color: #333333;
}

.campus-news-hx .area {
    position: absolute;
    right: 5px;
    height: 34px;
    bottom: 0;
    color: #666666;
    font-size: 14px;
}

.campus-news-hx .area a {
    color: #666666;
}

.campus-news-list li {
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/li-bg6.png") no-repeat center;
    width: 880px;
    height: 220px;
}

.campus-news-list .pd {
    padding: 25px 10px;
}

.campus-news-list .pic {
    width: 255px;
    height: 170px;
    float: left;
}

.campus-news-list .pic img {
    width: 255px;
    height: 170px;
}

.campus-news-list .desc {
    height: 170px;
    position: relative;
    width: 580px;
    float: left;
    margin-left: 25px;
}

.campus-news-list .hx {
    height: 55px;
    font-size: 20px;
    padding-top: 5px;
    line-height: 25px;
}

.campus-news-list .hx a {
    color: #7f1085;
}

.campus-news-list .px {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
}

.campus-news-list .info {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.campus-news-list .info span {
    margin-right: 20px;
    float: left;
}

.campus-news-list .info span i {
    display: block;
    width: 30px;
    height: 20px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-news1.png") no-repeat -4px -42px;
    float: left;
    margin-top: 2px;
    margin-right: 2px;
}

.campus-news-pd2 {
    padding: 40px;
}

/*page 20 news detail*/
.campus-detail-share span {
    float: right;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
}

.campus-detail-back {
    text-align: center;
}

.campus-detail-back a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    background-color: #0371d2;
    padding: 6px 22px;
    color: #fff;
    display: inline-block;
}

.campus-detail-tit {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

.campus-detail-tit .hx h3 {
    text-align: center;
    font-size: 26px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.campus-detail-tit .info {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a;

}
.campus-detail-tit .info span{
    margin-left: 15px;
    margin-right: 15px;
}
.campus-detail-px p{
    font-size: 14px;
    color: #1a1a1a;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.campus-detail-px img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*page 21 information*/
.banner-information-wrap{
    height: 320px;
    background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/banner-infomation.jpg");
}
.information-area-main{
    font-size: 14px;
    color: #333333;
    line-height: 46px;
}
.information-area-main a{
    color: #333333;
}

.information-list-page{
    text-align: center;
}
.information-list-page a{
    border:1px solid #008cd6;
    padding:4px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #333333;
    margin-left: 2px;
    margin-right: 3px;
}
.information-list-page span{
    border:1px solid #008cd6;
    background-color: #008cd6;
    padding:4px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 2px;
    margin-right: 3px;
}
.information-list{
    width: 810px;
    border:1px solid #c7c7c7;
}
.information-side{
    width: 360px;
}
.information-list-tit{
    background-color: #f6f9f9;
    font-size: 25px;
    color: #1a1a1a;
    height: 86px;
    line-height: 86px;
    padding:0 20px;
}
.information-list-con{

}
.information-list-con li{
    margin-top: 20px;
}
.information-list-con .tm01{
    width: 90px;
    height: 90px;
    background-color: #2b99ff;
    float: left;
    text-align: center;
    color: #ffffff;
    margin-left: 22px;
    margin-right: 22px;
}
.information-list-con .d1{
    font-size: 30px;
    line-height: 40px;
    padding-top: 5px;
}
.information-list-con .d1 span{
    border-bottom:1px solid #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
.information-list-con .d2{
    font-size: 16px;
    line-height: 26px;
}
.information-list-con .desc{
    width: 655px;
    height: 90px;
    float: left;
}
.information-list-con .hx{
    border-bottom:1px solid #E7E7E7;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 30px;
    padding-bottom: 2px;
}
.information-list-con .hx a{
    color: #1a1a1a;
}
.information-list-con .px{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-top: 10px;
}

.information-side-tit{
    border-bottom:1px solid #e0e0e0;
    line-height: 28px;
    font-size: 20px;
    color: #1a1a1a;
    padding-bottom: 2px;
}
.information-side-slide{
    height: 274px;
    background-color: #f3f3f3;
    padding:8px 0;
    position: relative;
    overflow: hidden;
    margin-top: 1px;
}
.information-side-slide img{
    height: 225px;
    width:360px;
}
.information-side-slide .hx{
    font-size: 16px;
    line-height: 24px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.information-side-slide .hx a{
    color: #1a1a1a;
}
.information-slide-nav {
    position: absolute;
    width: 360px;
    left:0;
    bottom: 60px;
    text-align: center;
}
.information-slide-nav a{
    display: inline-block;
    height: 7px;
    width: 56px;
    background-color: #ffffff;
    margin-left: 2px;
    margin-right: 2px;
}
.information-slide-nav a.active{
    background-color: #4ff20e;
}

/*nav slide 000*/
.information-slide .flex-control-nav, .information-slide .flex-control-paging {
    position: absolute;
    width: 360px;
    left:-40px;
    bottom: 50px;
    text-align: center;
}

.information-slide .flex-control-paging li {
    display: inline-block;
    height: 7px;
    width: 56px;
    background-color: #ffffff;
    margin-left: 2px;
    margin-right: 2px;
}

.information-slide .flex-control-paging li a {
    display:block;
    height: 7px;
    width: 56px;
    background-color: #ffffff;
    text-indent: 1000px;
    overflow: hidden;
}

.information-slide .flex-control-paging li a.flex-active {
    background-color: #4ff20e;
}

.information-slide .flex-direction-nav {
    display: none;
}

.information-slide .flex-direction-nav a {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -90px;
    display: none;
}

.information-slide .flex-direction-nav .flex-next {
    background-position: -50px 0;
    right: 0px;
}

.information-slide .flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: 0px;
}

/*nav slide 000 end*/


.information-side-list{
    padding:10px 12px;
}
.information-side-list li{
    height: 24px;
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
}
.information-side-list li:nth-child(1) i,.information-side-list li:nth-child(2) i,.information-side-list li:nth-child(3) i{
    background-color: #ff9b05;
}
.information-side-list li i{
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #858585;
    font-size: 10px;
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left:0;
    top:5px;
}
.information-side-list li a{
    color: #444444;
    font-size: 14px;
    height: 24px;
    position: absolute;
    left:30px;
    top:0;
    line-height: 24px;
}

/*page 21 information detail*/
.information-detail-side{
    width: 310px;
}
.information-detail-con{
    width: 855px;
}

.information-page {
    border-top:1px solid #333333;
}
.information-page ,.information-page a{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 20px;
}
.information-px p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}
.information-px img{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.information-info{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}
.information-info span{
    float: left;
    margin-right: 30px;

}
.information-hx{
    font-size: 30px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 40px;
}

.information-info i.i1{
    display: block;
    width: 30px;
    height: 20px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-news1.png") no-repeat -4px -42px;
    float: left;
    margin-top: 5px;
    margin-right: 2px;
}

.information-info i.i2{
    display: block;
    width: 30px;
    height: 30px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-info1.png") no-repeat ;
    float: left;
}
.information-detail-tit{
    height: 70px;
    background-color: #2b99ff;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.information-address{
    padding-bottom: 30px;
    background-color: #f2f5f8;
}
.information-address li{
    background-color: #f2f5f8;
    border-bottom:1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 14px;
}
.information-recommend{
    background-color: #e8e8e8;
}
.information-recommend .pic img{
    height: 185px;
    width:310px;
}
.information-recommend .hx{
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    line-height: 30px;
}
.information-recommend .hx a{
    color: #1a1a1a;
}
.information-recommend .px{
    padding:0 15px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 5px;
}
.information-recommend .more{
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
}
.information-recommend .more a{
    color: #005bac;
}

/*page 22 corporation*/
.banner-corporation-wrap{
    height: 320px;
    background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/banner-corporation.jpg);
}
.corporation-menu .organization-menu-con a i.i2 {
    left: -4px;
}
.corporation-menu .organization-menu-con {
    width: 250px;
    padding-top: 25px;
    background:none;
    background-color: #ffffff;
    padding-bottom: 0px;
}
.corporation-list-tit{
    border-bottom:1px solid #C9C8C8;
}
.corporation-list-tit span{
    font-size: 25px;
    color: #030303;
    margin-left: 30px;
    border-bottom:3px solid #0a61af;
    padding-bottom: 4px;
}
.corporation-list-tit i{
    color: #666666;
}
.corporation-list li{
    width:300px;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}
.corporation-list li:nth-child(3n){
    margin-right:0;
}
.corporation-list .pic{
    width: 300px;
    height: 165px;
}
.corporation-list .pic img{
    width: 300px;
    height: 165px;
}
.corporation-list .hx{
    height: 56px;
    background-color: #008cd6;
    position: relative;
}
.corporation-list .hx:hover{

}
.corporation-list .hx a{
    display: block;
    height: 56px;
    background-color: #008cd6;
    position: relative;
}
.corporation-list .hx a:hover,.corporation-list li:hover a{
    background-color: #ff6f15;
}
.corporation-list .hx span{
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
    width: 225px;
    display: block;
    line-height: 18px;
    padding-top: 15px;
}
.corporation-list .hx i{
    display: block;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-corp.png") no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    right:10px;
    top: 6px;
}

/*page 22 corporation detail*/
.corporation-con-side{
    width: 920px;
    position: relative;
}
.corporation-care-slide{
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.corporation-slide-big {
    width: 920px;
    height: 420px;
    position: relative;
}
.corporation-slide-big li img{
    width: 920px;
    height: 420px;
}

.corp-slide-prev, .corp-slide-next {
    display: block;
    width: 113px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-btn7.png") no-repeat;
}

.corp-slide-prev {
    left: 0;
    background-position: 0 0;
}

.corp-slide-next {
    right: 0;
    background-position: -137px 0;
}

.corp-slide-nav {
    width:920px;
    height: 90px;
    background-color: #f4f4f4;
}
.corp-slide-nav li {
    width: 150px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin-right: 4px;
    position: relative;
}
.corp-slide-nav li a{
    display: block;
    width: 150px;
    height: 90px;
    background-color: rgba(0, 91, 172, 0);
    position: absolute;
    left:0;
    top:0;
}
.corp-slide-nav li a.active{
    background-color: rgba(0, 91, 172, .51);
}
.care-slide-nav li img {
    width: 150px;
    height: 90px;
}
.corp-slide-nav li:last-child {
    margin-right: 0;
}
.corporation-detail-page{
    background-color: #e2e2e2;
    height: 55px;
    line-height: 55px;
}
.corporation-detail-page span{
    height: 55px;
    width: 88px;
    background-color: #c6c6c6;
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.corporation-detail-page .corp-p1{
    width: 459px;
    border-right:1px solid #939494;
}
.corporation-detail-page .corp-p2{
    width: 460px;
}
.corporation-detail-page a{
    width: 360px;
    font-size: 16px;
    color: #333333;
    padding:0 5px;
}

/*page 24 mind health*/
.mind-health-list{

}
.mind-health-list li{
    padding:15px 0;
    height: 172px;
    border-bottom:1px dashed #e5e2e2;
}

.mind-health-list li .pic{
    width: 276px;
    height: 172px;
    overflow: hidden;
    float: left;
}
.mind-health-list li .pic img{
    width: 276px;
    height: 172px;
}
.mind-health-list li .desc{
    width: 625px;
    height: 172px;
    float: right;
    position: relative;
}
.mind-health-list li  .hx{
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    border-bottom:1px solid #e5e2e2;
    letter-spacing: 1px;
}
.mind-health-list li  .hx a{
    color: #005bac;
}
.mind-health-list .px{
    margin-top: 15px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.mind-health-list .info{
    position: absolute;
    left:0;
    bottom: 10px;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
}
.mind-health-list .info span{
    margin-right: 25px;
}

/*page 25 mind detail*/


.mind-health-hx h3{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 24px;
}
.health-detail-info {
    height: 22px;
    position: relative;
}
.health-detail-info div{
    height: 22px;
    position: absolute;
    top:0;
}
.health-detail-info .pos1{
    left: 145px;
}
.health-detail-info .pos2{
    left: 365px;
}
.health-detail-info .pos3{
    left: 605px;
}
.health-detail-info i{
    width: 22px;
    height: 22px;
    display: block;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-mind1.png") no-repeat;
    float: left;
    margin-right: 3px;
}
.health-detail-info span{
    float: left;
    line-height: 22px;
    color: #666666;
    font-size: 14px;
}
.health-detail-info i.i1{
    background-position: -5px -8px;
}
.health-detail-info i.i2{
    background-position: -40px -8px;
}
.health-detail-info i.i3{
    background-position: -77px -8px;
}

.health-detail-summary{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    background-color: #f9f9f9;
    padding: 10px;
border:1px solid #e7e7e7;
}

.health-detail-px{

}
.health-detail-px p{
    font-size: 14px;
    color: #1a1a1a;
    line-height: 24px;
}
.health-detail-px div{
    margin-top: 20px;
}



.health-detail-page{
    border-top:6px solid #27a6b3;
    padding-top: 15px;
}
.health-detail-page div{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    color: #1a1a1a;
    font-size: 16px;
}
.health-detail-page a{
    color: #1a1a1a;
}


.detail-comment-hx{
    height: 24px;
    line-height: 24px;
}
.detail-comment-hx i{
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-mind1.png");
    width: 18px;
    height: 18px;
    background-position: -116px -8px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.detail-comment-hx .s1{
    font-size: 14px;
    color: #0096a5;
}
.detail-comment-hx .s2{
    font-size: 14px;
    color: #1a1a1a;
}

.detail-comment-form{}
.detail-comment-form .area{}
.detail-comment-form .area textarea{
    border:1px solid #666666;
    padding: 10px;
    width:898px;
    font-size: 14px;
    color: #777777;
    height: 60px;
}
.detail-comment-form .btn{}
.detail-comment-form .btn input[type=submit]{
    width:75px;
    background-color: #6fa936;
    height: 25px;
    font-size: 14px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:0;
    float: right;
}

/*page 26 team teacher*/
.teacher-num-section{
    display: none;
}
.teacher-desc-section{
    display: none;
}
.teacher-team-num .pic{
    text-align: center;
}
.teacher-team-tit i{
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-teach1.png") no-repeat;
    display: block;
    width: 74px;
    height: 74px;
    float: left;
    margin-right: 10px;
}
.teacher-team-tit .desc{
    float: left;
    width: 230px;
}
.teacher-team-tit .desc span{
    display: block;
    color: #666666;
    font-size: 20px;
}
.ml20{
    margin-left: 20px;
}
.teacher-pic-con li{
    width: 280px;
    height: 205px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}
.teacher-pic-con li:last-child{
    margin-right:0;
}
.teacher-pic-con img{
    width: 280px;
    height: 205px;
}
.teacher-pic-con .hx{
    height: 36px;
    width: 280px;
    background-color: rgba(2, 2, 2, .81);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #fffdfd;
    line-height: 36px;
    text-align: center;
}
.teacher-tit{
    text-align: center;
    border-bottom:1px solid #929292;
    height: 20px;
}
.teacher-tit span{
    background-color: #f9f9f9;
    font-size: 25px;
    color: #222222;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 2px;
    line-height: 40px;
}
.teacher-px{
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}
.teacher-introduce{
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.teacher-introduce li{
    width: 215px;
    float: left;
    margin-left:05px;
    margin-bottom: 10px;
}
.teacher-introduce li i{
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 5px;
}
.teacher-introduce li i.i1{
    background-color: #5b9bd5;
}
.teacher-introduce li i.i2{
    background-color: #ed7d31;
}
.teacher-introduce li i.i3{
    background-color: #a5a5a5;
}
.teacher-introduce li i.i4{
    background-color: #ffc000;
}
.teacher-introduce li i.i5{
    background-color: #4472c4;
}
.teacher-introduce li i.i6{
    background-color: #70ad47;
}
.teacher-introduce li span{
    color: #222222;
    font-size: 14px;
    line-height: 14px;
    float: left;
}

/*page 27 study detail*/
.teach-research-section{
    width: 908px;
}
.research-recommend-tit{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    border-bottom:1px solid #c9c7c7;
    letter-spacing: 2px;
    line-height: 26px;
}
.research-recommend-tit span{
    border-bottom: 3px solid #ff6600;
}
.research-recommend-list li{
    border-bottom:1px solid #d7d6d6;
    margin-top: 10px;
}
.research-recommend-list .hx{
    line-height: 24px;
    font-size: 14px;
}
.research-recommend-list .hx a{
    color: #065aa8;
    text-decoration: underline;
    padding-bottom: 5px;
}
.research-recommend-list .hx span{
    float: right;
    color: #818181;
}
.research-recommend-list .info{
    font-size: 14px;
    color: #383838;
    line-height: 24px;
}
.research-detail-px img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.research-summary{
    font-size: 14px;
    color: #1a1a1a;
    line-height: 24px;
}
.research-summary .name1{
    float: left;
    width: 50px;
}
.research-summary .con1{
    float: left;
    width: 810px;
}
.research-detail-info{
    background-color: #ffffff;
    padding:15px;
}
.research-detail-info div{
    width: 30%;
    margin-left: 3%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.research-detail-info div a{
    color: #666666;
    text-decoration: underline;
}
.research-detail-tit{
    text-align: center;
    font-size: 25px;
    color: #1a1a1a;
    line-height: 30px;
}
/*page 28 view detail*/
.scene-detail-height{

}
body#scene-detail-height{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000000;
}
.scene-detail-wrap{
    position: absolute;
    height: 100%;
    width: 815px;
    background-color: #000000;
    left:0;
    top:0;
}
.scene-detail-judge{
    position: absolute;
    width: 19%;
    height: 100%;
    background-color: #2b2b2b;
    right:0;
    top:0;
}
.detail-judge-con{
    padding-top:30px;
    padding-left: 15px;
    padding-right: 15px;
}

.scene-detail-con{
    width: 915px;
    height: 673px;
    position: absolute;
    left:40%;
    top: 100px;
}
.scene-detail-side{
    width: 915px;
    height: 673px;
    position: relative;
}
.scene-detail-tit{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    height: 85px;
    background-color: #222222;
    padding:20px;
}
.scene-detail-tit .logo{
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 20px;
}
.scene-detail-tit .logo img{
    width: 84px;
    height: 84px;
}
.scene-detail-tit .scene-detail-desc{
    height: 84px;
    width: 630px;
    float: left;
    position: relative;
}
.scene-detail-tit .hx{
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: 1px;
    padding-top: 20px;
}
.scene-detail-tit .info{
    position: absolute;
    left:0;
    bottom:0px;
}
.scene-detail-tit .info-side{
    float: left;
    margin-right: 35px;
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
}
.scene-detail-tit .info-side i{
    float: left;
    width: 20px;
    height: 18px;
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-fg1.png");
    margin-right: 3px;
}
.scene-detail-tit .info-side i.i1{
    background-position: 0 0;
}
.scene-detail-tit .info-side i.i2{
    background-position: -32px 0;
}
.scene-detail-tit .info-side i.i3{
    background-position: -64px 0;
}
.scene-detail-tit .info-side span{
    float: left;
}
.scene-detail-slide{
    width: 915px;
    height:548px;
    position: relative;
}
.scene-detail-slide li{
    width: 915px;
    height:548px;
}
.scene-detail-slide .pic{
    width: 800px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
}
.scene-detail-slide .pic img{
    width: 800px;
    height: 440px;
}
.scene-detail-slide .desc{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 108px;
    background-color: #222222;
}
a.scene-prev,a.scene-next{
    background:url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-fg2.png") no-repeat ;
    width: 44px;
    height: 80px;
    position: absolute;
    top:180px;
}
a.scene-prev{
    left:-10px;
}
a.scene-next{
    right:-10px;
    background-position: -45px 0;
}
.scene-detail-slide .desc .hx{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding-top: 20px;
    line-height: 30px;
}

/*page 31 party-union detail*/


.work-union-tit .hx {
    font-size: 25px;
    text-align: center;
    color: #1a1a1a;
    line-height: 40px;
}
.work-union-tit .px {
    text-align: center;
    color: #999999;
    font-size: 14px;
    height: 20px;
    border-bottom: 1px solid #d1d7dc;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
}
.work-union-tit .px div{
    width: 235px;
    float: left;
}
.work-union-tit .px span {
    float: left;
}
.ml100{
    margin-left: 260px;
}

.work-union-tit i{
    background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/ico-union2.png") no-repeat;
    height: 20px;
    width: 17px;
    display: block;
    float: left;
    margin-right: 5px;
}
.work-union-tit i.i1{
    background-position: -1px 0;
}
.work-union-tit i.i2{
    background-position: -40px 0;
}
.work-union-px .hx2 {
    font-size: 25px;
    text-align: center;
    color: #f60b0b;
    line-height: 40px;
}
.work-union-px .hx{
    color: #1a1a1a;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.work-union-author {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
}

.work-union-px .px {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 26px;

}
.work-union-px .px p{
    margin-top: 10px;
}
.work-union-page span, .work-union-page a {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 30px;
}

.work-union-page {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 40px;
    overflow: hidden;
    background-color: #edecec;
}
.work-union-page span{
    display: block;
    width: 89px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    float: left;
}
.work-union-page span.br01{
    border-right:1px solid #1A1A1A;
}
.work-union-page span.bl01{
    border-left:1px solid #1A1A1A;
}
.work-union-page a{
    display: block;
    width: 220px;
    float: left;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    color: #666666;
    font-size: 14px;
}


