﻿body,html{
    min-width: 1250px;
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after,
.clear-fix:before,
.clear-fix:after {
    content: '';
    display: table;
}

body,
button,
input,
select,
textarea {
    font: 14px/1 tahoma, 'Hiragino Sans GB', 'microsoft yahei', sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:link,
a:visited,
a:active {
    color: #000;
}

.container {
    width: 1250px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hide {
    display: none !important;
}

.nav {
    max-height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    /*left: 0;
    position: fixed;
    top: 0;
    width:100%;
    z-index:99;*/
}

.nav-bar {
    height: 100px;
}

.nav-menu {
    display: none;
}

.nav-brand {
    position: absolute;
    left: 0;
    top: 0;
    width: 165px;
}

.nav-list li {
    float: left;
}

.nav-list li a,
.nav-list li a:hover,
.nav-list li a:visited {
    display: block;
    font-size: 18px;
    line-height: 97px;
    padding: 0 30px;
    color: #000000;
}
.nav-list li a.selected,
.nav-list li a:hover {
    border-bottom: 3px solid #000000;
}
.footer {
    background: #383737;
    color: #9f9f9f;
    padding: 42px 0;
    text-align: center;
}

.footer > div {
    margin-top: 10px;
    font-size: 12px;
}



.friendlink a {
    color: #9f9f9f;
}
.friendlink a:hover {
    text-decoration: underline;
}
.members li {
    float: left;
    width: 250px;
    padding: 0 80px;
    text-align: center;
    color: #4e525d;
}

.members .avatar {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.members .avatar img {
    width: 100%;
    height: 100%;
}

.members .name {
    padding-top: 28px;
    padding-bottom: 20px;
    font-size: 22px;
}

.members .email {
    padding-bottom: 20px;
    font-size: 18px;
}

.members .email a {
    color: #000000;
}

.members .desc {
    line-height: 21px;
    height: 126px;
    color: #666666;
    text-align: left;
}

.projects li {
    /*float: left;*/
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    color: #4e525d;
    margin: 10px 0;
}

.projects li > a {
    margin: 15px;
    display: block;
}

.projects .logo {
    float: left;
    margin-right: 20px;
}

.projects .time {
    float: left;
    /*margin:35px;*/
    margin: 3%;
}

.projects .logo img {
    max-width: 100%;
    max-height: 100%;
}

.projects .name {
    margin: 18px 0 12px;
    font-weight: bold;
}

.projects .desc {
    /*padding-right:45px;*/
    line-height: 21p;
    overflow: hidden;
    text-align: left;
}

.projects .title {
    color: #000000;
    font-size: 22px;
    margin-bottom: 25px;
}

.projects .zx_nr {
    color: #666666;
    line-height: 1.8em;
}

.projects .zx_nr p {
    height: 1.8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ----- stat ----- */
.stat {
    background-color: #c0cace;
}
.stat p {
    font-size: 16px;
    line-height: 56px;
    padding: 0 4px;
}
.stat a:link,
.stat a:visited,
.stat strong {
    color: #5e727d;
}
.stat a:hover,
.stat a:active {
    color: #fff;
}
.stat p b {
    color: #888;
    padding: 0 4px;
}

/* ===== 08_article ===== */
.article {
    background-color: #fff;
    padding: 36px 300px;
}
.detail {
    width: 1000px;
}

h2.art,
p.aStat {
    text-align: center;
    width: 100%;
}
h2.art {
    color: #5e727d;
    font-size: 28px;
    padding: 36px 0;
}
p.aStat {
    background-color: #eee;
    color: #888;
    font-size: 16px;
    line-height: 40px;
    margin: 12px 0 48px 0;
}
p.aStat b {
    color: #555;
    font-weight: normal;
}
p.aStat span {
    margin: 0 24px;
}

.entry {
    color: #5a5a5a;
    font-size: 16px;
    min-height: 450px;
    padding: 0 32px;
    width: 700px;
    margin-left: 200px;
}
.entry h1 {
    font-size: 24px;
}
.entry h2 {
    font-size: 21px;
}
.entry h3 {
    font-size: 18px;
}
.entry h4 {
    font-size: 15px;
}

.entry div,
.entry p {
    line-height: 1.7em;
    padding: 5px 0;
}
.entry ol,
.entry ul {
    padding: 0.5em 0 0.5em 2em;
}
.entry ol li {
    list-style: decimal inside;
}
.entry ul li {
    list-style: disc inside;
}

.entry table {
    background-color: #ddd;
}
.entry th,
.entry td {
    padding: 8px 10px;
}
.entry th {
    background-color: #f6f6f6;
}
.entry td {
    background-color: #fff;
}

.context {
    border-top: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    margin-top: 32px;
    padding-top: 12px;
}
.context li {
    color: #aaa;
    font-size: 16px;
}
.context a:link,
.context a:visited {
    color: #5e727d;
}
.context a:hover,
.context a:active {
    color: #f80;
}
.context .y {
    float: left;
}
.context .z {
    float: right;
}

/*客服部分*/
.qqserver p img {
    display: inline;
    margin: -5px 5px 0 0;
    vertical-align: middle;
}

.scrollsidebar {
    z-index: 999;
    bottom: 120px;
    right: 50px;
    position: fixed;
    display: block;
}





.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h3 {
    font-size: 36px;
    color: #4e525d;
    text-align: center;
    font-weight: normal;
}

h2 {
    font-size: 25px;
    color: #999999;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}
.col643 {
    color: #000000;
}
.bgf6 {
    background: #f6f6f6;
}
.banner {
    position: relative;
    top: -1px;
    position: relative;
}

.banner img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.banner .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #ccc;
    padding-top: 160px;
}

.banner .big {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 42px;
    color: #ffffff;
    letter-spacing: 10px;
}

.banner .small {
    margin-bottom: 58px;
}

.banner .small p {
    margin-bottom: 10px;
    font-size: 22px;
}

.banner .know-more {
    padding: 12px 30px;
    display: inline-block;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.team,
.case,
.about,
.project {
    padding: 70px 0px;
}
.place {
    padding: 30px 0 100px 0;
}
.team h3 {
    margin-bottom: 78px;
}
.Titline {
    width: 50px;
    height: 0.3em;
    border-top: 1px solid #d1d4d7;
    display: inline-block;
}
.lineL {
    margin-right: 10px;
}
.lineR {
    margin-left: 10px;
}
.case h3 {
    margin-bottom: 80px;
}

.case .look-more {
    display: inline-block;
    padding: 10px 33px;
    font-size: 16px;
    color: #4e525d;
    border: 1px solid #000;
    border-radius: 18px;
    margin-top: 74px;
}

.place {
    text-align: center;
    background-color: #f6f6f6;
}

.place .apply {
    margin: 0 auto;
    width: 200px;
    padding: 20px 0 0;
    font-size: 16px;
    text-align: center;
}

.place .content {
    width: 1200px;
    margin: 70px auto 30px;
}

.place .desc {
    font-size: 16px;
    color: #8f939d;
    line-height: 24px;
    padding: 25px 0 55px;
}

.place .detail {
    height: 255px;
    clear: both;
}

.place .menu li {
    color: #7b8a97;
    margin-bottom: 25px;
}

.place .menu img {
    vertical-align: middle;
    margin-right: 25px;
}

.place .frame {
    width: 710px;
    height: 100%;
}

.place .zlzb {
    text-align: left;
    margin-bottom: 90px;
}

.place .zlzb b {
    font-size: 25px;
    color: #3f3f3f;
}

.place .zlzb P {
    font-size: 20px;
    color: #3f3f3f;
    margin: 10px 0;
}

.layout {
    position: relative;
}

.layout .arraw {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #f9f9f9 transparent transparent;
    position: absolute;
    top: 0;
    left: -20px;
}

/*.layout-team {
    padding: 0px 20px 10px;
    line-height: 25px;
    color: #BABABA;
}*/

.layout-team .arraw {
    top: 20px;
}

.layout-team ul li {
    margin-bottom: 9px;
}

.layout-team .name {
    display: inline-block;
    width: 96px;
}

.layout-chat {
    padding: 22px;
}

.layout-chat .arraw {
    top: 120px;
}

.layout-chat ul li {
    display: inline-block;
    width: 200px;
    margin-left: 25px;
}

.layout-chat ul li:first-child {
    margin-left: 0;
}

.layout-chat .poster img {
    width: 198px;
    height: 98px;
    border: 1px solid #f9f9f9;
    background-color: #fff;
    border-radius: 3px;
}

.layout-chat .title {
    color: #4e525d;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    height: 32px;
    overflow: hidden;
}

.layout-chat .simple-desc,
.layout-chat .time {
    color: #8f939d;
    font-size: 12px;
    line-height: 16px;
}

.layout-chat .simple-desc {
    height: 48px;
    overflow: hidden;
}

.layout-openday {
    padding: 25px 30px;
}

.layout-openday li {
    float: left;
    height: 200px;
}

.layout-openday .arraw {
    top: 200px;
}

.layout-openday .intro {
    color: #8c9dac;
    line-height: 21px;
    margin-right: 10px;
}

.layout-openday .pic {
    margin-left: 20px;
}

.layout-openday .pic img {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
}

.p_left {
    float: left;
}

.p_right {
    float: left;
    margin-left: 30px;
    width: 65%;
}

.about .detail p {
    line-height: 24px;
    color: #666666;
}

.about .detail span {
    color: #666666;
}

.about .cl {
    padding-top: 30px;
}
.about .content {
    padding-top: 80px;
}

.project ul li {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    width: 305px;
    color: #4e525d;
    margin-bottom: 20px;
    float: left;
}

.project .content {
    top: 60px;
    width: 1000px;
    margin: 0 auto;
}

.project .desc {
    font-size: 16px;
    color: #8f939d;
    line-height: 24px;
    padding: 25px 0 55px;
}

.project .logo {
    vertical-align: middle;
    border-radius: 10px;
    text-align: center;
}

.project .name {
    margin: 18px 0 12px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.project .ms {
    color: #666666;
    width: 60%;
    line-height: 21px;
    margin-left: 16%;
}
.sm-nav {
    display: none;
}
.nav {
    display: block;
}

.projectwrap {
    margin: 70px auto 0;
}
