﻿/*************************�ֲ������ʽ*******************************/
#bannerBox {
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 500px;
    letter-spacing: 1px;
    overflow: hidden;
}

#bannerBox #B-background,
#B-background > p {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#B-background > p {
    opacity: 0;
    background-color: #3297de;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#bannerBox .B-Content {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.B-Content .B-TxtBox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#bannerBox .Bsun {
    position: relative;
}

.B-TxtBox .B-Image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    text-align: right;
}

.B-TxtBox .B-Txt {
    display: table;
    position: relative;
    z-index: 2;
    float: left;
    height: 100%;
    width: 50%;
    text-align: left;
    padding-top: 20px;
}

.B-TxtBox .B-Txt > div {
    display: table-cell;
    vertical-align: middle;
}

.B-Txt .B-Text {
    position: relative;
    z-index: 1;
    width: 100%;
}

.B-Txt .B-Text .B-Title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 20px;
    position: relative;
}

.B-Txt .B-Text .B-Title .B-Tip {
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
}

.B-Txt .B-Text .B-Title1 {
    color: #fafafa;
    font-size: 24px;
    margin-bottom: 20px
}

.B-Txt .B-Text .B-Title2 {
    line-height: 200%;
    overflow: hidden;
}

.B-Txt .B-Text .B-Title2 h4 {
    display: inline-block;
    width: 400px;
}

.B-Txt .B-Btn a {
    display: inline-block;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
}

.B-Txt .B-Btn a:hover {
    background-color: rgba(255, 255, 255, .4)
}

.TB1 .B-Txt {
    float: none;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.TB1 .B-Txt .B-Text {
    margin-bottom: 40px;
}

.TB1 .B-Txt .B-Text .B-Title {
    margin-top: 40px;
    letter-spacing: 5px;
    font-size: 48px;
}

.TB1 .B-Txt .B-Btn a {
    margin: 0 auto;
}

#B-SliderBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 66;
    height: 20px;
    cursor: default;
}

#B-SliderBox .B-Slider {
    height: 100%;
    white-space: nowrap;
    text-align: center;
}

#B-SliderBox .B-Slider li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, .4);
    transition: 0.2s all;
}

#B-SliderBox .B-Slider .B-SliderCheck {
    width: 20px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

/*************************����************************/
.news-bar {
    background-color: #f0f0f0;
    color: #404040;
}

.auto {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 60px;
    position: relative;
}

.news-left {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    background: url(../images/news.png) no-repeat left center;
}

.news-left .news-list {
    position: relative;
    transition-duration: 0.2s;
}

.news-left .news-list p {
    width: 100%;
    position: relative
}

.news-left .news-list p a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 54px;
}

.news-left .news-list p a:hover {
    color: #2e87c7
}

.news-left .news-date {
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}

.news-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}

#prev-news, #next-news {
    width: 100%;
    height: 50%;
    cursor: pointer;
}

#prev-news {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/new_btn.png) no-repeat;
}

#prev-news:hover {
    background: url(../images/new_btn.png) no-repeat -30px 0;
}

#next-news {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/new_btn.png) no-repeat 0 -30px;
}

#next-news:hover {
    background: url(../images/new_btn.png) no-repeat -30px -30px;
}

/*************************ʹ�����************************/
.user {
    width: 1200px;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.user > div {
    height: 120px;
    text-align: center;
}

.user span > a {
    font-size: 32px;
    color: #e94f4f;
    margin: 0 5px;
}

.user_left {
    width: 40%;
    float: left;
}

.user_1 {
    padding: 15px 0;
    font-size: 32px;
    color: #e94f4f;
    margin: 0 5px;
}

.user_2 span {
    color: #666;
    font-size: 16px;
}

.user_right {
    width: 60%;
    float: right;
}

.user_right span {
    font-size: 24px;
    color: #666;
    line-height: 105px;
}

/*******************����***********************/
.advantage {
    width: 1200px;
    padding-bottom: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.advantage dd {
    float: left;
    width: 300px;
    height: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.advantage_txt {
    position: absolute;
    left: 100px;
    top: 18px;
    right: 0;
}

.advantage dd h1 {
    height: 40px;
}

.advantage_icon img {
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.2s;
}

.advantage_icon img:hover {
    transform: scale(1.1, 1.1)
}

.advantage dd h2 {
    line-height: 24px;
    font-size: 14px;
}

/*****************����***********************/
.title_box {
    width: 100%;
    height: 60px;
    color: #404040;
    line-height: 60px;
    background: #f0f0f0;
    text-align: center;
}

.title {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.title_1 {
    font-size: 24px;
}

.title h2 {
    position: absolute;
    left: 0;
    color: #999;
    text-align: left;
    white-space: nowrap;
}

.title_More {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.title_More a {
    color: #f0f0f0;
    padding: 2px 5px;
    border-radius: 5px;
    background: #b3b3b3;
    transition: 0.2s all;
}

.title_More a:hover {
    background: #999;
}

.function {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
}

.function dd {
    width: 200px;
    height: 300px;
    float: left;
    cursor: pointer;
    position: relative;
}

.function dd div {
    width: 120px;
    height: 120px;
    margin: 40px auto;
    margin-bottom: 10px;
}

.function dd h1,
.function dd h2 {
    line-height: 200%;
}

.function dd .QR {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.function dd .QR img {
    margin: 30px 0;
}

.function dd h3 {
    font-size: 24px;
    color: #404040;
    line-height: 60px;
}

.function dd h4 {
    font-size: 14px;
    color: #666;
}

/*********************ý��***********************/
#media {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}

#media .help {
    width: 68%;
    float: left;
}

#media .information {
    width: 32%;
    float: right;
}

#media > div > h1 {
    width: 100px;
    line-height: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #3297de
}

.media_text {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.media_text > dd {
    color: #666;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 20px;
    padding-right: 10%;
}

.media_text > dd > a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.media_text > dd > a:hover {
    color: #3297de;
}

.media_text > dd > a > .time {
    margin-right: 5px;
    padding-right: 5px;
    font-size: 14px;
    border-right: 1px solid #e0e0e0
}

.media_more {
    display: block;
    color: #3297de;
    font-size: 14px;
    line-height: 100%;
}

.information_img {
    width: 100%;
    height: 100px;
    margin-top: 20px;
    border: 1px solid #f0f0f0
}

.information .media_text,
.information .media_text > dd {
    width: 100%;
    padding-right: 0;
}

/*********************�ͻ�***********************/
#customer {
    overflow: hidden;
    border-left: 1px solid #f0f0f0;
    height: 60px;
    width: 1200px;
    margin: 30px auto;
    cursor: pointer;
}

#indemo {
    width: 800%;
    overflow: hidden;
    position: relative;
}

#customer_1,
#customer_2 {
    float: left;
}

/**/

.dpi1200 #bannerBox .B-Content,
.dpi1200 .auto,
.dpi1200 .user,
.dpi1200 .advantage,
.dpi1200 .title,
.dpi1200 .function,
.dpi1200 #media, #customer {
    width: 100%;
}

.dpi1200 #bannerBox {
    padding: 0 60px;
}

.dpi1200 .news-bar,
.dpi1200 .title_box {
    padding: 0 20px;
}

.dpi1200 .advantage dd {
    width: 40%;
    margin: 0 5%;
}

.dpi1200 .function dd {
    width: 20%;
}

.dpi1200 #media {
    padding-left: 20px;
    padding-right: 20px;
}

.dpi1200 #media .help {
    width: 60%;
}

.dpi1200 .media_text > dd {
    padding-right: 0;
}

.dpi1200 #media .information {
    width: 40%;
}

.dpi1200 #media .media_text {
    width: 100%
}

.dpi1200 .mText2 {
    display: none;
}

/**/
.dpiMB #bannerBox {
    padding: 0;
}

.dpiMB .B-TxtBox .B-Txt {
    width: 100%;
}

.dpiMB .B-TxtBox .B-Image {
    left: 0;
    text-align: center;
}

.dpiMB .B-TxtBox .B-Image > img {
    height: 100%;
    opacity: 0.2
}

.dpiMB .user > div {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 10px;
}

.dpiMB .user > .user_right {
    height: auto;
}

.dpiMB .user span > a {
    font-size: 16px;
}

.dpiMB .user_2 span,
.dpiMB .user_right span {
    font-size: 16px;
    line-height: 200%;
}

.dpiMB .advantage dd {
    margin: 0;
    width: 50%;
    height: 240px;
}

.dpiMB .advantage_icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.dpiMB .advantage_txt {
    left: 0;
    top: 120px;
    font-size: 12px;
}

.dpiMB .function dd {
    width: 50%
}

.dpiMB #media > .help,
.dpiMB #media > .information {
    width: 100%;
    position: relative;
}

.dpiMB #media > .information {
    margin-top: 30px;
}

.dpiMB #media .media_text {
    margin-bottom: 0;
}

.dpiMB #media .media_more {
    position: absolute;
    top: 4px;
    right: 0;
}

.dpiMB .title h2 {
    display: none;
}

.dpiMB .B-Txt .B-Text .B-Title2 {
    padding: 0 20px;
    white-space: normal;
    text-align: center!important;
}

.dpiMB .TB1 .B-Txt .B-Text .B-Title {
    font-size: 32px;
}

.dpiMB .TB1 .B-Txt .B-Text .B-Title1 {
    font-size: 20px;
}

.dpiMB .TB1 .B-Txt .B-Text .B-Title2 {
    font-size: 14px;
}

.dpiMB .img2 {
    width: 300px;
}

.dpiMB .news-left .news-date {
    display: none;
}

.dpiMB .news-left .news-list p a {
    padding-right: 0px;
    font-size: 14px;
}

.dpiMB #bannerBox .Bsun {
    text-align: center;
}

.dpiMB .B-Txt .B-Btn a {
    display: inline-block;
}

.dpiMB #B-SliderBox {
    bottom: 5px;
}

.dpiMB #B-SliderBox {
    font-size: 18px;
    margin-bottom: 15px;
}

.dpiMB .B-Txt .B-Text .B-Title1 {
    font-size: 18px;
}

.dpiMB .B-Txt .B-Text .B-Title2 {
    font-size: 14px;
    text-align: left;
}

.template-qr-code {
    padding: 9px;
    background-color: #fff;
}


.template-qr-code img {
    width: 160px;
}

.margin-top-small {
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

.template-qr-code p {
    color: #5E6283;
}

.B-Content .B-TxtBox .B-Txt .B-Text .B-Title2 .pingtai {
    display: block;
}

.B-Content .B-TxtBox .B-Txt .B-Text .B-Title2 .pingtai li {
    float: left;
}


.B-Content .B-TxtBox .B-Txt .B-Text .B-Title2 .pingtai .pt-logo img {
    padding: 5px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin: 0 3px 0 0;
}

.B-Content .B-TxtBox .B-Txt .B-Text .B-Title2 .teseact{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 200;
}