@charset "UTF-8";
#rightside .content,
#rightside .content p {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#inner_banner {
    width: 962px;
    height: 236px;
    text-align: center;
    background: url(../images/innerbigpic.jpg) no-repeat center 0;
    margin: 0 auto 0 auto;
}

#breadcrumbs {
    width: 962px;
    margin: 4px auto 4px auto;
    font-size: 12px;
    color: #878787;
    text-align: right;
}

#breadcrumbs a {
    color: #878787;
    text-decoration: none;
    cursor: pointer;
    background: url(../images/plus.png) no-repeat 0 center;
    padding-left: 14px;
}

.clear {
    clear: both;
}


/*rightside*/

#rightside {
    margin: 0 19px 0 0;
    padding: 0 0 40px 0px;
    position: relative;
    overflow: hidden;
}

#rightside .right_title {
    height: auto;
    line-height: 32px;
    padding: 8px 0 10px 10px;
    color: #444444;
    font-size: 21px;
    background: url(../images/right_title_bg.png) no-repeat 0 0, url(../images/right_title_bg_.png) bottom no-repeat;
    margin-bottom: 25px;
    font-weight: bold;
}

#rightside .content {
    margin: 0px;
    position: relative;
    padding: 0 0 0 0px;
    clear: both;
}

#rightside .content .leftpic {
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
}

#rightside .content .rightpic {
    float: right;
    margin-left: 18px;
    margin-bottom: 20px;
}

#rightside .content .centerpic {
    margin: 0 auto 30px auto;
    text-align: center;
}

#rightside .content h2 {
    background: url(../images/icon5.png) no-repeat 0px 7px;
    color: #1285C1;
    font-size: 18px;
    font-weight: bold;
    padding-left: 21px;
    margin-bottom: 20px;
}

#rightside .content h3 {
    color: #2C59C5;
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 8px;
    font-weight: bold;
}

#rightside .content h4 {
    font-size: 15px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 3px;
}

#rightside .content h5 {
    font-size: 15px;
    font-weight: bold;
    color: #2C59C5;
}

#rightside .content h6 {
    font-size: 14px;
    color: #FF794C;
    background: url(../images/icon4.png) no-repeat 4px 7px;
    padding-left: 18px;
}

#rightside .content p {
    margin: 0 0px 26px 0;
    color: #525252;
    text-align: justify;
    letter-spacing: .5px;
    line-height: 180%;
}

#rightside .content .deptitle {
    line-height: 180%;
    color: #FFFFFF;
    font-size: 16px;
    background: #FF794C;
    overflow: hidden;
    padding: 0px 6px;
    margin-bottom: 12px;
    display: inline-block;
    clear: both;
}

#rightside .content .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#news_list ul li {
    overflow: hidden;
    margin-bottom: 12px;
}

#news_list ul li .news_pic {
    float: left;
    position: relative;
    width: 92px;
    height: 92px;
    border: 4px solid #DBEAFB;
    border-radius: 6px;
    margin-right: 15px;
}

#news_list ul li .news_pic img {
    position: absolute;
    width: 90px;
    height: 90px;
    border: 1px solid #fff;
    z-index: 1;
}

#news_list ul li .news_pic .news_date {
    position: absolute;
    bottom: 1px;
    left: 1px;
    text-align: center;
    width: 90px;
    color: #fff;
    background: rgba(38, 146, 255, 0.75);
    z-index: 3;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 0 0 0;
    line-height: 120%;
}

#news_list ul li .news_info {
    padding-top: 14px;
    padding-bottom: 16px;
    padding-right: 25px;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}

#news_list ul li .news_info .news_title {
    font-size: 16px;
    color: #2692FF;
    font-weight: bold;
}

#news_list ul li .news_info .news_title a {
    color: #2692FF;
    text-decoration: none;
}

#news_list ul li .news_info .news_text {
    font-size: 14px;
    color: #777777;
}

#news_list ul li .news_info .news_text a {
    color: #777777;
    text-decoration: none;
}

#news_list ul li:hover .news_pic {
    border: 4px solid #1285C2;
}

#news_list ul li:hover .news_info .news_title a {
    text-decoration: underline;
}

#news_detail .news_title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    color: #2692FF;
    background: url(../images/icon3) no-repeat 6px 6px;
    padding-left: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E1E1E1;
}

#news_detail .news_title .news_date {
    color: #5BACFF;
    font-size: 12px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}

#news_detail .photo {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

#news_detail .photo .bigpic {
    width: 450px;
    height: 450px;
    float: left;
    margin-right: 22px;
    position: relative;
    margin-bottom: 30px;
}

#news_detail .photo .bigpic img {
    width: 450px;
    height: 450px;
}

#news_detail .photo .bigpic:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 450px;
    height: 14px;
    background: url(../images/news/shadow.png) no-repeat 0px bottom;
}

#news_detail .photo .smallpic {
    overflow: hidden;
    width: 239px;
    padding-top: 39px;
}

#news_detail .photo .smallpic ul li {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 19px;
    margin-bottom: 19px;
    position: relative;
}

#news_detail .photo .smallpic ul li:nth-child(2n) {
    margin-right: 0;
}

#news_detail .photo .smallpic ul li img {
    width: 110px;
    height: 110px;
    position: absolute;
    z-index: 1;
}

#news_detail .photo .smallpic ul li span {
    width: 110px;
    height: 110px;
    background: url(../images/news/overlay.png) no-repeat 0 0;
    position: absolute;
    z-index: 3;
    display: none;
}

#news_detail .photo .smallpic ul li:hover span {
    display: block;
}


/* CSS Document */


/*pages*/

#pages,
#pages2 {
    position: relative;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

#pages a,
#pages2 table a {
    color: #777777;
    display: inline-block;
    text-decoration: none;
}

#pages {
    float: none;
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
    text-align: center;
    clear: both;
}

#pages .bback a {
    width: 104px;
    height: 24px;
    display: block;
    margin: 0 auto;
    background: url(../images/back.png) no-repeat;
}

#pages .bback a:hover {
    background: url(../images/back_.png) no-repeat;
}

#pages table {
    margin: 0 auto;
}

#pages table td {
    padding: 0 3px;
}

#pages a {
    padding: 0px 0px;
    margin: 0 4px;
}

#pages a:visited {
    color: #00A9E0;
}

#pages a:hover {
    color: #00A9E0;
}

#pages a.active {
    color: #00A9E0;
}

#pages a.here {
    color: #00A9E0;
}

#pages2 {
    margin: 30px 0 0 0;
    text-align: center;
    clear: both;
}

#pages2 table {
    margin: 0 auto;
}

#pages2 table a {
    padding: 0 0px 0 0px;
    margin: 0 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

#pages2 table a:hover {
    background: #5CADFF;
    border-radius: 50%;
    color: #fff;
}

#pages2 table a.active {
    background: #5CADFF;
    border-radius: 50%;
    color: #fff;
}

.border {
    border-top: 1px solid #E1E1E1;
}

#p01,
#p02 {
    width: 20px !important;
    height: 20px !important;
    color: #fff;
    text-indent: -9999px;
}

#p01 {
    background: url("../images/page_left.png") left 0 no-repeat !important;
    margin-right: 20px !important;
}

#p01:hover {
    background: url("../images/page_left_.png") left 0 no-repeat !important;
}

#p02 {
    background: url("../images/page_right.png") left 0 no-repeat !important;
    margin-left: 20px !important;
}

#p02:hover {
    background: url("../images/page_right_.png") left 0 no-repeat !important;
}

.doc {
    display: block;
    overflow: hidden;
    margin-bottom: 45px;
}

.doc .docpic {
    text-align: center;
    width: 167px;
    margin-right: 20px;
    color: #2C59C5;
    font-size: 15px;
    font-weight: bold;
    float: left;
}

.doc .docpic img {
    display: block;
    margin-bottom: 14px;
    width: 168px;
    height: 223px;
}

.doc table {
    overflow: hidden;
    width: 543px;
}

.doc table th {
    background: #F0F0E1;
    color: #FF794C;
    border: 1px solid #fff;
    padding: 6px 22px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 180%;
    width: 45px;
}

.doc table td {
    color: #545454;
    background: #E6E6E6;
    /*border: 1px solid #fff;*/
    border: 1px solid #AAA;
    padding: 6px 12px;
    line-height: 180%;
}

.doc2 {
    display: block;
    overflow: hidden;
    margin-bottom: 33px;
}

.doc2 .docpic {
    text-align: center;
    width: 167px;
    margin-right: 20px;
    color: #2C59C5;
    font-size: 15px;
    font-weight: bold;
    float: left;
}

.doc2 .docpic img {
    width: 168px;
    height: 223px;
}

.doc2 .docname {
    overflow: hidden;
    color: #2C59C5;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.doc2 table {
    overflow: hidden;
    width: 543px;
}

.doc2 table th {
    background: #F0F0E1;
    color: #FF794C;
    border: 1px solid #fff;
    padding: 6px 22px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 180%;
    width: 45px;
}

.doc2 table td {
    color: #545454;
    background: #E6E6E6;
    border: 1px solid #fff;
    padding: 6px 12px;
    line-height: 180%;
}

.deplist {
    margin-bottom: 30px;
}

.deplist li {
    background: url(../images/dep/icon.jpg) no-repeat 5px 7px;
    padding-left: 32px;
    margin-bottom: 10px;
}

.deplist2 {
    margin-bottom: 56px;
}

.deplist2 li {
    padding: 7px 0;
    border-bottom: 1px solid #E1E1E1;
}

.deplist3 {
    margin-bottom: 30px;
    overflow: hidden;
}

.deplist3 li {
    background: url(../images/dep/icon.jpg) no-repeat 5px 14px;
    padding: 12px 0 12px 32px;
    border-bottom: 1px solid #E1E1E1;
}

.contactphone {
    color: #FF794C;
    font-weight: bold;
}

.service_time {
    margin-bottom: 4px;
}

.service_time tr th {
    background: #D2E5FA;
    border: 1px solid #fff;
    padding: 6px 12px;
    font-weight: bold;
    color: #545454;
}

.service_time tr td {
    background: #F0F0F0;
    border: 1px solid #fff;
    padding: 6px 12px;
    color: #545454;
}

.service_time tr:first-child th {
    background: #2D5AC5;
    color: #fff;
}

.ps {
    color: #FF794C;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.qa {
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 8px;
}

.qa .question {
    background: url(../images/service/q.png) no-repeat 15px 9px;
    padding-left: 56px;
    padding-top: 8px;
    padding-right: 10px;
    color: #555555;
    cursor: pointer;
}

.qa .question span {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/service/qa_icon.png) no-repeat 0 0;
    display: block;
}

.qa .question.active span {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/service/qa_icon_.png) no-repeat 0 0;
    display: block;
}

.qa .answer {
    margin-top: 12px;
    background: url(../images/service/a.png) no-repeat 15px 0;
    padding-left: 66px;
    line-height: 180%;
    color: #555555;
    display: none;
}

.checktitle {
    font-size: 18px;
    color: #2D5AC5;
    margin-bottom: 26px;
    text-align: center;
}

.checkprice {
    color: #FF794C;
    font-size: 18px;
    margin-bottom: 4px;
}

.download a {
    width: 208px;
    height: 56px;
    background: url(../images/download.png) no-repeat 0 0;
    display: block;
    margin-bottom: 25px;
}

.download a:hover {
    background: url(../images/download_.png) no-repeat 0 0;
}

.contactinfo {
    margin-bottom: 10px;
    overflow: hidden;
}

.contactinfo ul li {
    padding-left: 34px;
    color: #535353;
    margin-bottom: 8px;
}

.contactinfo ul li a {
    text-decoration: none;
    color: #525252;
}

.contactinfo ul li:nth-child(1) {
    background: url(../images/phone.png) no-repeat 0 6px;
    color: #2C59C5;
}

.contactinfo ul li:nth-child(2) {
    background: url(../images/address.png) no-repeat 0 6px;
}

.contactinfo ul li:nth-child(3) {
    background: url(../images/fax.png) no-repeat 0 6px;
}

.contactinfo ul li:nth-child(4) {
    background: url(../images/mail.png) no-repeat 0 6px;
}

.contact {
    margin-bottom: 45px;
}

.contact tr th {
    background: #E2E2E2;
    border: 1px solid #fff;
    padding: 6px 15px;
    font-weight: bold;
}

.contact tr td {
    background: #F6F6F6;
    border: 1px solid #fff;
    padding: 6px 15px;
}

.contact tr:first-child th {
    background: #2D5AC5;
    color: #fff;
}

.contact tr:nth-child(4) td,
.contact tr:nth-child(6) td,
.contact tr:nth-child(7) td,
.contact tr:nth-child(10) td,
.contact tr:nth-child(11) td,
.contact tr:nth-child(15) td,
.contact tr:nth-child(16) td,
.contact tr:nth-child(17) td,
.contact tr:nth-child(19) td,
.contact tr:nth-child(20) td,
.contact tr:nth-child(21) td,
.contact tr:nth-child(23) td,
.contact tr:nth-child(25) td {
    background: #F0F0E1;
}

.traffic {
    border-top: 1px solid #E1E1E1;
    margin-bottom: 46px;
}

.traffic ul li {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px;
    font-size: 15px;
}

.traffic ul li span {
    background: #FF794C;
    padding: 2px 4px 3px 4px;
    width: 60px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
}

.mohw {
    overflow: hidden;
}

.mohw ul li a {
    color: #535353;
    text-decoration: none;
    display: block;
    padding: 15px 16px 16px 75px;
    background: url(../images/icon6.png) no-repeat 25px 16px;
    font-size: 15px;
    border-bottom: 1px solid #E1E1E1;
}

.mohw ul li a:hover {
    text-decoration: underline;
    color: #2C59C5;
    background: #d7e8fb url(../images/icon6.png) no-repeat 25px 16px;
}

.staffblock {
    background: url(../images/staff/staff.jpg) no-repeat 0 20px;
    width: 732px;
    height: 508px;
    padding-top: 20px;
    position: relative;
}

.staffblock .picture {
    width: 190px;
    height: 158px;
    background: white url(../images/staff/bt1.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 10px;
    left: 58px;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.staffblock .picture:hover {
    border: 2px solid #3A64C6;
}

.staffblock .video {
    width: 190px;
    height: 158px;
    background: white url(../images/staff/bt2.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 10px;
    left: 268px;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.staffblock .video:hover {
    border: 2px solid #3A64C6;
}

.staffblock .training,
.staffblock .cooperation,
.staffblock .mail {
    width: 190px;
    height: 158px;
    background: white url(../images/staff/bt3.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 10px;
    left: 480px;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.staffblock .training:hover,
.staffblock .cooperation:hover,
.staffblock .mail:hover {
    border: 2px solid #3A64C6;
}

.staffblock .cooperation {
    background: white url(../images/staff/bt4.png) no-repeat center center;
    top: 180px;
    left: 58px;
}

.staffblock .mail {
    background: white url(../images/staff/bt5.png) no-repeat center center;
    top: 350px;
    left: 58px;
}
