.header {
	width: 100%;
	/*max-width: 1653px;*/
	/*height: 34.25rem;*/
	height: auto;
	position: relative;
	margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .header {
    /*height: 34.25rem;*/}
}
@media screen and (max-width: 1680px) {
  .header {
    /*height: 30rem;*/}
}
@media screen and (max-width: 1600px) {
  .header {
    /*height: 29rem;*/}
}
@media screen and (max-width: 1440px) {
  .header {
    /*height: 27.25rem;*/}
}
@media screen and (max-width: 1366px) {
  .header {
    /*height: 26rem;*/}
}
.header .banner {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.header .banner img {
	width: 100%;
	/*min-width: 1500px;*/
	height: 100%;
}
.header .masker {
        position:absolute;
        top:0;
        height:200px;
        width:100%;
        background: -moz-linear-gradient(top, #36777cdb, #36777c00); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(#36777cdb), color-stop(#36777c00)); 
        background: -webkit-linear-gradient(top, #36777cdb, #36777c00); 
        background: -o-linear-gradient(top, #36777cdb, #36777c00); 
        background: -ms-linear-gradient(top, rgba(15, 83, 77, 0.55), rgba(15, 83, 77, 0)); 
        background: linear-gradient(rgba(15, 83, 77, 0.55), rgba(15, 83, 77, 0)); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(15, 83, 77, 0.55)', endColorstr='rgba(15, 83, 77, 0)',GradientType=0 ); 
        z-index: 9;
}
:root .header .masker{filter:none;}
.header .banner_img a* {
	display: inline-table;
	/*width: 130px;*/
	padding: 10px;
	height: 20px;
	background-color: rgba(255, 136, 0, 1);
	border-radius: 11px;
	margin-right: 85px;
}
.header .banner_img div {
	position: absolute;
	top: 78%;
	left: 25%;
	display: table;
}
.header .banner_img p {
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
	color: #f1f1f1;
	font-family: unset;
}
.header .top {
	top: 0;
	width: 100%;
	z-index: 99;
	position: absolute;
}
.header .top .logo {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 0.6rem;
}
.header .top .logo>a {
	display: block;
	/*width: 50%;*/
}
.header .top .logo .ss {
	width: 50%;
	/*padding-top: 0.8rem;*/
}
.header .top .logo .ss .ssk {
	width: 25px;
	height: 25px;
	margin-left: 1.2rem;
	text-align: center;
	line-height: 1.25rem;
	background-color: rgba(255,255,255,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);
	transition: width .6s;
}
.header .top .logo .ss .ssk:hover {
	width: 7.38rem;
}
.header .top .logo .ss .ssk .txt {
	color: #888;
	width: 0rem;
	height: 100%;
	font-size: 13px;
	text-indent: 0.6rem;
	transition: width .6s;
}
.header .top .logo .ss .ssk:hover .txt {
	width: 5.9rem;
}
.header .top .logo .ss .ssk .imag {
	margin: 0.24rem;
}
.header .top .logo .ss a,
.header .top .logo .ss span {
	color: #fff;
	font-size: 15px;
	padding-top: 0.2rem;
}
.header .top .logo .ss span {
	padding: 0.2rem 0.5rem;
}
.nav {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0.5rem;
        float: right;
        margin-top: 0.8rem;
}
.nav ul {
	width: 100%;
	font-size: 18px;
}
.nav ul a {
	color: #36777C;
}
.nav>ul>li>a {
	color: #fff;
}
.nav>ul>li {
	float: left;
	width: 16.6%;
	/*height: 2.3rem;*/
	padding-left: 1.9rem;
	text-align: center;
	font-size: 21px;
	line-height: 2.4rem;
	position: relative;
	box-sizing: border-box;
}
.nav>ul>li ul {
	left: 0;
	width: 100%;
	/*top: 2.15rem;*/
	display: none;
	padding-top: 0.6rem;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff,endColorstr=#B2ffffff);
}
.nav>ul>li:hover ul {
	display: block;
}
.nav>ul>li:hover a {
	color: #36777C;
}
.nav>ul>li ul li {
	height: 40px;
	width: 100%;
	line-height: 2rem;
	padding-right: 30px;
	box-sizing: border-box;
}

.nav>ul>li:hover {
	border-top: 2px solid #FFFD31;
	background-color: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff,endColorstr=#B2ffffff);
}
.nav>ul>li ul li:hover {
	background-color: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
}
.nav>ul>li i {
	display: block;
	top: 0.55rem;
	left: 1.2rem;
	width: 21px;
	height: 21px;
	position: absolute;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.nav>ul>.nav1 i {
	background-image: url(../img/home2.png);
}
.nav>ul>.nav1:hover i {
	background-image: url(../img/home.png);
}
.nav>ul>.nav2 i {
	background-image: url(../img/xygk.png);
}
.nav>ul>.nav2:hover i {
	background-image: url(../img/xygk2.png);
}
.nav>ul>.nav3 i {
	background-image: url(../img/djgz.png);
}
.nav>ul>.nav3:hover i {
	background-image: url(../img/djgz2.png);
}
.nav>ul>.nav4 i {
	width: 1.2rem;
	height: 1.1rem;
	background-image: url(../img/rcpy.png);
}
.nav>ul>.nav4:hover i {
	background-image: url(../img/rcpy2.png);
}
.nav>ul>.nav5 i {
	background-image: url(../img/csjy.png);
}
.nav>ul>.nav5:hover i {
	background-image: url(../img/csjy2.png);
}
.nav>ul>.nav6 i {
	background-image: url(../img/jwxt.png);
}
.nav>ul>.nav6:hover i {
	background-image: url(../img/jwxt2.png);
}


/* 职院要闻部分 */
.section {
	width: 100%;
	height: 408px;
	padding-top: 10px;
	box-sizing: border-box;
	background-image: url(../img/zyyw.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}
.section .left {
	width: 55%;
	height: auto;
}
.section .right {
	width: 43%;
	height: auto;
}
.section .title {
	width: 100%;
	position: relative;
}
.section .title i {
	top: 15%;
	width: 22px;
	height: 3px;
	display: block;
	position: absolute;
	background-color: #9ABBBD;
}
.section .title span {
	font-size: 24px;
	color: #36777C;
	font-weight: bold;
	padding-left: 30px;
}
.section .title p {
	font-size: 13px;
	color: #9ABBBD;
	line-height: 26px;
}
.section .title a {
	top: 5px;
	right: 0;
	color: #fff;
	width: 84px;
	height: 34px;
	display: block;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	background-color: #36777C;
}
.section .left .zyyw {
	width: 100%;
	height: 290px;
	padding-top: 15px;
}
.section .zyyw .zyywl {
	width: auto;
	height: 286px;
}
.section .zyyw .zyywr {
	width: 53%;
	height: 290px;
}
.section .xysx {
	width: 100%;
	height: 290px;
	padding-top: 15px;
}
.section .xysx .xysxt {
	width: 100%;
	height: 49%;
	border-bottom: 1px dashed #DDDDDD;
}
.section .xysx .xysxb {
	width: 100%;
	height: 50%;
}
.wz {
	margin: 10px 0 0 10px;
}

/*无按钮轮播*/
.slideBox { 
	width:299px; 
	height:286px; 
	overflow:hidden; 
	position:relative; 
}
.slideBox .hd { 
	height:15px;
	position:absolute; 
	right:5px; 
	bottom:10px; 
	z-index:99; 
}
.slideBox .hd ul { 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.slideBox .hd ul li { 
	float:left; 
	margin-right:2px;  
	width:10px; 
	height:10px; 
	line-height:14px; 
	text-align:center; 
	background:#9BBBBE; 
	cursor:pointer; 
	border-radius: 50%;
	margin-right: 10px;
}
.slideBox .hd ul li.on { 
	background:#fff; 
	color:#fff; 
}
.slideBox .bd { 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li { 
	zoom:1; 
	position: relative;
	vertical-align:middle; 
}
.slideBox .bd li p {
	left: 0;
	color: #fff;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-indent: 0.6em;
	z-index: 90;
	background-color: #36777C;
}
.slideBox .bd img { 
	width:100%; 
	height: 240px; 
	display:block;  
}
.section .zyyw .zyywr ul li {
	width: 100%;
	height: 41px;
	font-size: 16px;
	line-height: 41px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
}
.section .zyyw .zyywr ul li span {
	color: #36777C;
	font-weight: bold;
}
.section .zyyw .zyywr ul li a {
	color: #333;
}
.section .zyyw .zyywr ul li:hover a {
	color: #36777C;
}
.section .xysx .xysxb ul li {
	width: 100%;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
}
.section .xysx .xysxb ul li>span {
	color: #36777C;
	font-weight: bold;
}
.section .xysx .xysxb ul li a {
	color: #333;
}
.section .xysx .xysxb ul li:hover a {
	color: #36777C;
}
.section .xysx .xysxb ul li a span {
	color: #999;
	float: right;
	margin-right: 5px;
}

/*有按钮轮播*/
.slideBox1 { 
	width:100%; 
	height:143px; 
	overflow:hidden; 
	position:relative; 
}
.slideBox1 .bd { 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox1 .bd li { 
	zoom:1; 
	position: relative;
	vertical-align:middle; 
}
.slideBox1 .bd .image { 
	width:31.7%; 
	height: 100%; 
	display: block; 
	padding-bottom: 10px;
}
.slideBox1 .bd img {
	width: 100%;
	height: 123px;
}
.slideBox1 .bd .artics {
	top: 0;
	right: 0;
	width: 66%;
	height: 90%;
	position: absolute;
	padding-right: 5px;
}
.slideBox1 .bd .artics .tit {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 19px;
	color: #36777C;
	padding-top: 3px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #36777C;
}
.slideBox1 .bd .artics .tit span {
	float: right;
	color: #999;
}
.slideBox1 .bd .artics p {
	color: #999;
	font-size: 16px;
	line-height: 25px;
}
.slideBox1 .prev { 
	bottom: 15px;
	right: 4%;
	width:20px; 
	height:20px; 
	bottom: 10px; 
	display:block; 
	position:absolute; 
	background-color: #36777C;
	background-image: url(../img/zfy.png);
	background-repeat: no-repeat;
	background-position: center;
}
.slideBox1 .next { 
	bottom: 15px;
	right: 0; 
	background-position:8px 5px; 
	width:20px; 
	height:20px; 
	bottom: 10px; 
	display:block; 
	position:absolute; 
	background-color: #36777C;
	background-image: url(../img/yfy.png);
	background-repeat: no-repeat;
	background-position: center;
}
.slideBox1 .prevStop { 
	display:none; 
}
.slideBox1 .nextStop { 
	display:none;  
}





/*招生信息，报考指南 ，报名入口*/
.zpxx {
	height: 118px;
	margin: 25px 0;
}
.zpxx .title {
	width: 180px;
	height: 118px;
	text-align: center;
	position: relative;
	background-image: url(../img/zsxx.png);
}
.zpxx .title i {
	top: 50%;
	left: 30px;
	width: 22px;
	height: 3px;
	display: block;
	margin-top: -2px;
	position: absolute;
	background-color: #97B8BA;
}
.zpxx .title span {
	font-size: 24px;
	color: #36777C;
	font-weight: bold;
	line-height: 118px;
	padding-left: 30px;
}
.zpxx .title p {
	top: 65%;
	left: 30px;
	color: #97B8BA;
	font-size: 13px;
	position: absolute;
}
.zpxx .lists {
	padding-top: 10px;
	margin-left: 25px;
	box-sizing: border-box;
}
.zpxx .lists ul li {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.zpxx .lists ul li span {
	font-size: 19px;
	color: #36777C;
}
.zpxx .lists ul li a {
	color: #333;
}
.zpxx .lists ul li:hover a {
	color: #36777C;
} 
.zpxx .rukou .rk {
	color: #fff;
	width: 225px;
	height: 118px;
	display: block;
	font-size: 18px;
	line-height: 118px;
	text-align: center;
	padding-top: 22px;
	position: relative;
	box-sizing: border-box;
	background-color: #6DB6BC;
}
.zpxx .rukou .rk i {
	top: 50%;
	right: 50%;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	margin-top: -35px;
	margin-right: -20px;
	background-image: url(../img/bmrk.png);
	background-repeat: no-repeat;
	background-size: 92%;
	transition: all .4s;
}
.zpxx .rukou .rk:hover i {
	background-size: 100%;
}
.zpxx .rukou .bkzn i {
	background-image: url(../img/bkzn.png);
}
.zpxx .rukou .bkzn {
	margin-left: 16px;
	background-color: #D982AF;
}



/*专题专栏，联系我们，关注我们*/
.ztlx {
	width: 100%;
	padding:20px 0;
	background-color: #F9F6F6;
}
.ztlx .ztzl {
	float: left;
	width: 49%;
}
.ztlx .lxwm {
	width: 26%;
	float: left;
	margin: 0 45px;
}
.ztlx .gzwm {
	width: 16%;
	float: left;
	text-align: center;
}
.ztlx .title {
	width: 100%;
	height: 34px;
}
.ztlx .title>i {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	background-repeat: no-repeat;
}
.ztlx .ztzl .title>i {
	background-image: url(../img/ztzl.png);
}
.ztlx .lxwm .title>i {
	background-image: url(../img/dz.png);
}
.ztlx .gzwm .title>i {
	background-image: url(../img/gz.png);
}
.ztlx .title .tit {
	float: left;
	width: 90%;
	height: 35px;
	padding-top: 2px;
	margin-left: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #CED9DA;
}
.ztlx .lxwm .title .tit {
	width: 80%;
}
.ztlx .gzwm .title .tit {
	width: 76%;
}
.ztlx .title .tit span {
	color: #36777C;
	font-size: 17px;
}
.ztlx .title .tit i {
	color: #C4C3C3;
	font-size: 12px;
}
.ztlx .cont {
	padding-top: 25px;
}
.ztlx .lxwm .cont {
	font-size: 15px;
	padding-left: 43px;
	box-sizing: border-box;
}
.ztlx .lxwm .cont p {
	color: #333;
	line-height: 34px;
}
.ztlx .ztzl .cont ul li {
	/*width: 50%;*/
	color: #333;
	float: left;
	font-size: 15px;
	position: relative;
	line-height: 35px;
	text-align: center;
	background-image:url(../images/jx01.png);
	width: 190px;    
	margin: 2px;
	background-size: 100% 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.ztlx .ztzl .cont ul li:hover{
background-image:url(../images/jxhover.png);
 
}
.ztlx .ztzl .cont ul li i {
	left: 0;
	top: 50%;
	width: 8px;
	height: 9px;
	display: block;
	margin-top: -5px;
	position: absolute;
}
.ztlx .ztzl .cont ul li a {
	color: #333;
	padding-left: 15px;
}
.ztlx .ztzl .cont ul li:hover a {
	color: #36777C;
}
.ztlx .ztzl .cont ul li:hover i {
	background-image: url(../img/you.png);
	background-repeat: no-repeat;
}



/*底部版权和友情链接*/
.footer {
	width: 100%;
	height: 150px;
	background-color: #24656A;
}
.footer .fri-link {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #508488;
}
.footer .fri-link span {
	float: left;
	color: #DFE6E6;
	font-size: 18px;
}
.footer .fri-link span i {
	font-size: 12px;
	padding-left: 0.25rem;
}
.footer .fri-link ul {
	float: left;
}
.footer .fri-link ul li {
	float: left;
	padding: 0 20px;
}
.footer .fri-link ul li a {
	color: #DFE6E6;
	font-size: 16px;
}
.footer .copyright {
	width: 100%;
	color: #fff;
	padding-top: 25px;
	font-size: 15px;
	text-align: center;
	position: relative;
	font-family: "幼圆";
}
.footer .copyright img {
	top: 20px;
	left: 30%;
	position: absolute;
}
.footer .copyright p{
	text-indent: 6em;
	line-height: 1.2rem;
}



.section1 {
	width: 100%;
	height: 398px;
	padding-top: 38px;
	box-sizing: border-box;
	background-image: url(../img/zyyw2.png);
}
.section1 .left {
	width: 35%;
	height: auto;
}
.section1 .right {
	width: 62%;
	height: auto;
}
.section1 .right .title {
	width: 100%;
	position: relative;
}
.section1 .right .title i {
	top: 15%;
	width: 22px;
	height: 3px;
	display: block;
	position: absolute;
	background-color: #9ABBBD;
}
.section1 .right .title span {
	font-size: 24px;
	color: #36777C;
	font-weight: bold;
	padding-left: 30px;
}
.section1 .right .title p {
	font-size: 13px;
	color: #9ABBBD;
	line-height: 26px;
}
.section1 .right .title a {
	top: 5px;
	right: 0;
	color: #fff;
	width: 84px;
	height: 34px;
	display: block;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	background-color: #36777C;
}
.section1 .right .cont {
	width: 100%;
	margin-top: 20px;
}
.section1 .right .cont ul li {
	float: left;
	width: 36%;
	height: 257px;
	position: relative;
}
.section1 .right .cont ul .two {
	width: 24.5%;
	height: 257px;
	margin:  0 12px;
}
.section1 .right .cont ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section1 .right .cont ul .two ul li {
	float: none;
	width: 100%;
	height: 125px;
	margin-bottom: 7px;
}
.section1 .right .cont ul li .artic {
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
	line-height: 30px;
	position: absolute;
	box-sizing: border-box;
	padding: 30px 30px 30px 24px;
	background: rgba(36,101,106,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9924656A,endColorstr=#9924656A);
}
.section1 .right .cont ul li:hover .artic {
	display: block;
}
.section1 .right .cont ul .two:hover .artic {
	display: none;
}
.section1 .right .cont ul li .artic p {
	font-size: 21px;
	color: #fff;
}
.section1 .right .cont ul li .artic span {
	color: #fff;
	line-height: 5px;
	font-size: 14px;
	padding-left: 25px;
}
.section1 .right .cont ul li .artic i {
	display: block;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 25px;
	margin-top: -3px;
	position: absolute;
	background-image: url(../img/time2.png);
	background-repeat: no-repeat;
}
.section1 .right .cont ul li .artic a {
	display: block;
	color: #fff;
	width: 75px;
	right: 30px;
	bottom: 50px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	border-bottom: 1px solid #fdfdfd;
}
.section1 .right .cont ul .two .artic {
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
	padding: 15px 15px 15px 12px;
	position: absolute;
	line-height: 30px;
	box-sizing: border-box;
	background: rgba(36,101,106,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9924656A,endColorstr=#9924656A);
}
.section1 .right .cont ul .two ul li:hover .artic {
	display: block;
}
.section1 .right .cont ul .two .artic p {
	font-size: 17px;
	color: #fff;
	line-height: 24px;
}
.section1 .right .cont ul .two .artic a {
	display: block;
	color: #fff;
	width: 70px;
	right: 15px;
	bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	border-bottom: 1px solid #fdfdfd;
}



/*tab切换*/
.slideTxtBox { 
	width:100%;
	height:auto; 
	margin: 0 auto; 
	text-align:left; 
	position: relative;
	background-color: transparent; 
}
.slideTxtBox .hd {
	width:100%; 
	height:38px; 
	z-index: 1000; 
	border-bottom: 1px solid #93ABAD;
}
.slideTxtBox .hd ul { 
	height:36px; 
	width:100%;  
}
.slideTxtBox .hd ul li {
	float:left; 
	width:150px; 
	height:36px;
	color: #93ABAD; 
	cursor:pointer; 
	font-size: 24px;
	margin-right: 5px;
	text-align: center; 
}
.slideTxtBox .hd ul li:hover {
	color: #36777C;
}
.slideTxtBox .hd ul li.on { 
	height:36px;  
	color:#36777C; 
	font-weight: bold;
	border-bottom: 4px solid #36777C;
}
.slideTxtBox .hd ul li.on i {
	display: block;
}
.slideTxtBox .hd ul li.on span {
	display: block;
}
.slideTxtBox .bd {
	width: 100%;
}
.slideTxtBox .hd ul li span {
	font-size: 26px;
	color: #36777C;
	position: absolute;
	top: 0;
	left: 145px;
	display: none;
	font-weight: 900;
}
.slideTxtBox .hd ul li i {
	top: 8px;
	width: 22px;
	height: 3px;
	display: none;
	position: absolute;
	background-color: #9ABBBD;
}
.slideTxtBox .bd ul {
	zoom:1;
	padding-top: 8px;
	position: relative;
}
.slideTxtBox .bd li { 
	height:54px;
	width: 100%;
	padding-top:14px;
	position: relative; 
	padding-bottom:14px;
	border-bottom:1px dashed #DDDDDD;
}
.slideTxtBox .bd ul .more {
	width: 100%;
	height: 30px;
	font-size: 15px;
	margin-top: -1px;
	line-height: 30px;
	text-align: center;
	font-family: "幼圆";
	background-color: #C0D3D5;
}
.slideTxtBox .bd ul .more:hover {
	background-color: #36777C;
}
.slideTxtBox .bd ul .more a {
	color: #fff;
}
.slideTxtBox .bd ul li .left {
	top: 12px;
	left: 0;
	width: 17.8%;
	height: 54px;
	position: absolute;
	box-sizing: border-box;
	border-right: 1px solid #93ABAD;
}
.slideTxtBox .bd ul li .left p {
	width: 56px;
	color: #36777C;
	padding: 8px 0;
	font-size: 25px;
	font-weight: bold;
	font-family: "幼圆";
	text-align: center;
	background-color: #fff;
}
.slideTxtBox .bd ul li .left span {
	padding: 3px;
	color: #fff;
	font-size: 14px;
	background-color: #36777C;
}
.slideTxtBox .bd ul li .right {
	top: 12px;
	right: 0;
	width: 77.5%;
	height: 54px;
	position: absolute;
}
.slideTxtBox .bd ul li .right a {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
.slideTxtBox .bd ul li .right a:hover {
	color: #36777C;
}
/* 侧边链接 */
.sidebox  {
        position: absolute;
        height: 240px;
        width: 120px;
        right:0;
        top:300px;
        background-color:#000000a3;
        z-index:100
}
.sidebox:hover  {
        height:auto;
        width:255px;
        /*background-color:black;*/
}
.sidebox:hover .rk {
        display: block;
}
.sidebox .rk {
	color: #fff;
	width: 225px;
	height: 118px;
	display: none;
	font-size: 18px;
	line-height: 118px;
	text-align: center;
        padding-top: 20px;
	margin: 15px;
	position: relative;
	box-sizing: border-box;
	background-color: #6DB6BC;
}
.sidebox .rk i {
	top: 50%;
	right: 50%;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	margin-top: -35px;
	margin-right: -20px;
	background-image: url(../img/bmrk.png);
	background-repeat: no-repeat;
	background-size: 92%;
	transition: all .4s;
}
.sidebox .rk:hover i {
	background-size: 100%;
}
.sidebox .bkzn i {
	background-image: url(../img/bkzn.png);
}
.sidebox .bkzn {
	background-color: #D982AF;
}



.header .banner .hd {
    position: absolute;
    bottom: 20px;
    left: 47.5%;
    z-index: 99;
}
.header .banner .hd ul {
    display: inline-flex;
}
.header .banner .hd li {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #fff;
    margin: 0 10px;
}
.header .banner .hd li.on {
    background: #36777c;
}