html {
    background-color: #f2f2f2;
}
body {
    width: 1000px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    padding:0 22px;
    margin:0 auto;
    min-height: 100%;
}

a { color: #46860d; text-decoration: none;}
a:hover { text-decoration: underline; background-color : #f2f2f2;}

.en-body p::first-letter {
    font-size: 50px;
    float:left;
}
.en-body {
    font-family: cursive;
}

/* Element styles */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

img { vertical-align: middle; }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    display: list-item;
}

#wrap {
    width: 1000px;
    height: 332px;
    text-align: center;
    background: url("../images/sunshine/banner.jpg") no-repeat;
}

.title-label {
    font-size: 24pt;
    font-weight: bolder;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(70, 107, 31), 0 0 1em rgb(128, 199, 52), 0 0 0.2em rgb(151, 97, 97);
}

#third_header {
    padding: 30px;
}
/*主体区域*/
#col {
    background: #fff;
    height: 1000px;
}

#left_container {
    float:left;
    width: 20%;
}

.main-nav ul li {
    margin: 0 0 1px 0;
    padding: 0;
}
.main-nav ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
    font-family: 微软雅黑;
    font-size: 18px;
    text-decoration: none;
}
.en-body .main-nav ul li a{
    font-size: 14px;
}

.main-nav ul li.active a {
    color: #fff;
    background: #82bf4c;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

#right_container {
    float: right;
    width: 80%;
}
.page-content {
    position: absolute;
    width: 740px;
    padding: 30px;
}
.page-content #page2 div{
    text-align: center;
}

#page2 img{
    display: block;
    width: 400px;
}

.page-content hr {
    background-image: url(../images/website/gauze.png);
    height: .5em;
    border: none;
    margin: .75em 0;
}

.triangle{ 
    left: -60px;
    position: absolute;
    height:0px; width:0px; 
    border:30px solid #82bf4c; 
    border-color:transparent #82bf4c transparent transparent; 
    border-style:dashed solid dashed dashed; 
    line-height:0px;
}


/*页脚*/
#footer {
    font-size: 12px;
    font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial;
    text-align: center;
}

#footer span {
    margin-left: 10px;
    margin-right: 10px;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}

/* Frame */
.frame {
    height: 250px;
    line-height: 250px;
    overflow: hidden;
}
.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
}
.frame ul li {
    float: left;
    width: 227px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    background: #333;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}
.frame ul li.active {
    color: #fff;
    background: #82bf4c;
}

/* Scrollbar */
.scrollbar {
    margin: 0 0 1em 0;
    height: 2px;
    background: #ccc;
    line-height: 0;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

/* Pages */
.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
    background: #aaa;
}
.pages li.active {
    background: #666;
}

.popup-gallery-certificate {
    text-align: center;
    background: url('../images/certificate/frame.jpg') center center;
    background-size: cover;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

#page2 img, #page3 img,#page4 img {
    margin: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
#page2 a,#page4 a {
    text-align: center;
    width: 200px;
}
#page4 img,#page2 img {
    width: 170px;
    height: 130px;
    margin:10px;
    display: inline-table;
}
#page2 a,#page4 a {
    display: inline-table;
}
.verticle-layout {
    height: 170px;
}
.horizontal-layout {
    width: 170px;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example */
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

.image-container {

}
.image-container img{
    width: 170px;
    margin: 10px;
}

.contact-us {
    text-align: left;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    padding: 30px;
    margin:20px;
    margin-top: 50px;
}

#links {
    width: 650px;
    margin: 15px 180px;
}
#links a {
    cursor: pointer;
}

#links span {
    text-align: left;
}