﻿body {
	background-image: linear-gradient(to left, rgba(75, 256，195, 0.2), rgba(0, 247, 255, 0.2)),url(#);
        background: #4BFEC3;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#box {
	width: 100%;
	min-height: calc(100% - 160px);
	margin: 0 auto;
	padding-top: 90px;
}

#footer {
	width: 100%;
	height: 50px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

#footer a {
	color: #000000;
}

#boox {
	width: 450px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 2%;
	background: white;
}

#boox2 {
	width: 225px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 2%;
	background: white;
}
.touxiang {
	width: 150px;
	height: 150px;
	margin-top: -50px;
	border-radius: 100%;
}

.title {
	width: 75%;
	height: 45px;
	font-size: 25px;
	line-height: 55px;
	margin: 0 auto;
	font-weight: bold;
	margin-top: 5px;
	border-bottom: 3px solid #3192d2;
}

.title1 {
        width: 75%;
	height: 40px;
	font-size: 15px;
	line-height: 55px;
	margin: 0 auto;
	font-weight: bold;
	margin-top: 1px;
	border-bottom: 3px solid #3192d2;
}
.lizhi {
	font-size: 15px;
	margin-top: 5px;
}

.titma {
	font-size: 16px;
	padding: 10px 0px;
}

/*看板娘*/
#kbn {
	position: fixed;
	bottom: 0px;
	width: 290px;
	right: 0px;
	z-index: 999;
}
21:36 2021/6/19 星期六

/*公告代码-css*/
#boox_gg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	display: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
}

#cw-gg {
	width: 80%;
	height: 300px;
	min-height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5%;
	box-sizing: border-box;
	background: white;
	z-index: 9999;
	border-radius: 2%;
	border: 1px solid #ccc;
}

#title_gg {
	display: flex;
	align-items: center;
	justify-content: space-between：;
}

.title_left {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.title_left img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.title_left p {
	font-size: 15px;
	margin-left: 10px;
}

.title_right {
	display: flex;
	justify-content: flex-end;
}

.title_right img {
	width: 30px;
	height: 30px;
}

#txt_center {
	line-height: 19px;
	margin-top: 5%;
	font-size: 15px;
}

.txt_right {
	width: 100%;
	display: flex;
	margin-top: 15px;
	align-items: center;
	position: absolute;
	bottom: 15px;
	left: 0px;
	justify-content: flex-end;
}

.txt_right img {
	width: 25px;
	height: 25px;
	margin-right: 9px;
	border-radius: 100%;
}

.txt_right p {
	margin-right: 15px;
	font-size: 14px;
}

/*公告代码结束*/

/*轮播css*/
@charset "utf-8";

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

#certify .swiper-container {
	padding-bottom: 50px;
	width: 85%;
}

#certify .swiper-slide {
	width: 90%;
	height: auto;
	background: #fff;
	border-radius: 2%;
	overflow: hidden;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 2px solid #fff;
	background-color: #d5d5d5;
	width: 5px;
	height: 5px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(http://www.jq22.com/demo/swiperlbt201810230049/images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(http://www.jq22.com/demo/swiperlbt201810230049/images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%;
}

#QPlayer {
	z-index: 999999;
}

/*轮播css结束*/

@media screen and (max-width: 700px) {
	#box {}

	#boox {
		width: 75%;
	}

	.touxiang {
		width: 100px;
		height: 100px;
	}

	.title {
		height: 40px;
		line-height: 40px;
		margin-top: 0px;
		font-size: 18px;
	}

	.lizhi {
		font-size: 14px;
	}

	#kbn {
		width: 90px;
		right: -20px;
	}
}

#player .cover {
	height: 50px !important;
	width: 50px !important;
	margin-top: 5px;
	margin-left: 5px;
}

/*侧边栏css*/
#boox_ce {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	display: none;
	z-index: 99999999;
	background: rgba(00, 00, 00, 0.5);
}

#right_me {
	width: 45px;
	height: 40px;
	border-radius: 50px 0px 0px 50px;
	position: fixed;
	right: 0px;
	bottom: 90px;
	z-index: 999;
	text-align: center;
	background: rgba(00, 00, 00, 0.5);
}

#right_me img {
	width: 40px;
	height: 40px;
	margin-left: 5px;
}

#box_celeft {
	width: 70%;
	height: 100%;
	padding-top: 8%;
	background: rgba(00, 00, 00, 0.7);
}

.me_ce {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
}

.me_ce img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.title_ce {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
}

.ulli_ce {
	width: 100%;
	margin-top: 20px;
}

.ulli_ce ul {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.ulli_ce ul li {
	width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ulli_ce ul li img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.ulli_ce ul li p {
	font-size: 15px;
	flex-grow: 1;
	text-align: left;
}

.ulli_ce ul li .jt_ce {
	width: 22px;
	height: 22px;
	margin-right: 0px;
}

/*侧边栏css结束*/

#cmdBox {
    width: 900px;
    height: 450px;
    float: center;
    margin-right: 2%;
    /* background-color: green; */
}

.cmd {
    width: 450px;
    height: 200px;
    border-radius: 10px 10px 5px 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
    font-size: 20px;
    color: rgb(88, 89, 92);
    position: relative;
    top: 0;
    left: 0;
}

.cmd:hover {
    width: 450px;
    height: 410px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin: -5px 0 0 -5px;
    z-index: 1;
}

.cmd.title {
    width: 100%;
    height: 25px;
    background-image: linear-gradient(to top, rgb(184, 184, 184), white);
    font-size: 14px;
    line-height: 25px;
}

.cmd .title span {
    display: inline-block;
    width: 70%;
    text-align: center;
    /* background-color: red; */
}

.cmd .click {
    margin-left: 10px;
    float: left;
}

.cmd .click div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 8px 0 0 10px;
    float: left;
}

.cmd .click .red {
    background-color: #ff1b22;
    box-shadow: 0 0 1px #ff1b22;
}

.cmd .click .red:hover {
    background-color: #ff6268;
    box-shadow: 0 0 3px #ff1b22;
}

.cmd .click .yellow {
    background-color: #ffaf00;
    box-shadow: 0 0 1px #ffaf00;
}

.cmd .click .yellow:hover {
    background-color: #ffd373;
    box-shadow: 0 0 3px #ffaf00;
}

.cmd .click .green {
    background-color: #00931a;
    box-shadow: 0 0 1px #00931a;
}

.cmd .click .green:hover {
    background-color: rgb(0, 196, 36);
    box-shadow: 0 0 3px #00931a;
}

.cmdText {
    padding-top: 10px;
    padding-left: 15px;
}

.cmd2 {
    position: relative;
    top: -280px;
    left: 100px;
}

.cmd2 .cmdText .ul {
    margin-left: 15px;
}

.cmd2 .cmdText .ul a {
    text-decoration: none;
    color: rgb(88, 89, 92);
}

.cmd2 .cmdText .ul a:hover {
    color: rgb(0, 132, 255);
}

#footer {
    width: 100%;
    color: white;
    float: left;
    text-align: center;
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    /* background-color: blue; */
}

#footer a {
    text-decoration: none;
    color: white;
}

#footer a:hover {
    color: rgb(0, 81, 255);
}

/* 自适应 */
@media screen and (max-width: 1250px)
{
    .meBox {
        margin-left: 3%;
    }

    .meBox:hover {
        width: 21rem;
        height: 26rem;
        margin: 95px 0 0 2.5%;
    }

    #cmdBox {
        margin-right: 3%;
    }
}

@media screen and (max-width: 1110px)
{
    .meBox {
        float: none;
        margin: 100px auto 100px;
    }

    .meBox:hover {
        width: 21rem;
        height: 26rem;
        margin: 95px auto 95px;
    }

    #cmdBox {
        float: none;
        margin: 0 auto 100px;
    }
}

@media screen and (max-width: 768px)
{
    .meBox {
        width: 300px;
    }

    .meBox:hover {
        width: 300px;
        height: 25rem;
        margin: 100px auto 100px;
    }

    .meBox-Button a:hover {
        color: rgb(0, 132, 255);
    }
    
    .meBox:hover .meBox-Button a {
        width: 150px;
        margin-top: 0;
    }

    .meBox:hover .meBox-title p {
        font-size: 1.2rem;
    }

    .meBox:hover .headPhoto {
        width: 8rem;
        height: 8rem;
        margin: -0.5rem 0 0 -4rem;
        transform: rotate(360deg);
    }

    .meBox:hover .meBox-text {
        font-size: 1rem;
    }

    .meBox-Button a {
        width: 150px;
    }

    #cmdBox {
        width: 100%;
        height: 850px;
    }

    .cmd {
        width: 90%;
        margin: 0 auto;
    }

    .cmd2 {
        position: relative;
        top: 20px;
        left: 0;
    }

    .cmd:hover {
        width: 90%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        margin: 0 auto;
        z-index: 1;
    }