/* --------------------- GLOBAL RESESTS --------------------- */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
del,
dfn,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*html {
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

body {
    line-height: 1;
    font-family: "Microsoft Yahei";
    background: #fff url(../images/bg.jpg) repeat-x;
    position: relative;
    _padding: 30px 0 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    border: 1px solid #d8d8d8;
    white-space: pre;
    color: black;
    cursor: default;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

nav,
article,
header {
    width: 1000px;
    margin: 0 auto;
}

.wid90 {
    width: 90px;
}

.wid94 {
    width: 94px;
}

.wid99 {
    width: 99px;
}

.wid103 {
    width: 103px;
}

.wid110 {
    width: 110px;
}

.wid112 {
    width: 112px;
}

.wid140 {
    width: 140px;
}

.wid142 {
    width: 142px;
}

.w310 {
    width: 310px;
    overflow: hidden;
}

.w418 {
    width: 418px;
    overflow: hidden;
}

.hea {
    background: url(../images/header_divider.png) center repeat-x;
}

h6 {
    color: #313131;
    font-size: 16px;
    background: #fff;
    width: 68px;
    height: 18px;
    padding-right: 20px;
}

.p30 {
    padding: 30px 10px;
}

.wid1000 {
    width: 1000px;
    margin: 0 auto;
}

.red {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.top-fixed {
    position: fixed;
    top: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.sof_Mar60 {
    margin-top: 60px;
}

.sof_Mar30 {
    margin-top: 30px;
}

.sof_Mar10 {
    margin-top: 10px;
}

.none {
    display: none;
}

.show {
    display: block;
}

/* --------------------- GLOBAL RESESTS --------------------- */


/* --------------------- header --------------------- */
#logo {
    margin: 30px auto;
    height: 67px;
    width: 1000px;
    
}
#logo a{
    font-size: 40px;
    color: #fff;
    text-decoration: none

}

/* --------------------- nav --------------------- */
nav ul li {
    float: left;
}

nav {
    width: 1000px;
    height: 40px;
    background: url(../images/nav.gif) no-repeat 0 0;
    line-height: 0.1em;
    font-size: 0.1em;
}

nav ul li a {
    display: block;
    float: left;
    height: 40px;
}

nav li .nav1:hover,
nav li .navb1 {
    background: url(../images/nav.gif) no-repeat 0 -40px;
}

nav li .nav2:hover,
nav li .navb2 {
    background: url(../images/nav.gif) no-repeat -94px -40px;
}

nav li .nav3:hover,
nav li .navb3 {
    background: url(../images/nav.gif) no-repeat -193px -40px;
}

nav li .nav4:hover,
nav li .navb4 {
    background: url(../images/nav.gif) no-repeat -296px -40px;
}

nav li .nav5:hover,
nav li .navb5 {
    background: url(../images/nav.gif) no-repeat -406px -40px;
}

nav li .nav6:hover,
nav li .navb6 {
    background: url(../images/nav.gif) no-repeat -546px -40px;
}

nav li .nav7:hover,
nav li .navb7 {
    background: url(../images/nav.gif) no-repeat -688px -40px;
}

nav li .nav8:hover,
nav li .navb8 {
    background: url(../images/nav.gif) no-repeat -798px -40px;
}

nav li .nav9:hover,
nav li .navb9 {
    background: url(../images/nav.gif) no-repeat -910px -40px;
}



/* --------------------- ----- --------------------
---------------------tag----------------------------
------------------------------------------ */

.container {
    width: 980px;
    height: 300px;
    margin: 0 auto;
    border: 10px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}

/*--Main Container--*/
.main_view {
    float: left;
    position: relative;
}

/*--Window/Masking Styles--*/
.window {
    height: 300px;
    width: 980px;
    overflow: hidden;
    /*--Hides anything outside of the set width/height--*/
    position: relative;
}

.image_reel {
    position: absolute;
    top: 0;
    left: 0;
}

.image_reel img {
    float: left;
}

/*--Paging Styles--*/
.paging {
    position: absolute;
    bottom: 10px;
    width: 102px;
    height: 30px;
    right: 20px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -khtml-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 100;
    /*--Assures the paging stays on the top layer--*/
    text-align: center;
    line-height: 40px;
    display: none;
    /*--Hidden by default, will be later shown with jQuery--*/
    ;
}

.paging a {
    display: block;
    float: left;
    padding: 5px;
    width: 10px;
    height: 20px;
    display: inline;
    background: url(../images/d.png) -22px 0;
}

.paging a.active {
    display: block;
    float: left;
    width: 10px;
    height: 20px;
    display: inline;
    background: url(../images/d.png) 0 0;
}

.paging a:hover {
    font-weight: bold;
}

/* --------------------- ----- --------------------
---------------------article----------------------------
------------------------------------------ */
.devel {
    margin: 30px auto;
    height: 170px;
    width: 1000px;
}

.devel ul li {
    width: 250px;
    height: 165px;
    float: left;
}

.devel ul li dl dt i {
    float: left;
    width: 46px;
    height: 38px;
    background: url(../images/apppc.png) no-repeat;
}

.devel ul li dl dt .icon_app {
    background-position: -50px 0;
}

.devel ul li dl dt .icon_shop {
    background-position: -90px 0;
}

.devel ul li dl dt .icon_one {
    background-position: -130px 0;
}

.devel ul li dl dd {
    margin-left: 50px;
}

.devel ul li dl dd h3 {
    color: #313131;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 12px;
}

.devel ul li dl dd p {
    line-height: 20px;
    font-size: 12px;
    color: #7d7d7d;
}

.pull-left {
    background: url(../images/arrow_color.png) right center no-repeat;
    padding-right: 17px;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
    text-decoration: none;
}

.pull-left:hover {
    color: #09a0ce;
}

/* --------------------- ----- --------------------
---------------------case----------------------------
------------------------------------------ */
.case {
    width: 1000px;
    height: 200px;
    margin: 0 auto;
}

div.indexmaindiv {
    height: 160px;
    margin: 0px auto;
    width: 1010px;
}

div.indexmaindiv div.playerstyles {
    width: 168px;
    height: 44px;
    background: url('../images/playstyles.png') no-repeat;
}

div.indexmaindiv1 {
    margin-top: 25px;
    overflow: hidden;
}

div.indexmaindiv1 div.stylesgoleft {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../images/arrowhead.png') no-repeat left top;
    margin: 50px 5px 0px 0px;
    cursor: pointer;
}

div.indexmaindiv1 div.stylesgoleft:hover {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../images/arrowhead.png') no-repeat left -28px;
    margin: 50px 5px 0px 0px;
    cursor: pointer;
}

div.indexmaindiv1 div.playerdetail {
    width: 172px;
    height: 160px;
    background: #FFF;
}

div.indexmaindiv1 div.playerdetail div.detailimg {
    width: 172px;
    height: 124px;
}

div.indexmaindiv1 div.playerdetail div.detailimg img {
    width: 172px;
    height: 115px;
}

div.indexmaindiv1 div.playerdetail div.teanames {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    color: #404040;
}

div.indexmaindiv1 div.playerdetail div.teadetail {
    width: 156px;
    height: 27px;
    margin: 5px 8px;
    color: #666;
}

div.indexmaindiv1 div.stylesgoright {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../images/arrowhead.png') no-repeat left -56px;
    margin: 50px 0px 0px 15px;
    cursor: pointer;
}

div.indexmaindiv1 div.stylesgoright:hover {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../images/arrowhead.png') no-repeat left -84px;
    margin: 50px 0px 0px 15px;
    cursor: pointer;
}

/*婊氬姩*/
div.maindiv1 {
    float: left;
    width: 937px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

div.maindiv1 ul {
    position: absolute;
    left: 0;
    top: 0;
}

div.maindiv1 ul li {
    float: left;
    width: 172px;
    height: 160px;
    margin-left: 13px;
}

/* --------------------- ----- --------------------
---------------------partners----------------------------
------------------------------------------ */
.partners {
    width: 1000px;
    height: 125px;
    margin: 30px auto 20px auto;
    overflow: hidden;
}

#demo {
    background: #FFF;
    overflow: hidden;
    width: 1000px;
    margin: 20px 0 10px 0;
}

#demo img {
    border: 2px solid #F2F2F2;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

/* --------------------- ----- --------------------
---------------------service----------------------------
------------------------------------------ */
.service {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.service ul {
    margin: 15px 0 0 15px;
}

.service ul li {
    padding: 10px 15px;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    color: #a0a0a0;
}

/* --------------------- ----- --------------------
---------------------about us----------------------------
------------------------------------------ */
.about {
    width: 1000px;
    margin: 30px auto;
    overflow: hidden;
}

.about_Margin {
    width: 930px;
    margin: 20px 0 0;
    height: 80px;
    _height: 50px;
    border: 1px solid #c5c8cc;
    background: url(../images/about_Bj.jpg) repeat-x;
    padding: 40px 30px;
}

.about_Margin ul {
    width: 1200px;
}

.about_Margin ul li {
    width: 215px;
    height: 90px;
    float: left;
    margin-right: 20px;
    /* background: url(../images/ad.jpg) repeat-y right; */
}

.about_Margin ul li h3 {
    margin-bottom: 15px;
    color: #313131;
    font-size: 16px;
    width: 68px;
    height: 18px;
    padding-right: 20px;
}

.about_Margin ul li a {
    font-size: 14px;
    color: #aaaaaa;
    text-decoration: none;
    line-height: 25px;
}

.about_Margin ul li a:hover {
    color: #09a0ce;
    text-decoration: underline;
}

.mobile {
    background: url(../images/mobile.png) no-repeat;
    padding-left: 30px;
}

.book {
    background-position: 0 -22px;
}

/* --------------------- ----- --------------------
---------------------footer----------------------------
------------------------------------------ */
.footer {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    padding: 30 0;
    text-align: center;
    background: #18569f;
    line-height: 60px;
    color: #fff;
}

.footer_fast {
    clear: both;
}

.footer_fast dl {
    margin-bottom: 20px;
}

.footer_fast dl dd a {
    margin: 0 9px 0 0;
    color: #a0a0a0;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
}

.footer_fast dl dd a:hover {
    color: #09a0ce;
}

.footer_fast dl dt {
    float: left;
    width: 80px;
    text-align: left;
    font-size: 16px;
}

.footer_fast dl dd {
    padding-left: 80px;
}

/* --------------------- ----- --------------------
---------------------box----------------------------
------------------------------------------ */
#box {
    width: 706px;
    height: 324px;
    position: absolute;
    /*position: fixed; _position: absolute; left: 50%; _top:expression(eval(document.documentElement.scrollTop+200)); top:50%; margin-top: -160px; margin-left: -353px; */
    background: #fff;
    display: none;
}

.border {
    width: 700px;
    height: 318px;
    border: 2px solid #e5e5e5;
    background: #f7f7f7;
    *position: relative;
    overflow: hidden;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px;
}

.ml98 {
    margin-left: 290px;
}

.clo {
    text-decoration: none;
    position: absolute;
    top: 9px;
    right: 15px;
}

.tcphong {
    width: 704px;
    height: 281px;
    background: url(../images/tc.jpg) no-repeat;
    position: relative;
}

.tcphong a {
    color: #18569f;
    width: 121px;
    height: 36px;
    background: #fff;
    line-height: 36px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.tcphong a:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px 0 inset;
}

.line01 {
    position: absolute;
    left: 58px;
    top: 220px;
}

.line02 {
    position: absolute;
    left: 220px;
    top: 220px;
}

/* --------------------- ----- --------------------
---------------------Software----------------------------
------------------------------------------ */
.custom {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}

.clearfix {
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

.custom .list_li li {
    float: left;
    width: 298px;
    padding: 10px 0 10px 36px;
}

.custom .list_li .icons {
    display: inline-block;
    zoom: 1;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/custom_icon.png) no-repeat;
}

.custom .list_li .ico_custom1 {
    height: 74px;
    background-position: 0 0;
}

.custom .list_li .ico_custom2 {
    width: 88px;
    height: 75px;
    background-position: -80px 0;
}

.custom .list_li .ico_custom3,
.custom .list_li .ico_custom11 {
    background-position: -180px 0;
}

.custom .list_li .ico_custom4,
.custom .list_li .ico_custom14 {
    background-position: -260px 0;
}

.custom .list_li .ico_custom5 {
    background-position: -340px 0;
}

.custom .list_li .ico_custom6 {
    height: 76px;
    background-position: -420px 0;
}

.custom .list_li .ico_custom7 {
    background-position: -500px 0;
}

.custom .list_li .ico_custom8 {
    background-position: -580px 0;
}

.custom .list_li .ico_custom9 {
    background-position: -660px 0;
}

.custom .list_li .ico_custom10 {
    background-position: -755px 0;
}

.custom .list_li .ico_custom11 {
    background-position: -840px 0;
}

.custom .list_li .ico_custom15 {
    background-position: -930px 0;
}

.custom .list_li .ico_custom16 {
    background-position: -1000px 0;
}

.custom .list_li h3 {
    display: inline;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #0D7DAB;
}

.custom .order_li {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.custom .order_li li {
    float: none;
    width: auto;
    padding: 0;
    line-height: 2;
    color: #666;
}

.custom .list_li .mid {
    width: 275px;
}

.custom .list_li .last {
    width: 280px;
}

.Separator {
    width: 1000px;
    overflow: hidden;
    display: block;
    height: 6px;
    margin: 10px auto;
    padding: 0;
    background: url(../images/separator.gif) repeat-x;
}

.custom_bot {
    margin: 30px 0 30px 0;
    height: 93px;
    background: url(../images/custom_botbg.png) no-repeat 50% 0;
}

/* --------------------- ----- --------------------
---------------------service-recommends----------------------------
------------------------------------------ */
.service-recommends {
    background: url(../images/bottom_pros_bg.png) no-repeat;
    display: block;
    height: 277px;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 1000px;
}

.relative {
    position: relative;
}

.service-recommends span {
    color: #666;
    display: block;
    height: 182px;
    position: absolute;
    width: 301px;
}

.service-recommends a,
.service-recommends span {
    color: #333333;
    display: block;
    height: 182px;
    position: absolute;
    width: 301px;
}

.service-recommends span {
    color: #333;
    font-size: 15px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    top: 10px;
    width: 300px;
}

.service-recommends .service-more-recomm {
    height: 23px;
    line-height: 23px;
    padding-right: 12px;
    right: 10px;
    text-align: center;
    top: 20px;
    width: 95px;
}

#relative_a ul {
    height: 180px;
    padding: 70px 20px;
    width: 970px;
    margin: 0;
    overflow: hidden;
}

#relative_a li {
    float: left;
    width: 220px;
    height: 180px;
    margin: 0 10px;
}

/* --------------------- ----- --------------------
---------------------service-head----------------------------
------------------------------------------ */
.service-head {
    display: block;
    height: 174px;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.service-head .service-title {
    background: url(../images/top_break_bg.png) no-repeat center bottom;
    color: #006A99;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding: 30px 0 17px;
    text-align: center;
}

.service-head .service-desc {
    color: #666;
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0 0;
    text-align: center;
}

.service-process {
    margin: auto auto 30px auto;
    width: 1000px;
    height: 219px;
    background: url(../images/jp-process.png) no-repeat center bottom;
}

/* --------------------- ----- --------------------
---------------------page development----------------------------
------------------------------------------ */
.arti_bj {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
}

.d_Service {
    width: 960px;
    height: 48px;
    margin: 0 auto;
    background: url(../images/s_d.jpg) repeat-x;
    color: #150e0c;
    font-size: 18px;
    line-height: 48px;
    padding: 0 20px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23);
}

.d_Service h2 {
    background: url(../images/h_bj.jpg) no-repeat 0 16px;
    padding-left: 10px;
}

.d_conter {
    width: 980px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
}

.case_conter {
    width: 1000px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}

.d_Lconter {
    width: 696px;
    height: auto;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.d_Lconter ul {
    width: 710px;
    height: auto;
    overflow: hidden;
}

.d_Lconter ul li {
    float: left;
    width: 162px;
    height: 134px;
    background: url(../images/d_libj.jpg) no-repeat center center;
    text-align: center;
    margin-right: 15px;
    padding-top: 15px;
}

.d_Lconter ul li h1 {
    font-size: 12px;
    margin-bottom: 5px;
}

.d_Lconter ul li span {
    font-size: 12px;
    color: #434343;
}

.d_Lconter ul li img {
    margin-bottom: 10px;
}

.d_Lconter ul li .color1 {
    color: #78786c;
}

.d_Lconter ul li .color2 {
    color: #b2d11a;
}

.d_Lconter ul li .color3 {
    color: #1ea838;
}

.d_Lconter ul li .color4,
.span9 p span .color4,
.span9 p .color4,
.d_Rconter dl dt .color4 {
    color: #1979bf;
}

.span9 p {
    padding: 10px 0;
    font-size: 13px;
    color: #848484;
    line-height: 20px;
}

.span9 p strong {
    color: #3b3f43;
    line-height: 20px;
    font-weight: bold;
}

.span9 p .colorblue {
    color: #1979bf;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
}

.span9 .d_sj {
    float: right;
    width: 113px;
}

.s_sj {
    float: right;
    width: 330px;
}

.s_sjfl {
    width: 329px;
    float: left;
}

.span9 p a {
    color: #555555;
    text-decoration: none;
}

.span9 p a:hover {
    text-decoration: underline;
}

.d_b_bj {
    width: 1000px;
    height: 5px;
    clear: both;
    display: block;
    margin: 15px auto;
    background: url(../images/separator.gif) repeat-x;
}

.d_Rconter {
    width: 274px;
    height: auto;
    overflow: hidden;
    float: right;
}

.d_Rconter dl dt {
    background: url(../images/header_divider.png) center repeat-x;
    margin-bottom: 20px;
}

.d_Rconter dl dt span {
    background: #fff;
    padding: 0 20px;
}

.d_Rconter dl dd {
    margin-left: 35px;
    overflow: hidden;
}

.d_Rconter dl dd a {
    background: url(../images/li_style.png) no-repeat;
    background-position: 2px 6px;
    padding-left: 17px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.solution {
    height: 72px;
}

.solution i {
    width: 72px;
    height: 52px;
    float: left;
    background: url(../images/d_so_bj.jpg) no-repeat 0 -10px;
}

#d_Rctwo {
    margin-top: 15px;
}

#d_Rctwo dl dd .di2 {
    background-position: -70px -9px;
}

#d_Rctwo dl dd .di3 {
    background-position: -143px -9px;
}

#d_Rctwo dl dd .di4 {
    background-position: -213px -9px;
}

#d_Rctwo dl dd .di5 {
    background-position: -289px -9px;
}

#d_Rctwo dl dd .di6 {
    background-position: -360px -10px;
}

.solution h2 {
    font-weight: bold;
    color: #3c3c3c;
}

#d_Rctwo dl dd a {
    border: 1px solid #edecec;
    background: none;
    height: 56px;
    padding: 10px 0;
    width: 250px;
    overflow: hidden;
}

#d_Rctwo dl dd a:hover,
.d_Rfri dl dd a:hover {
    border: 1px solid #b4b4b4;
}

#d_Rctwo dl dd {
    margin: 0;
    width: 260px;
    padding-left: 20px;
}

.d_Rckf dl dd a {
    background: none;
    padding-left: 17px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.d_Rchz dl dd a {
    background: none;
    padding-left: 17px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.d_Rfri dl dd a {
    border: 1px solid #edecec;
    background: none;
    height: 80px;
    width: 235px;
    overflow: hidden;
    padding: 0;
}

.map {
    width: 690px;
    height: 470px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.BMap_bubble_title {
    font-size: 14px;
    font-weight: bold;
}

.BMap_bubble_content {
    font-size: 12px;
    line-height: 20px;
}

.about_sj {
    float: right;
    width: 330px;
    margin: 20px 0 20px 20px;
}

/* --------------------- ----- --------------------
---------------------case----------------------------
------------------------------------------ */
.case_Left {
    width: 187px;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 30px 0 30px 20px;
}

.case_Reft {
    width: 760px;
    height: auto;
    float: right;
    overflow: hidden;
    padding: 30px 10px 30px 0;
}

.case_Ul ul li a:hover {
    width: 185px;
    height: 38px;
    line-height: 38px;
    background: #c7e2fd;
    color: #2c71b6;
}

.contact_us {
    width: 185px;
    border-radius: 5px;
    border: 1px solid #2c71b6;
}

.contact_us h3 {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #2c71b6;
    font-weight: normal;
}

.contact_us p {
    line-height: 24px;
    margin: 10px;
    font-size: 14px;
}

.sof_case h2 {
    color: #2c71b6;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.sof_case h1 {
    color: #2c71b6;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.sof_case p {
    color: #959595;
    font-size: 14px;
    line-height: 24px;
}

.sof_One {
    width: 760px;
    overflow: hidden;
    padding: 50px 0 50px 0;
    height: auto;
    background: url(../images/header_divider.png) bottom repeat-x;
}

.column li {
    display: block;
    width: 185px;
    height: 38px;
    margin-bottom: 20px;
}

.column li a.def {
    display: block;
    width: 185px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #2c71b6;
    text-align: center;
    border: 1px solid #2c71b6;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.column li a.t5 {
    display: block;
    width: 185px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border: 1px solid #2c71b6;
    text-decoration: none;
    background: #2c71b6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sof_One ul li {
    width: 178px;
    height: 100px;
    margin: 0 10px 20px 0;
    float: left;
    text-align: center;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.sof_One ul li img {
    width: 178px;
    margin-top: 10px;
}

/* --------------------- ----- --------------------
---------------------job----------------------------
------------------------------------------ */
.span9 p .colorblack {
    color: #555;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
}

.job_L {
    padding: 10px 0 0 30px;
    width: 660px;
}

/* --------------------- ----- --------------------
---------------------team----------------------------
------------------------------------------ */
.csr {
    height: auto;
    width: 696px;
    overflow: hidden;
}

.team_Lone {
    float: left;
    width: 164px;
    height: 274px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #cecece;
    background: url(../images/caisext.jpg) repeat-x 0 30px;
    margin-top: 20px;
    margin-right: 30px;
    _margin-right: 10px;
}

.team_Cli {
    float: left;
    width: 164px;
    height: 274px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #cecece;
    background: url(../images/caisext.jpg) repeat-x 0 30px;
    margin-top: 20px;
    margin-right: 30px;
    _margin-right: 10px;
    overflow: hidden;
}

.team_Rone {
    float: right;
    width: 500px;
    height: 274px;
    margin-top: 50px;
}

.team_Lone img,
.team_Cli img {
    width: 140px;
}

.team_Lone h3,
.team_Cli h3 {
    font-weight: 500;
    color: #555555;
    float: left;
    width: 55px;
    padding: 50px 0px 0 50px;
    float: left;
    margin-bottom: 5px;
}

.team_Lone p,
.team_Cli p {
    color: #999;
    font-weight: 400;
    padding: 55px 0px 0 0px;
    margin-bottom: 10px;
    font-size: 10px;
}

.team_One {
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.solid {
    width: 165px;
    height: 1px;
    border-top: 1px solid #cecece;
    margin: 20px 0 0 0;
}

.team_Back {
    width: 485px;
    height: 30px;
    background: url(../images/header_divider.png) repeat-x 0 10px;
}

.team_Rone h2 {
    font-weight: normal;
    color: #555;
    margin-top: 0;
    margin-bottom: 12px;
    background: #fff;
    width: 110px;
}

.team_Rone p {
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.team_Conten {
    clear: both;
    margin-bottom: 20px;
}

.team_Conten a {
    color: #848484;
}

.team_Conten p {
    background: url(../images/header_divider.png) center repeat-x;
}

.team_Conten p span {
    background: #fff;
    color: #1979bf;
    padding-right: 30px;
}

/* --------------------- ----- --------------------
---------------------honor----------------------------
------------------------------------------ */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#gallery ul li {
    background: none;
    width: 306px;
    padding: 3px;
    border: 1px solid #848484;
    margin: 0 30px 20px 0;
    overflow: hidden;
    height: 220px;
}

#gallery ul li img {
    width: 306px;
    height: 180px;
    float: left;
}

#gallery {
    margin: 20px 0 20px 20px;
}

#gallery ul li a {
    text-decoration: none;
}

/* --------------------- ----- --------------------
---------------------detail----------------------------
------------------------------------------ */
form {
    display: block;
    margin: 0 0 0 35px;
}

.input-append,
.input-prepend {
    font-size: 0;
    white-space: nowrap;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 6;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    height: 32px !important;
    border-color: #cecece;
}

.more {
    display: none;
}

.input-append input,
.input-append .uneditable-input {
    background: url('../images/search.png') no-repeat;
    background-position: 12px 12px;
    padding-left: 34px !important;
    width: 187px;
}

.input-append select {
    width: 223px;
    display: block;
    margin: 0 0 20px 0;
    padding: 4px 6px;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select_arrow.png') no-repeat right;
    height: 36px !important;
    background-position: 91% 0px;
}

/* 鑾峰緱鐒︾偣鏃剁殑杈撳叆妗嗛珮鍏夋晥鏋� */
input:focus,
select:focus textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* 閬垮厤瀵瑰叾浠栧厓绱犵殑涓嶈壇褰卞搷(涓昏琛ㄧ幇鍦↖E娴忚鍣ㄤ腑) */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    /* IE7 */
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    border: 0 \9;
    /* IE9- */
    border-radius: 0;
}

/* 閬垮厤瀵规寜閽牱寮忕殑涓嶈壇褰卞搷 */
input[type="button"],
input[type="submit"],
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px;
    font-size: 1em;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dl-horizontal dt {
    cursor: pointer;
    width: 59px;
    height: 130px;
    margin-bottom: 0px;
    float: left;
}

.dl-horizontal dd {
    padding-left: 27px;
    margin-left: 55px;
    overflow: hidden;
}

.date {
    width: 59px;
    height: 59px;
    background: #1979bf;
    -webkit-border-radius: 6;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.date span {
    float: left;
    color: #fff;
}

.day {
    font-size: 20px;
    font-weight: 500;
    padding-top: 4px;
    width: 100%;
    text-align: center;
}

.month {
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 12px;
    margin-top: 3px;
    font-size: 12px;
}

.year {
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 12px;
    margin-top: 2px;
    font-size: 11px;
}

.editor {
    width: 59px;
    height: 59px;
    background: #1979bf;
    -webkit-border-radius: 6;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #cecece;
    margin-top: 10px;
}

.dl-horizontal h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
}

.d_Lconter .info {
    padding-left: 0px;
    padding-bottom: 18px;
    font-size: 11px;
    color: #999;
    margin-bottom: 0;
    width: 600px;
}

.d_Lconter .info li {
    display: inline;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    background: none;
    padding-top: 0;
    margin-right: 0;
}

.user {
    padding-right: 8px;
}

.tags {
    border-left: 1px solid #b2b2b2;
    padding-left: 8px;
    padding-right: 8px;
}

.comments {
    padding-right: 8px;
    border-left: 1px solid #b2b2b2;
    padding-left: 8px;
}

.de_content p {
    margin-bottom: 20px;
    font-family: "Microsoft Yahei";
    font-size: 13px;
    color: #555555;
    line-height: 20px;
}

.de_content img {
    margin: 0 auto;
    padding-bottom: 20px;
}

/* --------------------- ----- --------------------
---------------------list----------------------------
------------------------------------------ */
.list {
    border-bottom: 1px dashed #cccccc;
    padding: 30px 0 30px 0;
}

.list_one {
    padding: 0 0 30px 0;
}

.de_content .list_more a {
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}

.de_content .list_more a:hover {
    color: #1979bf;
}

.de_content .list_more img {
    margin: 0;
    padding: 0;
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    padding: 0;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 170px;
}

.pagination ul li {
    display: inline;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    background: none;
    padding-top: 0;
    margin-right: 0;
}

.pagination ul li a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    font-size: 14px;
}

.pagination ul>li.active a,
.pagination ul>li a:hover {
    background: #1979bf;
    color: #fff;
}
