body,html{
	margin:0px;
	padding:0px;
}
@media screen and (max-width: 1368px) {
	.school-name {
    	font-size: 42px !important;
  	}
}
@media screen and (max-width: 1080px) {
  .school-name {
    font-size: 32px !important;
  }
}
.textIndent{
	text-indent: 2em;
}
.half{
	width: 49% !important;
}
.marginLeft12{
	margin-left: 12px;
}
.marginTop20{
	margin-top: 20px;
}
.darkBlack{
	background-color: #104862;
}
.middleCyan{
	background-color: #83CBEB;
}
.lightBlue {
	background-color: #A6CAEC;
}
.darkBlue{
	background-color: #215F9A;
}
.main-container{
	min-width: 980px;
	color: #333;
	font-size: 18px;
	padding-bottom: 50px;
}
.main-top{
	position: relative;
}
.top-bg{
	width: 100%;
}

.school-log{
	width: 40px;
	position: absolute;
	left: 2%;
	top: 6%;
}
.school-name{
	width: 100%;
	text-shadow: 0px 4px 0px rgb(0, 52, 112);
	white-space: nowrap;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	position: absolute;
	top: 4%;
	text-align: center;
}
.main-center{
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}
.center-item{
	margin-top: 50px;
}
.item-title{
	height: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.item-title-name{
	font-size: 30px;
	font-weight: 700;
	position: relative;
}
.item-title-name:before{
	content: '';
    width: 230px;
    height: 18px;
    background-image: url(../../../image/www/gdcxxy/title_adorn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: -50px;
}
.item-subtitle{
	width: 340px;
  	height: 40px;
  	background-image: url(../../../image/www/gdcxxy/subtitle_bg.png);
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	margin: 0 auto 20px;
  	color: #FFF;
  	text-align: center;
  	line-height: 33px;
}
.item-text{
	text-indent: 2em;
	font-weight: 500;
	font-size: 18px;
	line-height: 2em;
}
.item-bottom-left{
	width: 280px;
	display: inline-block;
	vertical-align: middle;
}
.item-bottom-img{
	width: 240px;
	margin-left: 20px;
}
.item-bottom-left-major span{
	background-color: #156082;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
}
.item-bottom-left-code span{
	background-color: #A6CAEC;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
}
.item-bottom-left-describe{
	line-height: 2em;
}
.item-bottom-right{
	width: 655px;
	display: inline-block;
	vertical-align: middle;
}
.item-bottom-right-p{
	padding-left: 20px;
	background-image: url(../../../image/www/gdcxxy/check_icon.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 0 center;
}
.item-bottom-right-card {
	font-size: 0;
	
}
.item-bottom-right-card:first-child{
	margin-bottom: 80px;
}
.item-bottom-right-card span{
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
}
.card-name{
	width: 105px;
	height: 100px;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 18px;
}
.card-name-bg1{
	background-image: url(../../../image/www/gdcxxy/course_bg1.png);;
}
.card-name-bg2{
	background-image: url(../../../image/www/gdcxxy/course_bg2.png);;
}
.card-name-bg3{
	background-image: url(../../../image/www/gdcxxy/course_bg3.png);;
}
.card-name-bg4{
	background-image: url(../../../image/www/gdcxxy/course_bg4.png);;
}
.card-name i{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 22px;
	left: 15px;
	font-style: normal;
}
.card-introduce{
	width: 346px;
	height: 100px;
	padding: 8px 12px;
	border-radius: 4px;
	margin-left: 8px;
	box-shadow: 0px 1px 4px #666;
	box-sizing: border-box;
	font-size: 15px;
}
.item-bottom-practical{
	display: flex;
	justify-content: space-between;
}
.item-bottom-practical img{
	width: 270px;
}
.item-authentication{
	text-indent: 2em;
	background-image: linear-gradient(to left top, #0B7097,#59C7F2);
	padding: 15px;
	display: block;
	border-radius: 50px;
	color: #FFF;
}
.item-authentication-box{
	position: relative;
}
.item-authentication-img{
	width: 500px;
	margin-left: 12px;
}
.item-authentication-box p{
	position: absolute;
	text-align: center;
	color: #5C5671;
}
.item-authentication-p1{
	width: 200px;
	right: 50px;
	top: 8px;
}
.item-authentication-p2{
	width: 200px;
	right: -66px;
	top: 152px;
}
.item-authentication-p3{
	width: 200px;
	right: -25px;
	bottom: 128px;
}
.item-authentication-p4{
	width: 200px;
	right: 155px;
	bottom: 34px;
}
#goto{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(229, 243, 250), rgb(229, 231, 250));
    position: fixed;
    right: 60px;
    bottom: 78px;
    display: none;
    cursor: pointer;
}
#goto img{
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}