.section-banner {
    background-image: url("../images/shangyou/banner.png");
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-position-y: 30px;
    height: 600px;
    background-color: #0155bc;
}

.section-banner.headed-banner {
    background-position-y: 0;
}

.banner-container {
    text-align: right;
}

.banner-container .logo {
    padding-top: 190px;
    margin-bottom: 50px;
}

.banner-container .title {
    font-size: 52px;
    color: white;
    margin-bottom: 20px;
    height: 57px;
}

.banner-container .slogan {
    font-size: 28px;
    color: white;
}

.section-nav {
    height: 60px;
    display: table;
    background: #f6f6f6;
}

.section-nav .section-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.section-nav a {
    font-size: 14px;
    color: #333;
    padding: 0 25px;
    border-right: 1px solid #e6e6e6;
    text-decoration: none;
}

.section-nav a:last-child {
    border-right: 0;
}

.section-nav a:hover {
    color: #0091ff;
}

.section .section-title {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.section-intro {
    height: 430px;
}

.section-intro .section-title {
    padding-top: 84px;
    margin-bottom: 40px;
}

.intro-content {
    width: 600px;
    display: inline-block;
    padding-top: 1em;
    margin-right: 30px;
}

.intro-content p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0;
}

.intro-img-item {
    display: inline-block;
    width: 55px;
    text-align: center;
    vertical-align: top;
    width: 240px;
    margin: 0 18px;
}

.intro-img-item img {
    margin-bottom: 18px;
}

.section-features {
    height: 540px;
    background: #f6f6f6;
}

.section-features .section-title {
    padding-top: 70px;
    margin-bottom: 40px;
}

.feature-front {
    border-collapse: collapse;
    border: none;
    height: 300px;
    width: 820px;
    background: url("../images/shangyou/icon.png") no-repeat;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    background-position-y: 50px;
    background-position-x: 180px;
}

.feature-front .feature-line {
    margin-top: 70px;
}

.feature-front .feature-title {
    font-size: 18px;
    color: #333;
    width: 200px;
}

.feature-front .feature-list {
    padding-left: 162px;
    margin-top: 22px;
    padding-right: 20px;
}

.feature-front .feature-list table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.feature-front .feature-list td {
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #6f6f6f;
}

.plus-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.feature-back {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/shangyou/bg1.png");
    height: 300px;
    width: 261px;
    color: white;
}

.feature-back .feature-back-inner {
    display: table;
    height: 100%;
    width: 100%;
}

.feature-back .feature-back-inner div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
}

.section-pros {
    height: 578px;
}

.section-pros .section-title {
    padding-top: 70px;
    margin-bottom: 40px;
}

.pros-container {
    font-size: 0;
}

.pros-container .pros-item {
    display: inline-block;
    height: 350px;
    width: 270px;
    background: #f6f6f6;
    margin-right: 40px;
    vertical-align: top;
}

.pros-container .pros-item:last-child {
    margin-right: 0;
}

.pros-item .pros-image {
    display: table;
    width: 100%;
    height: 190px;
}

.pros-item .pros-image-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pros-item .title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.pros-item .content {
    padding: 0 2em;
    line-height: 24px;
    font-size: 14px;
    color: #6f6f6f;
    margin-top: 1em;
}

.section-demo {
    background: url("../images/shangyou/bg2.png");
    height: 431px;
}

.demo-container {
    width: 910px;
    margin: 0 auto;
    display: table;
    padding-top: 70px;
}

.demo-links {
    display: table-cell;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
    width: 600px;
    vertical-align: top;
}

.demo-links .title {
    margin-bottom: 36px;
    font-size: 24px;
    color: white;
}

.demo-links a {
    height: 74px;
    width: 350px;
    color: white;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 24px;
    line-height: 74px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-left: 50px;
}

.demo-links a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.mobile-links {
    display: table-cell;
    text-align: right;
}

.mobile-qrcode {
    display: inline-block;
    text-align: left;
}

.mobile-qrcode img {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

/*添加下载链接*/
/*.mobile-qrcode div {
    font-size: 20px;
    color: white;
}*/

.mobile-qrcode .text {
    font-size: 18px;    
    line-height: 22px;
    color: white;
}

.mobile-qrcode .link {
    margin-bottom: 10px;   
    padding-top: 20px; 
}

.mobile-qrcode .link a {
	text-decoration: none;
    color:#fff;
}
/*添加下载链接*/