﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
form,
dt,
dd,
input,
textarea,
th,
td,
fieldset,
legend,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0 none;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-spacing: 0;
}

html,
body {
	overflow-x: hidden;
}

i,
em,
u {
	font-style: normal;
	text-decoration: none;
}

*,
body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	min-width: 320px;
}

q:before,
q:after {
	content: "";
}
html,
body,
input,
select,
button,
textarea {
	font: 14px/1.5, "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #818181;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
	font-weight: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
a {
	text-decoration: none !important;
	color: #818181;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.clear {
	clear: both;
	height: 0px;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
input,
select,
button {
	outline: none;
	-webkit-outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc !important;
}
.c00{
	color: #000;
}
.c8c{
	color: #00ff8c;
}
.c47{
	color: #474ba4;
}
.f20{
	font-size: 20px;
}
.w1280 {
	max-width: 1280px;
	margin: 0 auto;
}
.w1406{
	max-width: 1406px;
	margin: 0 auto;
}
.rdHeader{
	position: relative;
}
.rdHeaderTop{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
	padding: 30px 4% 0;
}
.rdHeaderTop .top_phone .iconfont{
	font-size: 21px;
	padding-right: 14px;
}

.rdHeaderBanner .swiper-button-next,
.rdHeaderBanner .swiper-button-prev{
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 0;
}
.rdHeaderBanner .swiper-button-prev{
	left: 0;
	background: url(../image/btn_lf_1.png) no-repeat left top;
	background-size: 100%;
}
.rdHeaderBanner .swiper-button-next{
	right: 0;
	background: url(../image/btn_lr_1.png) no-repeat left top;
	background-size: 100%;
}
.rdHeaderBanner .swiper-button-prev.swiper-button-disabled{
	background: url(../image/btn_lf_0.png) no-repeat left top;
	background-size: 100%;
}
.rdHeaderBanner .swiper-button-next.swiper-button-disabled{
	background: url(../image/btn_lr_0.png) no-repeat left top;
	background-size: 100%;
}
.rdHeaderBanner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin: 0 8px !important;
	opacity: 1.0;
	background: #fff;
}
.rdHeaderBanner .swiper-pagination-bullet-active{
	background: #00ff8c;
	width: 35px;
	border-radius: 14px;
}
.rdHeaderBanner .swiper-pagination{
	bottom: 6%;
}

.rdAdvantages{
	padding: 6% 0;
	background: #f0f0fa;
}
.rdTop{
	text-align: center;
	line-height: 1;
}
.rdTop_en{
	font-size: 48px;
	color: #000;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
}
.rdTop_cn{
	font-size: 36px;
	color: #474ba4;
	margin-top: 18px;
}

.advantagesList li .title{
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 27px 0 20px;
	margin-bottom: 15px;
	line-height: 1;
	position: relative;
	color: #000;
}
.advantagesList li .title:after{
	content: '';
	width: 48px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -24px;
}
.advantagesList li .text{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 82px;
	font-size: 16px;
	line-height: 1.8;
}
.adIndexList li .text{
	text-transform: uppercase;
	color: #ABABAB;
}
.adIndexList li:hover{
	background: #474ba4;
}
.adIndexList li:hover .imt1{
	display: none;
}
.adIndexList li:hover .imt2{
	display: block;
}
.adIndexList li:hover .title,
.adIndexList li:hover .text{
	color: #fff;
}
.adIndexList li:hover .title:after{
	background: #00ff8c;
}
.rdQuick{
	padding: 5% 0;
}
.rdQuick .rdTop_en{
	color: #474ba4;
}
.rdQuick .rdTop_cn{
	color: #000;
}
.adIndexList{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 6%;
}
.adIndexList .imt2{
	display: none;
}
.adIndexList li{
	width: 21%;
	background: #fff;
	padding: 45px 28px 40px;
	text-align: center;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.rdQuickList li .title{
	line-height: 1;
	color: #333;
	font-size: 20px;
	margin: 18px 0 6px;
}

.rdNewsCenter{
	background: #474ba4;
	padding: 6% 0;
}
.rdNewsCenter .rdTop{
	text-align: left;
}
.rdNewsCenter .rdTop_en,
.rdNewsCenter .rdTop_cn{
	color: #fff;
}
.rdNewsCenter_top{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
}
.rdNewsCenter_topFr{
	text-align: right;
}
.rdNewsCenter_topFr a{
	display: inline-block;
	width: 110px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 17px;
	background: #fff;
	margin-left: 22px;
	margin-bottom: 8px;
}
.rdNewsCenter_topFr a:first-child{
	margin-left: 0;
}
.rdNewsCenter_topFr a.active,
.rdNewsCenter_topFr a:hover{
	background: #00ff8c;
	color: #fff;
}
.rdNewsCenter_content{
	margin-top: 5%;
}
.rdNewsItem{
	overflow: hidden;
}
.rdNewsCenter_contentFl{
	float: left;
	width: 46.8%;
	overflow: hidden;
	position: relative;
}
.rdNewsCenter_contentFl .imt img{
	width: 100%;
}
.rdNewsCenter_contentFl .text{
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 65px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 17px;
	padding: 0 25px;
}
.rdNewsCenter_contentFl:hover .text_title{
	text-decoration:underline;
}
.rdNewsCenter_contentFr{
	float: right;
	width: 50%;
}
.rdNewsCenter_contentFr li{
	margin-bottom: 2.5%;
}
.rdNewsCenter_contentFr li a{
	display: block;
	background: #fff;
	position: relative;
	padding: 25px 175px 20px 50px;
	font-size: 16px;
}
.rdNewsCenter_contentFr li .title{
	color: #000;
	font-size: 18px;
	position: relative;
	font-weight: bold;
}
.rdNewsCenter_contentFr li .title .spn{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 17px;
	
}
.rdNewsCenter_contentFr li .title:before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #707070;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -3px;
}
.rdNewsCenter_contentFr li .text{
	line-height: 1.6;
	color: #818181;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
	overflow: hidden;
}
.rdNewsCenter_contentFr li .time{
	color: #ababab;
	font-size: 26px;
	position: absolute;
	right: 30px;
	top: 22px;
}
.rdNewsCenter_contentFr li:last-child{
	margin-bottom: 0;
}
.rdNewsCenter_contentFr li a:hover .title,
.rdNewsCenter_contentFr li a:hover .time{
	color: #474ba4;
}
.rdNewsCenter_contentFr li a:hover .title:before{
	background: #474ba4;
}
.rdAbout{
	padding: 6% 0 5%;
}
.rdAbout .rdTop{
	text-align: left;
}
.rdAbout .rdTop .rdTop_en{
	line-height: 1.3;
}
.rdAbout .rdTop .rdTop_cn{
	margin-top: 25px;
}
.rdAbout_fl{
	float: left;
	width: 43.5%;
	overflow: hidden;
}
.rdAbout_fr{
	float: right;
	padding: 3.5% 3.5% 3.5% 0;
	position: relative;
	width: 51.2%;
}
.rdAbout_fr .beij{
	background: #eee;
	width: 63%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
}
.rdAbout_fr .imt{
	position: relative;
	z-index: 5;
}
.rdAbout_fl_text{
	font-size: 16px;
	line-height: 2.0;
	margin: 8% 0;
}
.rdMore{
	display: block;
	width: 138px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	background: #474ba4;
	border-radius: 48px;
	text-align: center;
	line-height: 48px;
}
.rdMore:hover{
	background: #878adc;
	color: #eee;
}
.rdSroll{
	margin-bottom: 5%;
}
.rdSroll .w1406{
	position: relative;
}
.rdSroll a{
	display: block;
	border: 1px solid #d7d7d7;
}
.rdSroll .swiper-button-next,
.rdSroll .swiper-button-prev{
	width: 12px;
	height: 24px;
	background-size: 100%;
	margin-top: -12px;
	opacity: 1.0;
}
.rdSroll .swiper-button-prev{
	left: 0;
	background: url(../image/btn_lf1.png) no-repeat left top;
	background-size: 100%;
}
.rdSroll .swiper-button-prev.swiper-button-disabled{
	background: url(../image/btn_lf1_1.png) no-repeat left top;
	background-size: 100%;
}
.rdSroll .swiper-button-next{
	right: 0;
	background: url(../image/btn_lr1.png) no-repeat left top;
	background-size: 100%;
}
.rdSroll .swiper-button-next.swiper-button-disabled{
	background: url(../image/btn_lr1_1.png) no-repeat left top;
	background-size: 100%;
}
.rdSroll .swiper-container{
	position: initial;
}
.rdSroll a:hover{
	border-color: #474ba4;
}
.rdFoot_nav{
	background: #2c2c2c;
	padding: 5% 0;
	color: #ABABAB;
}
.rdFoot_nav .w1280{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.rdFoot_nav dt{
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 28px;
}
.rdFoot_nav dt:after{
	content: "";
	position: absolute;
	background: #fff;
	width: 40px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.rdFoot_nav dl{
	max-width: 23%;
}
.rdFoot_nav dd{
	line-height: 2.5;
}
.rdFoot_nav dd a{
	display: block;
	margin-top: 18px;
	line-height: 1.5;
}
.rdFoot_nav .dd_imt{
	display: inline-block;
	text-align: center;
}
.rdFoot_nav .dd_imt .imt{
	max-width: 100px;
}
.rdFoot_nav .dd_weix{
	margin-right: 23px;
}
.rdFoot_dom{
	background: #252525;
	color: #737373;
}
.rdFoot_dom .w1280{
	height: 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.rdFoot_dom a{
	color: #737373;
}
.rdFoot a:hover{
	color: #fff;
}

.top_logo{
	max-width: 240px;
	max-height: 50px;
	position: relative;
	z-index: 99999;
}
.top_logo .model_logo{
	display: none;
}
.top_content{
	width: 72%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}

.top_nav{
	flex: 1;
	margin-right: 40px;
}
.top_nav .navp{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.top_nav .navp .lt{
	position: relative;
}
.top_nav .navp .link{
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 18px;
	color: #fff;
	text-align: center;
	border-radius: 34px;
}
.top_nav .navp .lt.active .link,
.top_nav .navp .lt:hover .link{
	color: #000;
	background: #00ff8c;
}
.top_nav .navc{
	display: none;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 34px;
	font-size: 14px;
	width: 140px;
	margin-left: -70px;
	padding:0 0 15px;
	background: rgb(33 40 191 / 50%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.top_nav .navc a{
	display: block;
	color: #fff;
	margin-top: 15px;
}
.top_nav .navc li{
	padding: 0 10px;
}
.top_nav .navc .lc{
	position: relative;
}
.top_nav .navc .lc .navt{
	position: absolute;
	left: 120px;
	top: 0;
	width: 120px;
	background: rgba(71,75,164,0.5);
	padding-bottom: 15px;
	display: none;
}
.top_nav .navc a:hover{
	text-decoration: underline !important;
}
.top_nav .navp .lt:hover .navc{
	display: block;
}
.top_nav .navc .lc:hover .navt{
	display: block;
}
.modelBtn{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	z-index: 999;
}
#app-menu{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9999;
	display: none;
}
#app-menu .line {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: all .4s ease;
}
#app-menu .line:before {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	background-color: #00ff8c;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	transition: transform 0.4s ease 0.2s, background-color 0.5s ease 0s;
}

.rdHeader.on #app-menu .line:before{
	background-color: #0151bb;
}

.rdHeader.on #app-menu .line:nth-of-type(1) {
	transform: translate3d(0, 12px, 0);
	-webkit-transform: translate3d(0, 12px, 0);
	/*-moz-transform: translate3d(0, 8px, 0);
	-o-transform: translate3d(0, 8px, 0);
	-ms-transform: translate3d(0, 8px, 0);*/
}
.rdHeader.on #app-menu .line:nth-of-type(2) {
	opacity: 0;
}
.rdHeader.on #app-menu .line:nth-of-type(3) {
	transform: translate3d(0, -12px, 0);
	-webkit-transform: translate3d(0, -12px, 0);
	/*-moz-transform: translate3d(0, -8px, 0);
	-o-transform: translate3d(0, -8px, 0);
	-ms-transform: translate3d(0, -8px, 0);*/
}
.rdHeader.on #app-menu .line:before{
	background-color: #333;
}
.rdHeader.on #app-menu .line:nth-of-type(1):before {
	transform: rotate(45deg);
}
.rdHeader.on #app-menu .line:nth-of-type(3):before {
	transform: rotate(-45deg);
}
.rdHeader.on .rdHeaderTop{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
}
#app-nav{
	position: fixed;
	top: 0;
	/*padding-top: 60px;*/
	background-color: #fff;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: calc(100% - 60px);*/
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
	padding: 60px 15px 10px;
	display: none;
}
#app-nav li{
	text-align: left;
	line-height: 46px;
}
#app-nav li a{
	color: #333;
}
#app-nav li a.link{
	display: block;
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	position: relative;
}
#app-nav .lc_List{
	display: none;
}
#app-nav .lc_List li{
	line-height: 40px;
	font-size: 14px;
	padding-left: 15px;
}
#app-nav li a.link .iconfont{
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
}

.rdRight{
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 199;
	/*display: none;*/
}
.rdRight li{
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	margin-top: -1px;
	position: relative;
}
.rdRight li a{
	display: block;
}
.rdRight li .iconfont{
	font-size: 25px;
	color: #000;
}
.rdRight li .imt{
	position: absolute;
	right: 57px;
	top: -1px;
	width: 100px;
	padding: 7px;
	background: #5f63c6;
	display: none;
}
.rdRight li:hover{
	background: #5f63c6;
}
.rdRight li:hover{
	border-color:#5f63c6;
}
.rdRight li:hover .iconfont{
	color: #00ff8c;
}
.rdRight li:hover .imt{
	display: block;
}

.rdNbanner{
	position: relative;
}
.rdNbanner_content{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
}
.rdNbanner_content .rdTop_en,
.rdNbanner_content .rdTop_cn{
	color: #fff;
}
.rdNbanner_content .rdLink{
	color: #ccc;
	font-size: 16px;
	margin-top: 23px;
}
.rdNbanner_content .rdLink a{
	color: #ccc;
}
.rdNbanner_content .rdLink a:hover{
	color: #00ff8c;
}
.rdNbanner_content .rdLink .line{
	padding: 0 6px;
}
.rdNbanner_content .rdTop_cn{
	padding-bottom: 20px;
	position: relative;
}
.rdNbanner_content .rdTop_cn:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 68px;
	background: #fff;
	left: 50%;
	margin-left: -34px;
	bottom: 0;
}
.rbTopNav{
	/*height: 80px;*/
	padding: 10px 0 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	/*padding-top: 15px;*/
	text-align: center;
	/*display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;*/
}
.rbTopNav a{
	display: inline-block;
	color: #333;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
	margin: 5px 14px 0;
}
.rbTopNav a:first-child{
	margin-left: 0;
}
.rbTopNav a:last-child{
	margin-right: 0;
}
.rbTopNav a.active,
.rbTopNav a:hover{
	background: #00ff8c;
}
.page_num{
	text-align: center;
	margin-top: 4%;
}
.page_num a{
	display: inline-block;
	color: #333;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f3f5f8;
	margin: 0 8px;
}
.page_num a:hover,
.page_num a.link.active{
	background: #00ff8c;
	/*color: #fff;*/
}
.rdInItem_content{
	padding: 4% 4.5%;
	border: 1px solid #d7d7d7;
	margin: 5% 0;
}
.rdInItem_top{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
	border-bottom: 1px solid #E1E1E1;
}
.rdInItem_topFl .title{
	font-size: 30px;
	color: #000;
	position: relative;
	padding-top: 15px;
}
.rdInItem_topFl .title:before{
	content: '';
	height: 4px;
	width: 100%;
	background: #474ba4;
	position: absolute;
	left: 0;
	top: 0;
}
.rdInItem_topFr{
	color: #747474;
	font-size: 16px;
}
.rdInItem_list{
	margin-top: 15px;
}
.rdInItem_list li a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 25px 25px 20px;
	color: #747474;
	font-size: 16px;
	border-bottom: 1px dashed #d7d7d7;
}
.rdInItem_list .lt{
	flex: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 75%;
}
.rdInItem_list .lt_num{
	font-weight: bold;
	color: #d3d3d3;
	padding:0 25px 0 0;
	font-size: 20px;
	font-style: italic;
}
.rdInItem_list .lt_spn{
	display: inline-block;
	max-width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.rdInItem_list li a:hover{
	color: #474ba4;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.1);
	border-bottom-color: transparent;
}
.rdInItem_list li a:hover .lt_num{
	color: #474ba4;
}
.rdInItemInfo_top{
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
}
.rdInItemInfo_top .title{
	color: #000;
	font-size: 30px;
}
.rdInItemInfo_top .tis{
	padding: 25px 0 30px;
	font-size: 16px;
}
.rdInItemInfo_top .tis_laiy{
	padding: 0 5%;
}
.rdInItemInfo_content{
	padding: 4% 0;
	line-height: 1.8;
	font-size: 16px;
	color: #747474;
}
.rdInItemInfo_dom{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	height: 80px;
	background: #fafafa;
	padding: 0 30px;
	position: relative;
}
.rdInItemInfo_dom a{
	display: block;
	width: 48%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.rdInItemInfo_dom .btn_next{
	text-align: right;
}
.rdInItemInfo_dom a:hover,
.rdInItemInfo_dom a.active{
	color: #5f63c6;
}
.rdInItemInfo_dom .icon{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../image/icon9.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}
.rdInAboout_list a{
	padding: 6% 0;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.rdInAboout_list .about_item1{
	width: 48.4%;
}
.rdInAboout_list .about_item2{
	width: 46.5%;
}
.rdInAboout_list .title{
	font-size: 36px;
	color: #000;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.rdInAboout_list .title:after{
	content: '';
	height: 2px;
	width: 48px;
	background: #5f63c6;
	position: absolute;
	left: 0;
	bottom: 0;
}
.rdInAboout_list .tis{
	margin-bottom: 25px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.rdInAboout_list .text{
	color: #747474;
	font-size: 16px;
	line-height: 2.0;
}
.rdInAboout_list li:nth-child(even){
	background: #f0f0fa;
}
.rdInItem_mianzTop{
	border-bottom: 1px solid #E1E1E1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.rdInItem_mianzTop .title{
	color: #474ba4;
	font-size: 30px;
	position: relative;
	height: 100%;
	padding-bottom: 35px;
}
.rdInItem_mianzTop .title:before{
	content: '';
	height: 4px;
	background: #474ba4;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.rdInItem_mianzTop .tis{
	color: #f1f1f1;
	font-family: arial;
	text-transform: uppercase;
	font-size: 30px;
}
.rdInItem_mianzList li{
	margin: 5% 0;
	overflow: hidden;
}
.rdInItem_mianzList li .num{
	font-style: italic;
	color: #d3d3d3;
	font-size: 46px;
	font-weight: bold;
	float: left;
	width: 90px;
	line-height: 1;
}
.rdInItem_mianzList li .text{
	line-height: 1.8;
	font-size: 16px;
	overflow: hidden;
	color: #747474;
}
.rdInItem_mianzSm{
	padding: 4% 0 0;
	line-height: 1.8;
	font-size: 16px;
	overflow-x: auto;
	overflow-y: hidden;
}
.rdInItem_mianzNav{
	height: 60px;
	border-bottom: 1px solid #E1E1E1;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.rdInItem_mianzNav a{
	display: inline-block;
	height: 100%;
	border-bottom: 3px solid transparent;
	color: #000;
	font-size: 20px;
	margin-left: 78px;
}
.rdInItem_mianzNav a:first-child{
	margin-left: 0;
}
.rdInItem_mianzNav a.active{
	border-bottom-color: #474ba4;
	color: #474ba4;
	font-weight: bold;
}
.rdInItem_mianzSm .sm_title{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	/*margin: 25px 0;*/
}
.rdInItem_mianzSm .sm_title1{
	color:#474ba4;
	font-size: 24px;
	font-weight: bold;
}
.rdInItem_mianzSm .sm_tis{
	color: #333;
	font-size: 22px;
}
.rdInItem_mianzSm .sm_tis1{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.rdInItem_mianzSm .sm_title:first-child{
	margin-top: 0;
}
.rdInItem_mianzSm .tis{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 35px;
}
.rdInItem_mianzSm .btn_sum .btn{
	display: block;
	margin: 0 auto;
	width: 432px;
	height: 72px;
	padding: 0;
	background: #474ba4;
	border-radius: 0;
	text-align: center;
	line-height: 72px;
	color: #fff;
	font-size: 22px;
}
.rdInForm{
	margin-bottom: 5%;
}
.rdInForm_content{
	padding: 4.5%;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-top: none;
}
.rdInForm_content .rdInItem_mianzTop{
	padding-bottom: 35px;
}
.rdInForm_content .rdInItem_mianzTop .title{
	color: #000;
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 0;
}
.rdInForm_content .rdInItem_mianzTop .title:before{
	bottom: auto;
	top: 0;
}
.rdInForm_content .rdInItem_mianzTop .tis{
	font-size: 16px;
	color: #747474;
	line-height: 1.8;
	text-align: right;
}
.rdInForm_contentItem{
	/*padding: 4% 0 0;*/
}
.rdInForm_contentItem .item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4%;
}
.rdInForm_contentItem .item .form-group{
	flex: 1;
	margin: 0;
}
.rdInForm_contentItem .form-control{
	height: 70px;
	border-radius: 0;
	font-size: 16px;
	padding: 0 22px;
}
.rdInForm_contentItem textarea.form-control{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 175px;
}
.rdInForm_contentItem .item .form-phone{
	margin: 0 4%;
}
.rdInForm_contentItem .item .yanz{
	position: relative;
	margin-right: 50px;
	width: 60%;
	flex: auto;
}
.rdInForm_contentItem .item .yanz_img{
	position: absolute;
	right:18px;
	top: 7px;
}
.rdInForm_contentItem .item .form-sum{
	width: 25%;
	flex: auto;
}
.rdInForm_contentItem .item .form-sum .btn{
	width: 100%;
	height: 70px;
	border-radius: 0;
	font-size: 20px;
	background: #474ba4;
}
.rdInItem_assets{
	padding: 5% 0;
}
.rdInItem_assetsAbout{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.rdInItem_assetsAbout .imt{
	width: 48.5%;
}
.rdInItem_assetsAbout .content{
	width: 48%;
	color: #747474;
	font-size: 16px;
	line-height: 1.8;
}
.rdInItem_assetsAbout .content_title{
	color: #000;
	font-size: 30px;
}
.rdInItem_assetsList a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4%;
	padding: 3.5%;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.rdInItem_assetsList .imt{
	width: 41.5%;
}
.rdInItem_assetsList .content{
	width: 54%;
	position: relative;
}
.rdInItem_assetsList .content_title{
	color: #000;
	font-size: 30px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.rdInItem_assetsList .content_title:after{
	content: '';
	height: 2px;
	width: 48px;
	background: #5f63c6;
	position: absolute;
	left: 0;
	bottom: 0;
}
.rdInItem_assetsList .content_text{
	color: #747474;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 82px;
	font-size: 16px;
	line-height: 1.8;
}
.rdInItem_assetsList .rdMore{
	background: #ebebeb;
	color: #333;
	margin-top: 8%;
}
.rdInItem_assetsList a:hover{
	background: #474ba4;
}
.rdInItem_assetsList a:hover .content_title,
.rdInItem_assetsList a:hover .content_text{
	color: #fff;
}
.rdInItem_assetsList a:hover .content_title:after{
	background: #fff;
}
.rdInItem_assetsList a:hover .rdMore{
	background: #00ff8c;
}
.rdInCenter{
	background: #f5f5f5;
	padding: 4% 0 5%;
}
.rdInCenter_title{
	text-align: center;
	font-size: 36px;
	color: #000;
}
.rdInCenter .rdNewsCenter_contentFr{
	float: none;
	width: 100%;
	margin-top: 2%;
	overflow: hidden;
	padding: 16px 0;
}
.rdInCenter .rdNewsCenter_contentFr ul{
	margin-left: -3%;
}
.rdInCenter .rdNewsCenter_contentFr li{
	width: 47%;
	float: left;
	margin-left: 3%;
}
.rdInCenter .rdNewsCenter_contentFr li a{
	padding-right: 150px;
}
.rdInCenter .rdNewsCenter_contentFr li a:hover{
	box-shadow: 0 0 16px rgba(0,0,0,0.1);
}
.rdInNews{
	padding: 5% 0;
}
.rdInNews_list li{
	margin-bottom: 3%;
}
.rdInNews_list a{
	padding: 20px 14% 20px 27px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 16px rgba(0,0,0,0.1);
	position: relative;
} 
.rdInNews_list .imt{
	width: 27%;
}
.rdInNews_list .content{
	width: 68.5%;
	margin-left: 4.5%;
}
.rdInNews_list .content_title{
	color: #000;
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 30px;
}
.rdInNews_list .content_text{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 55px;
	font-size: 16px;
	line-height: 1.8;
}
.rdInNews_list .time{
	font-size: 25px;
	color: #ababab;
	position: absolute;
	right: 5%;
	top: 44px;
	line-height: 1;
}
.rdInNews_list .iconfont{
	position: absolute;
	right: 5%;
	top: 116px;
	font-size: 34px;
	color: #00ff8c;
	display: none;
}
.rdInNews_list a:hover{
	background: #5f63c6;
}
.rdInNews_list a:hover .content_title,
.rdInNews_list a:hover .content_text,
.rdInNews_list a:hover .time{
	color: #fff;
}
.rdInNews_list a:hover .iconfont{
	display: block;
}
#commonUse .lt{
	width: 42%;
	flex: initial;
}
#commonUse .le,
#commonUse .ly{
	color: #ABABAB;
}
#commonUse .ld{
	color: #333;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
#commonUse .ld .iconfont{
	font-size: 28px;
	display: inline-block;
	margin-right: 10px;
}
#commonUse a:hover .ld,
#commonUse a:hover .iconfont{
	color: #474ba4;
}
.rdInItem_mianzTop1{
	height: 58px;
	border-bottom: 1px solid #E1E1E1;
	/*margin-bottom: 4%;*/
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}
.rdInItem_mianzTop1 a{
	display: inline-block;
	height: 100%;
	border-bottom: 3px solid transparent;
	color: #000;
	font-size: 20px;
	margin-left: 8%;
}
.rdInItem_mianzTop1 a:first-child{
	margin-left: 0;
}
.rdInItem_mianzTop1 a.active{
	color: #474ba4;
	border-bottom-color: #474ba4;
	font-weight: bold;
}
.rdInItem_mianzTop2{
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #E1E1E1;
}
.rdInItem_mianzTop2 .title_en{
	color: #474ba4;
	font-size: 48px;
	text-transform: uppercase;
}
.rdInItem_mianzTop2 .title_cn{
	color: #000;
	font-size: 30px;
}
.rdInItem_mianzTop2 .tis a{
	display: inline-block;
	color: #747474;
	font-size: 18px;
	margin-left: 40px;
}
.rdInItem_mianzTop2 .tis a:first-child{
	margin-left: 0;
}
.rdInItem_mianzTop2 .tis a:hover{
	color: #00ff8c;
}
.rdContact_content .title{
	font-size: 24px;
	color: #000;
	margin: 4% 0;
}
.rdContact_content{
	color: #747474;
	font-size: 16px;
}
.rdContact_content .spn{
	color: #000;
}
.rdContact_content .item{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.rdContact_content .item .lt{
	margin-bottom: 23px;
}
.rdContact_content .item .lw{
	text-align: center;
	max-width: 100px;
}
.rdInItem_mianzSm .btn_sum1{
	text-align: center;
}
.rdInItem_mianzSm .btn_sum1 .btn{
	width: 360px;
	height: 72px;
	padding: 0;
	text-align: center;
	line-height: 72px;
	border-radius: 0;
	font-size: 22px;
	margin: 0 20px;
	border: none;
}
.rdInItem_mianzSm .btn_sum1 .btn .iconfont{
	font-size: 27px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 15px 0 0;
}
.rdInItem_mianzSm .btn_sum1 .btn-primary{
	background: #474ba4;
	color: #fff;
	margin-left: 0;
}
.rdInItem_mianzSm .btn_sum1 .btn-success{
	background: #00ff8c;
	color: #333;
	margin-right: 0;
}
.rdInItem .rdInNews_list{
	padding: 2% 0 0;
}
.rdInItem .rdInNews_list li a{
	box-shadow: initial;
	border-bottom: 1px dashed #d7d7d7;
	padding: 4% 25px 4% 15px;
}
.rdInItem .rdInNews_list .imt{
	width: 130px;
}
.rdInItem .rdInNews_list .content{
	margin-left: 0;
}
.rdInItem .rdInNews_list .iconfont{
	position: initial;
	display: block;
	color: #333;
}
.rdInItem .rdInNews_list .downLoad{
	text-align: center;
}
.rdInItem .rdInNews_list .content{
	width: 75.5%;
	padding-right: 10%;
}
.rdInItem .rdInNews_list .content_title{
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.rdInItem .rdInNews_list .content_title:before{
	content: '';
	height: 2px;
	width: 48px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.rdInItem .rdInNews_list li{
	margin-bottom: 0;
}
.rdInItem .rdInNews_list li a:hover{
	background: #fff;
}
.rdInItem .rdInNews_list li a:hover .content_title{
	color: #474ba4;
}
.rdInItem .rdInNews_list li a:hover .content_text{
	color: #747474;
}
.rdInItem .rdInNews_list li a:hover .downLoad,
.rdInItem .rdInNews_list li a:hover .iconfont{
	color: #5f63c6;
}
.rdInQA_list{
	/*padding-top: 2%;*/
}
.rdInQA_list{
	font-size: 16px;
	color: #747474;
	line-height: 1.8;
}
.rdInQA_list li{
	padding: 4% 0;
	border-bottom: 1px dashed #d7d7d7;
}
.rdInQA_list .comt{
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	border-radius: 50%;
}
.rdInQA_list .qt{
	background: #474ba4;
	color: #fff;
}
.rdInQA_list .content{
	margin: 5px 0 0 58px;
}
.rdInQA_list .at{
	background: #00ff8c;
	color: #000;
}
.rdInQA_list .qa_top{
	margin-bottom: 30px;
}
.rdInQA_list .qa_content .content{
	margin-top: 0;
	background: #fafafa;
	padding: 20px 22px 30px 20px;
	overflow: hidden;
}
.rdInQA_list .qa_content .content_text{
	float: left;
	width: 80%;
}
.rdInQA_list .qa_content .content_time{
	float: right;
}
.rdInQA_list li .c00,
.rdInQA_list li .c47{
	padding-right: 4px;
}

.tancContent{
	display: none;
}
.tancContent .rdInItem_mianzSm{
	padding: 4% 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5%;
}
.tancContent .tanc_beij{
	background: rgba(0,0,0,0.6);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.tancContent .rdInItem_mianz{
	width: 1000px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 99999;
	background: #fff;
	padding: 3%;
}
.tanc_sum .btn{
	display: block;
	width: 300px;
	height: 72px;
	background: #474ba4;
	border-radius: 0;
	text-align: center;
	line-height: 72px;
	padding: 0;
	color: #fff;
	font-size: 22px;
	margin: 0 auto;
}
.tancContent .rdInItem_mianzSm{
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}

.tancContent ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #f1f1f1;
	padding-right: 10px;
}
 
/*滚动条*/
.tancContent ::-webkit-scrollbar-thumb {
	background: #474ba4;
	border-radius: 10px;
}

.rdFoot{
	overflow: hidden;
	background: #2c2c2c;
}
