#topnav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	background-color: white;
	overflow: hidden;
}

#xpadding{
	width: 100%;
	height: 100px;
}

.nav-pills.nav-stacked img{
	height: 22px; 
	float: left;
	opacity: .7;
}

.nav-pills.nav-stacked img.on{
	display: none;
}

.nav-pills.nav-stacked .active img{
	display: none;
}

.nav-pills.nav-stacked .active img.on{
	display: inline-block;
	opacity: 1;
}

.topline{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #333;
	overflow: hidden;
}

.topline .toptitle{
	float: left;
	color: #999;
	cursor: pointer;
}

.topline .toptitle:hover{
	color: white;
}

.topline .rightnav{
	float: right;
}

.topline .rightnav a{
	color: #999;
	margin-left: 15px;
	text-decoration: none;
}

.topline .rightnav a:hover{
	color: white;
}


li {
    list-style: none;
}
.navbar .container-fluid{
	padding-right: 0;
}
.navbar-default {
    background-color: white;
    border: none;
}

.navbar-nav {
	position: relative;
	top: 10px;
	height: 50px;
    background-color: white;
}
.navbar-nav a{
	position: relative;
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover{
	border-bottom: none!important;
}
.navbar-nav li:last-child a{
	padding-right: 0;
}
.navbar-default .navbar-nav>li>a:hover:after{
	content: '';
	width: 80%;
	height: 1px;
	position: absolute;
	left: 10%;
	bottom: 0;
	background-color: red;
}
.navbar-nav li:last-child a:hover:after{
	left: auto;
	right: 0;
}

.logo {
    width: 140px;
    position: relative;
    top: -8px;
}

.nav_p {
    position: relative;
    top: -54px;
    left: 180px;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: red;
    text-decoration: none;
    border-bottom: 2px solid black;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.mycontainer {
	width: 100%;
	padding: 0;
    margin-top: 0;
}

.myrow {
    position: relative;
	width: 100%;
	height: 420px;
}
.myrow .xleft{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 420px;
	background-color: #2142C7;
	z-index: 1;
}
.myrow .xright{
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 420px;
	background-color: #0796F4;
	z-index: 1;
}
.myrow>img{
	height: 420px;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.btn {
    width: 21px;
    height: 70px;
    border-radius: 0 3px 3px 0;
    background-color: red;
    color: white;
    position: absolute;
    vertical-align: middle;
    top: 176px;
    left: 0;
    padding-top: 15px
}

.btn p {
    margin-right: 10px;
}

.banner-right {
    height: 280px;
    width: 52px;
    position: absolute;
    top: 66px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    z-index: 111;
}

.banner-right .xitems{
	position: relative;
	cursor: pointer;
}

.banner-right .xitems .innerctt{
	position: absolute;
	left: -210px;
	top: 25px;
	width: 200px;
	transform: translateY(-50%);
	display: none;
	background-color: #49b0ff;
}

.banner-right .xitems .innerctt p{
	line-height: 50px;
	font-size: 24px;
	margin-bottom: 0;
	color: white;
}	

.banner-right .xitems .innerctt img{
	width: 180px;
	margin: 10px;
}

.zxzx {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    font-size: 16px;
    color: white;
}

.qq {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.wx {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.tel {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.mobile {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.content {
    width: 187px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid white;
    position: absolute;
    bottom: 30px;
    left: 50%;
	transform: translateX(-50%);
    font-size: 21px;
    color: white;
    line-height: 42px;
    text-align: center;
}




.fenlei {
	width: 100%;
	margin: 0;
	padding-top: 20px;
	background-color: #F5F5F5;
}
.fenlei .xinfo{
	margin-bottom: 20px;
	position: relative;
}
.fenlei .xinfo .xtitle{
	font-size: 24px;
	text-align: center;
	line-height: 80px;
	margin-bottom: 0;
	background: white;
}
.fenlei .xinfo .xtime{
	display: block;
	width: 100%;
    margin: 0 0px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: white;
}
.fenlei .xinfo .xtime span{
	display: inline-block;
	width: calc(100% - 40px);
	background-color: #eee;
    font-size: 12px;
	color: #999;
	padding: 0 15px;
}
.fenlei .xinfo .xcontent {
	padding: 20px;
	background: white;
	min-height: 300px;
}
.fenlei .xinfo .xcontent p{
	font-size: 16px;
	line-height: 32px;
}
.news{
	background-color: white;
	margin-bottom: 20px;
	min-height: 250px;
}
.newsbox{
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #F5F5F5;
}
.newsbox .newsbox_left{
	padding: 0;
	width: 150px;
	height: 85px;
}
.newsbox .newsbox_left img{
	width: 100%;
	height: 100%;
}
.newsbox .newsbox_right{
	width: calc(100% - 180px);
}
.newsbox .newsbox_right h3{
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 36px;
	color: #333;
	font-size: 22px;
}
.newsbox .newsbox_right h3 b{
	font-weight: 400;
}
.newsbox .newsbox_right .newstext{
	font-size: 16px;
	color: #999;
	margin-bottom: 0;
}
.newsbox .newsbox_right .newsdate{
	font-size: 16px;
	color: #999;
	margin-bottom: 0;
}
.breadcrumb{
	background-color: white;
	margin-bottom: 1px;
	border-radius: 5px 5px 0 0;
	padding: 15px;
	font-size: 16px;
}
.breadcrumb a{
	color: #333;
}
.fenlei .row{
	width: 1140px;
	margin: 0 auto;
}

.nav-pills {
    text-align: center;
	background-color: white;
}
.nav-pills li a{
	font-size: 16px;
	border-bottom: 1px solid #f5f5f5;
	padding: 15px;
	color: #333;
}

.end {
    width: 100%;
    height: 300px;
    background-color: #333;
    position: relative;
    bottom: 0;
}

.end a {
    color: aliceblue;
    text-decoration: none;
}

.end-logo {
    width: 140px;
    height: 100px;
    margin-top: 25PX;
}

.end-ewm {
    width: 100px;
    height: 100px;
    margin-left: 25PX;
}

.school {
    margin-top: 55px;
}

.school li a{
    margin-top: 55px;
	color: #999;
}

.li_one {
    font-size: 20px;
}
.school .li_one a{
	color: #ccc;
}

.school ul li {
    margin-top: 15px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(10, 105, 222, .8);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #555;
}
@media (max-width: 768px){
	.fenlei{
		margin: 0;
		padding: 0;
	}
	.fenlei .row{
		width: 100%;
	}
}
@media (min-width: 768px){
	.fenlei .row{
		width: 750px;
	}
}
@media (min-width: 992px){
	.fenlei .row{
		width: 970px;
	}
}
@media (min-width: 1200px){
	.fenlei .row{
		width: 1170px;
	}
}