﻿* {
    margin: 0;
    padding: 0;
}

body,
html {
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.header {
    height: 100px;
    background-color: #F5F5F5;
}

.logo {
    float: left;
    width: 245px;
    height: 25px;
    padding: 41px 0 34px 0;
}

.logo a,
.logo a img {
    display: block;
}

.nav {
    float: right;
    height: 20px;
    list-style: none;
    padding: 44px 0 36px 0;
}

.nav li {
    float: left;
    margin-right: 30px;
}

.nav li .on {
    color: #1845AD;
    border-bottom: #1845AD 2px solid;
}

.nav li a {
    padding-bottom: 10px;
    color: #333333;
    text-decoration: none;
}

.footer {
    height: 60px;
    background-color: #2E2929;
}

.footer div {
    height: 34px;
    text-align: center;
}

.footer p {
    color: #fff;
    font-size: 12px;
}

.footer p:first-child {
    padding-top: 13px;
}

.banner {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 24px;
}

/* 公共类部分结束 */

/* 首页开始 */

.index .text {
    width: 860px;
    height: 40px;
    margin: 64px auto;
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* 首页结束 */

/* 介绍开始 */

.introduce .content {
    width: 780px;
    margin: 64px auto;
}

.introduce .left {
    float: left;
    height: 80px;
    border-right: #1845AD 3px solid;
    margin-right: 30px;
}

.introduce .left span {
    margin-right: 24px;
    text-align: right;
}

.en-title {
    display: block;
    width: 102px;
    height: 22px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 9px;
    line-height: 22px;
}

.year {
    display: block;
    line-height: 45px;
    font-size: 32px;
    color: #1845AD;
}

.introduce .right {
    float: left;
    width: 621px;
}

.introduce .right p {
    font-size: 14px;
    color: #333;
}

.contact-us-img {
    float: left;
    width: 357px;
    height: 242px;
}

.contact-us {
    float: right;
    border-left: #1845AD 3px solid;
    width: 290px;
    height: 130px;
    margin: 56px 0;
}

.contact-us span {
    display: block;
    margin-left: 24px;
    color: #333333;
}

.contact-us .us-title {
    color: #1845AD;
    font-size: 18px;
    line-height: 25px;
}

.contact-us .address {
    margin-bottom: 20px;
}

/* 介绍结束 */

/* 业务开始 */

.business {
    margin-top: 24px;
    margin-bottom: 67px;
}

.business .line {
    height: 400px;
}

.business .line div {
    width: 600px;
    height: 400px;
    float: left;
}

.business .line .special {
    background-color: #1845AD;
}

.business .line .special .title,
.business .line .special p {
    color: #ffffff;
}

.business .line div img {
    display: block;
    width:600px;
    height:400px;
}

.business .line div .title {
    line-height: 40px;
    font-size: 28px;
    color: #1845AD;
    margin: 64px 0 49px 64px;
}

.business .line div p {
    width: 394px;
    font-size: 14px;
    color: #333333;
    margin: 0 0 20px 64px;
}

/* 业务结束 */

/* 托管开始 */

.trusteeship .content {
    width: 920px;
    margin: 100px auto 100px auto;
}

.trusteeship .content .left {
    float: left;
    width: 120px;
    height: 123px;
}

.trusteeship .content .left img {
    display: block;
}

.trusteeship .content .right {
    float: right;
    width: 744px;
    height: 200px;
    font-size: 14px;
    color: #333;
}

.trusteeship .content a {
    display: block;
}

.trusteeship .content .right a {
    color: #333;
    text-decoration: none;
    margin-top: 20px;
}

/* 托管结束 */

/* 创始人开始 */

.founder .content {
    width: 980px;
    margin: 64px auto;
}

.founder .left {
    float: left;
    width: 128px;
}

.founder .left img {
    display: block;
    width: 128px;
    height: 128px;
}

.founder .right {
    float: right;
    width: 744px;
}

.founder .right h3 {
    color: #1845AD;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
}

.founder .right p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

/* 创始人结束 */

/* 知识库开始 */

.warehouse{
    margin-top: 24px;
}
.warehouse .content{
    width: 1020px;
    margin: 0 auto;
}
.warehouse .item {
    display: block;
    float: left;
    width: 300px;
    height: 352px;
    margin: 0 20px 40px 20px;
}

.warehouse a {
    display: block;
    width: 300px;
    height: 352px;
    text-decoration:none;	
}

.warehouse .item img{
    display: block;
    width: 300px;
    height: 160px;
}

.warehouse .item .panel{
    width: 300px;
    height: 192px;
    background-color: #F5F5F5;
}

.warehouse .item h3{
    font-size: 18px;
    line-height: 25px;
    color: #1845AD;
    padding: 20px 20px 0 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.warehouse .item p{
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.warehouse .item span{
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
}

/* 知识库结束 */

/* 新闻开始 */
.news{
    margin: 112px auto;
}
.news .item{
    width: 640px;
    margin: 0 auto 40px auto;
}
.news a{
    display:block;
    text-decoration:none;
    width: 640px;
}
.news .item::before{
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    background-color: #1845AD;
    border-radius: 50%;
    margin: 10px 0 10px -24px;
}
.news .item h3{
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 11px;
    text-align: justify;
    /* overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap */
}
.news .item p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
/* 新闻结束 */

/* 新闻详情开始 */
.news-de{
/*background-color:#F5F5F5;*/
padding: 40px 0 100px 0;
}
.news-de h3{
width:1062px;
font-size:14px;
line-height:20px;
color:#333;
margin:0 auto;
padding:24px 0;
}
.news-de .panel{ 
width:966px;
margin:0 auto 0 auto;
padding: 0 48px 36px 48px;
background-color:#FFFFFF;
}

.news-de .panel p{
margin:36px auto 40px auto;
font-size:14px;
line-height:20px;
color:#333;
text-align:justify;
}
.news-de .panel img{
display:block;
width:100%;
height:auto;
}
/* 新闻详情结束 */