﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #7c7c7c;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	background-color: #ffffff;
	line-height: 24px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	display: inline-block;
	outline: none;
}



/*常见问题*/

.rk_new_title{
	
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 48px;
}
.rk_new_title span{
    color: #FFC200;
}
.rk_new_title::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 72px;
    height: 5px;
    background: #FFC200;
    margin-left: -45px;
}
/*.rk_new_title .i1 {
    display: inline-block;
    width: 150px;
    height: 20px;
    background: url(../images/rknew18.png) center no-repeat;
    background-size: 100% 100%;
    vertical-align: 0;
    margin-right: -20px;
}
.rk_new_title .i2 {
    display: inline-block;
    width: 182px;
    height: 30px;
    background:url(../images/rknew16.png) left -38px center no-repeat;
    background-size: 100% 100%;
    vertical-align: 0;
}*/
.rk_new_bk{
    padding-top: 80px;
    min-height: 435px;
    /*background: url('../images/rknew42.png') center top no-repeat;*/
    background-size: 640px 100%; 
    box-sizing: border-box;
    background-color: #fff;
}
.rk_new_bk_ul{
    position: relative;
    width: 424px;
    height: 297px;
    margin: 0 auto;
    margin-top: 80px;
    background: url('../images/rknew43.jpg') center top no-repeat;
    background-size: 100% 100%; 
}
.rk_new_bk_ul >p{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFF;
    line-height: 36px;
    text-shadow: 1px 3px 0px #00197D;
    text-align: center;
    padding-top: 350px;
}
.rk_new_bk_li{
    position: absolute;
    width: 136px;
    height: 136px;
    background: #F2F4FF;
    border: 4px dashed #3755CC;
    border-radius: 50%;
    padding-top: 40px;
    text-align: center;
    box-sizing: border-box;
}
.rk_new_bk_li:nth-child(1){
    left: -41px;
    top: -41px;
}
.rk_new_bk_li:nth-child(2){
    right: -41px;
    top: -41px;
}
.rk_new_bk_li:nth-child(3){
    left: -106px;
    top: 154px;
}
.rk_new_bk_li:nth-child(4){
    right: -106px;
    top: 154px;
}
.rk_new_bk_li .span1{
    display: inline-block;
    min-width: 106px;
    height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #FFDC4F;
    color: #2F4AB1;
    font-weight: bold;
    font-size: 18px;
}
.rk_new_bk_li .span2{
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    line-height: 1.5;
}

.rk_new_sb .rk_new_title{
    color: #fff;
}

/*end*/

/*Foot*/

/*#ts{width: 640px;height: 54px;}
#bottom{width: 610px;background: #2b2b2b;padding: 15px;}
#bottom p{width: 640px;text-align:center;line-height:54px;font-size:15px; color:#FFFFFF;}*/
#ts{width: 640px;height: 80px; }
#bottom{width: 640px;background: #21232f;padding: 20px 0; margin: 0 auto;}
#bottom p{width: 640px;text-align:center;line-height:36px;font-size:24px; color:#FFFFFF;}
	
#footer{width: 640px;height: 80px;position: fixed;bottom: 0;background: rgba(0, 0, 0, 0.5);left: 0; margin:0 auto;}
#footer div{float: left;width: 210px;height: 80px;}
#footer div a{display: block;margin: 0 auto; width: 100px;height: 80px;padding-top: 20px; background:url(../images/common.png) no-repeat;}
#footer div a span{line-height:40px;color: #fff; font-size: 20px; width: 100px;text-align: center;display: block;border-radius: 3px; background:#ff3500; padding: 1px 8px;}