@media only screen and (min-width: 412px) {



}

@media only screen and (min-width: 414px) {



}

@media only screen and (min-width: 768px) {



}/*ipad*/

@media only screen and (min-width: 1025px) {




}/*ipadPRO*/


html, body{
	position: relative;
  font-size: 12px;
  background-color: #fff;
  overflow: auto;
  min-width: 1250px;/*缩放时有50px不会缩放,在此加上50px*/
	height: 100%;
}

.all {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,0,0);
	margin: 0 auto;
	position: relative;
}

.box {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
	background-color: rgba(0,255,0,0);
}


.news_detail{
	background: url(../images/background.png) repeat;
	background-size:100%; 
	padding-top: 100px;
}

.header_demake {
	background-color: rgba(255,255,255,1) !important;
}

.margin_top_20 {
	margin-top: 20px !important;
}

.margin_bottom_20 {
	margin-bottom: 20px !important;
}

.margin_bottom_210 {
	margin-bottom: 210px !important;
}

.padding_bottom_210 {
	padding-bottom: 210px;
}

/*header*/
.header {
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	z-index: 2;
}

.header_box {
	background-color: rgba(255, 0, 255, 0);
	width: 100%;
	height: auto;
	position: relative;
}

.header_box_left {
	background-color: rgba(0, 255, 0, 0);
/*	width: 525px;
	height: 90px;*/
	float: left;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header_box_right {
	float: right;
}

.header_box_right > ul {

}

.banner{
	overflow: hidden;
}

.banner .swiper-slide img{
	width: 100%;

}


.banner .swiper-pagination-bullet{
	width: 34px !important;
    height: 6px !important;
    background: #fff;
	border-radius: 0 !important;
	opacity: 1 !important;
}

.banner .swiper-pagination-bullet-active{
	opacity: 1;
    background: #142f78 !important;
}



.header_box_right > ul > li {
	background-color: rgba(0,0,255,0);
	width: 100px;
	display: inline-block;
	height: 100px;
	text-align: center;
	padding-top: 37px;
}

.header_box_right > ul > li:hover {
	background-color: #142f78;
	color: #fff;
}

.header_box_right > ul > li:hover > p > a {
	color: #fff !important;
}

.header_box_right > ul > li > p > a:nth-child(1) {
	font-size:16px;
	color: #000;
}

.header_box_right > ul > li > p > a:nth-child(2) {
	font-size:18px;
	color: #000;
}


/*导航栏下拉*/
.header_box_list {
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 999;
}

.header_box_list > ul {

}

.header_box_list > ul > li:nth-child(1) {
	background-color: rgba(255,255,255,1);
	width: 100px;
	display: inline-block;
	height: 0;
	text-align: center;
	overflow: hidden;
}

.header_box_list > ul > li:nth-child(2) {
	background-color: rgba(255,255,255,1);
	width: 100px;
	display: inline-block;
	height: 0;
	text-align: center;
	overflow: hidden;

}

.header_box_list > ul > li:nth-child(3) {
	background-color: rgba(255,255,255,1);
	width: 100px;
	display: inline-block;
	height: 0;
	text-align: center;
	overflow: hidden;

}

.header_box_list > ul > li:nth-child(4) {
	background-color: rgba(255,255,255,1);
	width: 100px;
	display: inline-block;
	height: 0;
	text-align: center;
	overflow: hidden;

}

.header_box_list > ul > li:nth-child(5) {
	background-color: rgba(255,255,255,1);
	width: 100px;
	display: inline-block;
	height: 0;
	text-align: center;
	overflow: hidden;

}
.header_box_list > ul > li:nth-child(6) {
	background-color: rgba(255,255,255,1);
	width: 100px;
	display: inline-block;
	height: 0;
	text-align: center;
	overflow: hidden;

}

.header_box_list > ul > li > p > a {
	font-size:18px;
	line-height: 30px;
	color: #3a3a3a;
}
/*导航栏下拉*/

/*header*/

/*首页banner*/
.section_banner {
	width: 100%;
	/*height: 500px;*/
/*	background:url("../img/banner.png") left top no-repeat;
	background-size:100% 100%;*/
	position: relative;
}
.through_content {
background-color: #142f78;
    /* position: absolute; */
    width: 600px;
    /* height: auto; */
    /* bottom: 0px; */
    /* right: 0px; */
    z-index: 999;
    overflow: hidden;
    border-radius: 0 80px 80px 0;
}
.through_box {
	background-color: #142f78;
	position: absolute;
	width: 360px;
	height: 150px;
	bottom: 0px;
	right: 0px;
}
.through_content_left {
	background-color: rgba(255,255,255,0);
	width: 494px;
	height: 80px;
	float: left;
	padding-left: 30px;
}

.through_content_left a> p:nth-child(1){
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	font-weight: bold;
}

.through_content_left a> p:nth-child(2){
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}

.through_content_right {
	background-color: rgba(0,0,0,0);
	width: 75px;
	height: 80px;
	float: right;
}
.angle {
	width: 20px;
	height: 40px;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*首页banner*/

.section_leader {
	position: relative;
	width: 100%;
	height: auto;
}

.through_leader_box {
	background-color: #142f78;
	width: 360px;
	height: 80px;
}

.through_leader_content {
	background-color: #142f78;
	position: absolute;
	width: 315px;
	height: 80px;
	top: 0px;
	left: 0px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	text-align: center;
}

.through_leader_content > p {

}

.through_leader_content > p > a {
	font-size: 24px;
	color: #fff;
	line-height: 80px;
    cursor: default;
}

.through_leader_content > p > a:before{
	content: '';
	display: block;
	position: absolute;
    left: 65px;
    top: 27px;
	width: 2px;
    height: 25px;
    background: #fff;
    box-shadow: 7px 0px 0 #fff, 14px 0px 0 #fff;
}

.section_ball {
	width: 100%;
}

.section_ball_box {
	background:url("../img/ball.png") left top no-repeat;
	background-size:100% 100%;
	position: relative;
	width: 100%;
	height: 210px;
}

.section_ball_box > p {
	position: absolute;
    width: 120px;
    height: 120px;
    line-height: 165px;
    text-align: center;
}

.section_ball_box > p:nth-child(1) {
	left: 200px;
    top: 25px;
}

.section_ball_box > p:nth-child(2) {
	left: 428px;
    top: 25px;
}

.section_ball_box > p:nth-child(3) {
	left: 650px;
    top: 25px;
}

.section_ball_box > p:nth-child(4) {
	left: 880px;
    top: 25px;
}

.section_ball_box > p > a {
	font-size: 18px;
	color: #fff;
	display: block;
}

.section_dynamic {
	width: 100%;
}

.section_dynamic_box {
	width: 100%;
}

.section_dynamic_box_top {
	height: 35px;
	width: 100%;
	background-color: rgba(0,255,0,0);

}

.section_dynamic_box_top_img {
	width: 30px;
	height: 25px;
	float: left;
	background:url("../img/dynamic.png") left top no-repeat;
	background-size:100% 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.section_dynamic_box_top > p:nth-child(2) {
	float: left;
	font-size: 24px;
	color: #000;
	line-height: 35px;
}
.section_dynamic_box_top > p:nth-child(3) {
	float: left;
	font-size: 16px;
	color: #656565;
	line-height: 35px;
}

.section_dynamic_box_middle {
	width: 100%;
}

.section_dynamic_box_middle_left {
	width: 625px;
	height: 340px;
	border-top: 5px solid #656565;
	padding-top: 10px;
	padding-left: 15px;
	position: relative;
	float: left;

}

.section_dynamic_box_middle_left >  ul  {
	border-right: 1px solid #efefef;
}

.section_dynamic_box_middle_left >  ul > li {
	border-bottom: 1px dashed #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right:15px;
}

.section_dynamic_box_middle_left_left > p {
	float: left;
	font-size: 16px;
	color: #000;
	margin-right: 50px;
}

.section_dynamic_box_middle_left_left > p > a {
	color: #000;
}

.section_dynamic_box_middle_left_left > p::before {
	content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #d2d2d2;
  border-bottom: 5px solid transparent;
  float: left;
  vertical-align: middle;
  margin-top: 6px;
  margin-right: 10px;
}

.section_dynamic_box_middle_left_right > p {
	float: left;
	font-size: 16px;
	color: #000;
}


.section_dynamic_box_middle_right {
	float: left;
	width: 500px;
	margin-left: 75px;
}

.section_dynamic_box_middle_right_slider {
	width: 500px;
	/*height: 205px;*/
}

.section_dynamic_box_middle_right .swiper-slide img{
	margin-bottom: 15px;
}

.section_dynamic_box_middle_right .swiper-slide a{
	display: block;
	text-align: left;
	font-size: 16px;
	color: #000;
}

.section_dynamic_box_middle_right .swiper-slide p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.section_dynamic_box_middle_right .swiper-pagination{
	bottom: 100px !important;
}

.section_dynamic_box_bottom {
	width: 100%;
	height: 115px;
	position: relative;
}

.dynamic_btn {
	width: 120px;
	height: 40px;
	border: 1px solid #666666;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	text-align: center;
	border-radius: 10px;
}

.dynamic_btn > a {
	font-size: 14px;
	color: #666666;
	line-height:40px;
}

/*首页swiper*/
.section_dynamic_box_middle_right_slider .swiper-container {
  width: 100%;
  height: 100%;
}
.section_dynamic_box_middle_right_slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.index_swiper {
	width: 500px;
	/*height: 205px;*/
}
/*首页swiper*/

.section_profile {
	width: 100%;
	padding-bottom: 40px;
}

.section_profile_box {
	width: 100%;
}

.section_profile_box_left {
	width: 700px;
	float: left;
	padding-right: 75px;
	overflow: hidden;
}

.section_profile_box_left > p:nth-child(2){
	margin-top: 58px;
}

.section_profile_box_left > p:nth-child(2) >a{
	
	color: #000;
	font-size: 18px;
}

.section_profile_box_left > p:nth-child(2)::after {
   content: "";
   width: 0;
   height: 0;
   border-top: 5px solid transparent;
   border-left: 10px solid #142f78;
   border-bottom: 5px solid transparent;
   float: right;
   margin-top: 6px;
   margin-right: 500px;
}

.section_profile_box_left > p:nth-child(3){
	margin-top: 53px;
}

.section_profile_box_left > p:nth-child(3) >a {
	color: #000;
	font-size: 16px;
	
	text-indent: 32px;
}

.section_profile_box_right {
	width: 500px;
	float: left;
}

.section_profile_box_left_title_img {
	width: 32px;
	height: 37px;
	float: left;
}
.section_profile_box_left_title_text {
	float: left;
	width: 150px;
	height: 50px;
	padding-left: 8px;
}
.section_profile_box_left_title_text > p:nth-child(1){
	font-size: 24px;
	color: #000;
}

.section_profile_box_left_title_text > p:nth-child(2){
	font-size: 16px;
	color: #656565;
}

.section_profile_box_right_img_1 {
	float: left;
	width: 245px;
	height: 155px;
	margin-right: 10px;
}

.section_profile_box_right_img_2 {
	float: left;
	width: 245px;
	height: 155px;
}

.section_profile_box_right_img_3 {
	margin-top: 10px;
	float: left;
	width: 500px;
	height: 180px;
}

.section_project {
	width: 100%;
}

.section_project_box {
	width: 100%;
}

.section_project_box_top {
	width: 100%;
	padding-bottom: 30px;
}

.section_project_box_top_center {
	width: 185px;
	margin: 0 auto;
}

.section_profile_box_left_title_img_2 {
	width: 32px;
	height: 37px;
	float: left;
}

.section_profile_box_left_title_text_2 {
	float: left;
	width: 150px;
	height: 50px;
	padding-left: 8px;
}

.section_profile_box_left_title_text_2 > p:nth-child(1){
	font-size: 24px;
	color: #000;
}

.section_profile_box_left_title_text_2 > p:nth-child(2){
	font-size: 16px;
	color: #656565;
}

.section_project_box_middle {
	width: 100%;
}


/* 案例 */
.indexcase .swiper-slide {
	background-color: rgba(255,0,255,0);
	width: 320px;
	height: auto;
	float: left;
	text-align: center;
	border: 1px solid #efefef;
}

.indexcase .swiper-slide img{
	width: 90%;
	height: 220px;
	margin: 10px auto;
}

.indexcase .swiper-slide p {
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #000;
}

.section_project_box_bottom {
	width: 100%;
	height: 115px;
	position: relative;
}

.section_link {
	width: 100%;
}

.section_link_box {
	width: 100%;
}

.section_link_box_top {
	width: 100%;
	padding-bottom: 50px;
}

.section_link_box_top_img {
	width: 31px;
	height: 33px;
	float: left;
	margin-right: 8px;
}

.section_link_box_top > p:nth-child(2){
	font-size:24px;
	color:#000;
	float: left;
	border-bottom: 2px solid #142f78;
	margin-right: 9px;
	line-height: 33px;
}

.section_link_box_top > p:nth-child(3){
	font-size:16px;
	color:#000;
	float: left;
	line-height: 33px;
}

.section_link_box_bottom {
	width: 100%;
	padding-bottom: 75px;
}

.section_link_box_bottom > ul > li {
	float: left;
  width: auto;
  height: 20px;
  padding-left: 37.5px;
  padding-right: 37.5px;
  border-right: 2px solid #142f78;
}

.section_link_box_bottom > ul > li:nth-child(9n+1){
	float: left;
	width: auto;
	height: 20px;
	padding-left: 0px;
	padding-right: 37.5px;
}

.section_link_box_bottom > ul > li:nth-child(9n){
	float: left;
	width: auto;
	height: 20px;
	padding-left: 37.5px;
	padding-right: 0px;
	border-right: 0px solid #142f78;
}

.section_link_box_bottom > ul > li > a {
	font-size: 16px;
	color: #000;
	line-height: 20px;
}

.section_footer {
	width: 100%;
	height: auto;
	background:url("../img/footer.png") left top no-repeat;
	background-size:100% 100%;
}

.section_footer_box {
	width: 100%;
}

.section_footer_box_top {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.section_footer_box_top_left {
	width: 1000px;
	float: left;
}

.section_footer_box_top_left_son {
	background-color: rgba(255,0,255,0);
	width: 165px;
	min-height:253px;
	float: left;
	border-right: 1px solid #fff;
	text-align: center;
}

.section_footer_box_top_left_son:nth-child(6)::after {
	content: "";
	clear: both;
	width: 0;
	height: 0;
}

.section_footer_box_top_left_son > p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.section_footer_box_top_left_son > ul > li {
	margin-bottom: 5px;
}

.section_footer_box_top_left_son > ul > li > a {
	font-size: 14px;
	color: #fff;

}

.section_footer_box_top_right {
	width: 180px;
	float: left;
	text-align: center;
}

.section_footer_box_top_right_img {
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
}

.section_footer_box_top_right > p {
	font-size: 16px;
	color: #fff;
}

.section_footer_box_bottom {
	width: 100%;
	height: 40px;
	text-align: center;
}

.section_footer_box_bottom > p {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

/*轮播banner*/
.section_banner_demake {
	width: 100%;
	
	position: relative;
}

.section_banner_demake .swiper-slide img{
	
}
/*轮播banner*/

/*<swiper选择按钮样式重写*/
.section_banner_demake .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    width: 34px !important;
    height: 6px !important;
    display: inline-block;
    border-radius: 0% !important;
}
.section_banner_demake .swiper-pagination-bullet-active {
    opacity: 1;
    background: #142f78 !important;
}
.section_banner_demake .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  	margin: 0 8px !important;
}
.section_banner_demake .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 29px !important;
    left: 0;
    width: 100%;
}
/*swiper选择按钮样式重写>*/

/*通用主体*/
.section_currency {
	width: 100%;
}
.section_currency_box {
	width: 100%;
	padding-top: 55px;
    min-height: 600px;
}

.section_currency_box_left {
	float: left;
	width: 222px;
}

.section_currency_box_left_title {
	width: 195px;
	height: 95px;
	border: 3px solid #d1d1d1;
	margin-bottom: 30px;
}

.section_currency_box_left_title_box {
	width: 120px;
	text-align: left;
	margin: 0 auto;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.section_currency_box_left_title > .section_currency_box_left_title_box > p:nth-child(1){
	font-size: 24px;
	color: #142f78;
}

.section_currency_box_left_title > .section_currency_box_left_title_box > p:nth-child(2){
	font-size: 16px;
	color: #142f78;
}

.section_currency_box_left_nav_son {
	width: 198px;
	height: 48px;
	border: 1px solid #efefef;

}

.section_currency_box_left_nav_son_box {
	width: 160px;
	margin: 0 auto;
	border-left: 0px solid #142f78;
	text-align: center;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.section_currency_box_left_nav_son_box > p {
	display: inline-block;
	font-size: 18px;
	color: #3a3a3a;
}

.section_currency_box_left_nav_son_box > p > a {
	display: inline-block;
	font-size: 18px;
	color: #3a3a3a;
}

.section_currency_box_left_nav_son_box > span {
	color: rgba(0, 0, 0, 0) !important;
}

.section_currency_box_left_nav_son_box_active {
	width: 160px;
	margin: 0 auto;
	border-left: 3px solid #142f78 !important;
	text-align: center;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.section_currency_box_left_nav_son_box_active > p {
	display: inline-block;
	font-size: 18px;
	color: #3a3a3a;
}

.section_currency_box_left_nav_son_box_active > p > a {
	display: inline-block;
	font-size: 18px;
	color: #3a3a3a;
}

.section_currency_box_left_nav_son_box_active > span {
	color: rgba(0, 0, 0, 1) !important;
}

.section_currency_box_left_nav_son_box > span::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
}

.section_currency_box_right {
	float: left;
	width: 975px;
	/*border: 1px solid #efefef;*/
}

.section_currency_box_right_top {
	width: 100%;
	height: 60px;
	border-bottom: 3px solid #666666;
	padding-left: 10px;
	padding-right: 10px;
}

.section_currency_box_right_top_left {
	float: left;
	line-height: 60px;
}

.section_currency_box_right_top_left > p {
	font-size: 18px;
	color: #3a3a3a;
}

.section_currency_box_right_top_left > p > span {
	color: #142f78;
}

.section_currency_box_right_top_right {
	float: right;
	line-height: 60px;
}

.section_currency_box_right_top_right > p > a {
	font-size: 14px;
	color: #3a3a3a;
}

.section_currency_box_right_bottom {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.section_currency_box_right_bottom_p {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}

.section_currency_box_right_bottom_p > p {
	font-size: 18px;
	color: #000;
	margin: 0 auto;
	margin-bottom: 35px;
}
/*通用主体*/

/*form表单*/
.form {
	width: 100%;
	text-align: left;
}

.form_line {
	width: 100%;
	margin-bottom: 10px;
}

.form_line_left {
	width: 125px;
	height: 40px;
	float: left;
}

.form_line_left > p {
	color: #000;
	font-size: 18px;
	line-height: 40px;
	float: right;
}

.form_line_right {
	width: 825px;
	height: auto;
	float: left;
}

.form_line_right > input {
	width: 100%;
	height: 40px;
	border:1px solid #efefef;
}

.form_line_right > textarea {
	width: 100%;
	height: 80px;
	border:1px solid #efefef;
}

.form_btn {
	width: 100%;
	padding-bottom: 10px;
	padding-left: 20%;
}

.form_button {
	width: 100px;
	height: 40px;
	border: 1px solid #142f78;
	background-color: #142f78;
	color: #fff;

}

.form_btn > p {
	color: #000;
	font-size: 18px;
	display: inline-block;
}

.about_demake_box {
	background-color: #fff;
	width: 100%;
	height: 87px;
	position: absolute;
	bottom: 0px;
	padding-left: 30px;
	padding-top: 20px;
}

.about_demake_box > p:nth-child(1) {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}

.about_demake_box > p:nth-child(2) {
	font-size: 14px;
	color: #c5c5c5;
}

.about_demake_box > p:nth-child(2) > a {
	font-size: 14px;
	color: #c5c5c5;
}

.section_about_A {
	width: 100%;
	padding-top: 45px;
}

.section_about_A_box {
	width: 100%;
}

.section_about_A_box_top {
	width: 100%;
	margin-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 70px;
	font-size: 0;
	text-align: center;
}

.section_about_A_box_top_son {
	background-color: #f6f6f6;
	width: 120px;
	height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
}

.section_about_A_box_top_son > a {
	color: #333;
	font-size: 16px;
	line-height: 40px;
}

.section_about_A_box_bottom {
	width: 100%;
}

.section_about_A_box_bottom_box {
	width: 100%;
	height: 120px;
	background:url("../img/time_demake.png") left top no-repeat;
	background-size:100% 100%;
	position: relative;
}

.section_about_A_box_bottom_box > p:nth-child(1) {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left:179px;
	top: 25px;
}

.section_about_A_box_bottom_box > p:nth-child(2) {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left:325px;
	top: 25px;
}

.section_about_A_box_bottom_box > p:nth-child(3) {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left:465px;
	top: 25px;
}

.section_about_A_box_bottom_box > p:nth-child(4) {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left:615px;
	top: 25px;
}

.section_about_A_box_bottom_box > p:nth-child(5) {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left:755px;
	top: 25px;
}

.section_about_A_box_bottom_box > p:nth-child(6) {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left:905px;
	top: 25px;
}

.section_about_A_box_bottom_box > p:nth-child(7) {
	font-size: 16px;
	color: #000;
	position: absolute;
	left:235px;
	top: -25px;
}

.section_about_A_box_bottom_box > p:nth-child(8) {
	font-size: 16px;
	color: #000;
	position: absolute;
	left:367px;
	top: 65px;
}

.section_about_A_box_bottom_box > p:nth-child(9) {
	font-size: 16px;
	color: #000;
	position: absolute;
	left:513px;
	top: -25px;
}

.section_about_A_box_bottom_box > p:nth-child(10) {
	font-size: 16px;
	color: #000;
	position: absolute;
	left:647px;
	top: 65px;
}

.section_about_A_box_bottom_box > p:nth-child(11) {
	font-size: 16px;
	color: #000;
	position: absolute;
	left:791px;
	top: -25px;
}

.section_about_B {
	width: 100%;
}

.section_about_B_box {
	width: 100%;
}

.section_about_B_box_img {
	width: 100%;
	height: 300px;
}

.section_about_B_box > p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-indent: 32px;
}

/*共用广告块*/

.section_about_C {
	width: 100%;
	height: 500px;
	background:url("../img/about_block.png") left top no-repeat;
	background-size:100% 100%;
	position: relative;
	margin-bottom: 50px;
}

.section_about_C_box {
	background-color: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 0px;
}

.section_about_C_box_left {
	background-color: #fa9c41;
	float: left;
	width: 497px;
	height: 100%;
	margin-right: 1px;
	text-align: center;
}

.section_about_C_box_left > p:nth-child(1) {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-top: 35px;
}

.section_about_C_box_left > p:nth-child(2) {
	font-size: 48px;
	color: #fff;
	margin-top: 60px;
}

.section_about_C_box_left > button {
	width: 150px;
	height: 40px;
	background-color: #666666;
	border-radius: 5px;
	border:1px solid #666666;
	margin-top: 45px;
}

.section_about_C_box_left > button > a {
	color: #fff;
}

.section_about_C_box_right {
	background-color: #376bcb;
	float: left;
	width: 700px;
	height: 100%;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 34px;
}

.section_about_C_box_right_left {
	float: left;
	width:470px;
}

.section_about_C_box_right_left > p:nth-child(1) {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
}

.section_about_C_box_right_left > p:nth-child(2) {
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}

.section_about_C_box_right_left > p:nth-child(3) {
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}

.section_about_C_box_right_left > p:nth-child(4) {
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}

.section_about_C_box_right_left > p:nth-child(5) {
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
	display: inline-block;
}

.section_about_C_box_right_left > p:nth-child(6) {
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
	display: inline-block;
}

.section_about_C_box_right_right {
	float: left;
	width:150px;
	text-align: center;
}

.section_about_C_box_right_right_img {
	width: 100%;
	height: 149px;
	margin-bottom: 18px;
}

.section_about_C_box_right_right > p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

/*共用广告块*/

.section_currency_box_right_bottom_about {

}
.section_currency_box_right_bottom_about img{
	width: 100%;
}
.section_currency_box_right_bottom_about > p {
	font-size: 16px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
	text-indent: 32px;
}

.contact_page_text {
	background:url("../img/contact.png") left top no-repeat;
	background-size:100% 100%;
	position: relative;
	width: 950px;
	height: 300px;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 310px;
}

.contact_page_text > p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}

.contact_page_img {
	width: 950px;
	height: 300px;
	margin: 0 auto;
}

.talent {
	width: 100%;
}

.talent > thead > tr > th {
	color:#000;
	font-size: 16px;
	text-align: center;
	background-color: #e7e7e7;
	height: 40px;
	line-height: 40px;
}

.talent > thead > tr > th:nth-child(1) {
	width: 20%;
}

.talent > thead > tr > th:nth-child(2) {
	width: 60%;
}

.talent > thead > tr > th:nth-child(3) {
	width: 20%;
}

.talent > tbody > tr {
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}

.talent > tbody > tr > td {
	color:#000;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}

.talent > tbody > tr > td:nth-child(1) {
	width: 20%;
}

.talent > tbody > tr > td:nth-child(2) {
	text-align: left !important;
	width: 60%;
}

.talent > tbody > tr > td:nth-child(2) > p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.talent > tbody > tr > td:nth-child(3) {
	width: 20%;
}

.talent button {
	width: 100px;
	height: 40px;
	text-align: center;
	background-color: #e7e7e7;
	border: none;
}

.talent button > a {
	line-height: 40px;
	font-size: 16px;
	color: #000;
}

.section_currency_box_right_bottom_progress {
	background:url("../img/progress.png") left top no-repeat;
	background-size:100% 100%;
	width: 955px;
	margin: 0 auto;
	position: relative;
}

.section_currency_box_right_bottom_progress > p {
	position: absolute;
}

.section_currency_box_right_bottom_progress > p:nth-child(1) {
	font-size: 18px;
	color: #fff;
	top: 85px;
  left: 450px;
}

.section_currency_box_right_bottom_progress > p:nth-child(2) {
	font-size: 18px;
	color: #fff;
	top: 295px;
  left: 450px;
}

.section_currency_box_right_bottom_progress > p:nth-child(3) {
	font-size: 18px;
	color: #fff;
	top: 515px;
  left: 450px;
}

.section_currency_box_right_bottom_progress > p:nth-child(4) {
	font-size: 18px;
	color: #000;
	top: 175px;
  left: 125px;
}

.section_currency_box_right_bottom_progress > p:nth-child(5) {
	font-size: 18px;
	color: #000;
	top: 395px;
	left: 570px;
}

.section_currency_box_right_bottom_war_1 {
	width: 100%;
	text-align: center;
	line-height: 60px;
}

.section_currency_box_right_bottom_war_1 > p {
	font-size: 24px;
	color: #000;
	line-height: 60px;
}

.section_currency_box_right_bottom_war_2 {
	width: 100%;
	height: 296px;
	background:url("../img/war.png") left top no-repeat;
	background-size:100% 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}

.section_currency_box_right_bottom_war_3 {
	width: 100%;
	text-align: center;
}

.section_currency_box_right_bottom_war_3_img {
	background:url("../img/war_1.png") left top no-repeat;
	background-size:100% 100%;
	width: 100%;
	height: 270px;
	margin-bottom: 20px;
}

.section_currency_box_right_bottom_war_3 > p:nth-child(1) {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}

.section_currency_box_right_bottom_war_3 > p:nth-child(3) {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	text-align: left;
	line-height: 30px;
}

.section_currency_box_right_bottom_case {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.section_currency_box_right_bottom_case_left {
	width: 462px;
	height: 350px;
	float: left;
	overflow: hidden;
	font-size: 12px;
}

.section_currency_box_right_bottom_case_left > p:nth-child(1){
	margin-top: 29px;
	color: #000;
	font-size: 18px;
}

.section_currency_box_right_bottom_case_left > p:nth-child(1)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #142f78;
  border-bottom: 5px solid transparent;
  float: right;
	margin-top: 6px;
/*margin-right: 28px;*/
}

.section_currency_box_right_bottom_case_left > p:nth-child(2){
	color: #000;
	font-size: 12px;
	line-height: 24px;
	text-indent: 32px;
	margin-bottom: 29px;
}

.section_currency_box_right_bottom_case_right {
	margin-top: 29px;
	margin-bottom: 29px;
	width: 475px;
	height: 320px;
	float: right;
}

.section_currency_box_right_bottom_case_page {
	width: 100%;
}

.page_new {
    display: table;
    margin: 40px auto;
}

.page_new > li {
    display: table-cell;
}

.page_new > li > div {
    border: 1px solid #d9d9d9;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e0e0e0;
    cursor: pointer;
}

.active_4 {
    background-color: #142f78 !important;
    border: 1px solid #142f78 !important;
}

.page_new > li > div> a {
    color: #666666;
}

.active_4 > a {
    color: #fff !important;
}

.section_currency_box_right_bottom_detail {
	width: 100%;
	padding-bottom: 335px;
}

.section_currency_box_right_bottom_detail_top {
	width: 355px;
	margin: 40px auto;
	margin-bottom: 25px;
}

.section_currency_box_right_bottom_detail_top_left {
	width: 152px;
	height: 152px;
	float: left;
}

.section_currency_box_right_bottom_detail_top_right {
	width: 155px;
	padding-top: 45px;
	margin-left: 45px;
	float: left;
}

.section_currency_box_right_bottom_detail_top_right > p:nth-child(1) {
	font-size: 24px;
	color: #3a3a3a;
}

.section_currency_box_right_bottom_detail_top_right > p:nth-child(2) {
	font-size: 18px;
	color: #3a3a3a;
}

.section_currency_box_right_bottom_detail_bottom {
	width: 100%;
}

.section_currency_box_right_bottom_detail_bottom > p:nth-child(1){
	font-size: 18px;
	color: #3a3a3a;
	line-height: 30px;
	margin-bottom: 30px;
}

.section_currency_box_right_bottom_detail_bottom > p:nth-child(2){
	font-size: 18px;
	color: #3a3a3a;
	line-height: 40px;
}

/*.news_detail {
	background:url("../img/background.png") left top no-repeat;
	background-size:100% 100%;
	width: 100%;
	height: auto;
}*/

.news_detail_box {
	width: 100%;
}

.newsbanner{
	height: 350px;
	overflow: hidden;
}

.newsbanner .swiper-slide img{
	width: 100%;
}

.news_detail_box_top {
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
}

.news_detail_box_top > p {
	font-size: 48px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.news_detail_box_bottom {
	width: 100%;
	margin-bottom: 50px;
}

.news_detail_box_bottom_img {
	width: 100%;
	/*height: 400px;*/
}

.news_detail_box_bottom > p{
	line-height: 30px;
	font-size: 18px;
	color: #000;
	margin-top: 40px;
	text-indent: 32px;
}

.news_detail_box_bottom_title {
	width: 100%;
	height: 40px;
	border-bottom: 4px solid #666666;
}

.news_detail_box_bottom_title > p {
	line-height: 40px;
	font-size: 18px;
	color: #000;
}

.news_detail_box_bottom_son {
	width: 100%;
	border-bottom: 1px solid #9d9d9d;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_detail_box_bottom_son_left {
	width: 290px;
	height: 190px;
	float: left;
}

.news_detail_box_bottom_son_right {
	width: 875px;
	float: left;
	margin-left: 15px;
}
.news_detail_box_bottom_son_right > p:nth-child(1) {
	margin-bottom: 20px;
	font-size: 24px;
	color: #000;
}

.news_detail_box_bottom_son_right > p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #3a3a3a;
}
.news_detail_box_bottom_son_right > p:nth-child(2) > a {

}
