﻿.profile-block {
    width: 660px;
}
.inner-block {
    margin: 20px 0;
    overflow: hidden;
}
.news-block {
    width: 500px;
}
.news-block .mt20, .profile-block .mt20 {
    margin: 20px 0;
}
.news-block .new-top .img {
    width: 153px;
    height: 102px;
    overflow: hidden;
    margin-top: 3px;
}
.news-block .new-top .new-details  {
    margin-left: 169px;
}
.news-block .new-top .new-details h4 {
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-block .new-top .new-details p {
    line-height: 24px;
    color: #999;
}
.news-block ul.new-list li {
    line-height: 45px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed #ccc;
    text-align: right;
}
.news-block ul.new-list li p {
    width: 410px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    text-align: left;
}

.profile-block .img {
    margin-top: 7px;
    width: 350px;
    height: 250px;
    overflow: hidden;
    transition: all .3s ease;
}
.profile-block .img img {
    transition: all .3s ease;
}
.profile-block .img:hover {
    transform: scale(1.06, 1.06);
    transition: all 0.2 ease;
}
.profile-block .profile-details {
    line-height: 28px;
    color: #3a3a3a;
    margin-left: 382px;
}
.profile-block .profile-details p {
    text-indent: 24px;
}


.annual {
    background: url(../image/homeAnnual.jpg) no-repeat center bottom #eee;
}
.annual .wrap {
    height: 570px;
}
.wrap .title {
    height: 47px;
    line-height: 46px;
    padding-top: 34px;
}
.wrap .title h2 {
    color: #3B62AA;
    font-size: 16px;
    position: relative;
    font-weight: normal;
}
.wrap .title h2 i {
    width: 70px;
    height: 1px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #3B62AA;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap .title .more {
    float: right;
}
.wrap .title .more a {
    color: #08b8c3;
    font-size: 14px;
}

.annual-block {
    height: 502px;
    background: url(../image/homeAnnual-line.gif) repeat-y center top;
    overflow: hidden;
}

.annual-block .annual-item {
    height: 503px;
}
.annual-block .annual-item .left-block, .annual-block .annual-item .right-block {
    width: 50%;
    
    
}
.annual-block .annual-item .right-block {
    margin-top: 70px;
}
.annual-block .annual-item .left-block dl {
    position: relative;
    float: right;
    display: block;
    margin: 40px 0;
    width: 100%;
}
.annual-block .annual-item .left-block dl dt {
    width: 124px;
    height: 29px;
    line-height: 29px;
    background: url(../image/homeAnnual_1.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -14px;
    text-indent: 38px;
    font-size: 18px;
    color: #fff;
}
.annual-block .annual-item .left-block dl dd {
    text-align: right;
    padding: 15px;
    line-height: 24px;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,.03);
    margin-right: 109px;
    float:right
}

.annual-block .annual-item .right-block dl {
    position: relative;
    float: left;
    display: block;
    margin: 40px 0;
    width: 100%;
}
.annual-block .annual-item .right-block dl dt {
    width: 124px;
    height: 29px;
    line-height: 29px;
    background: url(../image/homeAnnual_1.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -14px;
    text-indent: 48px;
    font-size: 18px;
    color: #fff;
    background-position: left -31px;
    left: -13px;
    right: auto;
    text-indent: 44px;
}
.annual-block .annual-item .right-block dl dd {
    text-align: left;
    padding: 15px;
    line-height: 24px;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,.03);
    margin-left: 109px;
    float:left
}


.awards-items {
    margin: 38px 0;
}
.awards-item {
    width: 48%;
    float: left;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}
.awards-item:last-child {
    float: right;
}
.awards-img {
    width: 300px;
    overflow: hidden;
    float: left;
}
.awards-img img {
    width: 100%;
}

.awards-title {
    margin: 60px 20px;
}

.awards-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #212122;
}
.awards-title span {
    font-size: 18px;
    color: #b3b3b3;
}


.tempwrap {
    margin: 30px 0;
    overflow: hidden;
    width: 1200px;
    overflow: hidden;
}
.tempwrap .items  {
    width: 4000px;
    overflow: hidden;
}
.tempwrap .items li {
    height: 170px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}
.tempwrap .items li:nth-child(3n) {
    margin-right: 0;
}
.tempwrap .items li p {
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-position: 351px -276px;
}

.tempwrap .items li i {
    width: 100%;
    height: 29px;
    position: absolute;
    left: 0;
    bottom: 0;
    filter: alpha(opacity=80);
    opacity: .8;
    background: #000;
    z-index: 1;
}



.culture {
    width: 100%;
    background: url('../image/activityBg.jpg')no-repeat center;
}
.activity-items {
    margin: 26px 0;
    overflow: hidden;
}
.activity-items li {
    width: 600px;
    height: 240px;
    float: left;
    background: #fff;
}
.activity-items li span {
    width: 400px;
    height: 240px;
    overflow: hidden;
}

.activity-items li .text {
    margin-left: 400px;
    padding: 28px 20px 0 26px;
    position: relative;
}
.activity-items li.right .text {
    width: 154px;
    margin: 0;
}
.activity-items li .text h5 {
    line-height: 46px;
    color: #3B62AA;
    font-size: 16px;
    font-weight: normal;
}
.activity-items li .text p {
    line-height: 24px;
    color: #666;
}

.project {
    margin: 20px 0;
}
.project li {
    float: left;
    width: 362px;
    height: 60px;
    border: 1px solid rgb(213, 215, 221);
    margin: 20px 27px;
    text-align: left;
    padding: 8px 0;
    border-radius: 2px;
}
.project li:last-child{
    margin-right: 0;
}
.project li:first-child{
    margin-left: 0;
}

.project li p.project-title {
    font-size: 18px;
    color: #222;
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
    color: #333;
    margin-left: 106px;
}
.project li p {
    text-align: left;
    line-height: 28px;
    margin-left: 106px;
}

.project li {
    position: relative;
}
.project li.zd::after {
    content: '';
    background: url(../image/logo1.png)no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: block;
    top: 11px;
    left: 44px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #d54b25;
}
.project li.bda::after {
    content: '';
    background: url(../image/bda_logo1.png)no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: block;
    top: 11px;
    left: 44px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #024692;
}
.project li.qt::after {
    content: '';
    background: url(../image/qt_logo1.png)no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: block;
    top: 11px;
    left: 44px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #1862f8;
}






.details-block {
    width: 80%;
    margin: 40px auto;
}
.details-block .detail {
    width: 100%;
    text-align: center;
}
.details-block img {
    color: #3a3a3a;
    margin: 30px auto;
    display: block;
}
.details-block p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0;
    text-indent: 2em;
}
.service .icon {
    margin: 36px 0 50px;
}
.service .icon .items {
    width: 980px;
    margin: 0 auto;
}
.service .icon .items li span {
    font-size: 18px;
    font-weight: 600;
    color: #3a3a3a;
}
.service .icon .items li {
    text-align: center;
    float: left;
    width: 25%;
}

.service-qa {
    width: 1150px;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 36px;
    overflow: hidden;
}
.service-qa .img {
    width: 430px;
    height: 210px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    background: #3B62AA;
    position: relative;
    text-align: center;
    line-height: 210px;
}
.service-qa .img span {
    color: #fff;
    font-size: 42px;
    position: absolute;
    right: 20px;
}
.service-qa .img img {
    width: 100%;
}
.service-qa .text {
    width: 720px;
    background: #F2F2F3;
    height: 210px;
    overflow: hidden;
    border-radius: 0px 10px 10px 0;
}
.service-qa .text h3 {
    font-size: 24px;
    color: #D92522;
    line-height: 30px;
    margin-left: 30px;
    margin-top: 60px;
}
.service-qa .text p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-left: 30px;
    margin-top: 16px;
    margin-right: 20px;
}

.block-wrap {
    width: 100%;
    background: #3C59A1;
    overflow: hidden;
}
.service-button {
    margin: 40px 0;
    text-align: center;
}
.service-button a {
    display: inline-block;
    margin: 0 20px;
    background: #F0F0F1;
    color: #222;
    width: 110px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 4px;

}
.service-button a:hover {
    background: #D92522;
    color: #fff;
}

.sphere {
    width: 100%;
    background: url(../image/cardBg.jpg)no-repeat center;
    padding-bottom: 36px;
}
.sphere .inner-block {
    margin: 20px 0;
}
.sphere p.text {
    font-size: 18px;
    margin-top: 16px;
}
.sphere .inner-block .title h4 {
    font-size: 28px;
    color: #3a3a3a;
    text-align: center;
    font-weight: 600;
}
.sphere .items .item {
    background: #f4f4f4;
    border-radius: 8px;
    float: left;
    width:280px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    filter: alpha(opacity=80);
    opacity: .8;
    height: 120px;
    color: #000;
    position:relative;
}
.sphere .items .item::before {
    position: absolute;
    top: -14px;
    left: 16px;
    font-size: 26px;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #D92522;
}
.sphere .items .item:nth-child(1)::before {
    content: "1";
}
.sphere .items .item:nth-child(2)::before {
    content: "2";
}
.sphere .items .item:nth-child(3)::before {
    content: "3";
}
.sphere .items .item:nth-child(4)::before {
    content: "4";
}
.sphere .items .item:nth-child(5)::before {
    content: "5";
}
.sphere .items .item p {
    margin: 30px 26px;
}


.report {
    margin: 26px 0;
}
.report .items {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.report .text {
    font-size: 26px;
    color: #333;
    width: 900px;
    margin: 30px auto 6px;
    overflow: hidden;
}
.report .text h3 {
    padding-left: 6px;
    border-left: 4px solid #3B62AA;
}

.report .items .item {
    width: 100%;
    margin: 20px auto;
    background: #fff;
}

.report .items .item .report-content {
    width: 100%;
    background: #F2F2F3;
    overflow: hidden;
}
.report .items .item .report-content {
    cursor:pointer;
}
.report .items .item .report-content .inner {
    margin: 10px 18px;
    transition: all 0.2s ease;
}
.report .items .item .report-content .inner .img {
    width: 180px;
    height: 120px;
    overflow: hidden;
}
.report .items .item .report-content .inner .img img {
    width: 100%;
}
.report .items .item .report-content .inner .report-text {
    width: 660px;
    margin-left: 20px;
}
.report .items .item .report-content .inner .report-text .report-title {
    margin: 30px 0 6px;
    font-size: 18px;
}
.report .items .item .report-content .inner .report-text .description {
    font-size: 16px;
    color: #888;
}





.report-result {
    background: #f9f9f9;
    padding: 20px;
    border-left: 1px solid #C64529;
}
.report-result p {
    line-height: 28px;
}



.culture-items {
    border-left: 1px solid #E7E7E7;
    width: 240px;
    
}
.culture-items li.item {
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px;
}
.culture-items li.item::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #3B62AA;
    top: 18px;
    left: -5px;
}
.culture-items li.item .title {
    color: #3B62AA;
    font-size: 16px;
    font-weight: 600;
    padding-top: 0;
}
.culture-items li.item .text {
    color: #333;
    text-indent: 0;
    margin: 0;
    font-size: 14px;
}
.culture-right {
    width: 800px;
}

.culture-right .Introduction {
    padding: 20px;
    border-bottom: 1px solid #D6CFC7;
}
.culture-right .culture-list {
    margin: 40px 0;
}
.culture-right .culture-list .list-content li {
    background: rgb(236, 236, 236);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.culture-right .culture-list .list-content li a {
    display: block;
}
.culture-right .culture-list .list-content li a:hover {
    color: #000;
}

.details .news-items {
    width: 800px;
    overflow: hidden;
}
.details .news-items .item {
    border-top: 1px solid #ECECEC;
    margin: 30px 0;
    padding-top: 30px;
}
.details .news-items .item:hover .img img {
    transform: scale(1.1);
    transition: all 0.2s;
}
.details .news-items .item:nth-child(1) {
    border: none;
    margin: 0;
    padding: 0;
}
.details .news-items .item .img {
    width: 225px;
    height: 150px;
    overflow: hidden;
}
.details .news-items .item .img img {
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s;
}
.details .news-items .content-block {
    width: 555px;
    margin-left: 20px;
}
.details .news-items .content-block h3.title {
    margin: 0;
    font-size: 18px;
    color: #333;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.details .news-items .content-block .n-text {
    font-size: 14px;
    color: #999;
    margin: 2px 0;
}
.details .news-items .content-block .n-date {
    font-size: 14px;
    color: #999;
    margin: 0;
    text-indent: 0;
}


.corp {
    
    padding-bottom: 60px;
    overflow: hidden;
}

.corp .corp-title {
    width: 390px;
    height: 300px;
    background: #3B62AA;
    overflow: hidden;
}
.corp .corp-title em.en {
    color: #4EB8C3;
    font-size: 30px;
    margin: 20px;
    display: block;

}
.corp .corp-title span.title {
    margin: 0;
    padding: 0;
    font-size: 34px;
    color: #fff;
    text-align: right;
    display: inline-block;
    margin-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-top: 30px;
}
.corp .corp-text {
    background: #F2F2F3;
    width: 810px;
    overflow: hidden;
    min-height: 300px;
}
.corp .corp-text .text {
    margin: 0 20px;
}

.features {
    margin: 20px 0;
    overflow: hidden;
}
.features .items .item {
    border: 1px solid #DA4851;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    width: 283px;
    height: 200px;
    margin-left: 20px;
}
.features .items .item:first-child {
    margin: 0;
}
.features .items .item .title {
    font-size: 22px;
    color: #D32530;
    padding: 0;
    margin: 10px 6px 30px;
    text-align: center;
}
.features .items .item .title h3 {
    position: relative;
}
.features .items .item .title h3::before {
    content: '';
    width: 34px;
    height: 2px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.features .items .item .title-content {
    margin: 4px 16px;
}
.features .items .item .title-content p {
    text-align: center;
    font-size: 18px;
    text-indent: 0;
}

.features h5.theme-title {
    font-size: 28px;
    color: #222;
    text-align: center;
    margin: 30px 0;
}

.features .sort-block {
    width: 100%;
    overflow: hidden;
}
.features .sort-block .item {
    width: 224px;
    margin-left: 20px;
    background: #EAF1F8;
    height: 388px;
}
.features .sort-block .item:first-child {
    margin: 0;
}
.features .sort-block .item span {
    text-align: center;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #3B62AA;
    color: #fff;
}
.features .sort-block .item .sort-item a {
    display: block;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.features .sort-block-content li {
    float: left;
    margin-right: 70px;
    position: relative;
    width: 70px;
    padding: 20px 0;
    text-align: center;
    background: #3B62AA;
    color: #fff;
    border-radius: 4px;
}
.features .sort-block-content li:last-child::after {
    content: '';
}
.features .sort-block-content li:last-child {
    margin-right: 0;
}
.features .sort-block-content li::after {
    content: '>';
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 94px;
    color: #3B62AA;
}





.contactus {
    width: 100%;
    background: url(../image/bg004.jpg)
}
.contactus .us-text {
    background: #fff;
    border-left: 10px solid #3B62AA;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}
.contactus .us-text .text {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.contactus .us-text .text p {
    margin: 16px 0;
}
.contactus .us-text .text .company {
    font-size: 18px;
    color: #222;
}
.contactus .inner-block {
    margin: 60px 0;
}


.brand .product {
    width: 150px;
    margin: 20px 0;
    border-right: 1px solid #f0f0f0;
    text-align: right;
}
.brand .product li.item {
    font-size: 16px;
    position:relative;
    margin: 40px 0;
    margin-right: 20px;
}

.brand .product li.item .icon {
    position: absolute;
    top: 4px;
    right: -28px;
    width: 10px;
    height: 10px;
    
    background-size: 100%;
    border-radius: 50%;
    border: 2px solid #BCBCBC;
}
.brand .product li.item.active a {
    color: #D92522;
}
.brand .product li.item.active .icon {
    border: 2px solid #D92522;
}
.brand .item-detail {
    
    margin-left: 70px;
    overflow: hidden;
    margin-bottom: 40px;
}
.brand .item-detail .detail-block {
    position: relative;
    margin-bottom: 20px;
    background: #EFF1F2;
    padding: 20px;
    border-radius: 6px;
}
.brand .item-detail .title {
    font-size: 16px;
    border-bottom: 2px solid #777;
    display: inline-block;
    margin-bottom: 30px;
}
.brand .item-detail .title h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}
.brand .item-detail .detail-block .product-cover {
    width: 460px;
    overflow: hidden;
}
.brand .item-detail .detail-block .product-cover img {
    width: 100%;
}
.brand .item-detail .detail-block .text {
    width: 560px;
    margin-left: 20px;
}
.brand .item-detail .detail-block .text p {
    text-indent: 2em;
    line-height: 28px;
    font-size: 16px;
}


.advantage {
    background: #F7F7F7;
    margin: 20px 0 0;
    padding: 30px 50px;
    position: relative;
}
.advantage::before {
    content: '';
    display: block;
    width: 137px;
    height: 127px;
    background: url(../image/VS.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 94px;
    left: 419px;
    z-index: 20;
}
.advantage ul {
    width: 40%;
    margin-right: 20%;
    text-align: right;
}
.advantage ul.right {
    text-align: left;
}
.advantage ul:last-child{
    margin-right: 0;
}
.advantage ul li {
    line-height: 40px
}
.advantage ul li span {
    color: #D92522;
    display: inline-block;
    margin-right: 6px;
}

.advantage h3 {
    font-size: 26px;
    text-align: center;
}



.brand .item-detail .content-block {
    
    background: #F6F6F6;
}

.brand .item-detail .content-block .xl {
    background: #f1f1f1;
    width: 48%;
    border-radius: 6px;
    margin-left: 39px;
}
.brand .item-detail .content-block .xl:nth-child(1) {
    margin-left: 0;
}
.brand .item-detail .content-block .xl .img {
    width: 240px;
    overflow: hidden;
}
.brand .item-detail .content-block .xl .img img {
    width: 100%;
}
.brand .item-detail .content-block .text {
    width: 210px
}
.brand .item-detail .content-block .text h3 {
    font-size: 24px;
    margin-top: 40px;
}
.brand .item-detail .content-block .text p {
    font-size: 16px;
    margin-top: 16px;
}


.details-content {
    min-height: 700px;
    width: 860px;
}
.details-content .details-title {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(235, 235, 235);
}
.details-content .details-title h3 {
    font-size: 20px;
    padding: 0 50px;
}
.details-content .details-title .createDate {
    text-align: center;
    font-size: 14px;
    color: #888;
}


.service-top {
    width: 400px;
    overflow: hidden;
}
.service-top span {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.service-top ul li {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 6px;
}
.service-top ul li img {
    width: 100%;
}