/*
Copyright © 2018 成都晓博软件有限公司
*/
/* 
    Created on : Aug 14, 2018, 10:39:21 AM
    Author     : Abel
*/

.Bkgrd_1 {
	width: 100%;
	height: 662px;
    color: #fff;
	background: url(../images/bkgrd-1.jpg) no-repeat;
    background-size: cover;
}

.Bkgrd_1 h3 {
    font-size: 38px;
    letter-spacing: 15px;
    font-weight: bold;
    padding-left: 180px;
    padding-top: 180px;
}

.Bkgrd_1 h4 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px;
    padding-top: 55px;
}

.Bkgrd_1 p {
    font-size: 24px;
}

.FeatureBar_1 {
    width: 100%;
    height: 350px;
}

.FeatureBox {
    margin-top: 100px;
    margin-left: 1px;
    width: 325px;
    text-align: center;
    line-height: 30px;
}

.FeatureBox img {
    width: 64px;
    height: 64px;
}

.FeatureBox h4 {
    font-size: 20px;
    font-weight: bold;
}

.FeatureBox p {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
}

.FeatureBar_2 {
    width: 100%;
    height: 420px;
    background-color: #f8f8f8;
}

.FeatureBox450 {
    width: 450px;
}

.FeatureBox450 h2 {
	font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}

.FeatureBox450 h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
}

.FeatureBox450 h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.FeatureBox450 p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
}

.FeatureBar_2 .FeatureBox450 {
    margin-top: 45px;
}

.FeatureBox520 {
    width: 520px;
    background-color: inherit;
}

.FeatureBar_2 .FeatureBox520 {
    margin-top: 30px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FeatureBar_2 .FeatureBox520 img {
    width: 433px;
    height: 350px;
}

.FeatureBar_3 {
    width: 100%;
    height: 500px;
    background-color: #fff;
}

.FeatureBar_3 .FeatureBox520 {
    padding-top: 50px;
}
.FeatureBar_3 .FeatureBox520 img {
    width: 354px;
    height: 364px;
}

.FeatureBar_3 .FeatureBox450 {
    padding-top: 40px;
}

.DownloadBar {
    width: 100%;
    background-color: #f8f8f8;
}

.DownloadBar h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
}

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

.DownloadBar .Content:nth-child(1) {
    padding-top: 50px;
}

.DownloadBar .Content:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 50px;
}

.platformIcon {
    margin-right: 10px;
    vertical-align: middle;
}

#bpa_tip {
    padding-bottom: 10px;
    color: green;
}

.DownloadBar .Content .FeatureBox450 {
    vertical-align: middle;
    display: inline-block;
}

.DownloadBar .DownloadBtn {
    position: relative;
    left: 33%;
}

.DownloadBar3 {
    background-color: #f8f8f8;
}

.DownloadBar3 .Content {
    padding: 0px 0px 60px 0px;
    text-align: center;
}

.DownloadBar3 h4 {
    font-size: 18px;
}

.DownTab {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 10px;
    border-top: #CCC 1px dashed;
}

.DownTab td {
    color: #666;
    padding: 15px 20px 10px 20px;
}

.DownTab a {
    font-size: 14px;
    color: #0b8ee2;
    text-decoration: underline;
}

.DownTab a:hover {
    text-decoration: none;
}

.ContactBar {
    width: 100%;
	height: 320px;
    color: #fff;
	background: url(../images/bkgrd-contact.jpg) no-repeat;
    background-size: cover;
}

.ContactColBox1 {
    width: 420px;
    padding: 60px 0px 0px 40px;
}

.ContactColBox1 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
}

.ContactColBox1 p {
    font-size: 16px;
    line-height: 34px;
}

.ContactColBox2 {
    padding-top: 70px;
}

.ContactColBox2 p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.ContactColBox2 img {
    width: 128px;
    height: 128px;
}

a.HelpLink {
    display: inline-block;
    font-size: 16px;
    color: white;
    line-height: 36px;
    text-align: left;
}

a.HelpLink:hover {
    text-decoration: underline;
}