p {
    margin: 0;
}
.productBg {
font-family: '微软雅黑';
    background-color: #fff;
}
.notice {
    border-bottom: 2px solid #e5e5e5;
}
.notification {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
.loudspeaker {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 18px;
    height: 15px;
    background: url(../images/financeProductIntroduction/loudspeaker.png) no-repeat;
    background-size: 100% 100%;
}
.notificationTitle {
    float: left;
    color: #666;
    font-size: 14px;
    margin: 0 40px;
}
.noticeScroll {
    height: 50px;
}
.scrollSlide {
    position: relative;
    font-size: 14px;
}
.scrollSlide .noticeCircle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #D8D8D8;
    position: absolute;
    left: 6px;
    top: 21px;
}
.scrollSlide .noticeContent {
    color: #333;   
    margin-left: 20px;
}
.scrollSlide .noticeDate {
    color: #999;   
    margin-left: 40px;
}
.noticeMore {
    position: absolute;
    right: 12px;
    top: 0px;
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.productIntroduction {
    width: 100%;
    margin: 0 auto;
}
.finance {
    background-color: #fff;
    text-align: center;
    margin: 30px 0 50px;
}
.finance .finance-panel {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 280px;
    padding: 20px 25px;
    box-sizing: border-box;
    border: solid 1px #ececec;
    box-shadow: 2px 4px 5px 5px rgba(230, 230, 230, 0.75);
    behavior: url(../css/PIE.htc); /*兼容ie，加上这句*/
}
/*加号选择器:选中后三个a,设置左间距 */
.finance > div + div {
    margin-left: 50px;
}

.finance .finance-panel .financeImg1 {
    width: 85px;
    height: 85px;
    background: url(../images/financeProductIntroduction/financeImg1.png) no-repeat;
    background-size: 100% 100%;
}
.finance .finance-panel .financeImg2 {
    width: 85px;
    height: 85px;
    background: url(../images/financeProductIntroduction/financeImg2.png) no-repeat;
    background-size: 100% 100%;
}
.finance .finance-panel .financeImg3 {
    width: 85px;
    height: 85px;
    background: url(../images/financeProductIntroduction/financeImg3.png) no-repeat;
    background-size: 100% 100%;
}
.finance .finance-panel .financeMainTitle {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.finance .finance-panel .financeSubTitle {
    font-size: 14px;
    color: #999;
    text-align: left;
}
.finance .finance-panel .knowMore {
    font-size: 14px;
    color: #4A90E2;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

/*业务流程*/
.businessProcess {
    width: 100%;
    background: url(../images/financeProductIntroduction/businessProcess.png) no-repeat;
    background-size: 100% 100%;
    margin: 30px 0;
    padding: 40px 0;
}
.service {
    text-align: center;
}
.serviceCN {
    font-size: 32px;
    color: #000;
}
.serviceEN {
    font-size: 20px;
    color: #ededed;
}
.decorate {
    margin: 5px auto;
    width: 155px;
    height: 10px;
    background: url(../images/financeProductIntroduction/decorate.png) no-repeat;
    background-size: 100% 100%;
}
.processFinance {
    margin: 0 auto;
    width: 1000px;
    margin-top: 25px;
}
.processFinance .process-panel {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding: 0 20px;
    color: #000;
    vertical-align: top;
    cursor: pointer;
}
.processFinance .process-panel .processImg1 {
    margin: 10px auto;
    width: 60px;
    height: 68px;
    background: url(../images/financeProductIntroduction/processImg1.png) no-repeat;
    background-size: 100% 100%;
}
.processFinance .process-panel .processImg2 {
    margin: 10px auto;
    width: 60px;
    height: 68px;
    background: url(../images/financeProductIntroduction/processImg2.png) no-repeat;
    background-size: 100% 100%;
}
.processFinance .process-panel .processImg3 {
    margin: 10px auto;
    width: 60px;
    height: 68px;
    background: url(../images/financeProductIntroduction/processImg3.png) no-repeat;
    background-size: 100% 100%;
}
.processFinance .process-panel .processImg4 {
    margin: 10px auto;
    width: 60px;
    height: 68px;
    background: url(../images/financeProductIntroduction/processImg4.png) no-repeat;
    background-size: 100% 100%;
}
.processFinance .process-panel .processMainTitle {
    font-size: 20px;
    color: #000;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.processFinance .process-panel .processSubTitle {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: left;
}
.level {
    position: relative;
    height: 25px;
}
.levelLine {
    width: 28px;
    height: 2px;
    background-color: #206EB5;
    position: absolute; 
    left: 84px;
    top: 8px;
}

/*“互联网+”外贸金融服务*/
.tradeFinance {
    padding: 30px 0;
    background-color: #fff;
}
.subContent {
    width: 400px;
    font-size: 14px;
    color: #000;
    margin: 20px auto;
}
.trade {
    width: 1000px;
    margin: 0 auto;
    margin-top: 25px;
}
.trade .trade-panel {
    position: relative;
    display: inline-block;
    width: 455px;
    height: 155px;
    box-sizing: border-box;
    box-shadow: 2px 4px 5px 4px rgba(230, 230, 230, 0.75);
    border: solid 1px #ececec;
    padding: 20px;
    border-radius: 5px;
    behavior: url(../css/PIE.htc); /*兼容ie，加上这句*/
    vertical-align: bottom;
}
/*加号选择器:选中后三个a,设置左间距 */
.trade > div + div {
    margin-left: 70px;
}
.trade .trade-panel .tradeMainTitle {
    font-size: 20px;
    color: #000;
    line-height: 40px;
}
.trade .trade-panel .tradeSubTitle {
    width: 80%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: left;
}
.horizontal {
    position: relative;
    height: 20px;
}
.horizontalLine {
    width: 80px;
    height: 4px;
    position: absolute; 
    left: 1px;
    top: 1px;
}
.dataCreditLine {
    background-color: #74E24A;
}
.simpleEfficientLine {
    background-color: #FD9A37;
}
.timePushLine {
    background-color: #4AC0E2;
}
.specialServiceLine {
    background-color: #4A90E2;
}
.dataCredit {
    width: 60px;
    height: 60px;
    background: url(../images/financeProductIntroduction/dataCredit.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.simpleEfficient {
    width: 60px;
    height: 60px;
    background: url(../images/financeProductIntroduction/simpleEfficient.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.timePush {
    width: 60px;
    height: 60px;
    background: url(../images/financeProductIntroduction/timePush.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.specialService {
    width: 60px;
    height: 60px;
    background: url(../images/financeProductIntroduction/specialService.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
/*常见问题*/
.frequentlyAskedQuestions {
    margin-top: 30px;
    padding: 30px 0;
    background-color: #fbfbfb;
}
.questions {
    margin: 30px 0;
}
.questions .questions-panel {
    position: relative;
    width: 1000px;
    margin: 0 auto 20px;
    background-color: #fff;
    padding: 10px 30px 20px;
}
.questions .questions-panel .questionsSquare {
    background-color: #206EB5;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 18px;
    top: 25px;
}
.questions .questions-panel .questionsTitle {
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
}
.arrow {
    width: 20px;
    height: 20px;
    background-size: 100% 100%; 
    position: absolute;
    right: 20px;
    top: 20px;
}
.downArrow {
    background: url(../images/financeProductIntroduction/downArrow.png) no-repeat;
}
.upArrow {
    background: url(../images/financeProductIntroduction/upArrow.png) no-repeat;
}
.answer {
    display: none;
    color: #666;
    font-size: 14px;
}
.checkMore {
    display: block;
    width: 1000px;
    margin: 0 auto 20px;
    background-color: #fff;
    padding: 20px 30px;
    color: #4A90E2;
    font-size: 14px;
    text-align: center;
}