/*
* Copyright (c) nanhua All rights reserved.
* MIT Licensed
* Build: 2018-1-30 10:30
* By aiko wang
*/
.content-wrap{
    width: 100%;
    margin: 20px 0;
}
.content-box{
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.content-box-full{
    width: 100%;
}
.content-full{
    background: #f0f1f6;
    padding: 40px;
    font-size: 14px;
    position: relative;
    margin-top: 30px;
}

/*index*/
.content-box-full-bg{
    background: #FBFBFB;
}
.content-index-box{
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    height: 431px;
    padding: 20px 0;
    margin-bottom: 20px;
}
.content-index-box .img-box{
    float: left;
    width: 590px;
    height: 431px;
}
.content-index-box .img-box img{
    width: 590px;
    height: 431px;
}
.content-index-box .intro-box{
    float: left;
    width: 450px;
    padding: 0 20px;
    position: relative;
    height: 431px;
    overflow: hidden;
    zoom: 1;
}
.content-index-box .intro-box h3{
    color: #155B96;
    font-size: 28px;
    margin-bottom: 40px;
}
.content-index-box .intro-box p{}
.content-index-box .intro-box p{
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.content-index-box .intro-box .view-more{
    background: url("../images/index_view_more_icon.png") no-repeat 0 center;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
}
.content-index-box .intro-box ul{}
.content-index-box .intro-box li{
    position: relative;
    line-height: 54px;
}
.content-index-box .intro-box .open{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
    width: 400px;
}
.content-index-box .intro-box .more{
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/index_view_more_icon.png") no-repeat 0 center;
    background-size: 25px;
    right: 0;
    position: absolute;
    top: 15px;
}
.content-index-box .intro-box ul li p{
    display: none;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}


/*contact*/
.content-box-common{
    overflow: hidden;
    zoom: 1;
}
.content-full .title{
    position: absolute;
    background: #15318b;
    color: #fff;
    padding: 5px 30px;
    top: -12px;
    z-index: 99;
    font-size: 20px;
}
.content-full p{
    margin: 10px 0;
}
.content-full h3{font-size: 16px;font-weight: bold;}
.content-full img{
    margin: 10px 0;
}

.content-half-box{
    float: right;
    width: 790px;
    background: #f0f1f6;
    position: relative;
    margin-top: 15px;
    padding: 40px 20px;
    font-size: 14px;
    min-height: 160px;
}
.content-half-box .title{
    position: absolute;
    background: #15318b;
    color: #fff;
    padding: 5px 30px;
    left: 20px;
    /* z-index: 99; */
    top: -15px;
    font-size: 20px;
}
.content-half-box p{
    margin: 10px 0;
    line-height: 25px;
    font-size: 16px;
}
.content-half-box .p-line{
    line-height: 20px;
}
.content-half-box h1{font-size: 18px;font-weight: bold; text-align: center; margin: 20px 0 50px;}
.content-half-box h3{font-size: 16px;font-weight: bold;}
.content-half-box h4{font-size: 16px;margin-bottom: 5px;}
.content-half-box img{
    margin: 10px 0;
}
.content-half-box .text-indent{
    text-indent: 2em;
}


/*online service*/
.online-dl-box{
    width: 100%;
}
.online-dl-box a{
    display: inline-block;
    border: 2px solid #fff;
    margin: 6px;
    width: 340px;
    height: 340px;
}
.online-dl-box a img{
    width: 340px;
    height: 340px;
}
.online-dl-box a:hover{ border: 2px solid #004B8F; box-shadow: 0 0 10px #666;}
.online-dl-box a:hover img{width: 336px;
    height: 336px;
    margin: 2px;}

/*menu-list*/
.content-list-wrap{
    width: 230px;
    float: left;
    background: #F5F5F5;
    /* padding-bottom: 40px; */
    border: 1px solid #eee;
    border-bottom: none;
}
.content-list-wrap h3{
    display: block;
    background: url("../images/bar-title-bg.png") no-repeat;
    background-size: 230px;
    color: #fff;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 18px;
    display: none;
}
.content-list-wrap a{
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: #F0F1F6;
}
.content-list-wrap a:hover{
    color: #15318b;
    border-left: 4px solid #15318b;
}
.content-list-wrap{}
.content-list-wrap div{
    border-top: 2px solid #004B8F;
    padding-top: 15px;
    background: #fff;
}
.content-list-wrap ul{
    background: #004B8F;
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
}
.content-list-wrap li{
    line-height: 30px;
    text-indent: 10px;
}


.content-half-box table{
    width: 100%;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
}
.content-half-box table tr{}
.content-half-box table td{
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 10px;
    font-size: 14px;
}
.court-link-box{}
.court-link-box a{
    display: inline-block;
    margin: 9px;
    width: 228px;
    height: 228px;
    overflow: hidden;
    border: 2px solid #f5f5f5;
}
.court-link-box a:hover{
    border: 2px solid #004B8F;
    box-shadow: 0 0 10px #666;
}
.court-link-box a img{
    width: 230px;
    height: 230px;
    margin: 0px;
}
.court-link-box a:hover img{
    width: 224px;
    height: 224px;
    margin: 2px;
}
.court-service-box{}
.court-service-box ul{}
.court-service-box ul li{
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.court-service-box ul li a{
    color: #333;
    font-weight: bold;
}
.court-service-box ul li a:hover{
    text-decoration: underline;
}
.open-account{
    padding-top: 30px;
}
.open-account .row{
    text-align: center;
    margin: 5px 0;
}
.open-account .row img{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.open-account .row input{
    width: 350px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #fff;
    font-size: 14px;
    text-indent: 20px;
    line-height: 40px;
    margin-left: 20px;
}
.open-account .row input:focus{
    border: 1px solid #59b3f8;
}
.open-account .row a{
    display: inline-block;
    background: #59b3f8;
    color: #fff;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 30px;
}
.open-account .row a:hover{
    opacity: 0.8;
}
.open-account #errMsg{
    padding: 0 0 10px;
    text-align: center;
    color: #ff0000;
    font-size: 14px;
    text-indent: 30px;
}
.service-download{
}
.service-download li{background: url("../images/service_download_icon.png") no-repeat 0;height: 40px;border-bottom: 1px solid #ddd;line-height: 40px;font-size: 14px;text-indent: 30px;background-size: 30px;font-weight: bold;}
.service-download li a{
    display: block;
    float: right;
    background: #59b3f8;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: 0px;
    width: 80px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    margin-right: 0px;
    margin-top: 5px;
}
.service-download li a:hover{
    opacity: 0.8;
}
.service-faq{
    margin-left: -20px;
    margin-right: -20px;
}
.service-faq li{}
.service-faq li img{
    width: 400px;
}
.service-faq .question{
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    background: url("../images/service_faq_icon.png") no-repeat 20px center;
    background-size: 30px;
    text-indent: 60px;
    font-weight: bold;
    font-size: 14px;
}
.service-faq .question:hover{
    background-color: #eee;
}
.service-faq .answer{
    padding: 10px 30px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    padding-left: 60px;
    text-indent: -30px;
    display: none;
}
.faq-remark{
    padding: 30px 0;
    text-align: center;
    line-height: 25px;
    color: #999;
    font-size: 14px;
}
.faq-remark b{
    font-size: 16px;
}
.content-half-box span{
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #de922a;
    font-size: 16px;
    margin: 5px 0;
}
.content-half-box span em{
    font-size: 20px;
    color: #2196F3;
}
.content-half-box span i{
    color: #333;
    font-size: 14px;
}
.content-half-box .p-center{
    text-align: center;
}
.news-list{}
.news-list ul{}
.news-list ul li{
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    height: 35px;
}
.news-list ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
}
.news-list ul li a span{
    margin: 0;
    width: auto;
    display: block;
    float: left;
    text-align: left;
    color: #15318b;
    font-size: 16px;
}
.news-list ul li a b{
    display: block;
    float: right;
    font-weight: normal;
    color: #999;
    font-size: 14px;
}
.news-box{}
.news-box h3{
    text-align: center;
    font-size: 18px;
    color: #15318b;
    height: 40px;
    line-height: 40px;
}
.news-box h4{
    color: #999;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.news-box .news-content{
    padding: 10px;
}
.news-box .news-content p{
    font-size: 14px;
    text-indent: 2em;
    color: #333;
    line-height: 1.8em;
}