#banner {
	position: relative;
}

#banner .arrow-left {
	position: absolute;
	left: 11.14583333%;
	top: 50%;
	margin-top: -30px;
	z-index: 101;
}

#banner .arrow-right {
	position: absolute;
	right: 11.14583333%;
	top: 50%;
	margin-top: -30px;
	z-index: 101;
}

#banner .swiper-slide {
	position: relative;
}

#banner .swiper-slide .box {
	position: absolute;
	height: 100%;
	width: 1200px;
	left: 50%;
	top: 0;
	margin-left: -600px;
	z-index: 100;
}

#banner .swiper-slide .box .text {
	float: right;
	background: rgba(0, 0, 0, 0.5);
	width: 420px;
	height: 75.98371777%;
	color: #ffffff;
	text-align: center;
	padding: 7% 2%;
	margin-top: 5.5%;
	box-sizing: border-box;
}

#banner .swiper-slide .box .text p.t {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#banner .swiper-slide .box .text p.b {
	min-height: 60px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.875;
	text-align: left;
	margin-bottom: 23%;
}

#banner .swiper-slide .box .text a {
	display: inline-block;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	width: 158px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
}

#banner .paginationBox {
	z-index: 100;
	position: absolute;
	bottom: 20%;
	width: 1200px;
	margin-left: -600px;
	left: 50%;
	text-align: right;
}

#banner .paginationBox .pagination {
	float: right;
	width: 420px;
	text-align: center;
	display: block;
}

#banner .paginationBox .pagination span {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	z-index: 18;
	display: inline-block;
	margin: 0 5px;
}

#banner .paginationBox .pagination .swiper-active-switch {
	border-radius: 50%;
	background-color: #2e5fb7;
	border: 1px solid #2e5fb7;
	width: 10px;
	height: 10px;
	border: none;
}

#center {
	padding: 15px 0;
}

#center .btn {
	border-radius: 4px;
	background-color: #102e72;
	width: 148px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #ffffff;
	margin-right: 40px;
	padding: 0;
}

#center a {
	line-height: 38px;
	color: #333333;
	font-size: 18px;
	position: relative;
	top: 4px;
}

#center a:hover {
	color: #669dff;
}

#center2 {
	background: url(../img/center-bg.png) no-repeat center;
	background-size: 1920px 100%;
}

#center2 .left {
	width: 855px;
}

#center2 .left .top {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#center2 .left .top .tab {
	cursor: pointer;
	float: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
}

#center2 .left .top .tab:hover,
#center2 .left .top .tab.on {
	color: #669dff;
}

#center2 .left .top .line {
	background-color: #ffffff;
	width: 1px;
	height: 16px;
	margin: 11px 30px 0;
	float: left;
}

#center2 .left .top a {
	border-radius: 4px;
	background-color: #ffffff;
	width: 136px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #2e5fb7;
	transition: all 0.5s;
	cursor: pointer;
}

#center2 .left .top a:hover {
	background: #2e5fb7;
	color: #fffffe;
	transition: all 0.5s;
}

#center2 .left .change {
	display: none;
}

#center2 .left .change a {
	color: #ffffff;
	display: block;
	float: left;
	width: 43%;
	margin-top: 30px;
	height: 40px;
}

#center2 .left .change a span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	float: right;
}

#center2 .left .change a:nth-of-type(2n) {
	margin-left: 14%;
}

#center2 .right {
	width: 300px;
	padding-left: 43px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	margin: 20px 0 30px;
}

#center2 .right p {
	font-size: 14px;
	color: #ffffff;
	padding: 0px 0 10px;
}

#center2 .right .tab {
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.2);
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fffffe;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
}

#center2 .right .tab:hover,
#center2 .right .tab.on {
	background: #fffeff;
	color: #103c9f;
}

#center2 .right span {
	color: #ffffff;
	line-height: 36px;
	margin: 0 9px;
}

#center2 .right .btn {
	border-radius: 4px;
	background-color: #2e5fb7;
	width: 100%;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #ffffff;
	padding: 0;
	margin-top: 10px;
	display: block;
}

#center2 .right .btn:hover {
	opacity: 0.8s;
}

#center2 .right .btn img {
	margin-right: 5px;
	vertical-align: middle;
}

#video {
	position: relative;
	padding: 40px 0 140px;
	background: #f5f5f5 url(../images/video-bg.png) no-repeat center bottom;
}

#video .cont {
	position: relative;
}

#video .arrow-left {
	position: absolute;
	left: 0px;
	top: 43%;
	z-index: 100;
	margin-top: -20px;
}

#video .arrow-right {
	position: absolute;
	right: 0px;
	top: 43%;
	margin-top: -20px;
	z-index: 100;
}

#video .tit {
	font-size: 32px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

#video .tit .line {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #3082ce;
	width: 60px;
	height: 4px;
}

#video .tit a {
	float: right;
	color: #999999;
	line-height: 35px;
	font-size: 14px;
}

#video .tit a:hover {
	color: #3082ce;
}

#video .swiper-wrapper {
	padding: 60px 0;
}

#video .swiper-wrapper .swiper-slide {
	position: relative;
	cursor: text;
}

#video .swiper-wrapper .swiper-slide .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
}

#video .swiper-wrapper .swiper-slide .text {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.493;
	text-align: center;
	padding-bottom: 10px;
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

#video .swiper-wrapper .swiper-slide .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

#video .swiper-wrapper .swiper-slide.on {
	z-index: 101;
	transform: scale(1.4);
	transition: all 0.5s;
}

#video .swiper-wrapper .swiper-slide.on .shadow {
	display: none;
}

#video .swiper-wrapper .swiper-slide p {
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 0;
	display: none;
}

#video .swiper-wrapper .swiper-slide.on p {
	display: block;
}

#list {
	padding: 60px 0;
}

#list .left {
	width: 49%;
	max-width: 600px;
}

#list .right {
	width: 49%;
	max-width: 565px;
}

#list .right .item .img {
	width: 260px;
}

#list .right .item .text {
	width: 285px;
}

#list .right .item .text p.t {
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	height: 75px;
}

#list .right .item .text p.t:hover {
	color: #2e5fb7;
}

#list .right .item .text p.time {
	padding-left: 30px;
	background: url(../img/icon-time.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#list .right .item .text p.loc {
	padding-left: 30px;
	background: url(../img/icon-loc.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#list .right .item .text p.user {
	padding-left: 30px;
	background: url(../img/icon-user.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#list .right .item1 {
	margin-top: 16.3px;
}

#list .right .item1 .data {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	padding-right: 8px;
	background: url(../img/item2.png) no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
}

#list .right .item1 .data p.t {
	font-size: 42px;
	/*margin: 10px 0;*/
	font-family: arial;
}

#list .right .item1 .data p.b {
	font-size: 16px;
	font-family: arial;
}

#list .right .item1 .text {
	width: 430px;
}

#list .right .item1 .text p.t {
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	/* height: 56px; */
	margin-bottom: 8px;
}

#list .right .item1 .text p.t:hover {
	color: #2e5fb7;
}

#list .right .item1 .text p.time {
	padding-left: 30px;
	background: url(../images/icon-time.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#list .right .item1 .text p.loc {
	padding-left: 30px;
	background: url(../images/icon-loc.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#list .right .item1 .text p.user {
	padding-left: 30px;
	background: url(../images/icon-user.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#list .tit {
	font-size: 32px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

#list .tit .line {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #3082ce;
	width: 60px;
	height: 4px;
}

#list .tit a {
	float: right;
	color: #999999;
	line-height: 35px;
	font-size: 14px;
}

#list .tit a:hover {
	color: #3082ce;
}

#list .box {
	position: relative;
	overflow: hidden;
}

#list .box p {
	position: absolute;
	width: 100%;
	left: 0;
	line-height: 1.6;
	padding: 10px;
	color: #ffffff;
	bottom: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
}

#list .box img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}

#list .box:hover img {
	transform: scale(1.2);
	transition: all 0.5s;
}

#list .box .play {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: 30%;
}

#fixedRight {
	position: fixed;
	right: 5px;
	top: 300px;
	z-index: 500;
	top: 50%;
	margin-top: -180px;
}

#fixedRight #c1 {
	background: #102e72 url(../images/right1-on.png) no-repeat center 12px;
	box-sizing: border-box;
	padding-top: 42px;
	width: 66px;
	height: 66px;
	margin-top: 7px;
	box-shadow: 1px 1px 10px #cfcfcf;
	border-radius: 5px;
	z-index: 5000;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

#fixedRight #c1:hover,
#fixedRight #c1.on {
	background: #ffffff url(../images/right1.png) no-repeat center 12px;
	color: #102e72;
	transition: all 0.5s;
}

#fixedRight #c2 {
	background: #102e72 url(../images/right2-on.png) no-repeat center 12px;
	box-sizing: border-box;
	padding-top: 42px;
	width: 66px;
	height: 66px;
	margin-top: 7px;
	box-shadow: 1px 1px 10px #cfcfcf;
	border-radius: 5px;
	z-index: 5000;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

#fixedRight #c2:hover,
#fixedRight #c2.on {
	background: #ffffff url(../images/right2.png) no-repeat center 12px;
	color: #102e72;
	transition: all 0.5s;
}

#fixedRight #c3 {
	background: #102e72 url(../images/right3-on.png) no-repeat center 12px;
	box-sizing: border-box;
	padding-top: 42px;
	width: 66px;
	height: 66px;
	margin-top: 7px;
	box-shadow: 1px 1px 10px #cfcfcf;
	border-radius: 5px;
	z-index: 5000;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

#fixedRight #c3:hover,
#fixedRight #c3.on {
	background: #ffffff url(../images/right3.png) no-repeat center 12px;
	color: #102e72;
	transition: all 0.5s;
}

#fixedRight #c4 {
	background: #102e72 url(../images/right6-on.png) no-repeat center 12px;
	box-sizing: border-box;
	padding-top: 42px;
	width: 66px;
	height: 66px;
	margin-top: 7px;
	box-shadow: 1px 1px 10px #cfcfcf;
	border-radius: 5px;
	z-index: 5000;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

#fixedRight #c4:hover,
#fixedRight #c4.on {
	background: #ffffff url(../images/right6.png) no-repeat center 12px;
	color: #102e72;
	transition: all 0.5s;
}

#fixedRight #c5 {
	background: #102e72 url(../images/right5-on.png) no-repeat center 12px;
	box-sizing: border-box;
	padding-top: 42px;
	width: 66px;
	height: 66px;
	margin-top: 7px;
	box-shadow: 1px 1px 10px #cfcfcf;
	border-radius: 5px;
	z-index: 5000;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

#fixedRight #c5:hover,
#fixedRight #c5.on {
	background: #ffffff url(../images/right5.png) no-repeat center 12px;
	color: #102e72;
	transition: all 0.5s;
}

#fixedRight #getPhone_one {
	display: none;
	line-height: 20px;
	width: 210px;
	height: 230px;
	border-radius: 4px;
	padding-top: 4px;
	box-shadow: 1px 1px 6px #ddd;
	background-color: #f1f1f1;
	position: absolute;
	top: 8px;
	right: 84px;
	font-size: 15px;
	z-index: 2000;
}

#fixedRight #getPhone_one p.t {
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}

#fixedRight #getPhone_one p.b {
	font-size: 13px;
	line-height: 20px;
}

#fixedRight #getPhone_one input {
	display: block;
	border-radius: 3px;
	height: 30px;
	margin-top: 10px;
	border: 1px solid #666666;
	outline: none;
	padding-left: 10px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
}

#fixedRight #getPhone_one .subtn {
	background: #102e72;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	cursor: pointer;
}

#fixedRight #getPhone_one .subtn:hover {
	opacity: 0.8;
}

#fixedRight #apply {
	position: absolute;
	right: 84px;
	top: 378px;
	height: 198px;
	width: 200px;
	position: fixed;
	display: none;
	border-radius: 4px;
	box-shadow: 1px 1px 6px #b7b7b7;
	background-color: white;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 15px;
}

#fixedRight #apply .apply_option {
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	height: 44px;
	line-height: 23px;
}

#fixedRight #apply .apply_botton {
	border: 1px solid #102e72;
	color: #102e72;
	display: inline-block;
	width: 50px;
	height: 20px;
	border-radius: 4px;
	line-height: 20px;
	text-align: center;
	float: right;
	margin-top: 2px;
}

#fixedRight #apply .apply_botton:hover {
	background: #102e72;
	color: #ffffff;
}

#cv {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	z-index: 1990;
	display: none;
}

#sd {
	display: none;
	line-height: 15px;
	width: 460px;
	height: 530px;
	position: fixed;
	background-color: white;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	border-radius: 6px;
	text-align: center;
	z-index: 1990;
}

#sd #back {
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	z-index: 2002;
	cursor: pointer;
}

#sd .tit {
	font-size: 18px;
	color: #102e72;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

#sd .formbox {
	width: 350px;
	height: 350px;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 20px;
}

#sd .formbox .p {
	text-align: center;
	font-size: 14px;
	color: #102e72;
	margin-top: 20px;
}

#sd .formbox .p b {
	margin-top: 5px;
	display: block;
}

#sd .formbox #go_on {
	line-height: 35px;
	display: block;
	cursor: pointer;
	font-size: 14px;
	width: 136px;
	height: 34px;
	background-img: url();
	margin: 20px auto;
	background-color: #102e72;
	border: 0;
	color: white;
	border-radius: 3px;
}

#sd .formbox #go_on:hover {
	opacity: 0.8;
}

#sd .formbox .inputGrounp .label {
	width: 55px;
	text-align: right;
	float: left;
	line-height: 25px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 13px;
}

#sd .formbox .inputGrounp .label font {
	color: #102e72;
}

#sd .formbox .inputGrounp textarea {
	width: 272px;
	height: 80px;
	resize: none;
	display: block;
	padding: 5px 10px;
}

#sd .formbox .inputGrounp .input {
	display: block;
	width: 272px;
	height: 25px;
	font-size: 13px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px rgb(118, 118, 118) solid;
}

#mHead {
	padding: 12.5px 0;
	background: #102e72;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	overflow: initial;
}

#mHead .mnav {
	display: none;
	position: absolute;
	right: 0;
	background: #f2f2f2;
	padding: 0 10px;
	top: 100%;
}

#mHead .mnav a {
	width: 122px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #1f2683;
	display: block;
	border-bottom: 1px solid #1f2683;
}

#mHead .mnav .li:nth-last-of-type(1) a {
	border: none;
}

#mHead .logo {
	width: 40.8%;
}

#mHead .search {
	margin-right: 15px;
}

#mHead .search img {
	width: 20px;
	margin-top: 2px;
}

div.botTab {
	background: #102e72;
	background: #102e72;
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	left: 0;
	padding-bottom: 10px;
	/* display: none; */
}

.botTab .cont {
	display: flex;
	justify-content: space-between;
}

.botTab .cont .tab {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 0;
}

.botTab .cont .tab a {
	color: #ffffff;
}

.botTab .cont .tab div {
	height: 30px;
	margin-bottom: 5px;
}

#mcenter1 {
	background: url(../images/mcenter-bg.png) center;
	background-size: 750px 760px;
	padding: 30px 0;
}

#mcenter1 .tit {
	color: #ffffff;
	font-size: 22px;
	position: relative;
	line-height: 37px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#mcenter1 .tit .line {
	background-color: #ffffff;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#mcenter1 .tit a {
	color: #2e5fb7;
	font-size: 10px;
	padding: 8px 8px;
	border-radius: 4px;
	display: inline-block;
	background: #ffffff;
	float: right;
	line-height: initial;
	margin-top: 8px;
	margin-left: 5px;
	font-weight: bold;
}

#mcenter1 .lite {
	padding: 15px 0;
	display: block;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
}

#mcenter1 .lite span {
	float: right;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

#mcenter1 .more {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	border-radius: 5px;
	width: 130px;
	height: 30px;
	text-align: center;
	margin: 20px auto 0;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
	display: none;
}

#mcenter2 {
	padding: 30px 0;
}

#mcenter2 .tit {
	color: #333333;
	font-size: 22px;
	position: relative;
	line-height: 37px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#mcenter2 .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 47px;
	height: 3px;
	left: 0;
	bottom: 5px;
}

#mcenter2 .tit a {
	color: #2e5fb7;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 4px;
	display: inline-block;
	background: #ffffff;
	float: right;
	line-height: initial;
}

#mcenter2 .item {
	position: relative;
}

#mcenter2 .item img {
	width: 100%;
}

#mcenter2 .item p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px;
	color: #ffffff;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
}

#mcenter2 .item .play {
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	top: 33%;
}

#mcenter2 .pagination,
#mcenter3 .pagination,
#mvideo .pagination {
	text-align: center;
}

#mcenter2 .pagination span,
#mcenter3 .pagination span,
#mvideo .pagination span {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
}

#mcenter2 .pagination span.swiper-active-switch,
#mcenter3 .pagination span.swiper-active-switch,
#mvideo .pagination span.swiper-active-switch {
	background: #102e72;
}

#mcenter3 {
	padding: 30px 0;
	background: #f2f2f2;
}

#mcenter3 .tit {
	color: #333333;
	font-size: 22px;
	position: relative;
	line-height: 37px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#mcenter3 .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 47px;
	height: 3px;
	left: 0;
	bottom: 5px;
}

#mcenter3 .tit a {
	color: #2e5fb7;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 4px;
	display: inline-block;
	float: right;
	line-height: initial;
}

#mcenter3 p.time {
	padding-left: 30px;
	background: url(../images/icon-time.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#mcenter3 p.loc {
	padding-left: 30px;
	background: url(../images/icon-loc.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#mcenter3 p.user {
	padding-left: 30px;
	background: url(../images/icon-user.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#mcenter3 .item1 {
	/* border-bottom: 1px solid #cccccc; */
	padding: 15px 0;
}

#mcenter3 .item1 img {
	width: 100%;
}

#mcenter3 .item1 p.t {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.6;
}

#mcenter3 .item1 p.b {
	margin-top: 10px;
}

#mcenter3 .item2 {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
}

#mcenter3 .item2 .data {
	width: 75px;
	height: 75px;
	margin-right: 10px;
	box-sizing: border-box;
	padding-right: 8px;
	background: url(../images/item2.png) no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
}

#mcenter3 .item2 .data p.t {
	font-size: 24px;
	margin: 10px 0 2px;
	font-family: arial;
}

#mcenter3 .item2 .data p.b {
	font-size: 16px;
	font-family: arial;
}

#mcenter3 .item2 .text {
	flex: 1;
}

#mcenter3 .item2 .text p.t {
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
	height: 46px;
}

#mcenter3 .item2 .text p.t:hover {
	color: #2e5fb7;
}

#mcenter3 .item2 .text p.time {
	padding-left: 30px;
	background: url(../images/icon-time.png) no-repeat left center;
	color: #999999;
	font-size: 12px;
	line-height: 1.6;
}

#mcenter3 .item2 .text p.loc {
	padding-left: 30px;
	background: url(../images/icon-loc.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#mcenter3 .item2 .text p.user {
	padding-left: 30px;
	background: url(../images/icon-user.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#mvideo {
	position: relative;
	padding: 40px 0 140px;
	background: #f5f5f5 url(../images/video-bg.png) no-repeat center bottom;
}

#mvideo .tit {
	color: #333333;
	font-size: 20px;
	position: relative;
	line-height: 37px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#mvideo .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#mvideo .tit a {
	color: #2e5fb7;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 4px;
	display: inline-block;
	float: right;
	line-height: initial;
}

#mvideo .swiper-slide {
	/* transform: scale(1.5); */
}

#mvideo .swiper-container {
	/* padding: 80px 0; */
}

#mvideo .swiper-slide {
	position: relative;
}

#mvideo .swiper-slide .play {
	width: 13px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6.5px;
	margin-left: -6.5px;
	transform: rotate(0deg) scale(3);
	transition: all 0.5s;
}

#mvideo .swiper-slide .text {
	display: block;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: 6px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.493;
	text-align: center;
	padding-bottom: 3px;
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

#mvideo .swiper-slide.on {
	/* z-index: 101;
	transform: scale(2);
	transition: all 0.5s; */
}

#mvideo .swiper-slide.on .videotit {
	display: block;
}

#mvideo .swiper-slide.on:hover .play {
	/* transform: rotate(180deg);
	transition: all 0.5s; */
}

#mvideo .videotit {
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
}

#jyxy {
	padding: 30px 0 60px;
	background: #ffffff;
	position: relative;
}

#jyxy .pagination {
	position: absolute;
	bottom: -26px;
	width: 100%;
	left: 0;
	text-align: center;
}

#jyxy .pagination span {
	border-width: 1px;
	border-color: #2e5fb7;
	border-style: solid;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	z-index: 18;
	display: inline-block;
	margin: 0 5px;
}

#jyxy .pagination .swiper-active-switch {
	border-radius: 50%;
	background-color: #2e5fb7;
	width: 12px;
	height: 12px;
	border: none;
}

#jyxy .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#jyxy .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#jyxy .tit a {
	color: #2e5fb7;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 4px;
	display: inline-block;
	float: right;
	line-height: initial;
}

#jyxy .text {
	padding: 14px 20px 45px;
	background: url(../images/xybg.png) no-repeat center bottom;
}

#jyxy .text p.t {
	color: #102e72;
	font-size: 16px;
	line-height: 1.6;
}

#jyxy .text p.b {
	line-height: 1.6;
	color: #999999;
	font-size: 14px;
}

#jyxy img {
	display: block;
	width: 125px;
	margin: 0 auto;
}

#mfoot {
	padding: 30px 0;
	background: #102e72;
}

#mfoot .tit {
	color: #ffffff;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#mfoot .tit .line {
	background-color: #ffffff;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#mfoot .left {
	width: 66%;
}

#mfoot .right {
	width: 33%;
	text-align: center;
}

#mfoot .right img {
	width: 50%;
	margin-bottom: 8px;
}

#mfoot .right p {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.6;
}

#mfoot .tel {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 45px;
	color: #ffffff;
	background: url(../images/icon-tel.png) no-repeat left center;
	background-size: 14% auto;
}

#mfoot .tel a {
	color: #ffffff;
}

#mfoot .email {
	word-break: break-all;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	padding-left: 45px;
	background: url(../images/icon-email.png) no-repeat left center;
	background-size: 14% auto;
}

#mfoot .email a {
	color: #ffffff;
}

#toTop {
	cursor: pointer;
	width: 45px;
	position: fixed;
	right: 4%;
	z-index: 100;
	bottom: 13%;
}

#nav {
	background: #102e72;
	line-height: 60px;
}

#nav.on {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

#nav a {
	text-align: center;
	/* width: 11.66666667%; */
	padding: 0 2%;
	display: block;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

#nav a span {
	display: block;
	width: 50%;
	height: 2px;
	border-radius: 1px;
	background: #ffffff;
	position: absolute;
	left: 25%;
	bottom: 0px;
	opacity: 0;
	transition: all 0.5s;
}

#nav a:hover span,
#nav a.on span {
	opacity: 1;
	bottom: 12px;
	transition: all 0.5s;
}

#nav .a {
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	margin-top: 10px;
	background: #2e5fb7;
}

#nav .a.fr{
	margin-right: 25px;
}

#nav .a img {
	margin: 10px 10px 0 0;
}

#newList {
	padding-top: 30px;
}

#newList .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#newList .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#newList .left .item {
	margin-bottom: 30px;
}

#newList .left .item .img {
	overflow: hidden;
}

#newList .left .item img {
	width: 100%;
}

#newList .left .item .data {
	margin-bottom: 10px;
	color: #2e5fb7;
	text-align: right;
}

#newList .left .item .data .day {
	font-size: 40px;
}

#newList .left .item .data .month {
	font-size: 16px;
}

#newList .left .item p.t a {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	max-height: 80px;
	color: #333333;
	display: block;
}

#newList .left .item p.t a:hover {
	color: #2e5fb7;
}

#newList .left .item p.b {
	font-size: 14px;
	color: #999999;
	line-height: 1.5;
	margin-bottom: 15px;
}

#newList .left .item a {
	color: #2e5fb7;
	font-size: 14px;
}

#acitveList {
	padding-top: 30px;
}

#acitveList .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#acitveList .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#acitveList .left .item {
	margin-bottom: 30px;
	position: relative;
	padding-left: 50px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

#acitveList .left .item img {
	width: 100%;
}

#acitveList .left .item .data {
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	padding-right: 8px;
	background: url(../images/item2.png) no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -65px;
	z-index: 10;
}

#acitveList .left .item .data .day {
	font-size: 42px;
	/*margin: 10px 0;*/
	font-family: arial;
	line-height: 53px;
}

#acitveList .left .item .data .month {
	font-size: 16px;
	font-family: arial;
}

#acitveList .left .item p.t {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	max-height: 80px;
}

#acitveList .left .item p.user {
	padding-left: 30px;
	background: url(../images/icon-user.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#acitveList .left .item p.loc {
	padding-left: 30px;
	background: url(../images/icon-loc.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#acitveList .left .item p.time {
	padding-left: 30px;
	background: url(../images/icon-time.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#acitveList .left .item .text {
	position: relative;
}

#acitveList .left .item .a {
	border-radius: 5px;
	background: #e6ecf6;
	width: 120px;
	height: 36px;
	text-align: center;
	display: block;
	line-height: 36px;
	color: #2e5fb7;
	font-size: 14px;
	margin-top: 20px;
	position: absolute;
	left: 15px;
	bottom: 0;
}

#acitveList .left .item .a:hover {
	background: #2e5fb7;
	color: #ffffff;
}

#pages {
	text-align: center;
	padding: 40px 0;
	height: 115px;
}

#pages a,
#pages .pbtn {
	display: inline-block;
	min-width: 35px;
	height: 35px;
	padding: 0 10px;
	text-align: center;
	line-height: 35px;
	color: #999999;
	font-size: 14px;
	margin: 0 2px;
	cursor: pointer;
	border: 1px solid #999999;
}

#pages a.current,
#pages .pbtn.current,
#pages a:hover,
#pages .pbtn:hover {
	background: #2e5fb7;
	color: #ffffff;
	border: 1px solid #2e5fb7;
}

#pages li {
	display: inline-block;
}

#pages .fr {
	float: initial;
}

#activeDetail {
	padding: 40px 0;
}

#activeDetail .top {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

#activeDetail .top img {
	display: block;
	margin: 20px 0;
	width: 100%;
}

#activeDetail .top p.t {
	font-size: 28px;
	color: #333333;
	line-height: 1.6;
}

#activeDetail .bottom p {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	margin-bottom: 10px;
}

#activeDetail .top p.time {
	padding-left: 30px;
	background: url(../images/icon-time-2.png) no-repeat left center;
	color: #2e5fb7;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.6;
}

#activeDetail .top p.loc {
	padding-left: 30px;
	background: url(../images/icon-loc-2.png) no-repeat left center;
	color: #2e5fb7;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.6;
}

#activeDetail .top p.user {
	padding-left: 30px;
	background: url(../images/icon-user-2.png) no-repeat left center;
	color: #2e5fb7;
	font-size: 14px;
	line-height: 1.6;
}

#activeDetail .top .btnn {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-weight: 400;
	background: -moz-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	background: -webkit-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	background: -ms-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	box-shadow: 0px 6px 15.68px 0.32px rgba(16, 46, 114, 0.2);
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	color: #fffffe;
	float: right;
	font-size: 16px;
}

#activeDetail .top .btnn:hover {
	opacity: 0.8;
}

#activeDetail .bottom {
	line-height: 1.6;
}

#newDetail {
	padding: 40px 0;
}

#newDetail .title {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#newDetail .title p.t {
	font-size: 28px;
	line-height: 1.6;
	margin-bottom: 20px;
}

#newDetail .title p.b {
	color: #2e5fb7;
	font-size: 14px;
}

#newDetail .title .time {
	margin-right: 50px;
	padding-left: 30px;
	background: url(../images/icon-time-2.png) no-repeat left center;
}

#newDetail .title .ll {
	padding-left: 30px;
	background: url(../images/icon-eye.png) no-repeat left center;
}

#newDetail .text {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}

#newDetail .text p {
	margin-bottom: 15px;
}

#newDetail #youkuplayer {
	display: block;
	margin: 0 auto;
}

#alumnusList {
	padding-top: 30px;
}

#alumnusList .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#alumnusList .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#alumnusList .left .item {
	position: relative;
	margin-top: 52px;
}

#alumnusList .left .item .img {
	width: 51.51898734%;
	position: absolute;
	top: -20px;
}

#alumnusList .left .item .img img {
	width: 100%;
}

#alumnusList .left .item .text {
	border: 1px solid #cccccc;
	padding: 20px 25px 20px 50px;
	height: 230px;
	box-sizing: border-box;
	width: 52.53164557%;
}

#alumnusList .left .item .text p.t {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1.6;
	height: 70px;
}

#alumnusList .left .item .text p.t:hover {
	color: #2e5fb7;
}

#alumnusList .left .item .text p.b {
	font-size: 14px;
	color: #999999;
	line-height: 1.6;
	height: 100px;
}

/* #alumnusList .left .item .text a {
	color: #2e5fb7;
	font-size: 14px;
} */

#alumnusList .left .item .text2 {
	padding: 20px 50px 20px 25px;
}

#right {
	padding-bottom: 40px;
}

#right .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#right .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#right .ritem {
	cursor: pointer;
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 20px 25px;
	line-height: 1.6;
}

#right .ritem:hover {
	background: #102e72;
}

#right .ritem:hover p.t {
	color: #ffffff;
}

#right .ritem:hover p.time {
	background: url(../images/icon-time-on.png) no-repeat left center;
	color: #ffffff;
}

#right .ritem:hover p.loc {
	background: url(../images/icon-loc-on.png) no-repeat left center;
	color: #ffffff;
}

#right .ritem p.t {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

#right .ritem p.time {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/icon-time.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#right .ritem p.loc {
	padding-left: 30px;
	background: url(../images/icon-loc.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#right .zszx {
	background: #f6f6f6;
	padding: 30px 25px;
	line-height: 1.6;
	font-size: 18px;
}

#right .zszx p.tel {
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(../images/icon-tel1.png) no-repeat left center;
}

#right .zszx p.email {
	padding-left: 30px;
	background: url(../images/icon-email1.png) no-repeat left center;
}

#right .zszx .ewm {
	position: relative;
	height: 160px;
	color: #3082ce;
	padding-left: 177px;
	margin-top: 15px;
	padding-top: 50px;
}

#right .zszx .ewm img {
	position: absolute;
	left: 0;
	top: 0;
}

#courseList {
	padding: 40px 0;
}

#courseList .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#courseList .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#courseList .item .subt {
	background: #eaeff8;
	padding: 20px;
	font-weight: bold;
}

#courseList .item .subt img {
	margin: -2px 10px 0 0;
}

#courseList .item .li {
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 4px 15.68px 0.32px rgba(0, 0, 0, 0.06);
	padding: 0 20px;
}

#courseList .item .li .t {
	padding: 15px 0;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

#courseList .item .li .t .a {
	font-weight: 400;
	background: -moz-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	background: -webkit-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	background: -ms-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	box-shadow: 0px 6px 15.68px 0.32px rgba(16, 46, 114, 0.2);
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	color: #fffffe;
	float: right;
	font-size: 16px;
}

#courseList .item .li .b {
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
	padding: 20px 0;
}

#courseList .item .li .b .span1 {
	margin-right: 30px;
	padding-left: 25px;
	background: url(../images/icon-mk.png) no-repeat left center;
}

#courseList .item .li .b .span2 {
	margin-right: 30px;
	padding-left: 20px;
	background: url(../images/icon-time.png) no-repeat left center;
}

#courseList .item .li .b .span3 {
	padding-left: 20px;
	background: url(../images/icon-loc.png) no-repeat left center;
}

#mcourseList {
	display: flex;
	padding-left: 30%;
}

#mcourseList .left {
	position: fixed;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	overflow-y: scroll;
	background: -webkit-linear-gradient(top, #15367c, #417dce);
}

#mcourseList .left div {
	border-bottom: 1px solid #607aab;
	color: #ffffff;
	/* height: 70px; */
	padding: 20px 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
	position: relative;
}

#mcourseList .left div span {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 7px solid #123176;
	border-bottom: 5px solid transparent;
	right: 0;
	top: 50%;
	margin-top: -5px;
	display: none;
}

#mcourseList .left div.on {
	background: #f2f2f2;
	color: #2e5fb7;
}

#mcourseList .left div.on span {
	display: block;
}

#mcourseList .right {
	width: 100%;
	overflow-y: scroll;
	/* padding-right: 5%; */
}

#mcourseList .right .img {
	box-sizing: border-box;
	/* padding-left: 5%; */
}

#mcourseList .right .items {
	padding-left: 5%;
}

#mcourseList .right .items .item {
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

#mcourseList .right .items .item p.t {
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.8;
	margin-bottom: 5px;
}

#mcourseList .right .items .item p.loc {
	padding-left: 30px;
	background: url(../images/icon-loc.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#mcourseList .right .items .item p.time {
	padding-left: 30px;
	background: url(../images/icon-time.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
}

#mcourseList .right .subt {
	background-color: rgb(242, 242, 242);
	height: 38px;
	line-height: 38px;
	color: #102e72;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 5%;
}

#search {
	padding-top: 40px;
}

#search .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#search .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#search .top {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}

#search .top .t {
	padding: 15px 20px;
	background: #eaeff8;
	color: #102e72;
	font-size: 32px;
}

#search .top .b {
	margin: 0 auto;
	width: 96.15384615%;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding-left: 116px;
}

#search .top .b:nth-last-of-type(1) {
	border-bottom: none;
}

#search .top .b .l {
	position: absolute;
	left: 0;
	top: 20px;
	line-height: 35px;
}

#search .top .b .l img {
	margin-top: 10px;
	margin-right: 10px;
}

#search .top .b span {
	cursor: pointer;
	padding: 0 30px 0 10px;
	display: inline-block;
	line-height: 35px;
}

#search .top .b span:hover {
	color: #2e5fb7;
}

#search .top .b span.on {
	color: #ffffff;
	background: #2e5fb7 url(../images/close.png) no-repeat 90% center;
}

#search .none {
	text-align: center;
	padding: 40px 0;
}

#search .none img {
	display: inline-block;
}

#search .item .subt {
	background: #eaeff8;
	padding: 20px;
}

#search .item .subt img {
	margin: -2px 10px 0 0;
}

#search .item .li {
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 4px 15.68px 0.32px rgba(0, 0, 0, 0.06);
	padding: 0 20px;
}

#search .item .li .t {
	padding: 15px 0;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

#search .item .li .t .a {
	background: -moz-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	background: -webkit-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	background: -ms-linear-gradient(0deg, #2e5fb7 0%, #2897d7 100%);
	box-shadow: 0px 6px 15.68px 0.32px rgba(16, 46, 114, 0.2);
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	display: block;
	color: #fffffe;
	float: right;
	font-size: 16px;
}

#search .item .li .b {
	color: #999999;
	font-size: 14px;
	line-height: 1.6;
	padding: 20px 0;
}

#search .item .li .b .span1 {
	margin-right: 30px;
	padding-left: 25px;
	background: url(../images/icon-mk.png) no-repeat left center;
}

#search .item .li .b .span2 {
	margin-right: 30px;
	padding-left: 20px;
	background: url(../images/icon-time.png) no-repeat left center;
}

#search .item .li .b .span3 {
	padding-left: 20px;
	background: url(../images/icon-loc.png) no-repeat left center;
}

#courseDetail .banner {
	position: relative;
}

#courseDetail .banner img {
	width: 100%;
}

#courseDetail .banner div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#courseDetail .banner div p {
	color: #102e72;
	font-size: 68px;
	font-weight: bold;
    text-align: center;
	margin: 0 70px;
}

#courseDetail .banner div .p1 {
	font-size: 38px;
	font-weight: 400;
	color: rgb(16, 46, 114);
	line-height: 1.206;
	margin-top: 20px;
	text-align: center;
}

#courseDetail .tabs {
	margin: 0 auto;
	background: #2e5fb7;
	height: 80px;
	text-align: center;
	margin-top: -40px;
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}

#courseDetail .tabs .tab {
	float: left;
	width: 190px;
	text-align: center;
	line-height: 80px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

#courseDetail .tabs .tab:hover,
#courseDetail .tabs .tab.on {
	background: #102e72;
}

#courseDetail .tabs2 {
	text-align: center;
	margin-top: 40px;
}

#courseDetail .tabs2 .tab {
	display: inline-block;
	border-width: 1px;
	border-color: #102e72;
	border-style: solid;
	width: 250px;
	height: 58px;
	line-height: 58px;
	cursor: pointer;
	margin: 0 15px;
}

#courseDetail .tabs2 .tab:hover,
#courseDetail .tabs2 .tab.on {
	background: #102e72;
	color: #ffffff;
}

#courseDetail .subtit {
	text-align: center;
	font-size: 32px;
	background: url(../images/tit-bg.png) no-repeat center bottom;
	padding-bottom: 30px;
	line-height: 1;
}

#courseDetail .tabChange2 {
	background: #f2f2f2;
	display: none;
	margin-top: 45px;
	padding: 35px;
	color: #666666;
	line-height: 1.875;
	font-size: 16px;
}

#courseDetail .tabChange2 img {
	display: block;
	margin: 0 auto;
}

#courseDetail .tabChange2 .t {
	text-align: center;
	color: #2e5fb7;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

#courseDetail .tabChange2 .b {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	margin-bottom: 10px;
}

#courseDetail .tabChange2 p {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	margin-bottom: 10px;
}

#courseDetail .tabChange2 span {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	margin-bottom: 10px;
}

#courseDetail .tabChange2 div {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	margin-bottom: 10px;
}

#courseDetail .kcnr {
	background: #10358b;
	background: -moz-linear-gradient(90deg, #102e72 0%, #103ca1 100%);
	background: -webkit-linear-gradient(90deg, #102e72 0%, #103ca1 100%);
	background: -ms-linear-gradient(90deg, #102e72 0%, #103ca1 100%);
	padding: 50px 0;
	margin-top: 50px;
}

#courseDetail .kcnr .device {
	position: relative;
	padding-bottom: 40px;
}

#courseDetail .kcnr .device .swiper-wrapper.one_class {
	text-align: center;
}

#courseDetail .kcnr .device .swiper-wrapper.one_class .swiper-slide {
	display: inline-block;
	/*width: 450px;*/
	/*float: initial;*/
	text-align: left;
}

#courseDetail .kcnr p.tit {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#courseDetail .kcnr .subt {
	background: rgba(255, 255, 255, 0.2);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	height: 46px;
	padding: 0 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
}

#courseDetail .kcnr .subt img {
	margin-right: 20px;
	margin-top: 12px;
}

#courseDetail .kcnr .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.875;
}

#courseDetail .kcnr .text img {
	margin: 0 auto;
	display: block;
}

#courseDetail .kcnr .text p {
	margin-top: 10px;
}

#courseDetail .kcnr .btns {
	position: absolute;
	right: 0;
	z-index: 10;
}

#courseDetail .kcnr .btns img {
	width: 35px;
	margin-top: 5px;
	margin-left: 15px;
}

#courseDetail .kcnr .pagination {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 10px;
	display: block;
}

#courseDetail .kcnr .pagination span {
	border: 1px solid #ffffff;
	width: 10px;
	height: 10px;
	display: inline-block;
	float: initial;
	border-radius: 50%;
	margin: 0 5px;
}

#courseDetail .kcnr .pagination .swiper-active-switch {
	background: #ffffff;
}

#courseDetail .kcsh {
	padding-top: 50px;
	z-index: 10;
	position: relative;
	padding-bottom: 50px;
	background: #f2f2f2;
}

#courseDetail .kcsh .cont {
	/* background-color: #ffffff; */
	/* box-shadow: 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.08); */
	box-sizing: border-box;
	padding: 25px;
}

#courseDetail .kcsh p.tit {
	text-align: center;
	color: #2e5fb7;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#courseDetail .kcsh p.b {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}

#courseDetail .kcsh p {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}

#courseDetail .kcsh span {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}

/*#courseDetail .kcsh p.b span {
	font-weight: bold;
}

#courseDetail .kcsh p span {
	font-weight: bold;
}*/

#courseDetail .kcap {
	background: #ffffff;
	padding: 25px 0 25px;
	margin-top: 30px;
}

#courseDetail .kcap p.tit {
	text-align: center;
	color: #2e5fb7;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#courseDetail .kcap p.b {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}

#courseDetail .kcap p {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}

#courseDetail .kcap div {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
}

#courseDetail .kcap p.b span {
	/* font-weight: bold; */
}

#courseDetail .kcap p span {
	/* font-weight: bold; */
}

#courseDetail .kcsz {
	padding: 50px 0;
}

#courseDetail .kcsz .cont {
	background: #f5f5f5;
}

#courseDetail .kcsz .changes {
	margin-top: 50px;
	display: flex;
}

#courseDetail .kcsz .left {
	width: 200px;
	float: left;
	display: flex;
	flex-direction: column;
	background: #fff;
}

#courseDetail .kcsz .left .tab {
	background: #cccccc;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 2px solid #ffffff;
	cursor: pointer;
}

#courseDetail .kcsz .left .tab:hover,
#courseDetail .kcsz .left .tab.on {
	background: url(../images/tabBG.png);
	background-position: 1px;
}

#courseDetail .kcsz .right {
	display: none;
	padding: 25px;
	float: left;
	width: 1000px;
	box-sizing: border-box;
}

#courseDetail .kcsz .right p.t {
	color: #102e72;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#courseDetail .kcsz .right p {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	/*margin-bottom: 10px;*/
}

#courseDetail .kcsz .right {
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	margin-bottom: 10px;
}

#courseDetail .kcshizi {
	padding: 50px 0;
	background: #10368d;
}

#courseDetail .kcshizi .subtit {
	color: #ffffff;
	margin-bottom: 40px;
	background: url(../images/tit-bg1.png) no-repeat center bottom;
}

#courseDetail .kcshizi .arrow-left {
	position: absolute;
	left: -70px;
	top: 46.5%;
	z-index: 100;
}

#courseDetail .kcshizi .arrow-right {
	position: absolute;
	right: -70px;
	top: 46.6%;
	z-index: 100;
}

#courseDetail .kcshizi .device {
	position: relative;
}

#courseDetail .kcshizi .swiper-slide {
	width: 1200px;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

#courseDetail .kcshizi .swiper-container {}

#courseDetail .kcshizi .item {
	margin: 40px 0;
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.875;
	color: #ffffff;
	position: relative;
	margin-right: 20px;
}

#courseDetail .kcshizi .item.hide {
	display: none;
}

#courseDetail .kcshizi .item:hover {
	z-index: 100;
}

#courseDetail .kcshizi .showMore {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 40px;
	text-align: center;
	color: #10368d;
	background: #ffffff;
	margin: 0 auto;
	cursor: pointer;
}

#courseDetail .kcshizi .showMore:hover {
	background: #5188e9;
	color: #ffffff;
}

#courseDetail .kcshizi .item .text {
	padding: 20px;
	width: 100%;
	overflow: hidden;
}

#courseDetail .kcshizi .item .tit {
	color: #ffffff;
	background-color: #5188e9;
	min-width: 188px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 23px;
	font-size: 18px;
	font-weight: bold;
	margin-top: -23px;
	margin-left: 20px;
	position: relative;
	z-index: 10;
	display: inline-block;
	padding: 0 22px;
}

#courseDetail .xypj {
	padding: 50px 0;
	background: #f2f2f2;
}

#courseDetail .xypj .device {
	position: relative;
	padding-bottom: 50px;
}

#courseDetail .xypj .device .item {
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	display: flex;
}

#courseDetail .xypj .device .item .img {
	width: 150px;
	margin-right: 15px;
}

#courseDetail .xypj .device .item .text {
	flex: 1;
}

#courseDetail .xypj .device .item .text p.t {
	font-size: 18px;
	color: #102e72;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

#courseDetail .xypj .device .item .text p.b {
	color: #333333;
	line-height: 1.875;
}

#courseDetail .xypj .device .pagination {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 10px;
}

#courseDetail .xypj .device .pagination span {
	border: 1px solid #102e72;
	width: 10px;
	height: 10px;
	display: inline-block;
	float: initial;
	border-radius: 50%;
	margin: 0 5px;
}

#courseDetail .xypj .device .pagination .swiper-active-switch {
	background: #102e72;
}

#courseDetail .sqlc {
	padding: 50px 0;
}

#courseDetail .sqlc .cont {
	position: relative;
	margin-top: 50px;
}

#courseDetail .sqlc .cont .line {
	position: absolute;
	left: 8px;
	width: 1px;
	background: #2e5fb7;
	height: 100%;
	top: 2px;
}

#courseDetail .sqlc .cont .item {
	padding-left: 76px;
	background: url(../images/sqlc-tit.png) no-repeat left 2px;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}

#courseDetail .sqlc .cont .item p.t {
	color: #2e5fb7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#courseDetail .sqlc .cont .item p {
	font-size: 16px;
	color: #333333;
	line-height: 1.875;
}

#courseDetail .sqlc .cont .item p a {
	color: #2e5fb7;
}

#courseDetail .saif {
	margin-top: 40px;
}

#courseDetail .saif .item {
	background: #f2f2f2;
	position: relative;
	padding: 20px 18px 20px 180px;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(102, 102, 102);
	line-height: 1.875;
}

#courseDetail .saif .item div {
	border-left: 1px solid #999999;
	padding-left: 20px;
}

#courseDetail .saif .item img {
	position: absolute;
	left: 20px;
	top: 25px;
}

#courseDetail .saif .item span {
	position: absolute;
	left: 96px;
	top: 16px;
	font-size: 30px;
	color: #2e5fb7;
}

#courseDetail .dzlc .subtit {
	color: #ffffff;
	margin-bottom: 40px;
	background: url(../images/tit-bg1.png) no-repeat center bottom;
}

#courseDetail .dzlc {
	margin-top: 60px;
	padding: 60px 0;
	background: #1f2683;
	background: -moz-linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(16, 60, 161) 100%);
	background: -webkit-linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(16, 60, 161) 100%);
	background: linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(16, 60, 161) 100%);
}

#courseDetail .dzlc .items {
	padding-left: 30px;
	/* display: flex;
	justify-content: space-between; */
	color: #ffffff;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

#courseDetail .dzlc .items div {
	line-height: 1.5;
	float: left;
}

#courseDetail .dzlc .items .item {
	/*width: 144px;*/
	width: 13%;
}

#courseDetail .dzlc .items .item img {
	margin-bottom: 20px;
}

#courseDetail .dzlc .items .line {
	/*width: 108px;*/
	width: 8.5%;
}

#courseDetail .hzqy {
	padding: 50px 0 0;
}

#courseDetail .hzqy img {
	width: 100%;
}

#courseDetail .sztd {
	padding-bottom: 40px;
}

#courseDetail .sztd .swiper-container1 {
	padding-bottom: 50px;
}

#courseDetail .sztd .swiper-container1 .imgs .fl {
	/*width: 158px;*/
	width: 13%;
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
}

#courseDetail .sztd .swiper-container1 .imgs .fl:nth-of-type(7n) {
	margin-right: 0;
}

#courseDetail .sztd .swiper-container1 .imgs .fl p {
	text-align: center;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#courseDetail .sztd .swiper-container1 .imgs {
	height: 346px;
}

#courseDetail .sztd .swiper-container1 .text {
	margin-top: 50px;
}

#courseDetail .sztd .swiper-container1 .text .fl {
	width: 18%;
	margin-right: 2.5%;
	border-bottom: 1px solid #bbbdcc;
	padding-bottom: 15px;
	height: 156px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

#courseDetail .sztd .swiper-container1 .text .fl:nth-of-type(5n) {
	margin-right: 0;
}

#courseDetail .sztd .swiper-container1 .text .fl .t {
	color: #2e5fb7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#courseDetail .sztd .swiper-container1 .text .fl .b {
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}

#courseDetail .sztd .arrow-left {
	position: absolute;
	z-index: 10;
	left: -50px;
	top: 25%;
	opacity: 0.6;
	width: 45px;
}

#courseDetail .sztd .arrow-right {
	position: absolute;
	z-index: 10;
	right: -50px;
	top: 25%;
	opacity: 0.6;
	width: 45px;
}

#courseDetail .sztd .swiper-container1 .pagination {
	position: absolute;
	display: block;
	width: 100%;

	left: 0;
	top: 37%;

	text-align: center;
}

#courseDetail .sztd .swiper-container1 .pagination span {
	display: inline-block;

	width: 10px;

	height: 10px;

	border-radius: 50%;

	background: #a0a0a0;

	margin: 0 5px;
}

#courseDetail .sztd .swiper-container1 .pagination .swiper-active-switch {
	background: #152059;
}

#courseDetail .dzal {
	padding: 50px 0;
	background: #152059;
	background: -moz-linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(16, 60, 161) 100%);
	background: -webkit-linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(16, 60, 161) 100%);
	background: linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(16, 60, 161) 100%);
}

#courseDetail .dzal .subtit {
	background: url(../images/tit-bg1.png) no-repeat center bottom;
}

#courseDetail .dzal .items {
	margin-top: 40px;
}

#courseDetail .dzal .item {
	/*width: 390px;*/
	width: 32%;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#courseDetail .dzal .item .text {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 42px;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 42px;
	color: #ffffff;
	transition: all 0.5s;
}

#courseDetail .dzal .item .shadow {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #ffffff;
}

#courseDetail .dzal .item .shadow div {
	background-color: rgb(255, 255, 255);
	width: 64px;
	height: 2px;
	margin: 20px 0;
}

#courseDetail .dzal .item .shadow a {
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 5px;
	width: 126px;
	height: 36px;
	text-align: center;
	color: #ffffff;
	line-height: 36px;
}

#courseDetail .dzal .item:hover .shadow {
	top: 0;
	transition: all 0.5s;
}

#courseDetail .dzal .item:hover .text {
	bottom: -50px;
	transition: all 0.5s;
}

#courseDetail .wyzx {
	padding: 40px 0;
	background: #f2f2f2;
}

#courseDetail .wyzx .input {
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	width: 388px;
	height: 48px;
	outline: none;
	box-sizing: border-box;
	padding-left: 10px;
}

#courseDetail .wyzx .form .t {
	font-size: 20px;
	color: rgb(46, 95, 183);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 15px;
}

#courseDetail .wyzx .inputGroupBox {
	width: 1000px;
	margin: 0 auto 20px;
}

#courseDetail .wyzx .inputGroup {
	width: 500px;
}

#courseDetail .wyzx .inputGroup span {
	display: inline-block;
	width: 80px;
	text-align: right;
	margin-right: 15px;
	line-height: 50px;
}

#courseDetail .wyzx .form2 .inputGroup {
	width: 800px;
	margin: 0 auto;
}

#courseDetail .wyzx .form2 .inputGroup span {
	width: 210px;
}

#courseDetail .wyzx .form2 .inputGroup {
	margin-bottom: 15px;
}

#courseDetail .wyzx .form2 label {
	display: inline-block;
}

#courseDetail .wyzx .form2 .ckeckBox {
	display: inline-block;
	margin-right: 21px;
}

#courseDetail .wyzx .form2 .inputGroup input[type="checkbox"] {
	margin-right: 5px;
}

#courseDetail .wyzx .submit {
	background: #102e72;
	border-radius: 10px;
	width: 390px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin: 0 auto;
	color: #ffffff;
}

#courseDetail .wyzx .submit:hover {
	opacity: 0.8;
}

.alertShaodw {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.anAlert {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
	position: fixed;
	width: 1199px;
	height: 499px;
	left: 50%;
	margin-left: -600px;
	top: 45%;
	opacity: 0;
	margin-top: -250px;
	z-index: 1002;
	box-sizing: border-box;
	padding: 30px;
	transition: all 0.5s;
	display: none;
}

.anAlert.on {
	opacity: 1;
	top: 50%;
	transition: all 0.5s;
}

.anAlert .close {
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.5s;
}

.anAlert .close:hover {
	transform: rotate(90deg);
	transition: all 0.5s;
}

.anAlert div.t {
	color: #005da6;
	font-size: 24px;
	text-align: center;
}

.anAlert div.t img {
	position: relative;
	top: 5px;
}

.anAlert .item {
	margin-top: 20px;
	line-height: 1.8;
}

.anAlert .item p.t {
	font-size: 18px;
	font-weight: bold;
}

.anAlert .item p.b {
	font-size: 16px;
}

.lxwm {
	padding: 50px 0;
	background: #103da2;
	background: -moz-linear-gradient(-90deg, #103da2 0%, #102e72 100%);
	background: -webkit-linear-gradient(-90deg, #103da2 0%, #102e72 100%);
	background: -ms-linear-gradient(-90deg, #103da2 0%, #102e72 100%);
}

.lxwm .subtit {
	color: #ffffff;
	margin-bottom: 40px;
	background: url(../images/tit-bg1.png) no-repeat center;
	text-align: center;
	font-size: 32px;
	background: url(../images/tit-bg.png) no-repeat center bottom;
	padding-bottom: 30px;
	line-height: 1;
}

.lxwm .left {
	width: 590px;
	margin-left: 3.5rem;
}

.lxwm .left .tabs {
	height: auto;
	margin-bottom: 0;
	margin-top: 0;
	background: none;
}

.lxwm .left .tab {
	color: #fffffe;
	background: rgba(255, 255, 255, 0.2);
	width: 130px;
	text-align: center;
	line-height: 42px;
	height: 42px;
	cursor: pointer;
}

.lxwm .left .tab:hover,
.lxwm .left .tab.on {
	background: rgba(255, 255, 255, 0.1);
}

.lxwm .left .text {
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	color: #ffffff;
	line-height: 1.875;
	display: none;
	word-break: break-all;
	font-size: 15px;
	height: 190px;
}

.lxwm .center {
	text-align: center;
	margin-left: 22px;
}

.lxwm .center p {
	color: #ffffff;
	margin-top: 15px;
}

.lxwm .right {
	font-size: 16px;
	color: #ffffff;
	line-height: 2.25;
}

.lxwm .right a {
	font-size: 16px;
	color: #ffffff;
	line-height: 2.25;
}

.mbanner {
	/* background: url(../images/mbanner.png?v=1.0) no-repeat top center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative; */
	/* height: 100vh; */
	position: relative;
}

.mbanner .swiper-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mbanner .swiper-container .swiper-wrapper {
	height: 100%;
}

.mbanner .swiper-slide {
	height: 100%;
}

.mbanner .img {
	position: absolute;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	bottom: 25%;
	animation-name: beat;
	/*动画名称*/
	animation-duration: 2s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

@keyframes beat {
	0% {
		bottom: 25%;
	}

	25% {
		bottom: 20%;
	}

	50% {
		bottom: 25%;
	}

	75% {
		bottom: 20%;
	}

	100% {
		bottom: 25%;
	}
}

.mbanner .swiper-slide {
	position: relative;
}

.mbanner .swiper-slide div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mbanner .pagination {
	position: absolute;
	bottom: 20%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.mbanner .pagination span {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #102e72;
	margin: 0 2px;
}

.mbanner .pagination span.swiper-active-switch {
	background: #102e72;
}

/* .mbanner div {
	position: relative;
	top: -10%;
	background: -moz-linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(45, 93, 201) 100%);
	background: -webkit-linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(45, 93, 201) 100%);
	background: -ms-linear-gradient(90deg, rgb(16, 46, 114) 0%, rgb(45, 93, 201) 100%);
	width: 80%;
	height: 60px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 35px;
	box-sizing: border-box;
	padding: 8px 0;
} */
#mdetail .banner {
	position: relative;
}

#mdetail .banner div {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	top: 0;
	left: 0;
	color: #102e72;
	font-size: 21px;
	font-weight: bold;
}

#mdetail .title {
	text-align: center;
	font-size: 20px;
	padding: 25px 0;
	margin-bottom: 25px;
	font-weight: bold;
	background: url(../images/tit-bg.png) no-repeat bottom center;
}

#mdetail .tabs2 {
	text-align: center;
}

#mdetail .tabs2 .tab {
	display: inline-block;
	width: 20%;
	margin: 0 1%;
	border: 1px solid #102e72;
	color: #102e72;
	line-height: 30px;
	/* border-radius: 15px; */
	text-align: center;
	font-size: 14px;
}

#mdetail .tabs2 .tab.on {
	background: #102e72;
	color: #fffffe;
}

#mdetail .tabChange2 {
	background: #eff2f9;
	height: 250px;
	overflow-y: scroll;
	display: none;
	padding: 20px;
	margin-top: 30px;
	line-height: 1.583;
	font-size: 14px;
}

#mdetail .tabChange2 p.t {
	padding-left: 37px;
	background: url(../images/kcbj.png) no-repeat left center;
	background-size: auto 100%;
	color: #2e5fb7;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 16px;
}

#mdetail .tabChange2 p.t span {
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #2e5fb7;
	position: relative;
	top: -5px;
	margin-left: 10px;
	display: none;
}

#mdetail .tabChange2 p.b {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 1.583;
}

#mdetail .tabChange2 p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 1.583;
	text-align: justify;
}

#mdetail .tabChange2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 1.583;
}

#mdetail .tabChange2 span {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 1.583;
}

#mdetail .tabChange2 div {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 1.583;
}

div#mdetail div.title2 {
	font-size: 18px !important;
	/*color: #2e5fb7 !important;*/
	color: #2e5fb7;
	font-weight: bold;
	margin: 30px 0 15px;
}

#mdetail .title2 img {
	width: 25px;
	margin-top: 8px;
	margin-right: 10px;
}

#mdetail .kcap .item {
	position: relative;
	width: 50%;
	line-height: 1.6;
}

#mdetail .kcap .item img {
	position: absolute;
	left: 0;
	top: 5%;
	width: 30%;
}

#mdetail .kcap .item div {
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 4px 19.6px 0.4px rgba(20, 64, 164, 0.2);
	width: 80%;
	padding: 10px 0 10px 12%;
	box-sizing: border-box;
	margin-left: 17%;
}

#mdetail .kcap .item div P {
	font-size: 12px;
	color: #333333;
}

#mdetail .kcap .item div P strong {
	color: #102e72;
	font-size: 14px;
}

#mdetail .kcap .item2 {
	margin-top: 20px;
	position: relative;
	width: 100%;
}

#mdetail .kcap .item2 img {
	position: absolute;
	left: 0;
	top: 10%;
	width: 15%;
}

#mdetail .kcap .item2 div {
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 4px 19.6px 0.4px rgba(20, 64, 164, 0.2);
	width: 90%;
	padding: 10px 0 10px 6%;
	box-sizing: border-box;
	margin-left: 8%;
}

#mdetail .kcap .item2 div P {
	font-size: 12px;
	color: #333333;
}

#mdetail .kcap .item2 div P strong {
	color: #102e72;
	font-size: 14px;
}

#mdetail .kcnr {
	margin-top: 30px;
	background: #103c9f;
	padding: 25px 0 25px;
}

#mdetail .kcnr .title2 {
	margin: 0 0 15px;
}

#mdetail .kcnr .text {
	background: rgba(255, 255, 255, 0.1);
	/* height: 300px; */
	box-sizing: border-box;
	/* overflow-y: scroll; */
	padding: 20px;
	color: #fffffe;
}

#mdetail .kcnr .text .subt {
	color: #fffffe;
	font-size: 18px;
	margin-bottom: 15px;
}

#mdetail .kcnr .text .subt img {
	margin-right: 10px;
}

#mdetail .kcnr .text .subt span {
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #fffffe;
	position: relative;
	top: -5px;
	margin-left: 10px;
}

#mdetail .kcnr .text p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.583;
	margin-bottom: 10px;
}

#mdetail .kcnr .text div {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.6;
	margin-bottom: 10px;
}

#mdetail .kcnr .pagination {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 5px;
}

#mdetail .kcnr .pagination span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 2.5px;
	border: 1px solid #ffffff;
}

#mdetail .kcnr .pagination .swiper-active-switch {
	background: #ffffff;
}

#mdetail .kcdx p,
#mdetail .kcdx div {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	text-align: justify;
}

#mdetail .kcsh {
	background: #f5f5f5;
	padding: 30px 0;
}

#mdetail .kcsh .title2 {
	margin: 0 0 20px;
}

#mdetail .kcsh p.b {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
}

#mdetail .kcsh p.b span {
	/*font-weight: bold;*/
	/* font-size: 16px; */
	/*color: #2e5fb7;*/
}

#mdetail .kcsh span {
	/*font-weight: bold;*/
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	/*color: #2e5fb7;*/
}

#mdetail .kcsh div.cont {
	font-size: 16px;
	color: #666666;
	line-height: 1.583;
}

#mdetail .kcsh p.b span.num {
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

#mdetail .kcsz .changes {
	margin-top: 25px;
	display: flex;
	margin-bottom: 25px;
}

#mdetail .kcsz .left {
	width: 87px;
	float: left;
}

#mdetail .kcsz .left .tab {
	background: #cccccc;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
	cursor: pointer;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}

#mdetail .kcsz .left .tab.on {
	background: url(../images/tabBG.png) no-repeat right center;
	background-position: 99%;
}

#mdetail .kcsz .right {
	background: #f5f5f5;
	flex: 1;
	display: none;
	padding: 10px;
	/*height: 400px;*/
	overflow-y: scroll;
	box-sizing: border-box;
	text-align: justify;
}

#mdetail .kcsz .right p.t {
	color: #102e72;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#mdetail .kcsz .right p.b {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 10px;
}

#mdetail .kcsz .right p {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 10px;
}

#mdetail .kcsz .right span {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 10px;
}

#mdetail .xypj {
	margin-top: 25px;
	background: #f2f2f2;
	padding-bottom: 20px;
}

#mdetail .xypj .device {
	position: relative;
	padding-bottom: 25px;
}

#mdetail .xypj .device .item {
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 4px 19.6px 0.4px rgba(20, 64, 164, 0.1);
	background: #ffffff;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#mdetail .xypj .device .item .top {
	display: flex;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#mdetail .xypj .device .item .img {
	width: 80px;
	margin-right: 15px;
}

#mdetail .xypj .device .item .name {
	flex: 1;
}

#mdetail .xypj .device .item .name p.t {
	color: #2e5fb7;
	font-size: 16px;
	font-weight: bold;
}

#mdetail .xypj .device .item .name p.b {
	color: #2e5fb7;
	font-size: 16px;
}

#mdetail .xypj .device .item .text p.b {
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
}

#mdetail .xypj .device .pagination {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 10px;
}

#mdetail .xypj .device .pagination span {
	border: 1px solid #102e72;
	width: 10px;
	height: 10px;
	display: inline-block;
	float: initial;
	border-radius: 50%;
	margin: 0 5px;
}

#mdetail .xypj .device .pagination .swiper-active-switch {
	background: #102e72;
}

#mdetail .sqlc {
	margin-bottom: 20px;
}

#mdetail .sqlc .top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#mdetail .sqlc .top .item {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

#mdetail .sqlc .top .item1 {
	background: rgba(153, 153, 153, 0.1) url(../images/sqlc1.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item2 {
	background: rgba(153, 153, 153, 0.1) url(../images/sqlc2.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item3 {
	background: rgba(153, 153, 153, 0.1) url(../images/sqlc3.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item4 {
	background: rgba(153, 153, 153, 0.1) url(../images/sqlc4.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item5 {
	background: rgba(153, 153, 153, 0.1) url(../images/sqlc5.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item1.on {
	background: rgba(46, 95, 183, 0.1) url(../images/sqlc1-on.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item2.on {
	background: rgba(46, 95, 183, 0.1) url(../images/sqlc2-on.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item3.on {
	background: rgba(46, 95, 183, 0.1) url(../images/sqlc3-on.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item4.on {
	background: rgba(46, 95, 183, 0.1) url(../images/sqlc4-on.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .top .item5.on {
	background: rgba(46, 95, 183, 0.1) url(../images/sqlc5-on.png) no-repeat center;
	background-size: 50%;
}

#mdetail .sqlc .center {
	width: 90%;
	margin: 10px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

#mdetail .sqlc .center .line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #103da2;
	left: 0;
	top: 12px;
}

#mdetail .sqlc .center .item {
	position: relative;
	z-index: 10;
	width: 20px;
	height: 20px;
	background: url(../images/sqlc-bg.png) no-repeat center;
	background-size: 100% 100%;
}

#mdetail .sqlc .center .item.on {
	background: url(../images/sqlc-bgong.png) no-repeat center;
	background-size: 100% 100%;
}

#mdetail .sqlc .wz {
	font-size: 14px;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#mdetail .sqlc .wz .on {
	color: #103da2;
}

#mdetail .sqlc .bottom {
	border: 1px solid #cccccc;
	padding: 10px;
	display: none;
	line-height: 1.6;
	word-break: break-all;
	text-align: justify;
}

#mdetail .sqlc .bottom p.t {
	font-size: 18px;
	display: none;
	font-weight: bold;
}

#mdetail .sqlc .bottom p {
	font-size: 14px;
	line-height: 1.6;
	word-break: break-all;
}

#mdetail .sqlc .bottom p.b a {
	color: #103da2;
}

#mdetail .sqlc .item {
	padding-left: 76px;
	background: url(../images/sqlc-tit.png) no-repeat left 8px;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}

#mdetail .sqlc .line {
	position: absolute;
	left: 8px;
	width: 1px;
	background: #2e5fb7;
	height: 100%;
	top: 9px;
}

#mdetail .sqlc .item p {
	font-size: 14px;
	color: #333333;
	line-height: 1.7;
	word-break: break-all;
}

#mdetail .sqlc .item p.t {
	color: #2e5fb7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#mdetail .lxwm {
	/*margin-top: 25px;*/
	padding: 25px 0 80px;
	background: #103da2;
	background: -moz-linear-gradient(-90deg, #103da2 0%, #102e72 100%);
	background: -webkit-linear-gradient(-90deg, #103da2 0%, #102e72 100%);
	background: -ms-linear-gradient(-90deg, #103da2 0%, #102e72 100%);
}

#mdetail .lxwm .title {
	padding-top: 0;
	color: #ffffff;
	margin-bottom: 20px;
	background: url(../images/tit-bg1.png) no-repeat center bottom;
}

#mdetail .lxwm .left {
	width: 100%;
	margin-left: 0;
}

#mdetail .lxwm .left .tabs {
	height: auto;
	margin-bottom: 0;
	margin-top: 0;
	background: none;
}

#mdetail .lxwm .left .tab {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.2);
	width: 33.33%;
	text-align: center;
	line-height: 42px;
	height: 42px;
	font-size: 14px;
}

#mdetail .lxwm .left .tab.on {
	background: rgba(255, 255, 255, 0.1);
}

#mdetail .lxwm .left .text {
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
	color: #ffffff;
	line-height: 1.875;
	display: none;
	font-size: 14px;
}

#mdetail .lxwm .left .text a {
	color: #ffffff;
}

#mdetail .lxwm .center {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 0;
	line-height: 1.6;
}

#mdetail .lxwm .center img {
	width: 80px;
}

#mdetail .lxwm .center p {
	color: #ffffff;
	margin-top: 15px;
}

#mdetail .lxwm .right {
	font-size: 13px;
	color: #ffffff;
	line-height: 2.25;
	width: 125%;
	/* box-sizing: border-box; */
	padding-top: 20px;
}

#mdetail .saif .item {
	background: #f2f2f2;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.636;
}

#mdetail .saif .item div {
	position: relative;
}

#mdetail .saif .item img {
	height: 30px;
	margin-bottom: 10px;
}

#mdetail .saif .item span {
	color: #2e5fb7;
	font-size: 22px;
	position: absolute;
	left: 45px;
	top: 1.5px;
}

#mdetail .dzlc {
	background: #103da2;
	padding-bottom: 25px;
}

#mdetail .dzlc .title {
	color: #ffffff;
	background: url(../images/tit-bg1.png) no-repeat center bottom;
}

#mdetail .dzlc .items {
	display: flex;
	flex-wrap: wrap;
}

#mdetail .dzlc .items .item {
	width: 20%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}

#mdetail .dzlc .items .item img {
	margin-bottom: 5px;
}

#mdetail .sztd .swiper-container {
	margin-top: 20px;
}

#mdetail .sztd .pagination {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 27.5%;
	z-index: 100;
}

#mdetail .sztd .pagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background: #a0a0a0;
	border-radius: 50%;
}

#mdetail .sztd .pagination .swiper-active-switch {
	background: #152059;
}

#mdetail .sztd .imgs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 190px;
}

#mdetail .sztd .imgs .fl {
	width: 24%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

#mdetail .sztd .imgs .fl img {
	display: block;
}

#mdetail .sztd .imgs .fl p {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
}

#mdetail .sztd .texts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 18px;
}

#mdetail .sztd .texts .fl {
	width: 48%;
	border-bottom: 1px solid #cccccc;
	margin-top: 15px;
	height: 110px;
}

#mdetail .sztd .texts .fl .t {
	color: #2e5fb7;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#mdetail .sztd .texts .fl .b {
	color: #555555;
	font-size: 12px;
	line-height: 1.6;
}

#mdetail .dzal {
	background: #103da2;
}

#mdetail .dzal .title {
	color: #ffffff;
	background: url(../images/tit-bg1.png) no-repeat center bottom;
}

#mdetail .dzal .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

#mdetail .dzal .items .item {
	width: 48%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

#mdetail .dzal .items .item .click {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 15px;
}

#mdetail .dzal .items .item p {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
}

#mdetail .wyzx {
	background: #f2f2f2;
	overflow: hidden;
}

#mdetail .wyzx .from {
	margin-top: 20px;
}

#mdetail .wyzx .from p.t {
	font-size: 16px;
	color: rgb(46, 95, 183);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

#mdetail .wyzx .from .inputGroup {
	display: flex;
	margin-top: 10px;
}

#mdetail .wyzx .from .inputGroup .label {
	display: block;
	width: 95px;
	margin-right: 15px;
	text-align: right;
	line-height: 34px;
	font-size: 14px;
}

#mdetail .wyzx .from .inputGroup .input {
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	height: 34px;
	flex: 1;
	outline: none;
	padding-left: 10px;
	font-size: 14px;
}

#mdetail .wyzx .from .checkBox {
	margin-top: 10px;
	font-size: 14px;
}

#mdetail .wyzx .from .check {
	display: inline-block;
	min-width: 45%;
	margin-bottom: 5px;
	font-size: 14px;
}

#mdetail .wyzx .submit {
	border-radius: 10px;
	width: 80%;
	margin: 20px auto;
	height: 35px;
	background: #102e72;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
}

#mdetail .anAlert {
	width: 90%;
	left: 5%;
	margin-left: 0;
	max-height: 60%;
	margin-top: 0;
	top: 20%;
	padding: 10px;
}

#mdetail .anAlert .box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#mdetail .anAlert .box .tbox {
	position: relative;
}

#mdetail .anAlert .box .items {
	flex: 1;
	overflow-y: scroll;
}

#mdetail .anAlert div.t {
	font-size: 16px;
}

#mdetail .anAlert .item {
	margin-top: 10px;
}

#mdetail .anAlert .item p.t {
	font-size: 14px;
}

#mdetail .anAlert .item p.b {
	font-size: 12px;
	text-align: justify;
}

#mdetail .kcshizi {
	background: #103da1;
	/* margin-top: 20px; */
	padding-bottom: 20px;
}

#mdetail .kcshizi .jt {
	display: block;
	width: 20px;
	margin: 5px auto 0;
	animation-name: beat;
	/*动画名称*/
	animation-duration: 2s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

#mdetail .kcshizi .cont {
	overflow-y: scroll;
	max-height: 500px;
}
#mdetail .kcshizi .title {
	color: #ffffff;
	background: url(../images/tit-bg1.png) no-repeat center bottom;
}

#mdetail .kcsz .item {
	margin: 20px 0;
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.875;
	color: #ffffff;
	position: relative;
}

#mdetail .kcsz .item .tit {
	color: #ffffff;
	background-color: #5188e9;
	min-width: 90px;
	display: inline-block;
	padding: 0 5px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 11.5px;
	font-size: 16px;
	font-weight: bold;
	top: -11.5px;
	position: relative;
	margin-left: 20px;
	position: relative;
	z-index: 10;
}

#mdetail .kcsz .item .text {
	padding: 10px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	margin-top: -14px;
	text-align: justify;
}

#videoList {
	padding-top: 30px;
}

#videoList .tit {
	color: #333333;
	font-size: 32px;
	position: relative;
	line-height: 37px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#videoList .tit .line {
	background-color: #2e5fb7;
	position: absolute;
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#videoList .tabs {
	margin-bottom: 25px;
}

#videoList .tabs .tab {
	width: 150px;
	text-align: center;
	background: url(../images/gjyx-tab.png);
	background-size: 100% 100%;
	color: #3082ce;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

#videoList .tabs .tab:hover,
#videoList .tabs .tab.on {
	background-size: 100% 100%;
	background: url(../images/gjyx-tab2.png);
	color: #ffffff;
}

#videoList .videos .item {
	margin-bottom: 30px;
}

#videoList .videos .item a {
	display: block;
}

#videoList .videos .item .img {
	overflow: hidden;
	position: relative;
}

#videoList .videos .item .img img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}

#videoList .videos .item .img .play {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	cursor: pointer;
}

#videoList .videos .item .text .border {
	padding: 0 15px 15px 15px;
}

#videoList .videos .item .text p.t {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 20px 0;
	line-height: 1.5;
}

#videoList .videos .item .text p.b {
	font-size: 14px;
	color: #2e5fb7;
	font-weight: bold;
	line-height: 1.571;
}

.pc-hide {
	display: none;
}

.videoShow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.videoShow .video {
	width: 800px;
	height: 450px;
	position: absolute;
	top: 50%;
	margin-top: -225px;
	left: 50%;
	margin-left: -400px;
}

.videoShow .video .close {
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 100;
	width: 30px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.5s;
}

.videoShow .video .close:hover {
	transform: rotate(90deg);
	transition: all 0.5s;
}

#acitveList .left .item .border {
	padding: 0;
	border: none !important;
}

#videoList .videos .item .border {
	padding: 0;
}

@media screen and (max-width: 1600px) {
	#banner .arrow-right {
		right: 5%;
	}

	#banner .arrow-left {
		left: 5%;
	}
}

@media screen and (max-width: 1500px) {
	#banner .arrow-right {
		right: 2%;
	}

	#banner .arrow-left {
		left: 2%;
	}

	#alumnusList .left .item .text p.t {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 1280px) {
	#nav a{
		padding: 0 1.7%;
	}
}

@media screen and (max-width: 768px) {
	.n24-header-menu {
		display: none;
	}
	#search .top .b span {
		cursor: pointer;
		padding: 0;
		display: inline-block;
		width: 30%;
		line-height: 35px;
		font-size: 14px;
	}

	#alumnusList .left .item .text p.t {
		height: auto;
	}

	.lxwm .left .text {
		height: 220px;
	}

	.pc-hide {
		display: block;
	}

	#courseList .cont #right {
		display: none;
	}

	#acitveList {
		padding-top: 0;
	}

	#acitveList .left .item {
		border: none;
	}

	.lxwm .right a {
		font-size: 12px;
	}

	#mdetail .lxwm .right {
		padding-top: 1px;
	}

	#newList .left .item .img {
		margin-bottom: 20px;
		position: absolute;
		top: 0;
		height: 12rem;
	}

	div.botTab {
		z-index: 10000;
	}

	#newList .left .item {
		margin-bottom: 20px;
		position: relative;
		padding-top: 58%;
	}

	#mdetail .kcsh div.cont {
		font-size: 14px;
	}

	#mdetail .kcsz .item .tit {
		z-index: 9;
	}

	#pages {
		padding: 20px 0;
	}

	#acitveList .left .item .data {
		margin-top: -120px;
	}

	#acitveList .left .item a {
		float: initial;
	}

	#acitveList .left .item p.t {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	#alumnusList .left .item .img {
		width: 100%;
		position: initial;
	}

	#alumnusList .left .item .text {
		padding: 20px 25px;
		width: 100%;
	}

	#courseList .item .li .b span,
	#search .item .li .b span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#alumnusList .left .item .text p.b {
		height: auto;
		margin-bottom: 20px;
	}

	#alumnusList .left .item .text {
		height: auto;
	}

	#right {
		margin-top: 20px;
		display: none;
	}

	#videoList .videos .item .border,
	#acitveList .left .item .border {
		padding: 5px 15px 10px;
		border: 1px solid #cccccc !important;
	}

	#videoList .videos .item .text p.t {
		margin: 10px 0 10px;
	}
	#mdetail .kcshizi .cont {
		overflow: hidden;
		overflow-y: auto;
		max-height: 500px;
	}
	#mdetail .kcshizi .cont::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
		border-left: 1px solid rgba(0, 0, 0, 0);
	}
	#mdetail .kcshizi .cont::-webkit-scrollbar {
		width: 5px;
		height: 13px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#mdetail .kcshizi .cont::-webkit-scrollbar-thumb {
		background-color: rgba(255, 255, 255, 0.5);
		background-clip: padding-box;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		min-height: 28px;
	}
	#mdetail .kcshizi .cont::-webkit-scrollbar-thumb:hover {
		background-color: rgba(255, 255, 255, 0.5);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#mdetail .banner div{
		font-size: 18px;
		text-align: center;
	}
	#mdetail .banner div p{
		margin: 0 15px;
	}
}

@media screen and (max-width: 1366px) {
	#banner .swiper-slide .box .text {
		margin-top: 3%;
		padding: 2%;
		height: 84%;
	}

	#banner .swiper-slide .box .text p.b {
		margin-bottom: 20%;
	}

	#banner .paginationBox {
		bottom: 11%;
	}
}

@media screen and (max-width: 640px) {
	#search .item .li .t .a {
		width: 81px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		border-radius: 14px;
		display: block;
		color: #fffffe;
		float: right;
		font-size: 14px;
		margin-top: 4px;
	}

	#newList,
	#videoList {
		padding-top: 0;
	}

	#courseList .cont #right {
		display: none;
	}

	.lxwm .right a {
		font-size: 12px;
	}

	#mdetail .lxwm .right {
		padding-top: 1px;
	}

	#acitveList .left .item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	#courseList .item .li,
	#search .item .li {
		margin-bottom: 15px;
	}

	#courseList .item .li .t,
	#search .item .li .t {
		padding: 10px 0;
		font-size: 16px;
	}

	#courseList .item .li .b,
	#search .item .li .b {
		padding: 10px 0;
	}

	#mdetail .tabChange2 {
		height: auto;
	}

	#newList .tit,
	#courseList .tit,
	#acitveList .tit,
	#alumnusList .tit,
	#right .tit,
	#videoList .tit,
	#search .tit {
		font-size: 22px;
	}

	#newList .tit .line,
	#courseList .tit .line,
	#acitveList .tit .line,
	#alumnusList .tit .line,
	#right .tit .line {
		width: 47px;
		bottom: 5px;
	}

	#search .top .b .l {
		position: initial;
	}

	#search .top .b {
		padding-left: 0;
	}

	#search .top .t {
		font-size: 24px;
	}

	#newList .left .item p.t a {
		margin-bottom: 5px;
	}

	#newList .left .item p.b {
		margin-bottom: 5px;
	}

	.m-show {
		display: block;
	}

	.videoShow .video .close {
		top: -40px;
		right: 0;
	}

	.videoShow .video {
		width: 90%;
		left: 5%;
		margin-left: 0;
		height: 300px;
		margin-top: -100px;
	}

	#youkuplayer {
		width: 100% !important;
		height: 200px !important;
	}

	#newDetail .title p.t {
		font-size: 20px;
		font-weight: bold;
	}

	#activeDetail .top p.t {
		font-size: 18px;
	}

	#newDetail .title p.b {
		line-height: 1.6;
	}

	#newDetail .title .time {
		margin-right: 15px;
		padding-left: 25px;
	}

	#newDetail,
	#activeDetail,
	#alumnusList,
	#courseList,
	#search {
		padding: 0;
	}

	#alumnusList .left .item {
		margin-top: 20px;
	}

	#acitveList .left .item .data {
		margin-top: -110px;
		left: 5%;
		width: 60px;
		height: 60px;
	}

	#acitveList .left .item .data .day {
		font-size: 20px;
		margin: 10px 0 5px;
	}

	#mdetail .sztd .texts {
		margin-top: 30px;
	}

	#acitveList .left .item {
		padding-left: 0px;
	}

	#acitveList .left .item .data .month {
		font-size: 10px;
	}

	#alumnusList .left .item .text {
		padding: 10px 15px;
		width: 100%;
	}

	#pages a {
		min-width: auto;
		padding: 0;
		border: none;
		margin: 0 5px;
		font-size: 16px;
	}

	#pages a.on {
		text-decoration: underline;
		color: #2e5fb7;
		background: none;
		border: none;
		font-weight: bold;
	}

	#pages a.current {
		text-decoration: underline;
		color: #2e5fb7;
		background: none;
		border: none;
		font-weight: bold;
	}

	#pages .pbtn {
		background: #2e5fb7;
		color: #ffffff;
	}

	#videoList .tabs {
		display: flex;
		background: #f4f4f4;
		justify-content: space-between;
	}

	#videoList .tabs .tab {
		padding: 10px;
		color: #666666;
		font-size: 16px;
		width: auto;
		line-height: initial;
		height: auto;
		background: none;
	}

	#videoList .tabs .tab:hover,
	#videoList .tabs .tab.on {
		background: url(../images/gjyx-tab3.png) no-repeat center bottom;
		color: #2e5fb7;
		font-weight: bold;
	}

	#videoList .tabs.clearfix:after {
		height: 0;
		display: inline;
		content: "";
		visibility: hidden;
		clear: both;
		display: none;
	}

	#jyxy .tit,
	#mvideo .tit {
		font-size: 22px;
	}

	#jyxy .tit .line,
	#mvideo .tit .line {
		width: 47px;
		bottom: 5px;
	}
}

#mzx {
	cursor: pointer;
	width: 45px;
	position: fixed;
	right: 4%;
	z-index: 100;
	bottom: 22%;
	height: 45px;
	border-radius: 50%;
	font-size: 12px;
	color: #333;
	background: #fafafc;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	padding: 7px 0;
}

#apply {
	padding: 50px 0 0;
	background: #103da2;
}

#apply .subtit {
	color: #ffffff;
	margin-bottom: 40px;
	background: url(../images/tit-bg1.png) no-repeat center;
	text-align: center;
	font-size: 32px;
	background: url(../images/tit-bg.png) no-repeat center bottom;
	padding-bottom: 30px;
	line-height: 1;
}

#apply .left {
	width: 860px;
}

#apply .left .group {
	width: 417px;
	overflow: hidden;
	margin-bottom: 5px;
}

#apply .left .group label {
	width: 67px;
	float: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 37px;
}

#apply .left .group input {
	border-width: 1px;
	float: left;
	border-style: solid;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
	width: 350px;
	height: 38px;
	color: #ffffff;
	outline: none;
	border: none;
	box-sizing: border-box;
	padding: 0 15px;
}

#apply .left .group textarea {
	float: left;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 10px 15px;
	box-sizing: border-box;
	height: 90px;
	line-height: 1.6;
	outline: none;
	border: none;
	resize: none;
	width: 805px;
}

#apply .right {
	/*width: 300px;*/
	width: calc(100% - 880px);
	color: #ffffff;
	line-height: 1.6;
	padding-top: 19px;
}

#apply .right .btn {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	width: 192px;
	height: 44px;
	padding: 0;
	text-align: center;
	line-height: 44px;
	margin-top: 20px;
	color: #102e72;
}

#apply textarea::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #ffffff;
}

#apply textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #ffffff;
}

#apply textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #ffffff;
}

#apply textarea:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #ffffff;
}

#mapply textarea::placeholder {
	color: #ffffff;
}

#mapply {
	background: #103da2;
	color: #ffffff;
}

#mapply .title {
	padding-top: 0;
	color: #ffffff;
	margin-bottom: 20px;
	background: url(../images/tit-bg1.png) no-repeat center bottom;
	text-align: center;
	font-size: 20px;
	padding: 25px 0;
	font-weight: bold;
}

#mapply .group {
	width: 100%;
	margin-bottom: 13px;
	display: flex;
}

#mapply .group label {
	width: 70px;
	font-size: 14px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 10px;
	line-height: 38px;
}

#mapply .group input,
#mapply .group textarea {
	flex: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
	height: 38px;
	color: #ffffff;
	outline: none;
	border: none;
	box-sizing: border-box;
	padding: 0 15px;
}

#mapply .group textarea {
	padding: 10px 15px;
	line-height: 1.6;
	color: #fff;
	height: 100px;
}

#mapply .right {
	/* padding-left: 70px; */
	font-size: 12px;
}

#mapply .right .btn {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	width: 145px;
	height: 44px;
	padding: 0;
	text-align: center;
	line-height: 44px;
	margin-top: 20px;
	font-size: 16px;
	color: #102e72;
	margin: 20px auto 0;
}