@charset "utf-8";

/***************************************************************************
 *
 * education.css
 *
 ***************************************************************************/
/*
body {
    background-color: #FFFFFF;
    line-height: 1.5;
    color: #221815;
    font-size: 16px;
}

.box1000 {
    width: 1000px;
    margin: 0 auto;
}
*/
p {margin:0;}
ol,ul {
	list-style:none;
	padding:0;
	margin:0;
}

.head h2 {
    font-size: 18px;
    line-height: 35px;
    color: #00479d;
    text-align: center;
    font-weight: normal;
    margin-top: 50px;
}

.head h2 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 1%;
}

.head ul {
    width: 80%;
    margin: 30px auto;
    overflow: hidden;
}

.head ul li {
    float: left;
    width: 30%;
 min-height: 275px;
    position: relative;
}

.head ul li+li {
    margin-left: 5%;
}

.head ul li .title {
font-size: 16px;
    line-height: 31px;
    text-align: center;
    padding-top: 4px;
}

.head ul .blue .title {
    color: #00479d;
    border-top: solid 1px #00479d;
    border-bottom: solid 1px #00479d;
}

.head ul .yellowgreen .title {
    color: #399400;
    border-top: solid 1px #399400;
    border-bottom: solid 1px #399400;
}

.head ul .purple .title {
    color: #6667a8;
    border-top: solid 1px #6667a8;
    border-bottom: solid 1px #6667a8;
}

.head ul .red .title {
    color: #c12b24;
    border-top: solid 1px #c12b24;
    border-bottom: solid 1px #c12b24;
}

.head ul li .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.head ul li .link {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.head ul li .link a {
    display: inline-block;
    width: 62.5%;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}

.head ul li .link a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(../images/education/arrowRight.png) no-repeat;
    margin-right: 5px;
}

.head ul .blue .link a {
    background: #00479d;
}

.head ul .yellowgreen .link a {
    background: #399400;
}

.head ul .purple .link a {
    background: #6667a8;
}

.head ul .red .link a {
    background: #c12b24;
}

.panelBox {}

.panelBox .panelHead {
    padding-top: 50px;
    padding-bottom: 40px;
    overflow: hidden;
}

.panelBox .panelHead .box1000 {
    padding: 0 5% 0 100px;
    background: url(../images/education/icon_open_panel.png) no-repeat left center;
    overflow: hidden;
    cursor: pointer;
}

.panelBox.open .panelHead .box1000 {
    background: url(../images/education/icon_close_panel.png) no-repeat left center;
}

.panelBox .panelHead .box {
    float: left;
	width:35%;
    /* min-width: 100%; */
    /*max-width: 31.243%;*/
    color: #fff;
    font-size: 1rem;
    /*line-height: 28px;*/
    padding: 8px 15px 8px 25px;
	/*
    padding-left: 3.2%;
    padding-right: 1.9%;
	*/
}

.panelBox .panelHead .box .big {
    font-size: 2.0rem;
}

.panelBox .panelHead .small {
    float: right;
	width:60%;
	font-size:0.9rem;
	padding:8px 0;
	line-height:1.5;
    /*
	margin-left: 48px;
    font-size: 14px;
    line-height: 24px;
    margin-right: -999px;
	*/
}

.panelBox .panelHead h3 {
	clear:both;
    /*float: left;*/
    width: 100%;
	font-size:2.5rem;
	/*
    font-size: 40px;
    line-height: 55px;
	*/
    padding-top: 1rem;
    font-weight: normal;
}

.panelBox .panelContent {
    display: none;
}

.panelBox .panelContent h3 {
    padding-top: 32px;
    text-align: center;
}

.panelBox .panelContent h3 span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
}

.panelBox .panelContent ul {
    width: 80%;
    margin: 40px auto 0;
    overflow: hidden;
}

.panelBox .panelContent ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
}

.panelBox .panelContent ul li:nth-child(3n) {
    margin-right: 0
}

.panelBox .panelContent ul li .title {
    display: table;
    min-height: 48px;
	line-height:1.5;
}

.panelBox .panelContent ul.brlist li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 60px;
}

.panelBox .panelContent ul.brlist li:nth-child(3n) {
    margin-right: 2%;
}
.panelBox .panelContent ul.brlist li:nth-child(4n) {
    margin-right: 0
}

.panelBox .panelContent ul.brlist li .title {
    display: table;
    min-height: 48px;
	line-height:1.5;
}

.panelBox .panelContent ul li .title span {
    display: table-cell;
    vertical-align: middle;
}

.panelBox .panelContent ul li .title .number {
    width: 52px;
}
.panelBox .panelContent ul li .title .number img {
	vertical-align:top;
}

.panelBox .panelContent ul li .text {
    font-size: 12px;
    margin-top: 25px;
    line-height: 1.8;
	    min-height: 150px;
}

.panelBox .panelContent .inner {
    width: 65.5%;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 22px;
}

.panelBox .panelContent .inner a {
    color: #2669ff;
}

.panelBox .panelContent .inner a:hover {
    text-decoration: none;
}

.panelBox .panelContent .inner p+p {
    margin-top: 15px;
}

.panel2 .panelHead {
    background: #e6edf5;
}

.panel2 .box {
    background: url(../images/education/blue/bg.png) no-repeat;
    background-size: cover;
}

.panel2 .small {
    color: #00479d;
}

.panel2 .panelContent h3 span {
    color: #00479d;
}

.panel2 .panelContent ul li .text {
    color: #00479d;
}

.panel2 .panelContent {
    padding-bottom: 50px;
}

.table.clearfix{    width: 100%;
    text-align: center;
    font-size: 0;
    position: relative;
    margin-top: 30px;
}

.panel2 .panelContent .left {
    width:48%;
  margin-right: 3.9%;
  display:inline-block;
  font-size: 16px;
}

.panel2 .panelContent .right {
    width:48%;
  display:inline-block;
  font-size: 16px;
}

.panel2 .panelContent ul li {
    letter-spacing: -0.6px;
}


.panel1 .panelContent {
    background: #f2f6fa;
    padding-bottom: 100px;
}

.panel1 .panelHead {
    background: #fafafa;
}

.panel1 .box {
    background: url(../images/education/yellowgreen/bg.png) no-repeat;
    background-size: cover;
}

.panel1 .panelContent .img {
    margin-top: 30px;
    text-align: center;
}

.panel1 .small {
    color: #399400;
}

.panel1 .panelContent h3 span {
    color: #399400;
}


.panel1 .panelContent ul li .text {
    color: #399400;
}

.panel1 .panelContent .table {
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
}



.panel3 .panelHead {
    background: #faeeed;
}

.panel3 .box {
    background: url(../images/education/red/bg.png) no-repeat;
    background-size: cover;
}

.panel3 .small {
    color: #c12b24;
}

.panel3 .panelContent {
    padding-bottom: 85px;
    background: #fdf8f8;
}

.panel3 .panelContent h3 span {
    color: #c12b24;
}

.panel3 .panelContent ul li {
    letter-spacing: -0.4px;
}

.panel3 .panelContent ul li .text {
    color: #c12b24;
}

.panel3 .panelContent .img {
    margin-top: 30px;
    text-align: center;
}

.panel3 .panelContent .inner .text {
    margin-right: -200px;
}

.box1000 div.main-pict{width:100%; margin:0 auto; text-align: center;}
.box1000 div.main-pict img{width:90%;}

@media(max-width: 1024px){
    .panelBox.open .panelHead .box1000, .panelBox .panelHead .box1000{
        background-position: 3% center;
    }
    .head ul li .text{
        padding-bottom: 40px;
    }
}

@media(max-width: 768px){
    .box1000{
        width: 100%;
    }
    .panelBox .panelHead .box1000{
        background-position: 3% center;
    }
    .panelBox .panelHead .small{
        /* padding-right: 5%; */
        margin-right: 0px;
        width: 61%;
    }
	.panelBox .panelHead .box .big {
		font-size: 1.3rem;
	}
	.head ul li .title {
		font-size:1.1rem;
	}
.box1000 div.main-pict img{width:100%;}
.panelBox .panelContent ul {
    width: 100%;
    margin: 40px auto 0;
    overflow: hidden;
}
  .panelBox .panelContent ul.brlist li {
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 60px;
}
}
@media (max-width: 760px) {
    .pc {
        display: none;
    }
	/*
    .box1000 {
        width: 100%;
        padding: 0 3%;
    }
	*/
    .head ul li {
        width: 100%;
        min-height: 240px;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }
    .head ul li .link {
        position: static;
        margin-top: 20px;
    }
    .panelBox .panelHead {
        padding: 15px 0 13px;
    }
	.panelBox .panelHead .box {
		float:none;
		width:100%;
	}
    .panelBox .panelHead .small {
		width:100%;
		float:none;
        /*margin: 10px 0 0 0;*/
		padding:10px;
    }
    .panelBox .panelHead h3 {
		/*
        font-size: 22px;
        line-height: 1.5;
		*/
		font-size:1.5rem;
    }
    .panelBox.open .panelHead .panelTitle,
    .panelBox .panelHead .panelTitle {
        width: 100%;
        padding: 0 3%;
        /*font-size: 21px;*/
        background-size: 7%;
        background-position: 3% 40%;
        padding-left: 13%;
    }
    .panelBox .panelContent {
        width: 100%;
        padding: 20px 3%;
    }
    .panelBox .panelContent ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .panelBox .panelContent .inner {
        width: 100%;
    }
    .panel2 .panelContent .table {
        width: 100%;
        line-height: 1.5;
    }
      .panel2 .panelContent .left {
      width:100%;
    }
    .panel2 .panelContent .right {
      width:100%;
        margin-top: 20px;
    }
    .panel3 .panelContent .inner .text {
        margin-right: 0;
        text-align: justify;
    }

	.panelBox .panelHead .box .big {
		font-size: 1.5rem;
	}
  .panelBox .panelContent ul li .text {
        min-height: inherit;
  }
}

@media (max-width: 320px) {
    .head ul {
        width: 100%;
    }
    .panelBox .panelContent ul {
        width: 100%;
    }
}
