.section {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    color: #FFF;
}

.section h3,
.section h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}


/* 产品介绍 */

.section_program_left {
    float: left;
}

.section_program_left img {
    float: left;
}

.section_program_right {
    float: right;
}

.section_program_right img {
    float: right;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #19a5fe;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 4px;
}

.section_program {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    height: 550px;
}

.section_program:nth-child(odd) {
    background-color: #fff;
}

.section_program:nth-child(even) {
    background-color: #f6f8fa;
}

.section_program>div {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    height: 100%;
}

.section_program .container {
    height: 100%;
}

.section_program_wenzi {
    width: 40%;
    padding-top: 120px;
}

.section_program_wenzi h3 {
    color: #000000;
    margin-bottom: 10px;
    /*font-size:2.2vw;*/
    /*font-size: 2.4rem;*/
    font-size: 34px;
    text-align: left;
    visibility: visible;
    font-weight: bold;
}

.section_program_wenzi h6 {
    color: #001111;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: left;
    visibility: visible;
}

.section_program_wenzi p {
    color: #666666;
    font-size: 14px;
    line-height: 140%;
}

.section_program_wenzi button {
    margin-top: 80px;
}

.section_program_img {
    width: 60%;
    height: 100%;
    position: relative;
}

.section_program_left img {
    position: absolute;
    left: 0;
    top: 50%;
    height: 400px;
    margin-top: -200px;
}

.section_program_right img {
    position: absolute;
    right: 0;
    top: 50%;
    height: 400px;
    margin-top: -200px;
}


/*.section_program_img1 img{
	width:652px;
}
.section_program_img2 img{
	width:526px;
}
.section_program_img3 img{
	width:638px;
}
.section_program_img4 img{
	width:526px;
}*/

.section_program_top {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 10px;
}

.section_program_top h3 {
    color: #000000;
    margin-bottom: 10px;
    font-size: 38px;
    /*font-weight:bold;*/
    text-align: center;
    visibility: visible;
}

.section_program_top p {
    color: #666666;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 15px;
}

.section_program_down {
    width: 100%;
}

.section_program_down_left {
    float: left;
}

.section_program_down img {
    width: 394px;
    margin-top: -50px;
}

.section_program_down_right {
    float: left;
    margin-left: 16px;
    margin-top: 60px;
}

.section_program_down_right_ul {
    float: left;
    margin-right: 52px;
}

.section_program_down_right_ul:last-child {
    margin-right: 0 !important;
}

.bing_mokuai {
    width: 100%;
    margin-bottom: 39px;
}

.bing_tit {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
}

.bing_jieshao {
    font-size: 14px;
    color: #111111;
    margin-top: 18px;
}


/*.section_program5 ul li img{
	width:100%;
	overflow:hidden;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.section_program5 ul li img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
*/


/*弹窗*/


/*弹层*/

.load_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.tanchuang_div {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 850px;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    box-shadow: 0px 3px 37.6px 2.4px rgba(66, 133, 248, 0.16);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.tanchuang_tit {
    color: #111111;
    font-size: 22px;
    font-weight: bold;
}

.table_tit {
    text-align: center;
    color: #111111;
    font-size: 20px;
    margin: 22px auto 10px;
}


/*表格*/

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 700px;
    margin: 0 auto;
    /*-moz-border-radius:5px;
-webkit-border-radius:5px;
 -o-border-radius:5px;
 border-radius:5px;*/
}

.table-integral thead {
    background: rgba(0, 121, 255, 0.95);
    text-align: center;
    font-size: 16px;
    color: #fff;
    ;
    height: 30px;
    line-height: 30px;
    /*-moz-border-radius:5px 5px 0px 0px;
-webkit-border-radius:5px 5px 0px 0px;
 -o-border-radius:5px 5px 0px 0px;
 border-radius:5px 5px 0px 0px;*/
}

.table-integral tbody {
    font-size: 16px;
    color: #111111;
    text-align: center;
}

.table-integral td {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 8px 8px;
    line-height: 1.5em;
}


/*.table-integral thead td:first-child{
    -moz-border-radius:10px 0 0 0 !important;
-webkit-border-radius:10px 0 0 0 !important;
 -o-border-radius:10px 0 0 0 !important;
 border-radius:10px 0 0 0 !important;
}
.table-integral thead td:last-child{
     -moz-border-radius:0 5px 0 0 !important;
-webkit-border-radius:0 5px 0 0 !important;
 -o-border-radius:0 5px 0 0 !important;
 border-radius:0 5px 0 0 !important;
}
.table-integral tbody tr:last-child td:first-child{
    -moz-border-radius:0 0 0 5px !important;
-webkit-border-radius:0 0 0 5px !important;
 -o-border-radius:0 0 0 5px !important;
 border-radius:0 0 0 5px !important;
}
.table-integral tbody:last-child td:last-child{
    -moz-border-radius: 0 0 5px 0 !important;
-webkit-border-radius: 0 0 5px 0 !important;
 -o-border-radius: 0 0 5px 0 !important;
 border-radius: 0 0 5px 0 !important;
}*/

.liucheng {
    margin: 39px 0;
}

.liucheng_biaoshi {
    width: 90px;
    height: 29px;
    line-height: 29px;
    background-color: #0d80ff;
    -moz-border-radius: 14.5px;
    -webkit-border-radius: 14.5px;
    -o-border-radius: 14.5px;
    border-radius: 14.5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    float: left;
}

.liucheng ul {
    float: left;
}

.liucheng ul li {
    float: left;
    margin-left: 10px;
    color: #111111;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    background: url(../img/blue_right_jianyou.png) right 0px center no-repeat;
    background-size: 6px 10px;
    padding-right: 15px;
}

.liucheng ul li:last-child {
    background: none !important;
    margin-left: 10px;
}

.toubao_tanchuang_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/tanchuang_close.png) no-repeat;
    background-size: 100% 100%;
}


/* qrcode */

.qrcode-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #00000047;
    display: none;
}

.qrcode-wrap {
    width: 300px;
    height: 400px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.qrcode-img {
    width: 100%;
}