﻿*{
    margin: 0;
    padding: 0;
    font-size:13px;
    text-decoration: none;
    list-style: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.link{
    font-weight: bold;
    display: inline-block;
    width: 309px;
    box-sizing: border-box;
    font-size:18px;
    padding: 10px 0;
    text-align: center;
    border-radius: 30px;
}
.link1{
    color: white;
    background-color: #00bfcb;
    box-shadow: #75d3da 0 5px 5px;
}
.link1:hover{
    background-color: #00a4b0;
}
.link2{
    color: #1881c5;
    background-color: white;
    box-shadow: #0089e1 0 5px 5px;
}
.link2:hover{
    color: white;
    background-color: #00a4b0;
}
.link span{
    font-size:30px;
    vertical-align: middle;
}


/*头部开始*/
.h_first{
    width: 100%;
    height: 97px;
    margin: 0 auto;
    padding-top: 29.5px;
    box-sizing: border-box;
    background: url("../images/picture26.png");
    background-size: cover;
    background-position: center;
}
.h_first div{
    width: 1080px;
    height: 38px;
    margin: 0 auto;
}

/*导航链接*/
.h_second{
    width: 100%;
    margin: 0 auto;
    background-color: #1881c5;
}
.h_second div{
    width: 1080px;
    margin: 0 auto;
    font-size:0;
}
.h_second div a{
    display: inline-block;
    color: white;
    padding: 17px 43.1px;
}
.h_second div a:hover{
    background-color: #1674b1;
}
/*头部结束*/


/*banner开始*/
.swiper-container{
    width: 100%;
    margin: 0 auto;
    height: 500px;
}
.swiper-wrapper>div>a{
    display: block;
    height: 500px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}
.swiper-wrapper_a1{
    background: url("../images/banner2.jpg");
}
.swiper-wrapper_a2{
    background: url("../images/banner1.png");
}
.swiper-wrapper_a3{
    background: url("http://www.gdzp.org/html/common/images/s11banner.png");
}
/*banner结束*/


/*走进开放大学开始*/
.s_first{
    width: 1080px;
    margin: 0 auto;
    padding: 70px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.s_first>div{
    display: inline-block;
}
.s_first_d2{
    width: 629px;
    box-sizing: border-box;
}
.s_first_d2 p{
    font-size:16px;
    text-indent: 2em;
    line-height: 35px;
}
.s_first_d2>div{
    margin: 16px 0 42px;
    overflow: hidden;
}
.s_first_d2>div img:first-of-type~img{
    margin-left: 10px;
}
/*走进开放大学结束*/


/*六大理由开始*/
.s_second{
    width: 100%;
    height: 776px;
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: border-box;
    background: url("../images/picture3.png");
    background-size: cover;
    background-position: center;
}
.s_second h2{
    text-align: center;
    font-size:35px;
    font-weight: lighter;
    color: white;
    margin-bottom: 33px;
}
.s_second_d1{
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 28px;
}
.s_second_d1 ul li{
    overflow: hidden;
    font-size:0;
    text-align: center;
    margin-bottom: 15px;
}
.s_second_d1 ul li dl{
    width: 347px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
}
.s_second_d1 ul li:first-of-type dl{
    height: 187px;
}
.s_second_d1 ul li:last-of-type dl{
    height: 255px;
}
.s_second_d1 ul li dl dt{
    height: 59px;
    line-height: 59px;
    font-size:18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.s_second_d1 ul li dl dt img{
    vertical-align: middle;
    margin-right: 10px;
}
.s_second_d1 ul li dl dd{
    text-align: left;
    line-height: 22px;
    padding: 28px 22px 0;
}
.s_second_li_dl1{
    background-color: #fff4e9;
}
.s_second_li_dl2{
    background-color: #f4eaff;
}
.s_second_li_dl3{
    background-color: #f1f5ff;
}
.s_second_li_dl4{
    background-color: #ffeeee;
}
.s_second_li_dl5{
    background-color: #f4fff0;
}
.s_second_li_dl6{
    background-color: #ffeffa;
}

.s_second_li_dl1 dt{
    background-color: #f09230;
}
.s_second_li_dl2 dt{
    background-color: #ac71e9;
}
.s_second_li_dl3 dt{
    background-color: #4b83fd;
}
.s_second_li_dl4 dt{
    background-color: #e77072;
}
.s_second_li_dl5 dt{
    background-color: #6cb353;
}
.s_second_li_dl6 dt{
    background-color: #cb6eb0;
}
.s_second>p{
    text-align: center;
}
/*六大理由开始*/


/*报名专业表开始*/
.s_third{
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: border-box;
}
.s_third>h2{
    text-align: center;
    font-size:40px;
    font-weight: lighter;
    margin-bottom: 37px;
}
.s_third_d1{
    width: 1080px;
    margin: 0 auto 86px;
    overflow: hidden;
}
.s_third_d1_children1{
    width: 129px;
    height: 288px;
    padding: 47px 36px 0;
    box-sizing: border-box;
    background-color: #1881c5;
}
.s_third_d1_children1 p{
    margin-top: 26px;
    font-size:18px;
    color: white;
    width: 18px;
}
.s_third_d1_children2 ul li{
    overflow: hidden;
}
.s_third_d1_children2 ul li a{
    width: 182px;
    height: 66px;
    color: #666;
    line-height: 66px;
    margin-left: 8px;
    text-align: center;
    float: right;
    background-color: #e7f2f9;
}
.s_third_d1_children2 ul li a:hover{
    color: #009bff;
    text-decoration: underline;
    background-color: #d1e6f3;
}
.s_third_d1_children2 ul li:nth-of-type(1),
.s_third_d1_children2 ul li:nth-of-type(2),
.s_third_d1_children2 ul li:nth-of-type(3){
    margin-bottom: 8px;
}
.s_third_d2{
    width: 100%;
    height: 742px;
    margin: 0px auto;
    box-sizing: border-box;
    background: url("../images/picture19.png");
    background-size: cover;
    background-position: center;
	padding-top: 80px;
}
.s_third_d2_children{
    width: 1080px;
    margin: 0 auto;
}
.s_third_d2_children>h3{
    text-align: center;
    font-size:30px;
    font-weight: lighter;
    margin-bottom: 18px;
}
.s_third_d2_children>h2{
    width: 857px;
    height: 89px;
    line-height: 89px;
    font-size:35px;
    color: #1881c5;
    text-align: center;
    font-weight: lighter;
    margin: 0 auto 18px;
    background: url("../images/picture21.png");
    background-size: cover;
    background-position: center;
}
.s_third_d2_children>p{
    font-size:16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 75px;
}
.s_third_d2_children>form{
    width: 857px;
    margin: 0 auto;
}
.s_third_d2_children>form:after{
    content: "";
    display: block;
    clear: both;
}
.s_third_d2_children>form select,
.s_third_d2_children>form input{
    width: 309px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 17px;
    line-height: 35px;
    border-radius: 30px;
    font-size:16px;
    border: 1px solid #00bfcb;
    outline: none;
}
.s_third_d2_children>form p{
    font-size:16px;
    margin-bottom: 27px;
}
.s_third_d2_children>form .left{
    clear: left;
}
.s_third_d2_children>form .riht{
    clear: right;
}
.s_third_d2_children>form>div{
    padding-top: 185px;
    text-align: center;
}
/*报名专业表结束*/


/*特别申明开始*/
.s_fourth{
    width: 100%;
    height: 554px;
    box-sizing: border-box;
    padding-top: 76px;
    margin: 0 auto;
    background: url("../images/picture1.png");
    background-size: cover;
    background-position: center;
}
.s_fourth_center{
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.s_fourth_center_div{
    width: 735px;
    position: relative;
}
.s_fourth_center_div h3{
    font-size:35px;
    color: white;
    margin-bottom: 30px;
}
.s_fourth_center_div_p1{
    width: 590px;
    height: 49px;
    line-height: 49px;
    font-size:25px;
    color: white;
    margin-bottom: 40px;
    background: url("../images/picture18.png");
    background-size: cover;
    background-position: center;
	letter-spacing:1px;
}
.s_fourth_center_div_p2{
    font-size:25px;
    color: white;
    line-height: 45px;
}
.s_fourth_center_div_p2 span{
    font-size:25px;
    color: #fffd60;
    font-weight: bold;
    line-height: 45px;
}
.s_fourth_center_div>img{
    position: absolute;
    right:0;
    bottom: 0;
}
/*特别申明结束*/


/*招考信息专区开始*/
.s_fifth{
    width: 1080px;
    margin: 76px auto 50px;
}
.s_fifth h2{
    font-size:35px;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 37px;
}
.s_fifth_center{
    overflow: hidden;
    text-align: center;
}
.s_fifth_center dl{
    display: inline-block;
    width: 347px;
    height: 224px;
    box-sizing: border-box;
    padding: 20px 22px 0;
    background-color: #e7f2f9;
}
.s_fifth_center dl dt,
.s_fifth_center dl dd{
    text-align: left;
}
.s_fifth_center dl dt{
    overflow: hidden;
    margin-bottom: 10px;
}
.s_fifth_center dl dt span{
    float: left;
    font-size:16px;
    font-weight: bold;
    padding:3px 6px;
    color: white;
    background-color: #1881c5;
    border-radius: 5px;
}
.s_fifth_center_dd{
    line-height: 27px;
    padding-left: 15px;
    background: url("../images/picture27.png") 0 5px no-repeat;
}
.s_fifth_center_dd a{
    color: #333;
}
.s_fifth_center_dd a:hover{
    color: #4592cc;
    text-decoration: underline;
}
.s_fifth_center_dl3_dt{
    padding-bottom: 5px;
}
.s_fifth_center_dd_right{
    width: 100%;
    height: 64px;
    line-height: 27px;
    box-sizing: border-box;
    padding-top: 5px;
    margin-bottom: 10px;
}
.s_fifth_center_dd_right a{
    color: #333;
}
.s_fifth_center_dd_right a:hover{
    color: #4592cc;
    text-decoration: underline;
}
/*招考信息专区结束*/


/*注册中心开始*/
.s_sixth{
    width: 1080px;
    margin: 0 auto;

}
.s_sixth_d1{
    width: 1184px;
    height: 572px;
    box-sizing: border-box;
    padding: 110px 94px 0;
    background: url("../images/picture7.png");
    background-size: cover;
    background-position: center;
}
.s_sixth_d1 h2{
    font-size:40px;
    color: white;
    margin-bottom: 30px;
}
.s_sixth_d1>p{
    font-size:16px;
    line-height: 25px;
    color: #eee;
}
.s_sixth_d1>p span:nth-of-type(1){
    font-size:20px;
    font-weight: bold;
    color: white;
}
.s_sixth_d1>p span:nth-of-type(2){
    font-size:20px;
    font-weight: bold;
    color: #fffd60;
}
.s_sixth_d1>p span:nth-of-type(3){
    font-size:25px;
    font-weight: bold;
    color: white;
}
.s_sixth_d1>form{
    margin-top: 38px;
}
.s_sixth_d1>form select,
.s_sixth_d1>form input{
    width: 309px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 17px;
    line-height: 35px;
    border-radius: 30px;
    font-size:16px;
    border: none;
    outline: none;
}
.s_sixth_d1>form>p{
    margin: 0 17px 13px 0;
}
.s_sixth_d1>form p:nth-of-type(3){
    clear: left;
}
.s_sixth_d1>form>div{
    margin-top: 20px;
    padding-left: 165px;
}
/*注册中心结束*/


/*毕业证书展示开始*/
.s_seventh{
    width: 1080px;
    height: 591px;
    margin: 90px auto;
    box-sizing: border-box;
    background: url("../images/picture14.png");
    background-size: cover;
    background-position: center;
    position: relative;
}
.s_seventh_d1{
    width: 1080px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:0;
}
.s_seventh_d1 h2{
    display: inline-block;
    font-size:35px;
    color: #1881c5;
    padding: 0 30px;
    background-color: white;
}
.s_seventh_d2_childeren1,
.s_seventh_d2_childeren2{
    display: block;
    width: 1080px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
}
.s_seventh_d2_childeren1{
    top:275px;
    padding: 0 135px;
}
.s_seventh_d2_childeren2{
    top:525px;
    padding: 0 310px;
}
.s_seventh_d2>div>a{
    display: inline-block;
    font-size:16px;
    color: #1881c5;
    padding-bottom: 3px;
}
.s_seventh_d2>div>a:hover{
    border-bottom: 1px solid #1881c5;
}
/*毕业证书展示结束*/


/*校园一角开始*/
.s_eighth{
    width: 1080px;
    margin: 68px auto;
}
.s_eighth>h2{
    font-size: 35px;
    color: #1881c5;
    text-align: center;
}
.s_eighth>p{
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}
.s_eighth_d1{
    margin: 0 auto;
    margin-bottom: 23px;
}
.s_eighth_d2{
    text-align: center;
}
/*校园一角结束*/


/*学员风采开始*/
.s_nineth{
    width: 100%;
    margin: 0 auto;
}
.s_nineth>h2{
    font-size: 35px;
    color: #1881c5;
    text-align: center;
}
.s_nineth>p{
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}
.s_nineth_d1{
    width: 100%;
    height: 670px;
    box-sizing: border-box;
    background: url("../images/picture20.png");
    background-size: cover;
    background-position: center;
}
.s_nineth_d2{
    text-align: center;
}
.s_nineth_d2>img{
    display: block;
    margin: 0 auto 28px;
}
/*学员风采结束*/


/*底部功能开始*/
.s_tenth{
    width: 100%;
    margin: 0 auto;
    padding: 21px 0 5px;
    background-color: #1881c5;
}
.s_tenth_center{
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.s_tenth_d1{
    overflow: hidden;
}
.s_tenth_d1_children{
    margin-right: 70px;
}
.s_tenth_d1 dl dt{
    font-size:14px;
    font-weight: bold;
    color: #00ddeb;
    margin-bottom: 10px;
}
.s_tenth_d1 dl dd{
    margin-bottom: 5px;
}
.s_tenth_d1 dl dd a{
    color: #9bbfe0;
}
.s_tenth_d1 dl dd a:hover{
    color: white;
    text-decoration: underline;
}
.s_tenth_d2 ul li{
    margin-bottom: 18px;
    color: #d6e4f1;
}
.s_tenth_d2 ul li span{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background-color: #00ddeb;
    vertical-align: middle;
}
.s_tenth_d2 ul li a{
    color: #d6e4f1;
}
.s_tenth_d2 ul li a:hover{
    text-decoration: underline;
}
/*底部功能结束*/


/*双十一开始*/
.s11{
    z-index: 9999;
    width:147px;
    height:415px;
    position: fixed;
    top:0;
    bottom:0;
    margin: auto;
    left:0;
    overflow: hidden;
}
#LXB_CONTAINER, #LXB_CLOSE_BTN, #LXB_INVITE{
    z-index: 999 !important;
}
.s11 img{
    width:147px;
    height:415px;
    display: block;
}
.s11-close{
    width: 21px;
    height: 21px;
    position: absolute;
    right: 11px;
    top: 9px;
    border-radius: 20px;
    cursor: pointer;
}
.s11-close:hover{
    background: rgba(255,255,255,0.3);
}
/*mimi*/
.s11-mini{
    width:0;
    height:0;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
}
/*双十一结束*/
#footer-fixed {
	position: fixed;
	width: 100%;
	height: 116px;
	z-index: 9;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#footer-fixed .left {
	width: 342px;
}
#footer-fixed .left p{
	margin:17px 0;
	font-size: 39px;
	color: #fff000;
	font-size: 31px;
	line-height: 39px;
	color: #fff;
	border-right: 2px solid #fff;
}
#footer-fixed .left p em {
	font-size: 39px;
	color: #fff000;
}
#footer-fixed .right form{
	padding:14px 0;
}
#footer-fixed .right form .form-group {
	float: left;
}
#footer-fixed .right form .form-group label{
	display: block;
	font-size:18px;
	color: #fff;
	margin-bottom:7px;
}
#footer-fixed .right form .form-group input{
	display: block;
	width: 210px;
	margin-right:26px;
	border: 1px solid #6f6f6f;
	font-size:16px;
	line-height:42px;
	color: #000;
	text-indent:15px;
	margin-bottom:7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#footer-fixed .right form .submit-btn{
	display: block;
	margin-top:13px;
	float: left;
	width: 181px;
	height: 60px;
	line-height:60px;
	font-size:27px;
	text-align: center;
	color: #000;
	background-color: #fff000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow:0 8px 0 rgba(1,1,1,0.4);
	-moz-box-shadow:  0 8px 0 rgba(1,1,1,0.4);
	box-shadow:  0 8px 0 rgba(1,1,1,0.4);
}

.container_1080 {
	width: 1080px;
	margin: 0 auto;
}

.subjects {
    background-image: url(../images/major-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;}
	.container {
    width: 1200px;
	margin:0 auto;}
	.diver20 {
    height: 20px;
    clear: both;}
	.subjects h2 {
    font-size: 40px;
    text-align: center;
	    padding-top: 45px;}
	.subjects h3 {
    font-size: 24px;
    text-align: center;
    color: #888;
    margin-top: 10px;}
	.subjects-row {
    display: flex;
    justify-content: space-between;}
	.subjects-item {
    display: flex;}
	img {
    vertical-align: middle;}
	.subjects-item>div h5 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;}
	.subjects-item>div {
    display: inline-block;
    padding: 15px;
    background: #fff;
    width: 410px;}
	.subjects-item>div span {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 15px;}
	.subjects-lit-btn {
    background: red;
    color: #fff;
    padding: 2px 15px;
    border-radius: 20px;
    margin-right: 130px;}