@charset "utf-8";

/* global css */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,ttvar,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

*html .clear {
    height: 1%;/* hides from IE/Mac */
}

/* main CSS */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background: white;
}

.orange,
a.orange:link,
a.orange:visited {
    color: #ebd593;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

a.orange:hover,
a.orange:active {
    color: #000000;
    text-decoration: none;
}

.black,
a.black:link {
    color: #000;
    text-decoration: none;
}

a.black:hover {
    color: #388dda;
    text-decoration: none;
}

.blue,
a.blue:link {
    color: #388dda;
    text-decoration: none;
}

a.blue:hover {
    color: #000;
    text-decoration: none;
}

.blue1,
a.blue1:link {
    color: #388dda;
    text-decoration: none;
}

a.blue1:hover {
    color: #000;
    text-decoration: none;
}

.gray,
a.gray:link {
    color: #787676;
    text-decoration: none;
}

a.gray:hover {
    color: #388dda;
    text-decoration: none;
}

.gray1,
a.gray1:link {
    color: #434442;
    text-decoration: none;
}

a.gray1:hover {
    color: #7da261;
    text-decoration: underline;
}

.overflow {
    overflow: inherit;
    *overflow: auto;
}

.none {
    display: none;
}

.center {
    text-align: center;
}

.marT{ margin-top:15px;}
/* index */
.main {
    width: 920px;
    margin: 0 auto;
}

.mainTop {
    width: 920px;
    float: left;
    padding-bottom:3px;
}

.logo {
    float: left;
    margin-top:3px;
    width:230px;
    height:48px;
}

.nav {
    float:right;
    width:690px;
}

.nav ul {
    width:690px;
}

.nav ul li {
    float: right;
}

.nav ul li img{
    float: left;
}
.navEn {
    margin: 13px 3px 3px 0;
    text-align: right;
    font-size: 12px;
    color: #787676;
    width:687px;
}

.flash {
    width:918px;
    height:223px;
    border:1px solid #a5b0a9;
    float:left;
    background-image: url(../images/flash.jpg);
    background-repeat: no-repeat;
}

.content {
    background: #5788b5;
    float: left;
    width: 904px;
    margin-bottom:9px;
    padding-top: 20px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.body {
    background: #5788b5 url(../images/content_bg.jpg) top left repeat-x;
    float: left;
    width: 920px;
    margin-bottom:9px;
}

.bodyLeft {
    width:230px;
    float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background: #b2cfe4 url(../images/left_bg.jpg) top left repeat-x;
}

.bodyLeft h4 {
    font-size:17px;
    line-height:17px;
    color:#eff2f7;
    margin:13px 0 0 10px;
}

.bodyLeft ul {
    width:220px;
    padding:15px 0 0 10px;
}

.bodyLeft ul li {
    width:173px;
    padding-left:40px;
    margin-bottom:5px;
    height:32px;
    line-height:32px;
    font-weight:bold;
    font-size:12px;
    background:url(../images/leftMenu.jpg) no-repeat;
}

.bodyLeft ul li.selected {
    background:url(../images/leftMenu-on.jpg) no-repeat;
}

.bodyLeft ul li.selected a {
    color:#ffffff;
}

.bodyLeft ul li a {
    color:#155897;
    text-decoration:none;
    cursor:pointer;
}

.consultant {
    width:181px;
    height:214px;
    margin:35px 0 48px 20px;
    background: #fff url(../images/t01_40.jpg) no-repeat bottom left;
}

.consultant h5 {
    width:174px;
    height:57px;
    padding:8px 0 0 8px;
    background:#947c70;
    color:#ffffff;
    font-size:14px;
    margin-bottom:20px;
}

.left {
    width: 176px;
    float: left;
    margin-right: 7px;
}

.right {
    width: 719px;
    float: right;
    margin-bottom: 50px;
}

.news {
    background-color: #f8fef3;
    color: #434442;
    padding-bottom: 10px;
}

.bodyRight {
    width:182px;
    float:left;
    margin-top:13px;
}

.news h4 {
    font-family: Verdana;
    font-size: 13px;
    background-color: #8aa178;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 5px;
}

.news ul {
    margin: 18px 8px 0 8px;
}

.news ul li {
    background: url(../images/t01_21.jpg) no-repeat left 4px;
    padding-left: 13px;
    padding-bottom: 8px;
    line-height: 14px;
}

.news ul li h6 {
    color: #7da261;
    font-weight: normal;
    font-size:11px;
}

.news p {
    float: right;
    padding-right: 8px;
}

.news p a {
    color: #7da261;
    text-decoration:none;
}

.ask {
    width: 174px;
    margin-top: 8px;
    background: #fff url(../images/t01_40.jpg) no-repeat bottom right;
    height: 273px;
    border: 1px solid #b6cce1;
}

.ask h4 {
    font-family: Verdana;
    font-size: 14px;
    background-color: #e3f5fd;
    height: 23px;
    font-weight: bold;
    color: #4997df;
    padding-left: 5px;
    height: 62px;
    border-bottom: 1px solid #c2e1f7;
    padding-top: 8px;
}

.ask p {
    color: #a2a2a5;
    padding: 8px 8px 16px 8px;
    font-family: Verdana;
}

.rCenter {
    width: 500px;
    padding: 10px;
    color: #FFFFFF;
    float: left;
    font-family: Verdana;
}

.bodyCenter {    
    width: 470px;
    padding: 40px 6px 10px 19px;
}

.rCenter h6{
    font-size: 13px;
    color:#FFFFFF;
    background-color:#8a9b7d;
    padding:3px 0 3px 10px;
    font-weight:normal;
    clear:right;
    width:170px;
    margin-bottom:15px;
}

.rCenter h6.contactH6{
    width:130px;
    padding:3px 0 3px 10px;
    background:#967b6f;
}

.rCenter p {
    line-height: 16px;
    padding-bottom: 15px;
}

.rCenter p span {
    font-size:12px;
}

.rRight {
    float: left;
    width: 221px;
}

.expertise {
    background: #FFFFFF url(../images/t01_26.jpg) repeat-x left bottom;
    margin-top: 8px;
    margin-bottom: 10px;
}

.expertise h4 {
    font-family: Verdana;
    font-size: 14px;
    background-color: #91837b;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 5px;
}

.expertise ul {
    padding: 8px;
}

.expertise ul li {
    height: 28px;
    background: url(../images/t01_29.gif) repeat-x bottom left;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
}

.expertise ul li ol li {
    width: 90px;
    float: left;
    margin-right: 3px;
}

.expertise ul li.noline,.expertise ul li ol li {
    background: none;
}

.banner {
    margin-top: 14px;
}

.banner p {
    margin-bottom: 10px;
}

.footer {
    text-align: center;
    color: #7b665a;
    padding-bottom: 24px;
}

/* careers */
.backnone{ background-color:#f0f7fb;}
.carFblack{ color:#000000;}
.xline{ background:url(../images/t01_29.gif) repeat-x left center; height:1px; margin-bottom:15px;}
.textR{
    float:left;
    width:330px;
}
.apply{
    width:148px;
    float:right;
    text-align:right;
    height: 80px;
}

/* services */

.serCenter {
    width: 680px;
    padding: 10px 10px 10px 15px;
    color: #000;
    float: left;
    font-family: Verdana;
}

/* contact us */

.rAd {

}

.font12 { font-size:12px;}

.line18px p {
    line-height:18px !important;
    float:left;
    width:170px;
    padding-right:10px;
}

.submitBox {
    width: 478px;
    padding: 10px 10px 50px;
    float: left;
    font-family: Verdana;
}

.submitBox ul {
    width:478px;
}

.submitBox ul li {
    padding-bottom: 14px;
}

.submitBox ul li span {
    float:left;
    width:111px;
    height:22px;
    line-height:22px;
    text-align:right;
    padding-right:3px;
}

*html .submitBox ul li span {
    padding-right:0;
}

.submitBox ul li font {
    margin-left:115px;
}

.submitBox input {
    width:237px;
    height:17px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

.submitBox input.submit {
    width:90px;
    height:37px;
    float:left;
    margin-left:110px;
    background:url(../images/submit.jpg) no-repeat;
    border:none;
}

.submitBox input.submitTop {
    width:140px;
    padding-right:25px;
    height:22px;
    background:#97b88d;
    color:#ffffff;
    font-weight:normal;
    line-height:22px;
    font-size:13px;
    border:none;
}

.submitBox textarea {
    width:330px;
    height:140px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

.mailToUs {
    width:193px;
    height:112px;
    float:right;
    margin-top:10px;
    background:url(../images/mailToUs.jpg) no-repeat;
}

*html .mailToUs {
    margin-top:-4px;
}

.mailToUs p {
    float:right;
    width:105px;
    margin:22px 24px 0 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#6d6c6d;
    display:inline;
}

/* process */

.process {
    width: 176px;
    padding-top:40px;
}

.process li {
    width:176px;
    line-height:16px;
    padding-bottom:10px;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.process li a {
    text-decoration:none;
    color:#4372ad;
}

.process li img {
    margin-right:5px;
}

.processTitle {
    color: #000;
    font-family: Verdana;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 2px;
}

.processTitle h5 {
    font-size:14px;
}

.processTitle p {
    font-size:11px;
    padding-top:5px;
    line-height: 16px;
}

.processMain {
    height:493px;
    padding-bottom:40px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background:url(../images/process_bg.jpg) no-repeat;
}

.processMain ul {
    width:724px;
    padding-top:185px;
}

.processMain ul li {
    width:172px;
    float:left;
    padding:0 3px 0 6px;
}

.processMain ul li.last {
    width:150px;
    padding:0 0 0 15px;
}

.processMain ul li h3 {
    font-size:18px;
    font-weight:normal;
    width:100%;
}

.processMain ul li h5 {
    font-size:12px;
    padding:2px 0 5px 0;
    width:100%;
}

.processMain ul li p {
    line-height:14px;
}

/* 090306 */

.mLeft {
    width: 191px;
    float: left;
}

.mob{ width:191px; background:url(../images/leftmid.jpg) repeat-x top center;}
.mobTop{
    width:191px;
    height:4px;
    font-size: 4px;
    line-height: 4px;
    background-image: url(../images/lefttop.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.mobbom{ }
.mobbom ul {
    width:181px;
    text-align:center;
    padding:5px;
}

.mobbom ul li {
    width:181px;
    height:32px;
    line-height:30px;
    font-weight:bold;
    font-size:12px;
    background:url(../images/m-menu.jpg) no-repeat center center;
    margin-bottom:2px;
    display:block;
}

.mobbom ul li.selected {
    background:url(../images/m-menuon.jpg) no-repeat center center;
}

.mobbom ul li.selected a {
    color:#ffffff;
}

.mobbom ul li a {
    color:#155897;
    text-decoration:none;
    cursor:pointer;
}

.mobfoot {
    width:191px;
    height:4px;
    background-image: url(../images/leftbom.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 0px;
    line-height: 0px;
}


.mRight {
    width: 698px;
    float: right;
}

.rContent {
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    margin-top: 15px;
    line-height: 16px;
}

.clear {
    clear: both;
}

.processCon {
    margin-top: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    line-height: 16px;
    padding-right: 10px;
}

.processCon li {
    background-image: url(../images/circle.jpg);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.processCon span {
    font-weight: bold;
    color: #155897;
}

.processCon .sTitle {
    font-weight: normal;
    color: #155897;
}

.processCon .sTitle2 {
    font-weight: normal;
    color: #926565;
}

.caseNav li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    font-size: 12px;
    margin-left: 5px;
    float: left;
    clear: both;
}

.caseNavR {
    background-image: url(../images/casenav-right.gif);
    background-repeat: no-repeat;
    background-position: right;
    line-height: 17px;
    height: 17px;
    float: left;
}

.caseNavL {
    background-image: url(../images/casenav-left.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 17px;
    height: 17px;
    float: left;
}

.caseNav li .caseNavL a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 0px;
}

.caseNav li a {
    color: #155897;
    text-decoration: none;
    margin-left: 5px;
}

.caseCon {
    float: left;
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.caseCon2 {
    float: left;
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.caseCon img {
    border: 1px solid #c6c5c5;
    padding: 4px;
    background-color: #FFFFFF;
}

.caseCon2 img {
    border: 1px solid #c6c5c5;
    padding: 1px;
    background-color: #FFFFFF;
}

.caseCon a {
    color: #2b91f2;
    text-decoration: none;
}

.caseCon2 a {
    color: #2b91f2;
    text-decoration: none;
}

.caseNav {
    background-image: url(../images/case-line.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 50px;
    float: left;
    width: 150px;
}

.caseTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    line-height: 16px;
}

.caseTitle h5 {
    font-size: 24px;
    font-style: italic;
    color: #666666;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 5px;
}

.caseList li {
    float: left;
    width: 160px;
}

.caseList {
    width: 600px;
}

.caseTitle h5 span {
    font-size: 14px;
}

.expertise a {
    color: #000000;
    text-decoration: none;
}

.rAd2 {
    margin-bottom: 20px;
}

.iNews li {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;
}

.iNews a {
    color: #155897;
    text-decoration: none;
}

.iNews .title {
    font-size: 12px;
    font-weight: bold;
}

.iNews {
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.caseLine {
    width:100%;
    height:14px;
    padding:10px 0 3px 0;
    margin-bottom:5px;
    font-size: 12px;
    font-style: italic;
    color: #666666;
    float: left;
    background:url(../images/case-line2.gif) left bottom no-repeat;
}

.flashcase .caseCon {
    margin-right: 22px;
}

.address {
    width: 180px;
    float: right;
    color: #000000;
}
