@charset "utf-8";
/* CSS Document */

#homeSlider{
max-height: 640px;/*fixH*/
}

#homeSlider .jsSlideList{
padding-top: 47.06%;
}

#homeSlider .jsDotList{
/*left: 50px;*/
/*right: auto;*/
width: 100%;
left: 0;
text-align: center;
}

#subSlider .jsSlideList{
padding-top: 26.47%;
}

.boxHighLights{
margin: 0 10px;
}

.boxHighLights .photo{
display: block;
}

.boxHighLights .photo img{
width: 100%;
}

.boxHighLights h4{
margin: 20px 0 10px 0;
font-size: 22px;
}

.boxHighLights .txt{
font-size: 16px;
}

.boxHighLights .btnMore{
font-weight: bold;
margin: 20px 0;
}

.programmeRow{
text-align: left;
max-height: 620px;
overflow: hidden;
position: relative;
}

.programmeRow .cont{
max-width: 600px;
padding: 50px 0;
}

.programmeRow .bgBanner{
position: absolute;
width: 100%;
min-width: 1360px;
}
.programmeList{
margin-top: 20px;
overflow: hidden;
}
.programmeList a:before{
margin-right: 15px;
}

.programmeList a{
display: block;
line-height: 60px;
margin: 15px 0;
color: #203469;
font-size: 20px;
}

.programmeList a img{
margin: 5px 20px 0 0;
}


.btnShowMore{
text-align: center;
font-size: 20px;
position: relative;
line-height: 40px;
cursor: pointer;
color: #203469;
}
.btnShowMore:before{
content: ' ';
display: block;
border-top: 2px #dce3e9 solid;
top: 20px;
position: absolute;
width: 100%;
}
.btnShowMore .stateMore,
.btnShowMore .stateLess{
display: inline-block;
background: #fff;
padding: 0 20px;
position: relative;
z-index: 3;
}

.btnShowMore .stateLess{
display: none;
}

.btnShowMore.less .stateMore{
display: none;
}

.btnShowMore.less .stateLess{
display: inline-block;
}

.contactForm{
max-width: 600px;
margin: auto;
text-align: left;
}


.contactForm .btnBlueLarge{
padding: 12px 10px 8px 10px;
font-size: 20px;
display: block;
font-weight: bold;
}

.sectionLocate{
border-top: 2px #dce3e9 solid;
margin-top: 60px;
padding-top: 30px;
text-align: center;
}


.sectionLocate .btnMedium{
max-width: 280px;
margin-top: 10px;
width: 100%;
}

.sectionLocate .boxAddress{
margin-top: 60px;

}
.boxAddress .addr{
margin: 10px 0 30px 0;
}
.boxAddress .txt span{
color: #203469;
font-weight: bold;
}


.pageContainer ul{
padding: 0;
}
.pageContainer ul li{
display: block;
position: relative;
padding-left: 15px;
margin: 4px 0;
}
.pageContainer ul li:before{
content: " · ";
font-size: 1.2em;
font-weight: bold;
line-height: 100%;
position: absolute;
left: 0;
}

.banner360{
max-height: 360px!important;
}
.banner360 .jsSlideList{
padding-top: 26.47%!important;;
}