@charset "utf-8";
body {margin: 0;padding: 0;}
ul,h3,h2,h1,li,p {padding: 0;margin: 0;list-style: none;}
a:hover,a:focus,a{text-decoration: none;color: #333333;}
a,img{display: block;}
.btn:focus,.btn:active,.btn:focus:active{outline: 0;}
/*滚动条*/
/* ::-webkit-scrollbar-corner { background-color:#ffffff;}
::-webkit-scrollbar{width: 6px; height:6px; border-radius:3px; }
::-webkit-scrollbar-track{ background:none; }
::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; } */
/* 清除浮动 */
.clearfix:after,.clearfix:before{display: table; content: " ";clear: both;}
.flex {
	display: flex;
}
/*各个行中间对齐*/
.flex-center {
	display: flex;
	align-items: center;
}
/*充满父元素*/
.flex_bd {
	flex: 1;
}
.totop{ position:fixed;right:10px;bottom:10px; background-color:rgba(195,3,18,0.8); border-radius:3px; padding:2px;}
.totop a{color:#ffff00; font-size:12px;}
.flex-end {
	align-items: flex-end;
}

.flex-zEnd {
	justify-content: flex-end;
}
/* 主轴两端对齐 */
.flex-zBetween {
	justify-content: space-between;
}
/* 主轴居中对齐 */
.flex-hc {
	justify-content: center;
}
/* 超出隐藏 */
.line-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.line-2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 文本域 */
textarea,.input{resize: none; outline: none;}
/* 图片滑过放大 */
.whole-img img{transition: .6s all;}
.whole-img img:hover{transform: scale(1.1);}
/* 背景图不重复 */
.whole-bgt{	background-position: center;background-repeat: no-repeat;background-size: cover;}


.top{
	background-color: #eef2f5;
	margin-bottom: 20px;
}
.top .container{
	position: relative;
	padding-left: 102px;
	height: 80px;
}
.top img{
	width: 100%;
}
.logo{
	width: 90px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 0;
}
.logo-r{
	width: 152px;
	height: 30px;
}
.top-pic{
	width: 288px;

}
.top-phone img{
	width: 34px;
	height: 36px;
	margin: 0 14px 0 44px;
}
.top-phone > p{
	font-size: 18px;
}
.top-phone > p > span{
	font-size: 20px;
	color: #c40311;
}
.logo-tips{
	font-size: 18px;
	margin-left: 46px;
	margin-top:5px;
}
.navbar{
	border: 0;
	margin-bottom: 0;
	min-height: auto;
	width:100%;
	background-color:#ffffff;
}
#c-header.c-style2 .navbar{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.navbar-nav > li {
	margin-right: 40px;
	min-width: 75px;
}
.navbar-nav > li:first-child{
	min-width: auto;
}
.navbar-nav > li:last-child{
	margin-right: 0;
}
.navbar-nav > li > a{
	padding: 24px 0;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	position: relative;
}
.navbar-nav > li > a:hover:before{
	display: block;
}
.navbar-nav > li > a:before{
	content: '';
	width: 20px;
	height: 4px;
	background-color: #c40311;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -10px;
	display: none;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover{
	font-size: 18px;
	color: #333333;
	position: relative;
} 
.navbar-nav > li.active > a:before{
	content: '';
	width: 20px;
	height: 4px;
	background-color: #c40311;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -10px;
	display: block;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
	background-color: transparent;
}
.navbar-collapse{
	padding: 0;
}
.title-icon{
	width: 134px;
	height: 28px;
	background-image: url(../images/ft-icon.png);
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding-left: 10px;
	position: absolute;
	top: 8px;
	left: 0;
}
.title-line{
	height: 1px;
	background-color: #ffffff;
	flex: 1;
}
.title-arrow{
	width: 12px;
	height: 14px;
	margin: 0 10px;
	background-image: url(../images/arrow.png);
}
.title-arrow img{
	width: 100%;
	height: 100%;
}
.title-arrow-flex{
	transform: rotateY(180deg);
}
.head-title > .title-tt{
	color: #ffffff;
	font-weight: bold;
	font-size: 34px;
	margin: 0 30px;
}
.head-tips{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin: 20px 0 40px;
}
.head-title{
	position: relative;
}



footer{
	background-image: url(../images/ft-bj.jpg);
	width: 100%;
	position: relative;
	padding-top: 80px;
}
footer:before{
	content: '';
	width: 100%;
	height: 4px;
	background-color: #ee3131;
	position: absolute;
	top: 0;
	left: 0;
}

footer form{
	background-color: rgba(0,0,0,0.16);
	padding: 38.5px 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 80px;
}
.form-tt{
	font-size: 26px
}
.form-bd .input{
	width: 100%;
	border: 0;
	background-color: #ffffff;
	outline: none;
	padding-left: 26px;
	height: 44px;
	font-size: 16px;
	color: #333333;
}
.form-bd .input::-webkit-input-placeholder{
	font-size: 16px;
	color: #999999;
}

footer form .btn{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	background-color: #c40311;
	padding:17px 63px;
	border-radius: 0;
	border: 0;
}
footer form .btn:hover{
	color: #ffffff;
	box-shadow: 0 0 0;
}
.form-bd{
	margin: 30px 0 40px;
}
.form-bd .row{
	margin: 0 -10px;
}
.form-bd .col-lg-3,
.form-bd .col-lg-6{
	padding: 0 10px;
}
.foot{
	padding:40px 0 ;
	border-top: 1px solid rgba(255,252,255,0.16);
	border-bottom: 1px solid rgba(255,252,255,0.16);
}
.foot-l{
	color: #ffffff;
	font-size: 22px;
}
.foot-in{
	flex: 1;
	margin: 0 160px;
}
.foot-in ul{
	display: flex;
	justify-content: space-between;
}
.foot-r img{
	width: 136px;
	height: 136px;
	margin: 0 auto;
}
.foot-r > P{
	font-size: 14px;
	color: rgba(255,255,255,0.56);
	text-align: center;
	margin-top: 16px;
}
.foot-in-hd a{
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 20px;
}
.foot-in-bd a{
	font-size: 14px;
	color: rgba(255,255,255,0.56);
	margin-bottom: 20px;
}
.ft-copy{
	font-size: 14px;
	color: rgba(255,255,255,0.56);
	text-align: center;
	padding: 20px 0;
}
.banner .swiper-slide{
	width: 100%;
	height: 688px;
}
.banner .swiper-pagination-bullet{
	width: 46px;
	height: 6px;
	background-color: rgba(255,255,255,0.6);
	opacity: 1;
	border-radius: 0;
	margin: 0 3px !important;
}

.banner .swiper-pagination-bullet-active{
	background-color: #c40311;
}
.head-title-red .title-arrow{
	background-image: url(../images/arrow1.png);
}
.head-title-red .title-line{
	background-color: #c40311;
}
.head-title-red .title-tt{
	color: #333333;
}
.head-title-red .head-tips{
	color: #333333;
}
.gove-bd{
	background-image: url(../images/gove1.jpg);
	background-position:left;
	width: 100%;
	padding: 60px 45px 70px;
}
.gove-l{
	width: 508px;
	position: relative;
}
.gove-l-lun{
	width: 100%;
	height: 370px;
	position: relative;
}
.gove-l-lun .swiper-pagination{
	bottom: 5px;
}
.gove-l-lun .swiper-pagination-bullet{
	background-color: #FFFFFF;
}
.gove-l-bd{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
.gove-r {
	width: 576px;
	height: 400px;
	position: relative;
}
.gove-r .swiper-btn{
	width: 26px;
	height: 26px;
	background-image: url(../images/arrow-right1.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: -40px;
	left: 300px;
}
.gove-r .btn-prev{
	left: 250px;
	transform: rotateY(180deg);
}
.gove-r img,
.gove-l-img img,
.gove-l-img1 img{
	width: 100%;
	height: 100%;
}
.gove-l-img,
.gove-l-img1{
	width: 258px;
	height: 340px;
	margin: 0 5px;
}
.mySwiper-gove .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gove-l-img1{
	width: 240px;
}
.gove-flex{
	width: 144px;
	height: 100px;
	overflow: hidden;
	padding:5px;
}
.gove-flex img{
	width: 100%;
	height: 100%;
	transition: .4s all;
}
.gove-flex img:hover{
	/* transform: scale(1.1); */
	cursor: pointer;
}
.mySwiper-gove1 .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.mySwiper-gove1 .gove-flex{
	padding: 2.5px;
}

.read-col .nav-tabs > li > a{
	padding: 0;
	margin: 0;
	border: 0;
}
.read-col .tab-content{
	background-color: #ffffff;
	padding: 10px;
}















.index-system{
	background-image: url(../images/sys-bj.jpg);
	width: 100%;
}
.sys-col{
	background-image: url(../images/sys1.png);
	width: 380px;
	height: 260px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding:20px 30px 0;
	margin-bottom: 30px;
}
.sys-col:hover{
	background-image: url(../images/sys1-on.png);
	cursor: pointer;
}

.sys-col-tt > p{
	font-size: 22px;
}
.sys-col-tt > span{
	font-size: 46px;
	font-weight: bold;
	font-style: italic;
}
.sys-col-line{
	width: 236px;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}
.sys-col-line::before{
	content: '';
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sys-col-desc{
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	min-height: 112px;
}

.sys-col-6{
	background-image: url(../images/sys1.png);
}.sys-col-5{
	background-image: url(../images/sys2.png);
}
.sys-col-4{
	background-image: url(../images/sys3.png);
}
.sys-col-3{
	background-image: url(../images/sys4.png);
}
.sys-col-2{
	background-image: url(../images/sys5.png);
}
.sys-col-1{
	background-image: url(../images/sys6.png);
}


.sys-col-6:hover,
.sys-col-6.active{
	background-image: url(../images/sys1-on.png);
}
.sys-col-5:hover,
.sys-col-5.active{
	background-image: url(../images/sys2-on.png);
}
.sys-col-4:hover,
.sys-col-4.active{
	background-image: url(../images/sys3-on.png);
}
.sys-col-3:hover,
.sys-col-3.active{
	background-image: url(../images/sys4-on.png);
}
.sys-col-2:hover,
.sys-col-2.active{
	background-image: url(../images/sys5-on.png);
}
.sys-col-1:hover,
.sys-col-1.active{
	background-image: url(../images/sys6-on.png);
}

.sys-bd .col-lg-4:nth-child(n+4) .sys-col{
	margin-bottom: 0;
}

.edu-r{
	width: 570px;
	margin: 32px 0 0 30px;
}
.edu-l-col{
	margin-bottom: 26px;
}
.edu-l-pic{
	width: 600px;
	height: 140px;
}
.edu-l-pic img,
.edu-r-c img,
.edu-r-img img,
.read-lun .swiper-slide img,
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
}
.edu-l-tt a{
	font-size: 20px;
	font-weight: bold;
}
.edu-l-tt a:hover{
	color: #c40311;
}
.edu-l-text{
	font-size: 14px;
	margin: 10px 0;
}
.edu-r-img{
	width: 570px;
	height: 240px;
	margin-bottom: 15px;
}
.edu-r-c{
	width: 276px;
	height: 198px;
}
.index-library{
	background-image: url(../images/libr-bj.jpg);
	width: 100%;
	position: relative;
}
.index-library:before{
	content: '';
	width: 100%;
	height: 3px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	top: 280px;
	left: 0;
}
.libr-col{
	transform: translateY(0);
	transition: .4s all;
}
.libr-col:hover{
	transform: translateY(-10px);
	cursor: pointer;
}
.libr-col-tt{
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.libr-col-tt:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/libr1.png);
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -52px;
}
.libr-col-pic{
	background-image: url(../images/libr2.jpg);
	height: 240px;
	text-align: center;
	position: relative;
	padding-top: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.libr-col-pic::before,
.libr-col-pic::after{
	content: '';
	width: 1px;
	height: 40px;
	background-color: #ffffff;
	position: absolute;
	top: -30px;
	left: 40px;
}
.libr-col-pic::after{
	left: auto;
	right: 40px;
}
.libr-pic-tt{
	font-size: 38px;
	color: #c40311;
	font-weight: bold;
}
.libr-pic-d > P{
	font-size: 14px;
	margin-top: 14px;
}
.libr-bd{
	padding: 0 40px;
}
.libr-bd .row{
	margin: 0 -41px;
}
.libr-bd .col-lg-3{
	padding: 0 41px;
}
.libr-bd .col-lg-3:last-child .libr-col .libr-col-tt::before{
	display: none;
}
.libr-col-q{
	background-image: url(../images/libr3.jpg);
}
.libr-col-w{
	background-image: url(../images/libr4.jpg);
}
.libr-col-e{
	background-image: url(../images/libr5.jpg);
}
.index-reading{
	background-image: url(../images/read-bj.jpg);
	width: 100%;
}
.read-lun{
}
.read-lun .swiper-slide{
	width: 100%;
	height: 394px;
}
.read-lun .swiper-pagination-bullet{
	width: 46px;
	height: 6px;
	background-color: rgba(255,255,255,0.6);
	opacity: 1;
	border-radius: 0;
	margin: 0 3px !important;
}

.read-lun .swiper-pagination-bullet-active{
	background-color: #c40311;
}
.read-lun .lun-pag{
	left: 34% !important; 
	bottom: 4px !important;
}
.read-col .row{
	margin: 0 -14px;
}
.read-col .col-lg-6{
	padding: 0 14px;
}
.read-pic{
	background-color: #ffffff;
	padding:22.5px 30px;
	margin-bottom: 27px;
}
.read-pic:hover{
	background-color: transparent;
	background-image: url(../images/read2.jpg);
	cursor: pointer;
}
.read-pic:hover .read-pic-hd p,
.read-pic:hover .read-pic-c{
	color: #ffffff;
}
.read-icon{
	width: 42px;
	height: 40px;
}
.read-icon img{
	width: 100%;
	height: 100%;
}
.read-pic-hd p{
	font-size: 22px;
	flex:1;
	margin-left: 20px;
}
.read-pic-c{
	font-size: 14px;
	margin-top: 15px;
}
.read-col .nav-tabs{
	margin: 0 -15px;
	border-bottom: 0;
}
.read-col .nav-tabs > li.active > a,
.read-col .nav-tabs > li.active > a:hover{
	background-color: transparent;
	border: 0;
}
.read-col .nav-tabs > li.active > a .read-pic{
	background-color: transparent;
	background-image: url(../images/read2.jpg);
	cursor: pointer;
}
.read-col .nav-tabs > li.active > a .read-pic-hd p,
.read-col .nav-tabs > li.active > a .read-pic-c{
	color: #ffffff;
}
.read-col .nav-tabs > li{
	width: 50%;
	padding: 0 15px;
}
.read-col .nav-tabs > li a{
}


.news-tab .nav-tabs{
	border: 0;
	margin: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-tab .nav-tabs > li{
	margin-bottom: 0;
	margin: 0 10px;
}
.news-tab .nav-tabs > li > a{
	background-color: #e7e7e7;
	font-size: 14px;
	color: #333333;
	padding: 10px 0;
	border: 0;
	width: 100px;
	text-align: center;
	border-radius: 10px;
}
.news-tab .nav-tabs > li.active > a,
.news-tab .nav-tabs > li.active > a:hover,
.news-tab .nav-tabs > li.active > a:focus,
.news-tab .nav-tabs > li > a:hover,
.news-tab .nav-tabs > li > a:focus,
.news-tab .nav-tabs > li > a:active{
	background-color: #c40311;
	color: #FFFFFF;
	border: 0;
}
.news-lun{
	width: 560px;
}
.news-lun .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	margin: 0 6px !important;
}
.news-lun .news-pag{
	left: 35% !important;
}
.news-panel{
	flex: 1;
	margin-left: 40px;
	background-color: #ffffff;
	box-shadow: 0 0 24px 0 rgba(211,172,175,0.25);
	padding:0;
}
.news-pic{
	width: 100%;
	height: 400px;
}
.news-pic img{
	width: 100%;
	height: 100%;
}
.news-data{
	background-color: #c40311;
	padding: 20px 20px 33px;
	color: #ffffff;
}
.news-d-t a{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.news-d-a{
	font-size: 16px;
	margin: 16px 0 40px;
	line-height: 26px;
}
.news-d-time{
	font-size: 16px;
}
.news-cell-time{
	font-size: 16px;
	color: #999999;
}
.news-cell-t a{
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.news-cell-t a:hover{
	color: #c40311;
}
.news-cell-d{
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}
.news-cell{
	border-bottom: 1px dashed #dfe4ea;
	padding:19px 30px;
}
.news-cell:hover{
	background-color: #fbfbfb;
	cursor: pointer;
}
.news-cell:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.cli-l{
	width: 318px;
}
.cli-r{
	flex: 1;
	margin-left: 70px;
}
.cli-l-img{
	width: 100%;
	height: 430px;
}
.cli-l-img img{
	width: 100%;
	height: 100%;
}
.cli-l > p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.cli-pic{
	width: 272px;
	height: 274px;
	position: relative;
	border: 5px solid #ffffff;
	border-radius: 100%;
	box-shadow: 0 0 23px 8px rgba(151,23,49,0.23);
}
.cli-pic img{
	width: 100%;
	height: 100%;
}
.cli-col{
	flex: 1;
	text-align: right;
}
.cli-cell{
	margin-bottom: 20px;
	height: 85px;
}
.cli-cell:hover{
	cursor: pointer;
}
.cli-cell:hover .cli-cell-t{
	font-size: 19px;
	font-weight: bold;
}
.cli-cell:hover .cli-cell-d{
	font-size: 15px;
	font-weight: bold;
	margin-left: 0;
}
.cli-cell-mr:hover{
	margin-left: -20px;
}

.cli-cell-l:hover .cli-cell .cli-cell-d{
	margin-right: 0;
}

.cli-cell-ml:hover{
	margin-right: -20px;
}
.cli-cell .cli-cell-d{
	margin-left: 34px;
}
.cli-cell-mr .cli-cell-d{
	margin-left: 0px;
}
.cli-cell:last-child{
	margin-bottom: 0;
}
.cli-pic p{
	position: absolute;
	width: 100%;
	bottom: 80px;
	left: 0;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}
.cli-cell-t{
	font-size: 18px;
	background-color: #c40311;
	border-radius: 50px;
	padding: 4px 14px 1px 14px;
	border: 2px solid #ffffff;
	box-shadow: 0 0 10px 2px rgba(196,3,17,0.16);
	display: inline-block;
	color: #ffffff;
	margin-bottom: 8px;
}
.cli-cell-d{
	font-size: 14px;
}
.cli-cell-l{
	text-align: left;
}
.cli-cell-blue{
	background-color: #115690;
	box-shadow: 0 0 10px 2px rgba(17,86,144,0.16);
}
.cli-cell-mr{
	margin-right: 40px;
}
.cli-cell-ml{
	margin-left: 40px;
}
.cli-cell-l .cli-cell .cli-cell-d{
	margin-left: 0;
	margin-right: 34px;
}
.cli-cell-l .cli-cell-ml .cli-cell-d{
	margin-right:0;
}
.client .head-tips{
	margin: 20px 0 0;
}
.busi-c{
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 0 24px 6px rgba(158,145,146,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 28px;
	height: 346px;
}
.busi-c:hover{
	background-color: #c40311;
	cursor: pointer;
}
.busi-c:hover .busi-c-icon i,
.busi-c:hover .busi-c-tt,
.busi-c:hover .busi-c-bd p{
	color: #ffffff;
}
.busi-c-icon {
	margin: 0 auto;
}
.busi-c-icon i{
	font-size: 46px;
	color: #c40311;
}
.busi-c-icon img{
	width: 100%;
	height: 100%;
}
.busi-c-tt{
	font-size: 18px;
	font-weight: bold;
	margin: 34px 0;
}
.busi-c-bd > p{
	font-size: 14px;
	margin-bottom: 15px;
	color: #666666;
}
.busi-i .row{
	margin: 0 -7.5px;
}
.busi-i .col-lg-4{
	padding: 0 7.5px;
	width:auto;
}
.busi-f{
	background-image: url(../images/busi2.png);
	width: 146px;
	height: 154px;
	padding: 18px 10px 0;
	color: #ffffff;
	font-size: 14px;
	transition: .4s all;
}
.busi-f:hover{
	transform: translateY(-10px);
	cursor: pointer;
}
.busi-f-t{
	font-weight: bold;
	font-size:15px;
	color:#ffff00;
	margin-bottom: 15px;
}
.busi-f-z{
	background-image: url(../images/busi3.png);
	height: 218px;
}
.busi-f-x{
	background-image: url(../images/busi4.png);
	height: 282px;
}
.busi-f-c{
	background-image: url(../images/busi5.png);
	width: 144px;
	height: 346px;
}
.busi-speen{
	flex: 1;
	margin-left: 18px;
	position: relative;
}
.busi-speen::before{
	content: '';
	width: 524px;
	height: 218px;
	background-image: url(../images/busi1.png);
	position: absolute;
	bottom: 152px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.busi-bd{
	margin-top: 130px;
}
.index-teacher{
	background-image: url(../images/teacher-bj.jpg);
	width: 100%;
}
.teacher .head-tips{
	width: 940px;
	margin: 20px auto 30px;
}
.tea-bd{
	background-color: #ffffff;
	padding: 20px;
	position: relative;
}
.tea-bd:before{
	content: '';
	width: 100%;
	height: 5px;
	background-color: #c40311;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tea-l{
	width: 426px;
	height: 378px;
}
.tea-l img{
	width: 100%;
	height: 100%;
}
.tea-lun{
	width: 700px;
	margin-left: 48px;
}
.swiper_btn{
	width: 26px;
	height: 26px;
	background-image: url(../images/arrow-right.png);
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 9;
}
.swiper-prev{
	top: 100px;
	transform: rotateY(180deg);
}

.tea-lun-top{
	padding-right: 40px;
	position: relative;
	margin-bottom: 20px;
}
.tea-lun-top .swiper-slide{
	border: 3px solid #ffffff;
}
.tea-lun-top .swiper-slide-thumb-active{
	border: 3px solid #c40311;
}
.tea-lun-bd{
	position: relative;
}
.tea-text p{
	font-size: 14px;
	line-height: 22px;
	padding-bottom:10px;
}
.tea-text p strong{font-size:18px;}
.tea-text p span{padding-left:20px; font-weight:bold;}
.index{
	padding: 110px 0;
}
.tea-lun-top .swiper-slide img{
	width: 100%;
	height: 100%;
}

.carousel-inner .item{
	width: 200px;
}


#box .col-lg-4.active .sys-col{
	background-image: url(../images/sys1-on.png);
}

.gove-hover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.gove-hover img{
	width: 100%;
	height: 100%;
	display: block;
}












@media(max-width:1200px){
	.sys-bd .col-lg-4:nth-child(n+4) .sys-col{
		margin-bottom: 30px;
	}
	.gove-r{
		width: 414px;
	}
}


@media(max-width:768px){
	.container{
		padding:0 15px;
	}
	.top .container{
		padding: 0;
		height: 60px;
		margin-bottom: -58px;
	}
	.top-r{
		flex: 1;
		align-items: flex-start;
		margin-left: 20px;
	}
	.top-in,
	.top-r,
	.gove-l-top,
	.gove-bd,
	.edu-bd,
	.busi-bd,
	.cli-flex,
	.news-flex{
		flex-direction: column;
	}
	.banner .swiper-slide {
	    height: 200px;
	}
	.gove-bd {
	    padding: 15px 15px 40px;
	}
	.gove-r .swiper-btn {
	    bottom: -32px;
	    left: 170px;
	}
	.gove-r .btn-prev {
	    left: 120px;
	}
	.gove-l-img,
	.gove-l-img1,
	.gove-l-img img,
	.gove-l-img1 img{
		width: 100%;
		height: 168px;
	}
	.gove-l .swiper-pagination{
		bottom: -25px !important;
	}
	.gove-l-bd {
	    font-size: 14px;
	    margin: 15px 0;
	}
	.gove-r {
	    width: 100%;
	    height: auto;
	}
	.edu-l-pic {
	    width: 100%;
	    height: auto;
	}
	.edu-l-tt a {
	    font-size: 16px;
	}
	
	
	
	.edu-l-col,
	.read-lun{
	    margin-bottom: 15px;
	}
	
	
	
	
	.edu-r {
	    width: 100%;
	    margin: 0;
	}
	.edu-r-img {
	    width: 100%;
	    height: auto;
	}
	.edu-r-cell{
		margin: 0 -5px;
	}
	.edu-r-c {
	    width: 100%;
	    height: auto;
		padding: 0 5px;
	}
	.sys-col {
	    width: 100%;
	    height: auto;
	    padding: 15px 10px;
	    margin-bottom: 15px;
	}
	.sys-col-tt{
		margin-bottom: 10px;
	}
	.sys-bd .row{
		margin: 0 -7.5px;
	}
	.sys-bd .col-xs-6{
		padding:0 7.5px;
	}
	.sys-col-tt > p {
	    font-size: 16px;
	}
	.sys-col-tt > span {
	    font-size: 32px;
	}
	.sys-col-desc {
	    line-height: 22px;
	    margin-top: 10px;
		min-height: 180px;
	}
	.busi-bd {
	    margin-top: 30px;
		align-items: flex-start;
	}
	
	.busi-c-tt {
	    font-size: 14px;
	    margin: 10px 0;
	}
	.busi-c-bd > p {
	    margin-bottom: 5px;
		font-size: 12px;
	}
	.busi-c {
	    padding: 15px;
	    height: auto;
		margin-bottom: 15px;
	}
	.busi-speen {
	    flex: initial;
	    margin-left: 0;
	}
	.busi-f {
	    width: 86px;
	    height: 92px;
	    padding: 5px;
	}
	.busi-f-z{
		height: 130px;
	}
	.busi-f-x{
		height: 166px;
	}
	.busi-f-c{
		height: 208px;
	}
	.busi-f-bd{
		font-size: 12px;
	}
	.busi-speen::before {
	    width: 310px;
	    height: 130px;
	    bottom: 92px;
	}
	.busi-speen{
		margin-top: 30px;
	}
	.read-lun .swiper-slide{
		height: auto;
	}
	.read-pic {
	    padding: 15px;
	    margin-bottom: 15px;
	}
	.read-pic-hd p {
	    font-size: 18px;
	    margin-left: 14px;
	}
	.cli-l {
	    width: 100%;
	}
	.cli-l-img {
	    height: auto;
	}
	.cli-l > p{
		margin: 15px 0;
	}
	.libr-bd .row {
	    margin: 0 -7.5px;
	}
	.libr-bd .col-lg-3 {
	    padding: 0 7.5px;
	}
	.libr-bd {
	    padding: 0;
	}
	.libr-col-tt:before{
		display: none;
	}
	.libr-col-tt {
	    font-size: 18px;
	    padding: 7.5px 0;
	    margin-bottom: 15px;
	}
	.libr-pic-tt {
	    font-size: 28px;
	}
	.libr-pic-d > P {
	    font-size: 14px;
	    margin-top: 6px;
	}
	.libr-pic-d{
		min-height: 100px;
	}
	.libr-col-pic{
		height: auto;
		padding: 15px 10px;
	}
	.libr-col{
		margin-bottom: 30px;
	}
	.news-lun {
	    width: 100%;
	}
	.news-pic {
	    height: auto;
	}
	.news-pic {
	    width: 100%;
	    height: auto;
	}
	.news-data{
		padding: 15px;
	}
	.news-d-t a {
	    font-size: 18px;
	}
	.news-d-a {
	    font-size: 14px;
	    margin: 10px 0;
	    line-height: 22px;
	}
	.news-d-time {
	    font-size: 14px;
	}
	.news-panel {
		margin-top: 15px;
	    flex: initial;
	    margin-left: 0;
	    padding: 15px;
	}
	.news-cell-time {
	    font-size: 14px;
	}
	.news-cell-t a {
	    font-size: 16px;
	    font-weight: bold;
	    margin: 10px 0 5px;
	}
	.news-cell-d {
	    font-size: 14px;
	    line-height: 22px;
	}
	.form-tt {
	    font-size: 18px;
	}
	footer form {
	    padding: 15px;
		margin-bottom: 40px;
	}
	.form-bd .input{
		margin-bottom: 15px;
	}
	.form-bd .input {
	    width: 100%;
	    border: 0;
	    background-color: #ffffff;
	    outline: none;
	    padding-left: 15px;
	    height: 40px;
	    font-size: 14px;
	    color: #333333;
	}
	.form-bd .input::-webkit-input-placeholder{
		font-size: 14px;
	}
	.form-bd {
	    margin: 15px 0;
	}
	
	footer form .btn {
	    font-size: 14px;
	    padding: 10px 37px;
	}
	.foot{
		flex-direction: column;
		padding: 20px 0;
	}
	
	.foot-in {
	    flex: initial;
	    margin: 15px 0;
		width: 100%;
	}
	.foot-in-hd a {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.foot-in-bd a {
	    font-size: 14px;
	    color: rgba(255,255,255,0.56);
	    margin-bottom: 10px;
	}
	.foot-l{
		text-align: center;
	}
	footer{
		padding-top: 40px;
	}
	.index {
	    padding: 50px 0;
	}
	.news-tab .nav-tabs {
	    border: 0;
	    margin: 40px -5px 15px;
		display: block;
		white-space: nowrap;
		overflow-x: auto;
	}
	.news-tab .nav-tabs > li {
	    margin-bottom: 0;
	    margin: 0 0 10px 0;
	    width: 25%;
		padding: 0 5px;
		display: inline-block;
		float: initial;
	}
	.news-tab .nav-tabs > li > a {
	    padding: 10px 0;
	    width: 100%;
	}
	.cli-r {
	    flex: initial;
	    margin-left: 0;
		flex-direction: column;
		position: relative;	
		padding-top: 320px;
	}
	.cli-col {
	    flex: initial;
	    text-align: left;
	}
	.cli-cell .cli-cell-d {
	    margin-left: 0;
	}
	.cli-cell-ml {
	    margin-left: 0;
	}
	.cli-pic{
		margin: 15px 0;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -136px;
	}
	.tea-bd{
		flex-direction: column;
	}
	.tea-l {
	    width: 100%;
	    height: auto;
		margin-bottom: 15px;
	}
	.tea-lun {
	    width: 100%;
	    margin-left: 0;
	}
	.tea-lun-top {
	    padding-right: 30px;
	}
	.teacher .head-tips {
	    width: 100%;
	    margin: 20px 0;
	}
	.head-title{
		flex-direction: column;
		align-items: flex-start;
	}
	.head-title > .title-tt {
	    font-size: 20px;
	    margin: 10px 0 0 0;
	}
	.title-arrow{
		display: none;
	}
	.title-icon{
		position: static;
	}
	.logo-r {
	    width: 76px;
	    height: auto;
	}
	.logo-tips {
	    font-size: 14px;
	    margin-left: 0;
	}
	.top-pic {
	    width: 126px;
	    height: auto;
		display: none;
	}
	.top-in{
		display: none;
	}
	.top-phone img {
		width: 17px;
		height: auto;
	    margin: 0 14px 0 0;
	}
	.top-phone > p {
	    font-size: 16px;
	}
	.top-phone > p > span {
	    font-size: 16px;
	    color: #c40311;
	}
	.logo {
	    width: 45px;
	    height: auto;
	    position: static;
	}
	header{
		background-color: #eef2f5;
		padding-left: 15px;
		position: relative;
	}
	header .top{
		margin-bottom: 0;
	}
	header .navbar-toggle{
		border: 1px solid #c40311;
		margin-top: 10px;
		margin-bottom: 16px;
	}
	header .navbar-toggle .icon-bar{
		background-color: #c40311;
	}
	header .nav{
		flex-direction: column;
		align-items: flex-start;
	}
	header .navbar-nav{
		margin: 0;
		padding: 0;
	}
	header .navbar-nav > li > a {
	    padding: 13px 0;
	    font-size: 16px;
	}
	header .navbar-nav > li {
	    margin-right: 0;
	    min-width: auto;
	}
	header .navbar-nav > li.active > a:before,
	header .navbar-nav > li > a:before {
	    bottom: 0;
	}
	.head-tips{
		text-align: left;
	}
	.read-lun .swiper-pagination-bullet,
	.banner .swiper-pagination-bullet{
		width: 23px;
	}
	.busi-f-t {
	    margin-bottom: 12px;
	}
	.gove-l{
		width: 100%;
	}
	.gove-l-lun{
		height: 168px;
		margin-bottom: 30px;
	}
	.gove-flex {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.busi-c-icon i {
	    font-size: 40px;
	}
	.read-col .row{
		display: flex;
		flex-direction: column-reverse;
	}
	.read-col .nav-tabs{
		margin: 0 -7.5px;
	}
	.read-col .nav-tabs > li{
		padding:0 7.5px;
	}
	.cli-cell-mr:hover{
		margin-left: 0;
	}
	.cli-cell-ml:hover{
		margin-right: 0;
	}
	.news-cell{
		padding: 7.5px 0;
	}
	.sys-col-line{
		width: 100%;
	}
	.cli-col{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cli-cell{
		width: 49%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.cli-cell-l .cli-cell .cli-cell-d{
		margin-right: 0;
	}
	.navbar{
		width: 100%;
		background-color: transparent;
	}
	#c-header.c-style2 .navbar{
		position: static;
	}
}