@charset "utf-8";
@font-face {
	font-family: 'SourceHanSansCN';
	src: url(../fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: 'SourceHanSansCN-b';
	src: url(../fonts/SourceHanSansCN/SourceHanSansCN-Bold.otf);
	font-weight: 600;
}
@font-face {
	font-family: 'SourceHanSansCN-l';
	src: url(../fonts/SourceHanSansCN/SourceHanSansCN-Light.otf);
	font-weight: 300;
}
@font-face {
	font-family: 'DIN-b';
	src: url(../fonts/DIN/DIN-BOLD.OTF);
	font-weight: 600;
}
@font-face {
	font-family: 'OSWALD';
	src: url(../fonts/Oswald/OSWALD-REGULAR.TTF);
	font-weight: 400;
}
@font-face {
	font-family: 'OSWALD-b';
	src: url(../fonts/Oswald/OSWALD-BOLD.TTF);
	font-weight: 600;
}
@font-face {
	font-family: 'BAHNSCHRIFT';
	src: url(../fonts/Oswald/BAHNSCHRIFT.TTF);
	font-weight: 400;
}
@font-face {
	font-family: 'MyriadPro';
	src: url(../fonts/MyriadPro/MyriadPro-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: 'AKZIDENZGROTESK';
	src: url(../fonts/AKZIDENZGROTESK/AKZIDENZGROTESK-EXTRABOLDALT.OTF);
	font-weight: 600;
}
body {
	font-family: "SourceHanSansCN", "PingFang SC", Microsoft YaHei, arial, "宋体";
	font-weight: 500;
	color: #333333;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	position: relative;
	line-height: initial;
	font-size: .16rem;
	max-width: 1920px;
	margin: 0 auto;
}
.auto_1440 {
	max-width: 1440px;
	margin: 0 auto;
}
.auto_1120 {
	max-width: 1120px;
	margin: 0 auto;
}
.auto_1280 {
	max-width: 1280px;
	margin: 0 auto;
}
#superContainer {
	transition: 1s;
}
/* 公共 */
.banner_t {
	position: relative;
}
.banner_t .pic {
	padding-top: 31.25%;
}
.banner_t .txt {
	position: absolute;
    top: 0;
    margin-top: 11%;
    width: 100%;
    text-align: center;
}
.banner_t .txt h2 {
	font-size: .44rem;
	color: #fff;
	margin-bottom: .1rem;
}
.banner_t .txt p {
	font-size: .24rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    line-height: .2rem;
}
.banner_t .animation {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	z-index: 5;
}
.banner_t .animation img:first-child {
	position: relative;
    margin: 0 auto;
	display: block;
	width: .19rem;
    height: .27rem;
}
.banner_t .animation img:last-child {
	position: relative;
	animation: move_t 1s infinite;
	-webkit-animation: move_t 1s infinite;
	-moz-animation: move_t 1s infinite;
	-o-animation: move_t 1s infinite;
	width: .12rem;
    height: .08rem;
}
.banner_t .animation::after {
	content: '';
	position: absolute;
	top: .05rem;
	width: .02rem;
	height: .07rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	animation: move 1s infinite;
	-webkit-animation: move 1s infinite;
	-moz-animation: move 1s infinite;
	-o-animation: move 1s infinite;
}
@keyframes move
{
	from {top:.0rem;}
	to {top:.1rem;}
}

@-webkit-keyframes move /* Safari and Chrome */
{
	from {top:.0rem;}
	to {top:.1rem;}
}

@-moz-keyframes move /* Firefox */
{
	from {top:.0rem;}
	to {top:.1rem;}
}

@-o-keyframes move /* Opera */
{
	from {top:.0rem;}
	to {top:.1rem;}
}
@keyframes move_t
{
	from {top:.0rem;}
	to {top:.1rem;}
}

@-webkit-keyframes move_t /* Safari and Chrome */
{
	from {top:.0rem;}
	to {top:.1rem;}
}

@-moz-keyframes move_t /* Firefox */
{
	from {top:.0rem;}
	to {top:.1rem;}
}

@-o-keyframes move_t /* Opera */
{
	from {top:.0rem;}
	to {top:.1rem;}
}
.c_table_list {
	max-width: 12.8rem;
    text-align: center;
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: -.9rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0.1rem 0.1rem #f9f9f9;
    border-bottom: 1px solid #eeeeee;
	padding: 0 1.4rem;
	z-index: 10;
}
.c_table_list li {
	float: left;
    width: 25%;
}
.c_table_list li a {
    display: inline-block;
	padding: .4rem .24rem .22rem;
	position: relative;
	border-bottom: .02rem solid transparent;
}
.c_table_list li a p {
	margin-top: .02rem;
}
.c_table_list li a:hover, .c_table_list li a.action {
	color: #3679cb;
}
.c_table_list li a img {
	width: .4rem;
}
.c_table_list li a:hover::after, .c_table_list li a.action::after {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: .02rem solid #1865c3;
	bottom: -.03rem;
	left: 0;
}
.c_table_list li a:hover img.hover {
	display: inline-block;
}
.c_table_list li a:hover img:first-child, .c_table_list li a.action img:first-child {
	display: none;
}
.c_title {
	font-size: .36rem;
	color: #333333;
	text-align: center;
}
.c_title_t {
	font-size: .36rem;
	color: #fff;
	text-align: center;
}
.c_title_th {
	font-size: .3rem;
	color: #217ad9;
	text-align: center;
}
.c_btn {
	display: inline-block;
	font-size: .16rem;
	color:  #999999;
	border: 1px solid #999999;
	padding: 0 1rem 0 .35rem;
	line-height: .48rem;
	border-radius: .5rem;
	background: url(../images/01_新闻资讯_19.png) right .4rem center no-repeat;
	background-size: .2rem;
	cursor: pointer;
	transition: .3s;
}
.c_btn_two {
	display: inline-block;
	width: 1.5rem;
	height: .5rem;
	border: 1px solid #aa8f6e;
	color: #aa8f6e;
	line-height: .5rem;
	text-align: center;
}
.c_btn_two:hover {
	opacity: .6;
}
.c_btn:hover {
	opacity: .6;
}
/* 头部 */
header {
	height: 1rem;
	background: #fff;
	padding-top: .26rem;
	position: relative;
}
.header-box, .header-box .nav .menu_list {
	height: 100%;
}
.header-box .logo a {
	width: 1.37rem;
    display: inline-block;
}
.header-box .nav {
    display: inline-block;
    width: calc(100% - 1.37rem - 2.1rem);
	padding-left: 11%;
	height: 100%;
}
.header-box .nav .menu_list li {
    float: left;
    margin-right: 7%;
    line-height: .47rem;
	height: 100%;
	position: relative;
}
.header-box .nav .menu_list li:last-child {
	padding-right: 0;
}
.header-box .nav .menu_list li a {
    display: block;
    height: 100%;
    border-bottom: .02rem solid transparent;
}
.header-box .nav .menu_list li a:hover {
	color: #d6001d;
	border-bottom: .02rem solid #d6001d;
}
.header-box .nav .menu_list li a.action {
	color: #d6001d;
	border-bottom: .02rem solid #d6001d;
}
.header-box ol.fr {
	width: 2.1rem;
}
.header-box ol.fr li {
	float: left;
	height: .45rem;
	width: .45rem;
	text-align: center;
	line-height: .45rem;
	margin-right: .3rem;
	/*display: none;*/
}
.home .header-box ol.fr li {
	margin-right: .09rem;
	display: inline-block;
}
.header-box ol.fr li:nth-of-type(2), .header-box ol.fr li:nth-of-type(1) {
	display: inline-block;
}
.header-box ol.fr li:last-child {
	margin-right: .0;
	position: relative;
}
.header-box ol.fr li .link {
	display: block;
	color:  #666666;
	height: 100%;
	background-color: #f5f5f5!important;
	border-radius: 50%;
	position: relative;
}
.header-box ol.fr li:hover .link {
	background-color: #ba9e7d!important;
	color:  #fff;
}
.header-box ol.fr li .link.email {
	background: url(../images/email.png) center no-repeat;
	background-size: .22rem!important;
}
.header-box ol.fr li:hover .link.email {
	background: url(../images/email_action.png) center no-repeat;
	background-size: .22rem!important;
}
.header-box ol.fr li .link.search {
	background: url(../images/search.png) center no-repeat;
	background-size: .18rem!important;
}
.header-box ol.fr li:hover .link.search {
	background: url(../images/search_action.png) center no-repeat;
}
.header-box ol.fr li .childen {
	display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.6);
	padding: .1rem .1rem;
	z-index: 100;
}
.header-box ol.fr li .childen a {
    color: rgba(255,255,255,0.6);
    white-space: nowrap;
    background: rgba(0,0,0,0.3);
    padding: 0 .1rem;
    display: block;
}
.header-box ol.fr li .childen a:hover {
	color: #d6001d;
}
/* 底部 */
.footer div.fr {
	width: 2.5rem;
}
.footer {
	background: url(../images/foot_bg.png) bottom no-repeat;
	padding-top: .85rem;
	position: relative;
}
.footer .go_top {
    width: .56rem;
    height: .56rem;
    display: inline-block;
    background: url(../images/go_top.png) center/cover no-repeat;
    position: fixed;
    bottom: 0;
    right: 1rem;
    transform: translateY(-50%);
    display: none;
    z-index: 100;
}
.home .footer .go_top {
	display: none;
}
.footer div.fl {
	width: calc(100% - 2.5rem);
}
.footer div.fl .nav dl {
	float: left;
	width: calc(100% / 7);
}
.footer div.fl .nav dl a:hover {
	opacity: .6;
}
.footer div.fl .nav dl dt a {
	font-size: .2rem;
	margin-bottom: .15rem;
	display: block;
}
.footer div.fl .nav dl dd a {
	font-size: .14rem;
	color: #999999;
	line-height: .32rem;
}
.footer div.fr h3 {
	text-align: right;
	color: #999999;
	margin-top: .75rem;
}
.footer div.fr h1 img {
	width: 100%;
}
.footer div.fr h3 p {
	text-align: left;
    font-size: .27rem;
	color: #d7001d;
	font-family: "DIN-b";
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
}
.footer div.fr ul {
	margin-top: .46rem;
}
.footer div.fr ul li {
	float: left;
}
.footer div.fr ul li a {
    display: block;
    width: .22rem;
    background-repeat: no-repeat;
    background-size: .22rem;
    background-position: center;
    height: .24rem;
    margin-right: .28rem;
}
.footer div.fr ul li a:hover {
	opacity: .6;
}
.footer div.fr ul li:last-child a {
    margin-right: .0;
}
.footer .foot_link {
    border-top: 1px solid #e0e0e0;
    margin-top: .35rem;
    line-height: .9rem;
	color: #999999;
	font-size: .14rem;
}
.footer .foot_link p a {
	font-size: .14rem;
    color: #999999;
}
.footer .foot_link ul li {
	float: left;
	margin-right: .22rem;
	position: relative;
}
.footer .foot_link ul li::after {
	content: '';
	width: 1px;
	height: .14rem;
	background: #e5e5e5;
	position: absolute;
	right: -.11rem;
	top: 50%;
	transform: translateY(-50%);
}
.footer .foot_link ul li:last-child {
	margin-right: .0;
}
.footer .foot_link ul li:last-child::after {
	width: 0;
}
.footer .foot_link ul li a {
	font-size: .14rem;
    color: #999999;
}
.footer .foot_link ul li a:hover {
	opacity: .6;
}
/* 公司概况  */
.company_profile .box_one {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 1.4rem;
}
.company_profile .box_one .c_title {
	margin-bottom: .25rem;
}
.c_data_list {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -.6rem;
    left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
.c_data_list li {
	float: left;
    margin-right: 1px;
    width: calc((100% / 4) - 3px);
    background: #f7f9fc;
	padding: .4rem 0;
	font-family: 'SourceHanSansCN-l';
}
.c_data_list li:last-child {
	margin-right: 0px;
}
.c_data_list li p {
	font-size: .36rem;
    font-family: 'Oswald';
    color: #ba9e7d;
}
.c_data_list li p span {
	font-size: .16rem;
	font-family: 'SourceHanSansCN-b';
	position: relative;
}
.c_data_list li p span::after {
    content: ' +';
    font-size: .30rem;
    font-family: 'Oswald';
    position: absolute;
    left: .04rem;
    top: .06rem;
    transform: translateY(-100%);
}
.company_profile .box_two {
	position: relative;
}
.company_profile .box_two .pic {
	padding-top: 36.4583%;
}
.company_profile .box_two .pos {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    padding-top: 1.85rem;
}
.company_profile .box_two .pos .list li {
	float: left;
	width: 25%;
	color: #fff;
	font-size: .2rem;
}
.company_profile .box_two .pos .list li img {
	width: .39rem;
}
.company_profile .box_two .pos .list li p {
	margin-top: .06rem;
}
.company_profile .box_two .pos .content {
	margin-top: 1.1rem;
}
.company_profile .box_two .pos .content p {
	font-size: .24rem;
    color: #fff;
    margin-top: .1rem;
}
.company_profile .box_three {
	position: relative;
	line-height: .3rem;
}
.company_profile .box_three .pic {
	padding-top: 41.4937%;
}
.company_profile .box_three .pos {
	position: absolute;
	right: .82rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 1.24rem;
    height: 6.37rem;
}
.company_profile .box_three .c_title {
	margin-bottom: .4rem;
}
.company_profile .box_three h3 {
	font-size: .2rem;
}
.company_profile .box_three .content {
    max-width: 9.1rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 48%;
    transform: translateX(-50%);
    padding-top: 1.2rem;
}
.company_profile .box_four {
	position: relative;
}
.company_profile .box_four .pic {
	padding-top: 36.45833333333333%;
}
.company_profile .box_four .pos {
	position: absolute;
    top: 0;
	padding-top: 1.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.company_profile .box_four .pos .his_list {
    text-align: center;
    margin-right: .82rem;
    font-family: 'OSWALD-b';
    font-size: .3rem;
    color: #fff;
    width: 1.6rem;
	float: right;
}
.company_profile .box_four .pos .his_list li {
	height: .8rem;
	line-height: .8rem;
}
.company_profile .box_four .pos .his_list li.slick-current {
	color: #e1bc8e;
	font-size: .36rem;
}
.company_profile .box_four .pos .content {
    position: absolute;
    width: 6.6rem;
    left: 50%;
    transform: translateX(-50%);
}
.company_profile .box_four .pos .content .item {
	overflow: hidden;
	height: 4rem;
	position: relative;
}
.company_profile .box_four .pos .content .item .txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.company_profile .box_four .pos .content .item h3 {
    font-size: .6rem;
    font-family: 'OSWALD-b';
    color: #fff;
    float: left;
    width: 1.7rem;
	line-height: .6rem;
}
.company_profile .box_four .pos .content .item ul {
	width: calc(100% - 1.7rem);
    float: left;
}
.company_profile .box_four .pos .content .item ul li {
	color: #fff;
	line-height: .32rem;
}
.company_profile .box_four .pos .his_list .slick-prev, .company_profile .box_four .pos .his_list .slick-next {
	font-size: 0;
    background: 0;
    border: 0;
	cursor: pointer;
	padding: .15rem;
}
.company_profile .box_four .pos .his_list .slick-prev::after {
	content: '';
	background: url(../images/01_公司概况_30.png) center no-repeat;
	width: .4rem;
    height: .4rem;
    display: inline-block;
}
.company_profile .box_four .pos .his_list .slick-prev.slick-disabled::after {
	background: url(../images/01_公司概况_33_action.png) center no-repeat;
	cursor: default;
}
.company_profile .box_four .pos .his_list .slick-next::after {
	content: '';
	background: url(../images/01_公司概况_30_down.png) center no-repeat;
	width: .4rem;
    height: .4rem;
    display: inline-block;
}
.company_profile .box_four .pos .his_list .slick-next.slick-disabled::after {
	background: url(../images/01_公司概况_33_down_actin.png) center no-repeat;
	cursor: default;
}
.company_profile .box_five .list .item .pic {
	background: url(../images/01_公司概况_36.png) no-repeat;
	padding-top: 69.23076923076923%;
	background-size: cover;
	position: relative;
}
.company_profile .box_five .list .item .pic div {
    position: absolute;
    width: 78%;
    height: 75%;
    top: 5%;
	left: 11%;
	transition: .3s;
	cursor: pointer;
}
.company_profile .box_five .list .item .pic div:hover {
	transform: scale(1.03);
}
.company_profile .box_five {
	padding-top: 1.1rem;
	background: url(../uploadfiles/images/01_公司概况_02.jpg) top no-repeat;
	padding-bottom: 1.4rem;
}
.company_profile .box_five .list {
	padding: 0 .5rem;
	position: relative;
}
.company_profile .box_five .c_title {
	margin-bottom: .35rem;
}
.company_profile .box_five .list .item {
	text-align: center;
	padding: 0 .1rem;
}
.c_slick .slick-prev, .c_slick .slick-next {
	font-size: 0;
	background: none;
	border: 0;
	cursor: pointer;
}
.c_slick .slick-prev::after {
	content: '';
	background: url(../images/01_公司概况_34_prev.png) no-repeat;
	background-size: .4rem;
	width: .4rem;
	height: .4rem;
	display: inline-block;
	position: absolute;
    left: 0;
    top: 32%;
	z-index: 10;
}
.c_slick .slick-next::after {
	content: '';
	background: url(../images/01_公司概况_34.png) no-repeat;
	background-size: .4rem;
	width: .4rem;
	height: .4rem;
	display: inline-block;
	position: absolute;
    right: 0;
	top: 32%;
	z-index: 10;
}
.c_slick .slick-prev.slick-disabled::after {
	background: url(../images/01_首页_100.png) no-repeat;
	background-size: .4rem;
	cursor: default;
}
.c_slick .slick-next.slick-disabled::after {
	background: url(../images/01_首页_103.png) no-repeat;
	background-size: .4rem;
	cursor: default;
}
/* 股东介绍 */
.shareholder_introduce .box_one {
	padding-top: .9rem;
}
.shareholder_introduce .box_one li {
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	overflow: hidden;
}
.shareholder_introduce .box_one li .txt {
	float: left;
	width: calc(100% - 3.75rem);
	line-height: .3rem;
}
.shareholder_introduce .box_one li .txt div h2 {
	font-size: .36rem;
	margin-bottom: .45rem;
}
.shareholder_introduce .box_one li .pic {
	float: right;
    width: 3rem;
    margin-top: .8rem;
}
.shareholder_introduce .box_one li .pic div {
	padding-top: 133%;
}
.shareholder_introduce .box_one li .txt dl {
    background: -webkit-linear-gradient(top, #f6f9fb , #ffffff);
    background: -o-linear-gradient(top, #f6f9fb , #ffffff);
    background: -moz-linear-gradient(top, #f6f9fb , #ffffff);
	background: linear-gradient(top, #f6f9fb , #ffffff);
	overflow: hidden;
	margin-top: .9rem;
	display: table;
    width: 100%;
}
.shareholder_introduce .box_one li:nth-child(2n) .txt dl {
    background: -webkit-linear-gradient(top, #ffffff , #f6f9fb);
    background: -o-linear-gradient(top, #ffffff , #f6f9fb);
    background: -moz-linear-gradient(top, #ffffff , #f6f9fb);
	background: linear-gradient(top, #ffffff , #f6f9fb);
}
.shareholder_introduce .box_one li .txt dl dd {
	width: 30%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
	padding: .4rem 0.2rem;
}
.shareholder_introduce .box_one li .txt dl dd p {
	font-size: .36rem;
	font-family: 'Oswald';
	color: #ba9e7d;
}
.shareholder_introduce .box_one li .txt dl dd p label {
	font-size: .16rem;
	font-family: 'SourceHanSansCN-b';
}
.shareholder_introduce .box_one li .txt dl dd:last-child {
	width: 40%;
	text-align: center;
}
.shareholder_introduce .box_one li:nth-child(2n) {
	background: #f6f9fb;
}
.shareholder_introduce .box_one li:nth-child(2n) .txt {
	float: right;
}
.shareholder_introduce .box_one li:nth-child(2n) .pic {
	float: left;
	margin-top: 0rem;
}
/* 新闻中心 */
.news_center .c_table_list li {
	width: 33.333%;
}
.news_center .box_one, .news_content .box_one {
	padding-top: 2.1rem;
}
.news_center .box_one .item a {
	display: block;
	overflow: hidden;
	background: #f7f7f7;
	position: relative;
}
.news_center .box_one .item a .pic {
	float: left;
	width: 50%;
}
.news_center .box_one .item a .pic div {
	padding-top: 70.3125%;
	transition: .3s;
}
.news_center .box_one .item a .pic div:hover {
	transform: scale(1.05);
}
.news_center .box_one .item a .txt {
	float: right;
	width: 50%;
	padding: .8rem;
	font-size: .24rem;
}
.news_center .box_one .item a .txt h3 {
	margin-top: .35rem;
    margin-bottom: .15rem;
}
.news_center .box_one .item a .txt span {
	color: #999999;
	margin-bottom: .3rem;
}
.news_center .box_one .item a .txt p {
	font-size: .18rem;
	color: #666666;
	line-height: .36rem;
}
.news_center .box_one .item a .txt p.ellipsis2{
	height: .72rem;
	overflow: hidden;
}
.news_center .box_one .item a .txt .c_btn {
	position: absolute;
    bottom: .8rem;
}
.news_center .box_one .slick-prev::after {
    top: 50%;
    left: -.8rem;
}
.news_center .box_one .slick-next::after {
    top: 50%;
    right: -.8rem;
}
.c_slick .slick-dots li {
	float: left;
}
.c_slick .slick-dots li button {
    font-size: 0;
    width: .12rem;
    height: .12rem;
    border-radius: 0;
    border: 0;
    background: #d1cfce;
    margin-right: .14rem;
    transform: rotate(45deg);
}
.c_slick .slick-dots li:last-child button {
	margin-right: 0;
}
.c_slick .slick-dots li.slick-active button {
    background: #1865c3;
}
.c_slick .slick-dots {
    position: absolute;
    right: .9rem;
    bottom: 1.2rem;
    z-index: 10;
}
.news_center .box_one.type_t {
	padding: .65rem 0;
}
.news_center .box_one.type_t li {
	padding-top: .8rem;
    padding-bottom: .4rem;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.news_center .box_one.type_t li a .pic {
	width: 3.91rem;
}
.news_center .box_one.type_t li a .txt {
	width: calc(100% - 4.69rem);
    padding: 0;
}
.news_center .box_one.type_t .item a {
	background: #fff;
}
.news_center .box_one.type_t .item a .txt .c_btn {
	bottom: 0;
}
.news_center .box_one.type_t .item a .txt h3 {
	margin-top: .2rem;
}
.news_content .box_one .title {
	font-size: .32rem;
	text-align: center;
	margin-bottom: .15rem;
}
.news_content .box_one .time {
	font-size: .18rem;
	text-align: center;
	color: #999999;
	padding-bottom: .3rem;
	border-bottom: 1px solid #eeeeee;
}
.news_content .box_one .content {
	padding: .45rem 0 .85rem;
	border-bottom: 1px solid #f2f2f2;
	line-height: .34rem;
	font-size: .18rem;
	color: #666666;
	overflow: hidden;
}
.news_content .box_one .content p {
	text-indent: .38rem;
}
.news_content .box_one .action {
	line-height: .96rem;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
.news_content .box_one .action .fl, .news_content .box_one .action .fr {
	width: 49%;
	color: #666666;
}
.news_content .box_one .action a:hover, .btn a:hover {
	opacity: .6;
}
.news_content .box_one .action .fr {
	text-align: right;
}
.news_content .c_table_list li {
	width: 33.333%;
}
.btn {
	text-align: center;
	margin: .4rem 0 1rem;
}
.btn a {
	display: inline-block;
	color: #999999;
	line-height: .5rem;
	background: #f5f5f5;
	width: 1.8rem;
	border-radius: .5rem;
	text-align: center;
}
/* 业务领域 */
.business_area .c_table_list {
	padding: 0;
}
.business_area .c_table_list li {
	width: 14%;
}
.business_area .box_one li {
	position: relative;
	overflow: hidden;
}
.business_area .box_one li .bg {
	padding-top: 31.354166%;
	background: url(../images/01_业务领域_bg.jpg) center/cover no-repeat;
}
.business_area .box_one li:first-child .bg {
	padding-top: 32.8125%;
}
.business_area .box_one li .pos {
	position: absolute;
    top: 0;
    max-width: 12.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	margin-top: 1.2rem;
	font-size: .2rem;
	padding-left: 1.8rem;
	padding-top: .5rem;
	z-index: 2;
}
.business_area .box_one li .pos::after {
	content: '';
	width: 1px;
	height: 200%;
	background: #eef2f5;
	position: absolute;
	left: .7rem;
	z-index: -1;
	top: -1.2rem;
}
.business_area .box_one li:first-child .pos::after {
	top: 0;
}
.business_area .box_one li:last-child .pos::after {
	top: 0;
	transform: translateY(-100%);
    height: 1.2rem;
}
.business_area .box_one li .pos img {
	position: absolute;
    left: 0;
    top: 0;
    width: 1.42rem;
}
.business_area .box_one li .pos .txt {
	float: left;
	width: calc(100% - 4.4rem);
}
.business_area .box_one li .pos .pic {
	float: right;
	width: 3.5rem;
}
.business_area .box_one li .pos .pic div {
	padding-top: 71.428571%;
}
.business_area .box_one li .pos h2 {
	font-size: .3rem;
	line-height: .3rem;
}
.business_area .box_one li .pos span {
	font-size: .14rem;
    font-weight: 600;
    color: #dddddd;
    font-family: 'Arial';
    margin-bottom: .25rem;
    display: inline-block;
}
.business_area .box_one li .pos p {
	line-height: .36rem;
	min-height: 1rem;
}
.business_area .box_one li:first-child .pos {
	margin-top: 2.1rem;
}
.talent_concept .c_table_list li {
	width: 33.3333%;
}
/* 人才理念 */
.talent_concept {
	margin-bottom: 1.2rem;
}
.talent_concept .talent_concept_main {
	margin-top: 2.1rem;
}
.talent_concept .box_one {
	/* margin-top: 2.1rem; */
	margin-bottom: 1.4rem;
}
.talent_concept .box_one .fl {
	padding-bottom: 1.6rem;
	width: 56%;
	position: relative;
	padding-top: .7rem;
}
.talent_concept .box_one .fl div {
	width:  8.3rem;
    margin-left: auto;
}
.talent_concept .box_one .fl::after {
	content: '';
	width: 200%;
	height: 100%;
	border: 1px solid #e6e6e6;
	position: absolute;
	right: 0;
	top: 0;
}
.talent_concept .box_one .fl img {
	position: absolute;
	bottom: -2px;
	width: 3.9rem;
}
.talent_concept .box_one .fl h2 {
	color: #333333;
	font-size: .36rem;
	margin-bottom: .15rem;
}
.talent_concept .box_one .fl p {
	color: #666666;
	font-size: .24rem;
	font-family: 'SourceHanSansCN-l';
	min-height: 1rem;
}
.talent_concept .box_one .fr {
	width: 44%;
	padding-top: .15rem;
}
.talent_concept .box_one .fr li {
	margin-bottom: .36rem;
	padding-left: .27rem;
	position: relative;
}
.talent_concept .box_one .fr li::after {
	content:  '';
	background: url(../images/01_人才理念_15.png) no-repeat;
	background-size: .1rem;
	position: absolute;
	width: .1rem;
	height: .1rem;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	top: .15rem;
}
.talent_concept .box_one .fr li h3 {
	font-size: .2rem;
	margin-bottom: .1rem;
}
.talent_concept .box_two {
	position: relative;
	margin-bottom: 1.4rem;
}
.talent_concept .box_two h2 {
	font-size: .36rem;
    margin-bottom: .6rem;
    line-height: .36rem;
}
.talent_concept .box_two .item {
	width: 56%;
	padding-top: 1rem;
    padding-bottom: 2.1rem;
}
.talent_concept .box_two .item div {
	width:  8.2rem;
	margin-left: auto;
	position: relative;
}
.talent_concept .box_two .item ul {
	position: relative;
}
.talent_concept .box_two .item ul::before {
    content: '';
    position: absolute;
    height: 1px;
    background: #393f45;
    width: calc(100% - 1.5rem);
    left: -.8rem;
    bottom: -1rem;
}
.talent_concept .box_two .item:nth-of-type(2) ul::before {
    left: -.22rem;
    bottom: -1rem;
}
.talent_concept .box_two .item:nth-of-type(2) {
	width: 48%;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 4%;
}
.talent_concept .box_two .item h3 {
	color:  #e5e5e5;
	font-size: .24rem;
	margin-bottom: .7rem;
}
.talent_concept .box_two .item ul li {
	float: left;
	text-align: center;
	color: #e5e5e5;
	font-size: .18rem;
	margin-left: .16rem;
}
.talent_concept .box_two .item ul li:first-child {
	margin-left: 0;
}
.talent_concept .box_two .item ul li img {
	width: 1.41rem;
	margin-bottom: .2rem;
}
.talent_concept .box_three h2 {
	font-size: .36rem;
	margin-bottom: .1rem;
}
.talent_concept .box_three {
	margin-bottom: 1.4rem;
	overflow: hidden;
}
.talent_concept .box_three:last-child {
	margin-bottom: 0;
}
.talent_concept .box_three .txt {
	float: left;
	width: calc(50% - 1.25rem);
	margin-top: .2rem;
}
.talent_concept .box_three .txt ul li {
	float: left;
	width: 50%;
	padding-left: .76rem;
	position: relative;
	margin-bottom: .45rem;
}
.talent_concept .box_three .txt ul li span {
	position: absolute;
    width: .53rem;
    height: .53rem;
    background: url(../images/01_人才理念_51.png) no-repeat;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: .53rem;
	top: .07rem;
	background-size: .53rem;
	font-size: .18rem;
	font-family: 'AKZIDENZGROTESK';
}
.talent_concept .box_three.type_t .txt ul li {
	float: none;
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
}
.talent_concept .box_three .txt ul li h3 {
	font-size: .2rem;
	margin-bottom: .1rem;
}
.talent_concept .box_three .txt ul {
	margin-top: .8rem;
}
.talent_concept .box_three.type_t .txt ul {
	margin-top: .3rem;
}
.talent_concept .box_three .txt ul li p {
	color: #666666;
	font-size: .18rem;
	font-family: 'SourceHanSansCN-l';
	line-height: .34rem;
}
.talent_concept .box_three.type_t .txt ul li p {
	height: .8rem;
}
.talent_concept .box_three .pic {
	float: right;
	width: 50%;
}
.talent_concept .box_three .pic div {
	padding-top: 69.444444%;
}
.talent_concept .box_three.type_t .txt {
	float: right;
	margin-top: .1rem;
}
.talent_concept .box_three.type_t .pic {
	float: left;
}
.talent_concept .box_three.type_t .pic div {
	padding-top: 86.111111%;
}
.talent_concept .box_three .txt p.desc {
	font-size: .18rem;
	color: #666666;
	font-family: 'SourceHanSansCN-l';
	line-height: .34rem;
}
@media (max-width: 1700px) {
	.talent_concept .box_two .item div {
		width:  8.1rem;
	}
	.talent_concept .box_one .fl div {
		width: 8.2rem;
	}
}
/* 联系我们 */
.contact_us {
	margin-bottom: 1.15rem;
}
.contact_us .box_one {
	margin-top: 1.2rem;
}
.contact_us .box_one dl dd {
	float: left;
	width: 50%;
	line-height: 1.51rem;
	position: relative;
	background: -webkit-linear-gradient(#f6f9fb 40%, #ffffff);
	background: -o-linear-gradient(#f6f9fb 40%, #ffffff);
	background: -moz-linear-gradient(#f6f9fb 40%, #ffffff);
	background: linear-gradient(#f6f9fb 40%, #ffffff);
	text-align: center;
	font-size: .24rem;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
	transition: .3s;
}
.contact_us .box_one dl dd:hover, .contact_us .box_one dl dd.action {
	background: #f6f9fb;
}
.contact_us .box_one dl dd:hover::after, .contact_us .box_one dl dd.action::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #1865c3;
	bottom: 0;
	left: 0;
}
.contact_us .box_one ul li {
	float: left;
	margin-left: 1.2rem;
}
.contact_us .box_one ul {
	padding-top: .6rem;
	padding-bottom: .5rem;
	background: -webkit-linear-gradient(#f8fbfc 40%, #fefeff);
	background: -o-linear-gradient(#f8fbfc 40%, #fefeff);
	background: -moz-linear-gradient(#f8fbfc 40%, #fefeff);
	background: linear-gradient(#f8fbfc 40%, #fefeff);
}
.contact_us .box_one ul li h4 {
	color: #999999;
	font-size: .16rem;
	padding-left: .34rem;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: .1rem;
}
.contact_us .box_one ul li p {
	font-size: .2rem;
}
.contact_us .box_one ul li .phone {
	color: #217ad9;
	font-size: .24rem;
	font-family: 'SourceHanSansCN-b';
}
.contact_us .box_one ul li:first-child {
	margin-left: 2.8rem;
}
.contact_us #allMap {
	border: .05rem solid #ebeff2;
}
/* 投资者专区 */
.investor {
	background: #f5f6f7 url(../uploadfiles/images/07_投资者专区_bg_02.jpg) center/cover no-repeat;
	padding: .5rem 0 1.22rem;
}
.investor .main {
	padding: .55rem .6rem 1rem;
	background: #fff;
	margin-top: .5rem;
}
.investor .main h2 {
	font-size: .28rem;
}
.investor .main h2 a {
	float: right;
	font-size: .14rem;
	color: #666666;
	line-height: .36rem;
	border-radius: 36rem;
	padding: 0 .26rem ;
	border: 1px solid #dedede;
}
.investor .main .box_one {
	background: #fafbfb;
	margin-top: .26rem;
	padding-top: .72rem;
	overflow: hidden;
	padding-bottom: .5rem;
	position: relative;
}
.investor .main .box_one::after {
	content: '';
	background: url(../images/07_投资者专区_02.png) no-repeat;
	width: 1px;
	height: 1.5rem;
	position: absolute;
	left: 50%;
	top: .5rem;
	transform: translateX(-50%);
}
.investor .main .box_one ul {
	float: left;
    margin-left: 8%;
    width: 42%;
    background-repeat: no-repeat;
    background-size: 1.04rem;
    padding-left: 1.42rem;
    min-height: 1.04rem;
    padding-top: .05rem;
}
.investor .main .box_one ul li {
	font-size: .14rem;
	line-height: .28rem;
}
.investor .main .box_one ul li a {
	color: #2279da;
	margin-left: .15rem;
}
.investor .main .box_one ul li span {
	color: #666666;
}
.investor .main .box_one ul li label {
	color: #999999;
    margin-top: .1rem;
    display: inline-block;
}
.investor .main .box_one ul li .price {
	color: #d6001d;
    font-family: 'Arial';
    font-size: .46rem;
    display: inline-block;
	margin-top: .2rem;
}
.investor .main h3 {
	font-size: .22rem;
	margin-top: .6rem;
	margin-bottom: .25rem;
}
.investor .main .box_two dd {
	display: table;
	width: 100%;
}
.investor .main .box_two dd span {
	display: table-cell;
    text-align: center;
    width: 10%;
    color: #666666;
    font-size: .14rem;
    line-height: .6rem;
    border-bottom: 1px solid #f6f6f6;
}
.investor .main .box_two dd span a {
	color: #666666;
	display: inline-block;
	padding-left: .26rem;
	background: url(../images/07_投资者专区_15.png) left center no-repeat;
	background-size: .19rem;
	margin-right: .4rem;
}
.investor .main .box_two dd span a:last-child {
	margin-right: .0;
}
.investor .main .box_two dd:first-child span {
	font-size: .16rem;
	background: #fafbfb;
	border-bottom: 0;
}
.investor .main .box_two dd span:first-child {
	padding-right: .3rem;
}
.investor .main .box_two dd span:nth-of-type(2) {
	width: 20%;
    text-align: left;
}
.investor .main .box_two dd span:nth-of-type(7) {
	text-align: left;
}
.investor .main .box_two dd span:last-child {
	width: 20%;
    padding-left: .4rem;
}
.investor .main .box_three li {
	line-height: .6rem;
	border-bottom: 1px solid #f6f6f6;
	padding-left: .3rem;
	padding-right: .5rem;
}
.investor .main .box_three li label {
	float: right;
	font-family: 'SourceHanSansCN';
}
.investor .main .box_three li a {
	color: #666666;
	font-family: 'SourceHanSansCN-l';
	display: block;
	padding-left: .18rem;
	position: relative;
	overflow: hidden;
}
.investor .main .box_three li a::after {
	content: '';
	width: .04rem;
	height: .04rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #a7b4bd;
}
.investor .main .box_three li a:hover {
	opacity: .6;
}
.investor .main .box_three li a.action {
	font-weight: 500;
	font-family: 'SourceHanSansCN';
}
.investor .main .box_three li a span {
	float: left;
    max-width: calc(100% - 1.6rem);
}
.investor .main .box_three li a.action span {
	position: relative;
	padding-right: .1rem;
}
.investor .main .box_three li a.action span::after {
	content: '';
    width: .06rem;
    height: .06rem;
    background: #ff3939;
    border-radius: 50%;
    position: absolute;
    top: -.03rem;
	right: -.12rem;
	top: .2rem;
	right: .0rem;
}
.Pages.type_t {
	margin-top: .4rem;
}
.Pages.type_t .p_page .a_prev, .Pages.type_t .p_page .a_next {
	width: .26rem;
	height: .26rem;
	border: 1px solid #d6001d;
	vertical-align: middle;
}
.Pages.type_t .p_page .a_prev {
	background: url(../images/07_投资者专区_19.png) center no-repeat;
	background-size: .06rem;
}
.Pages.type_t .p_page .a_next {
	background: url(../images/07_投资者专区_19_next.png) center no-repeat;
	background-size: .06rem;
}
.Pages.type_t .p_page .num a {
	transform: none;
	display: inline;
	line-height: .26rem;
	background: transparent;
	color: #666666;
	font-size: .16rem;
	font-family: 'Myriad Pro';
}
.Pages.type_t .p_page .num a.a_cur, .Pages.type_t .p_page .num a:hover {
	color: #d6001d;
}
.Pages.type_t .p_page .num {
	vertical-align: middle;
}
.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	left: 0;
	top: 0;
	display: none;
	z-index: 101;
}
.popup .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4rem;
	background: #fff;
	border-radius: .1rem;
}
.popup .box .close {
	background: url(../images/close.png) no-repeat;
	background-size: .18rem;
	position: absolute;
	top: -.3rem;
	right: -.3rem;
	width: .18rem;
	height: .18rem;
	cursor: pointer;
}
.popup .box .main_t .btn a {
	width: 1.1rem;
	height: .38rem;
	font-size: .14rem;
	background: #f3f3f3;
	line-height: .38rem;
	margin-right: .2rem;
}
.popup .box .main_t h2 {
	font-size: .22rem;
	text-align: center;
	margin-top: .68rem;
}
.popup .box .main_t .btn {
	margin: .4rem 0 .6rem;
}
.popup .box .main_t .btn a:last-child {
	margin-right: .0;
}
.popup .box .main_t .btn a.confirm {
	background: transparent;
	color: #d6001d;
	border: 1px solid #d6001d;
}
.popup.succes .box .main_t {
	text-align: center;
	padding-top: .7rem;
}
.popup.succes .box .main_t h2 {
	color: #2eaf5c;
	margin: .15rem 0 .6rem;
}
.popup.changePassword .box {
	width: 6rem;
	padding: 0 .8rem;
}
.popup.changePassword .box .main_t h2 {
	margin-bottom: .4rem;
}
.popup.changePassword .box .main_t dl dd {
	float: left;
	margin-right: .8rem;
	font-size: .14rem;
	padding-bottom: .25rem;
}
.popup.changePassword .box .main_t dl {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: .25rem;
}
.popup.changePassword .box .main_t dl dd:last-child {
	margin-right: 0;
}
.popup.changePassword .box .main_t dl dd span {
	color: #999999;
}
.popup.changePassword .box .main_t ul li input {
	border: 0;
	background: #f8f9fa;
	border-radius: .1rem;
	height: .38rem;
	line-height: .38rem;
	width: calc(100% - 1.4rem);
	float: right;
	padding: 0 .1rem;
}
.popup.changePassword .box .main_t ul li {
	overflow: hidden;
	line-height: .38rem;
	margin-bottom: .12rem;
	font-size: .14rem;
	position: relative;
}
.popup.changePassword .box .main_t ul li label {
	position: absolute;
    right: 0;
    height: .38rem;
    line-height: .38rem;
    background: #fae5e8;
    padding: 0 .2rem;
    color: #d6001d;
    border-top-right-radius: .1rem;
    border-bottom-right-radius: .1rem;
    cursor: pointer;
}
.popup.changePassword .box .main_t ul li:last-child {
	margin-bottom: 0;
}
.popup.changePassword .box .main_t .btn a {
	width: 1.5rem;
}
.popup.perfect .box {
	width: 6rem;
	padding: 0 .8rem;
}
.popup.perfect .box .main_t h2 {
	margin-bottom: .3rem;
}
.popup.perfect .box .main_t dl dd {
	float: left;
	margin-right: .8rem;
	font-size: .14rem;
	padding-bottom: .15rem;
}
.popup.perfect .box .main_t dl dd:first-child {
    color: #d6001d;
}
.popup.perfect .box .main_t dl {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: .25rem;
}
.popup.perfect .box .main_t dl dd:last-child {
	margin-right: 0;
}
.popup.perfect .box .main_t dl dd span {
	color: #999999;
}
.popup.perfect .box .main_t ul li span {
	color: #d6001d;
}
.popup.perfect .box .main_t ul li input {
	border: 0;
	background: #f8f9fa;
	border-radius: .1rem;
	height: .38rem;
	line-height: .38rem;
	width: calc(100% - 1.4rem);
	float: right;
	padding: 0 .1rem;
}
.popup.perfect .box .main_t ul li {
	overflow: hidden;
	line-height: .38rem;
	margin-bottom: .12rem;
	font-size: .14rem;
}
.popup.perfect .box .main_t ul li:last-child {
	margin-bottom: 0;
}
.popup.perfect .box .main_t .btn a {
	width: 1.5rem;
}
.popup.info .box {
	width: 8rem;
	padding: 0 .6rem .7rem;
}
.popup.info .box .main_t .content {
	color: #666666;
	line-height: .3rem;
	font-size: .14rem;
	font-family: 'SourceHanSansCN-l';
}
.popup.info .box .main_t h2 {
	margin-bottom: .6rem;
}
.popup.login .box {
	width: 5.6rem;
	padding: 0 .8rem;
}
.popup.login .box .main_t h2 {
	margin-bottom: .3rem;
}
.popup.login .box .main_t ul li {
	line-height: .52rem;
	margin-bottom: .12rem;
	color: #999999;
	font-size: .14rem;
	font-family: 'SourceHanSansCN-l';
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.popup.login .box .main_t ul li.password {
	padding-left: .28rem;
	background: url(../images/07_投资者专区_02_06.png) left center no-repeat;
	background-size: .18rem;
}
.popup.login .box .main_t ul li.account {
	padding-left: .28rem;
	background: url(../images/07_投资者专区_02_03.png) left center no-repeat;
	background-size: .18rem;
}
.popup.login .box .main_t ul li input {
	height: .52rem;
    line-height: .52rem;
    border: 0;
    font-size: .16rem;
	width: calc(100% - .6rem);
	margin-left: .1rem;
}
.popup.login .box .main_t ul li img {
	float: right;
	width: 1rem;
	height: .38rem;
	position: absolute;
	right: 0;
	bottom: .12rem;
}
.popup.login .box .main_t p {
	text-align: right;
}
.popup.login .box .main_t p a {
	color: #999999;
    font-size: .14rem;
}
.popup.login .box .main_t .btn a {
	width: 1.5rem;
}
.popup.login .box .main_t .btn {
	margin: .1rem 0 .6rem;
}
.popup.notice .box .main_t .content {
    color: #666666;
    line-height: .3rem;
    font-size: .14rem;
	font-family: 'SourceHanSansCN-l';
	min-height: 3.3rem;
	max-height: 85vh;
	overflow-y: auto;
}
.popup.notice .box .main_t .content::-webkit-scrollbar {/*滚动条整体样式*/
	width: .02rem;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.popup.notice .box .main_t .content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px #d6001c;
	background: #d6001c;
}

.popup.notice .box .main_t .content::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px #d6d6d6;
	border-radius: 10px;
	background: #EDEDED;
}
.popup.notice .box .main_t .content::after {
    content: '';
    background: rgba(255, 255, 255, .5);
    width: calc(100% - 1.2rem);
    height: .3rem;
    bottom: 19%;
    position: absolute;
    left: .58rem;
}
.popup.notice .box .main_t h2 {
    margin-bottom: .3rem;
}
.popup.notice .box {
    width: 8rem;
    padding: 0 .6rem .1rem;
}
.checking {
    position: relative;
    margin: 0;
}
.checking input[type='checkbox'] {
	width: .17rem;
    height: .17rem;
    vertical-align: text-bottom;
    margin: 0;
    opacity: 0;
}
.checking input[type='checkbox'] +label {
    display: block;
    width: .17rem;
    height: .17rem;
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 0;
    background: #ededed;
    line-height: .17rem;
    border-radius: .02rem;
    overflow: hidden;
}
.checking input[type='checkbox']:checked +label {
    background: #ededed;
    border: 0;
}
.checking input[type='checkbox']:checked +label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 14px;
    color: #d6001d;
    background-color: #ededed;
    font-weight: 600;
    border-radius: .02rem;
    overflow: hidden;
}
.checking span {
	font-size: 13px;
    font-weight: 300;
    margin-left: .1rem;
    color: #888888;
    display: inline-block;
	width: calc(100% - .4rem);
	line-height: initial;
}
/* 组织架构 */
.organizational .box_one {
	margin-bottom: 1.25rem ;
}
/* 核心优势 */
.core .box_one {
	margin-top: 2rem;
}
.core .box_one .item p {
	font-family: 'SourceHanSansCN-l';
	max-width: 1088px;
	margin: .3rem auto 0
}
.core .box_one .item_t {
	position: relative;
	margin-bottom: 1.2rem;
	margin-top: 1.2rem;
}
.core .box_one .item_t .bg_config {
	padding-top: 26.604068%;
}
.core .box_one .item_t .c_data_list {
	top: 0;
    transform: translate(-50%,-50%);
    bottom: auto;
}
.core .box_two {
	position: relative;
	padding-top: 1.15rem;
	padding-bottom: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.core .box_two .table_list {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.core .box_two .table_list dd {
	float: left;
	transition: .3s;
	color: #333333;
	cursor: pointer;
	width: 2.3rem;
	height: 2.3rem;
	background: url(../images/04_核心优势_04.png) center/cover no-repeat;
	text-align: center;
	padding-top: .7rem;
}
.core .box_two .table_list dd img {
	width: .36rem;
	height: .36rem;
}
.core .box_two .table_list dd:hover, .core .box_two .table_list dd.action {
	color: #ffffff;
	background: url(../images/04_核心优势_05.png) center/cover no-repeat;
}
.core .box_two .table_list dd:hover img, .core .box_two .table_list dd.action img {
	display: none;
}
.core .box_two .table_list dd:hover img.hover, .core .box_two .table_list dd.action img.hover {
	display: inline-block;
}
.core .box_two .table_list dd h4 {
	font-size: .2rem;
    margin-top: .15rem;
}
.core .box_two .main {
	max-width: 6.06rem;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.core .box_two .main .bg_config {
	padding-top: 68.4818%;
}
.core .box_two .main .table_list_data li {
	color: #ffffff;
	font-size: .2rem;
	width: 100%;
	max-width: 3.8rem;
	position: absolute;
}
.core .box_two .main .table_list_data li:first-child {
	top: 0;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	top: .85rem;
}
.core .box_two .main .table_list_data li:nth-of-type(2) {
    top: 2.3rem;
    right: -.2rem;
    transform: translateX(100%);
	max-width: 3.07rem;
}
.core .box_two .main .table_list_data li:nth-of-type(3) {
    top: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.core .box_two .main .table_list_data li:nth-of-type(4) {
    left: -.2rem;
    transform: translateX(-100%);
    top: 2.3rem;
	max-width: 3.07rem;
}
.core .box_two .main .table_list_data li p {
	font-size: .16rem;
	font-family: 'SourceHanSansCN-l';
	margin-top: .1rem;
	text-align: left;
	opacity: .8;
}
.core .box_two .main .table_list_data li img {
	margin-bottom: .1rem;
}
.core .box_three .item p {
	font-family: 'SourceHanSansCN-l';
	max-width: 1088px;
	margin: .3rem auto 0
}
.core .box_three .item_t {
	padding: 0 .12rem;
	overflow: hidden;
	margin-top: .4rem;
	margin-bottom: 1.1rem;
}
.core .box_three .item_t .li {
	height: 4.32rem;
	width: calc((100% / 5) - 4px);
	float: left;
	margin-right: 1px;
	text-align: center;
	padding-top: 1.25rem;
	font-family: 'SourceHanSansCN-l';
	transition: .3s;
	color: #fff;
	cursor: pointer;
}
.core .box_three .item_t .li h3 {
	font-size: .24rem;
	font-family: 'SourceHanSansCN';
	margin-top: .2rem;
	margin-bottom: .1rem;
}
.core .box_three .item_t .li img {
	width: .37rem;
}
.core .box_three .item_t .li p {
    max-width: 1.96rem;
    margin: 0 auto;
    font-size: .14rem;
}
.core .box_three .item_t .li dl {
	display: none;
	text-align: left;
	max-width: 2rem;
    margin: .3rem auto 0;
}
.core .box_three .item_t .li dl dd {
	padding-left: .24rem;
	line-height: .3rem;
	background: url(../images/04_核心优势_50.png) no-repeat;
	background-size: .18rem;
	background-position: left top .08rem;
}
.core .box_three .item_t .li:last-child {
	margin-right: 0px;
	padding-top: .95rem;
}
.core .box_three .item_t .li:first-child {
	padding-top: .95rem;
}
.core .box_three .item_t .li:hover dl {
	display: block;
}
.core .box_three .item_t .li:hover {
	padding-top: .3rem;
}
.core .box_four {
	padding-top: 1.3rem;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
	position: relative;
}
.core .box_four .num, .core .box_four .num_t {
	font-size: 1.6rem;
	font-family: 'OSWALD-b';
	position: absolute;
	width: 2.3rem;
	height: 2.3rem;
	left: 50% ;
	transform: translate(-50%, -50%);
	text-align: center;
}
.core .box_four .num {
	color: #999999;
	background: url(../images/04_核心优势_03.png) no-repeat;
	background-position: center bottom;
	background-size: 2.3rem;
	top: 0;
}
.core .box_four .num_t {
	color: #456298;
	background: url(../images/04_核心优势_09.png) no-repeat;
	background-position: center bottom;
	background-size: 2.3rem;
	bottom: 5px;
	transform: translate(-50%, 50%);
}
.core .box_four ul {
	margin-top: .5rem;
	text-align: center;
}
.core .box_four ul li {
	float: left;
	width: 3rem;
	margin-right: .97rem;
	color: #fff;
	text-align: center;
	font-size: .2rem;
	position: relative;
}
.core .box_four ul li::after {
    content: '+';
    font-family: 'Arial';
    font-size: .72rem;
    color: #e1bc8e;
    position: absolute;
    right: -.67rem;
    top: 1.4rem;
}
.core .box_four ul li:nth-of-type(3)::after {
	content: '=';
    font-family: 'Arial';
    font-size: .72rem;
    color: #e1bc8e;
    position: absolute;
    right: -.8rem;
    top: 1.4rem;
}
.core .box_four ul li.end::after {
	content: '';
}
.core .box_four ul li.end {
	margin-right: .0;
    width: .4rem;
    font-size: .36rem;
    line-height: .36rem;
    font-family: 'SourceHanSansCN-b';
	color: #c1a88a;
	float: right;
}
.core .box_four ul li.end p {
	position: absolute;
    top: .5rem;
    right: 0;
    width: .46rem;
}
.core .box_four ul li.end span {
	font-size: 1rem;
    font-family: 'Arial';
    display: inline-block;
    line-height: 1rem;
}
.core .box_four ul li .item {
	background: url(../images/04_核心优势_27.png) center/cover no-repeat;
	padding-top: .87rem;
	text-align: center;
	color: #fff;
	height: 3.5rem;
	margin-bottom: .2rem;
}
.core .box_four ul li .item p {
	font-size: .2rem;
	line-height: .2rem;
	margin-top: .2rem;
	margin-bottom: .3rem;
}
.core .box_four ul li .item .item_list span {
	display: inline-block;
	line-height: .28rem ;
	border: 1px solid #6d7b96;
	border-radius: .28rem;
	padding: 0 .18rem;
	background: #3f4e6c;
	color: #fff;
	font-family: 'SourceHanSansCN-l';
	margin-right: .1rem;
	margin-bottom: .1rem;
	font-size: .16rem;
}
.core .box_four ul li .item .item_list span:last-child {
	margin-right: .0;
}
.core .box_five .main {
	max-width: 4.66rem;
    width: 100%;
    margin: .2rem auto 1.45rem;
    position: relative;
}
.core .box_five .main .bg_config {
	padding-top: 113.304%;
}
.core .box_five .main .table_list_data li .txt {
	font-family: 'SourceHanSansCN-l';
	line-height: .3rem;
	position: absolute;
	max-width: 4.6rem;
	width: 100%;
	background-size: .99rem;
	background-repeat: no-repeat;
	transform: translateX(-100%);
}
.core .box_five .main .table_list_data li img {
	position: absolute;
	width: 1rem;
}
.core .box_five .main .table_list_data li:first-child img {
    left: -.5rem;
    top: 1.05rem;
}
.core .box_five .main .table_list_data li:nth-of-type(2) img {
    right: -.5rem;
    top: 1.05rem;
}
.core .box_five .main .table_list_data li:nth-of-type(3) img {
    right: -.5rem;
    top: 3.25rem;
}
.core .box_five .main .table_list_data li:nth-of-type(4) img {
    left: -.5rem;
    top: 3.25rem;
}
.core .box_five .main .table_list_data li:first-child .txt {
	left: .53rem;
    padding-right: 1.54rem;
    top: .55rem;
	text-align: right;
}
.core .box_five .main .table_list_data li:nth-of-type(2) .txt {
	right: .53rem;
	padding-left: 1.54rem;
    top: .55rem;
	transform: translateX(100%);
}
.core .box_five .main .table_list_data li:nth-of-type(3) .txt {
	right: .53rem;
	padding-left: 1.54rem;
	top: 3.3rem;
	transform: translateX(100%);
}
.core .box_five .main .table_list_data li:last-child .txt {
	left: .53rem;
	padding-right: 1.54rem;
	top: 3.3rem;
	text-align: right;
}
.core .box_five .main .table_list_data li .txt h4 {
	font-size: .2rem;
    font-family: 'SourceHanSansCN';
    margin-bottom: .2rem;
    line-height: .2rem;
}
.core .box_five .main .table_list_data li .txt p {
	text-align: left;
}
/* 首页 */
.home .banner ul li a {
	display: block;
	position: relative;
}
.home .banner ul li a .bg_config {
	padding-top: 44.791666%;
}
.home .banner ul li a .bg_config video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.home .banner ul li a .txt {
    position: absolute;
    text-align: left;
    padding-left: 18%;
    top: 7%;
}
.home .banner ul li a .txt h2 {
	font-size: .5988rem;
    color: #fff;
    font-family: 'SourceHanSansCN-b';
    line-height: .65rem;
}
.home .banner ul li a .txt p {
	text-transform: uppercase;
    letter-spacing: .11rem;
    margin-top: .6rem;
    font-family: 'SourceHanSansCN-l';
}
.home .banner ul li a .txt.type2 {
	padding-left: 0;
    transform: translateX(-50%);
    left: 50%;
    width: auto;
    top: 11%;
}
.home .banner ul li a .txt.type3 {
	padding-left: 30%;
    top: 8%;
}
.home .banner ul li a .txt.type3 p, .home .banner ul li a .txt.type2 p {
	margin-top: .3rem;
}
.home .banner ul li a .txt.type2 span {
	margin-right: .55rem;
}
.home .banner ul li a .txt.type4 {
	padding-left: 30%;
    top: 6%;
}
.home .banner ul li a .txt.type4 p {
	margin-top: .4rem;
}
.home .banner .animation {
	bottom: .03rem;
	top: auto;
}
.banner .animation img:last-child {
	animation: move 1s infinite;
    -webkit-animation: move 1s infinite;
    -moz-animation: move 1s infinite;
    -o-animation: move 1s infinite;
}
.qui-dot{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;display: block;}
.qui-a{display: block!important;width: 240px!important;}
.home .banner .slick-dots {
	position: absolute;
    bottom: .7rem;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}
.home .banner .slick-dots li {
	float: left;
	margin-right: .14rem;
}
.home .banner .slick-dots li:last-child {
	margin-right: 0;
}
.home .banner .slick-dots li button {
	width: .19rem;
	height: .19rem;
	border: 0;
	width: .19rem;
	height: .19rem;
	font-size: 0;
	background: url(../images/01_首页_05.png) no-repeat;
	background-size: .19rem;
}
.home .banner .slick-dots li.slick-active button {
	background: url(../images/01_首页_03.png) no-repeat;
	background-size: .19rem;
}
.home .title h2 {
	font-size: .48rem;
	text-align: center;
	line-height: .48rem;
}
.home .title p {
	text-transform: uppercase;
	font-family: 'Arial';
	font-size: .18rem;
	text-align: center;
	opacity: .7;
	letter-spacing: .01rem;
    margin-top: 4px;
}
.home .box_one {
	position: relative;
	overflow: hidden;
}
.home .box_one .main {
	max-width: 8.5rem;
    width: 100%;
    margin: 0 auto;
    /* padding-bottom: 3.7rem; */
    padding-top: .9rem;
    background-repeat: no-repeat;
	background-position: center bottom .8rem;
	position: relative;
}
.home .box_one .content {
	font-family: 'SourceHanSansCN-l';
	min-height: 2rem;
}
.home .box_one ul {
	text-align: center;
	padding-bottom: 3.7rem;
    background-size: 7.5rem;
}
.home .box_one ul li {
	display: inline-block;
}
.home .box_one ul li a {
	display: block;
	width: 1.66rem;
	height: 1.7rem;
	color: #555555;
	font-family: 'SourceHanSansCN-l';
	text-align: center;
	padding-top: .5rem;
	font-size: .2rem;
}
.home .box_one ul li a p {
	margin-top: .1rem;
}
.home .box_one ul li a:hover {
	background: url(../images/01_首页_01_03.png) center/cover no-repeat;
	background-size: 1.66rem;
	color: #fff;
}
.home .box_one ul li a img {
	width: .39rem;
}
.home .box_one ul li a:hover img {
	display: none;
}
.home .box_one ul li a:hover img.hover {
	display: inline-block;
}
.home .box_one .txt_logo {
	text-align: center;
}
.home .box_one .fl_bg, .home .box_one .fr_bg {
	position: absolute;
	top: 0;
}
.home .box_one .fl_bg {
	left: 0;
}
.home .box_one .fr_bg {
	right: 0;
}
.home .box_one .title {
	margin-bottom: .6rem;
}
.home .box_two {
	padding-top: 1rem;
}
.home .box_two ul {
	padding: 0 .2rem 1rem;
	margin-top: .45rem;
	padding-right: .16rem;
}
.home .box_two ul li {
	margin-right: .16rem;
	height: 6rem;
	position: relative;
}
.home .box_two ul .slick-track {
	padding-top: .5rem;
}
.home .box_two ul li:nth-of-type(2n) {
	transform: translateY(-.5rem);
}
.home .box_two ul li a {
	color: #fff;
    display: block;
    height: 100%;
	padding: 3.1rem .4rem 0;
	transition: .3s;
	background: rgba(9, 61, 123, 0);
	text-align: center;
	position: absolute;
    z-index: 10;
}
.home .box_two ul li h3 {
	font-size: .24rem;
	text-align: center;
	position: relative;
	padding-bottom: .15rem;
	margin-bottom: .5rem;
}
.home .box_two ul li h3::after {
	content: '';
	position: absolute;
	width: .5rem;
	height: .02rem;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	bottom: 0;
}
.home .box_two ul li .btn_o, .home .box_two ul li a .btn_t {
	display: inline-block;
	width: .4rem;
	height: .4rem;
}
.home .box_two ul li .btn_o {
    background: url(../images/01_首页_103_grey.png) center/cover no-repeat;
    background-size: .4rem;
    position: absolute;
    bottom: .2rem;
    right: .3rem;
}
.home .box_two ul li a .btn_t  {
	background: url(../images/01_首页_103_white.png) center/cover no-repeat;
	background-size: .4rem;
	opacity: 0;
	transition: .3s;
}
.home .box_two ul li a p {
	opacity: 0;
	margin-bottom: .5rem;
	transition: .3s;
}
.home .box_two ul li:hover a {
	padding-top: 1.35rem;
	background: rgba(9, 61, 123, .9);
}
.home .box_two ul li:hover a p {
	opacity: 1;
	text-align: left;
}
.home .box_two ul li:hover a .btn_t {
	opacity: 1;
}
.home .box_three {
	padding-top: 1.3rem;
    padding-bottom: 5.6rem;
}
.home .box_three .pos {
	margin: 1.45rem auto 0;
    width: 1.5rem;
    position: relative;
}
.home .box_three .pos ul li {
	position: absolute;
	transform: translateX(-100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 4.5rem;
	height: 3rem;
}
.home .box_three .pos ul li a {
	display: block;
    color: #fff;
    height: 100%;
    font-size: .24rem;
    text-align: right;
    padding: .54rem .5rem 0;
}
.home .box_three .pos ul li a h3 {
    color: #aa8f6e;
    font-size: 1rem;
    line-height: 1rem;
    font-family: 'Oswald-b';
    position: absolute;
    top: -.56rem;
    right: .45rem;
}
.home .box_three .pos ul li:nth-of-type(3) a h3, .home .box_three .pos ul li:nth-of-type(4) a h3 {
    left: .45rem;
}
.home .box_three .pos ul li:nth-of-type(3) a, .home .box_three .pos ul li:nth-of-type(4) a {
    text-align: left;
}
.home .box_three .pos ul li a p {
	font-size: .16rem;
    line-height: .28rem;
    margin-top: .2rem;
	text-align: left;
	opacity: 0;
	transition: 1s;
	margin-bottom: .3rem;
}
.home .box_three .pos ul li a .btn_t {
	background: url(../images/01_首页_103_white.png) center/cover no-repeat;
    background-size: .4rem;
    opacity: 0;
	transition: .3s;
	display: inline-block;
    width: .4rem;
	height: .4rem;
	cursor: pointer;
}
.home .box_three .pos ul li:first-child {
    left: -1.9rem;
    top: -1.7rem;
}
.home .box_three .pos ul li:nth-of-type(2) {
    left: .28rem;
    bottom: -1.5rem;
    transform: translate(-100%, 100%);
}
.home .box_three .pos ul li:nth-of-type(3) {
	right: .28rem;
    bottom: -1.5rem;
    transform: translate(100%, 100%);
}
.home .box_three .pos ul li:nth-of-type(4) {
	right: -1.9rem;
	transform: translateX(100%);
    top: -1.7rem;
}
.home .box_three .pos ul li:hover a {
	background: rgba(86, 61, 30, .8);
}
.home .box_three .pos ul li:hover a p {
	opacity: 1;
}
.home .box_three .pos ul li:hover a .btn_t {
    opacity: 1;
}
.home .box_four .main {
	padding-top: 1rem;
	text-align: center;
	position: relative;
	padding-bottom: .5rem;
}
.home .box_four .main .content {
	color: #fff;
	font-family: 'SourceHanSansCN-l';
	text-align: center;
	max-width: 9.5rem;
	margin: .5rem auto .2rem;
	line-height: .34rem;
}
.home .box_four .main .c_data_list:nth-of-type(1) {
    text-align: left;
    bottom: 5.5rem;
    width: auto;
    left: 0;
    transform: none;
    transform: translateY(100%);
}
.home .box_four .main .c_data_list:nth-of-type(1) li, .home .box_four .main .c_data_list:nth-of-type(2) li {
	float: none;
    padding: 0;
    background: none;
    margin-bottom: .3rem;
	color: #fff;
	width: auto;
	position: relative;
}
.home .box_four .main .c_data_list:nth-of-type(1) li {
	padding-left: .23rem;
	line-height: .16rem;
}
.home .box_four .main .c_data_list:nth-of-type(1) li p {
	/* margin-bottom: .14rem; */
	line-height: .36rem;
}
.home .box_four .main .c_data_list:nth-of-type(1) li::after {
	width: .03rem;
	height: 100%;
	content: '';
	background-color: #aa8f6e;
	position: absolute;
	left: 0;
	top: 0;
}
.home .box_four .main .c_data_list:nth-of-type(2) {
    bottom: 5.5rem;
    width: auto;
    right: 0;
    transform: none;
	transform: translateY(100%);
	left: auto;
	text-align: left;
}
.home .box_four .main .c_data_list:nth-of-type(2) .title {
	font-size: .24rem;
}
.home .box_four .main .map {
    width: 7.2rem;
    margin-left: 29%;
    position: relative;
    margin-top: .6rem;
}
.home .box_four .main .c_btn_two {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.home .box_four .main .map .bg_config {
	padding-top: 68.543451%;
}
.home .box_four .main .map .punctuation span {
	position: absolute;
	background: rgba(214, 0, 29, 1);
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	cursor: pointer;
}
.home .box_four .main .map .punctuation .nantong {
    left: 64.3%;
    top: 55%;
}
.home .box_four .main .map .punctuation .jiaxing {
    left: 64%;
    top: 60%;
}
.home .box_four .main .map .punctuation .yancheng {
    left: 63%;
    top: 53%;
}
.home .box_four .main .map .punctuation .changzhou {
	left: 63%;
    top: 56%;
}
.home .box_four .main .map .punctuation .shanghai {
	left: 65%;
    top: 58%;
}
.home .box_four .main .map .punctuation .suzhou {
	left: 64%;
    top: 57.7%;
}
.home .box_four .main .map .punctuation .nanjing {
	left: 62%;
    top: 56.7%;
}
.home .box_four .main .map .punctuation .hangzhou {
	left: 63%;
    top: 60.7%;
}
.home .box_four .main .map .punctuation .wuxi {
	left: 62.9%;
    top: 57.6%;
}
.home .box_four .main .map .punctuation .ningbo {
	left: 64.9%;
    top: 60.6%;
}
.home .box_four .main .map .punctuation .yangzhou {
	left: 62.9%;
    top: 55%;
}
.home .box_four .main .map .punctuation .beijing {
	left: 55.9%;
    top: 35%;
}
.home .box_four .main .map .punctuation .jinan {
	left: 57.9%;
    top: 45.5%;
}
.home .box_four .main .map .punctuation .qingdao {
    left: 61.9%;
    top: 45%;
}
.home .box_four .main .map .punctuation .zhengzhou {
	left: 52.9%;
    top: 51%;
}
.home .box_four .main .map .punctuation .xian {
    left: 45.5%;
    top: 53%;
}
.home .box_four .main .map .punctuation .wuhan {
    left: 53.9%;
    top: 60%;
}
.home .box_four .main .map .punctuation .chengdu {
	left: 37.9%;
    top: 61%;
}
.home .box_four .main .map .punctuation .chongqing {
    left: 42.9%;
    top: 63.4%;
}
.home .box_four .main .map .punctuation .chengsha {
    left: 51.9%;
    top: 67%;
}
.home .box_four .main .map .punctuation .nanchang {
	left: 57.9%;
    top: 65%;
}
.home .box_four .main .map .punctuation .guangzhou {
	left: 53.9%;
    top: 80%;
}
.home .box_four .main .map .punctuation .zhuhai {
	left: 53.2%;
    top: 81.7%;
}
.home .box_four .main .map .punctuation .haikou {
	left: 48.9%;
    top: 88%;
}
.home .box_four .main .map .punctuation .sanya {
	left: 46.9%;
    top: 92%;
}
.home .box_four .main .map .punctuation span::after {
	content: '';
    position: absolute;
    background: rgba(214, 0, 29, .5);
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	top: 50%;
	animation: test 1s linear infinite;
}
@keyframes test{
	0%{opacity:0;width: .10rem; height: .10rem; }
	40%{opacity:0.5;width:.12rem; height: .12rem; }
	60%{opacity:1;width: .14rem; height: .14rem; }
	100%{opacity:0;width: .16rem; height: .16rem; }
}
.home .box_four .main .map .punctuation_txt li {
	position: absolute;
	color: #fff;
	font-family: 'SourceHanSansCN-l';
}
.home .box_four .main .map .punctuation_txt li span {
    display: inline-block;
    position: absolute;
	top: 50%;
	border-bottom: 1px dotted #d6001d;
}
.home .box_five {
	padding-top: 1rem;
	padding-bottom: .6rem;
	padding-left: .13rem;
	border-bottom: 1px solid #e4e4e4;display: none;
}
.home .box_five ul {
	margin-top: .25rem;
}
.home .box_five ul .slick-track {
	padding-top: .15rem;
}
.home .box_five ul li {
	height: .8rem;
	border: 1px solid #e7e7e7;
	margin-bottom: .4rem;
	cursor: pointer;
	transition: .3s;
}
.home .box_five ul li:hover {
	box-shadow: 0 0 .15rem #e9e9e9;
	border: 01px solid transparent;
}
.home .box_five ul li:hover img {
	display: none;
}
.home .box_five ul li img {
	width: 100%;
	height: 100%;
}
.home .box_five ul li:hover img.hover {
	display: inline-block;
}
.home .box_five ul .slick-slide {
	padding-right: .26rem;
}
.home .box_five .c_slick .slick-next::after, .home .box_five .c_slick .slick-prev::after {
	top: 39%;
}
.home .box_five .c_slick .slick-next::after {
	right: -.6rem;
}
.home .box_five .c_slick .slick-prev::after {
	left: -.8rem;
}
.meau {
	display: none;
}
.header-box .top-search {
    background: #fff;
}
.top-search[rel="absolute"] {
    position: absolute;
    top: .74rem;
    right: 0;
    z-index: 100;
    width: 3rem;
    max-width: 320px;
}
.top-search {
    position: relative;
    display: none;
    padding-right: 50px;
}
.top-search .text {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: #fff;
    padding: 0 10px;
    color: #999;
}
.header-box .top-search .btn {
    background-image: url(../images/search.png);
}
.top-search .btn {
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    /* display: inline-block!important; */
    border-radius: 0!important;
}
.header-box ol.fr li:hover .top-search a {
	background-color: #f5f5f5!important;
}
.search_list {
	margin: .6rem auto;
}
.search_list li {
	border-bottom: 1px dashed #e3e3e3;
    position: relative;
    padding: .2rem 0;
}
.search_list li a {
    display: block;
    padding: 0 1.6rem 0 0;
    font-size: .15rem;
    color: #666;
}
.search_list li a:hover {
	opacity: .6;
}
.search_list li a span {
    position: absolute;
    right: 10px;
    color: #999;
}
@media(max-width:1600px){
	.business_area .box_one li .pos {
		margin-top: .6rem;
	}
	.business_area .box_one li:first-child .pos {
		margin-top: 1.2rem;
	}
	.home .box_five ul {
		padding: 0 .4rem 0 .6rem;
	}
	.home .box_five .c_slick .slick-next::after {
		right: 0;
	}
	.home .box_five .c_slick .slick-prev::after {
		left: 0;
	}
}
@media(max-width:1400px){
	.core .box_two .table_list {
		width: 100%;
    	text-align: center;
	}
	.core .box_two .table_list dd {
		padding-top: .4rem;
		display: inline-block;
    	float: none;
		vertical-align: middle;
		width: 2rem;
		height: 2rem;
	}
	.business_area .box_one li:first-child .bg {
		padding-top: 38.8125%;
	}
	.business_area .box_one li .bg {
		padding-top: 38.354166%;
	}
	.talent_concept .box_two .item:nth-of-type(2) {
		width: 51%;
		padding-left: 2%;
	}
}
@media(max-width:1460px){
	.core .box_five .main {
		max-width: 4rem;
	}
	.core .box_four ul li {
		float: none;
		display: inline-block;
		width: 2rem;
	}
	.core .box_four ul li .item {
		height: 2.3rem;
		padding-top: .37rem;
	}
	.core .box_two .main .table_list_data li:first-child {
		top: .1rem;
	}
	.core .box_four ul li .item .item_list span {
		font-size: .14rem;
		margin-right: 0;
	}
	.core .box_four ul li .item p {
		margin-bottom: .2rem;
	}
	.core .box_four ul li.end p {
		position: unset;
	}
	.core .box_four ul li.end {
		margin-left: .5rem;
		display: inline-block;
		float: none;
	}
	.core .box_four ul li::after, .core .box_four ul li:nth-of-type(3)::after {
		top: 1rem;
	}
	.core .box_two .main .table_list_data li:nth-of-type(2), .core .box_two .main .table_list_data li:nth-of-type(4) {
		top: 1.3rem;
	}
	.core .box_two .main {
		max-width: 4.06rem;
	}
	.news_center .box_one .slick-next::after {
		right: .1rem;
	}
	.news_center .box_one .slick-prev::after {
		left: .1rem;
	}
	.home .box_three .pos ul li:first-child {
		left: -1rem;
	}
	.home .box_three .pos ul li:nth-of-type(4) {
		right: -1rem;
	}
}
@media(max-width:1128px){
	.auto_1440, .auto_1120, .auto_1280{padding: 0 .3rem!important;}
	.header-box .logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.header-box .nav {
		/* display: none; */
		position: absolute;
		padding: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 100;
		top: 1rem;
		transition: .3s;
		transform: translateX(-100%);
	}
	.header-box .nav.action {
		transform: translateX(0);
	}
	.header-box .nav .menu_list li {
		float: none;
		text-align: center;
		margin: 0;
		background: #fff;
	}
	.header-box .nav .menu_list li a:hover {
		border-bottom: .02rem solid transparent;
	}
	.footer div.fl {
		/*display: none;*/
		width: 100%;
		float: none;
	}
	.footer div.fl .nav dl{
		width: 100%;
		float: none;
	}

	.footer div.fl .nav dl dt a{
		font-size: .2rem;
		margin-bottom: .2rem;
	}
	.footer div.fl .nav dl dd{
		display: inline-block;vertical-align: top;
		margin: 0 .2rem .2rem 0;
	}
	.footer div.fr {
		width: 100%;
    	text-align: center;
	}
	.footer div.fr h3 {
		text-align: center;
	}
	.footer div.fr h3 p {
		text-align-last: center;
		text-align: center;
	}
	.footer div.fr ul li {
		float: none;
		display: inline-block;
	}
	.footer div.fr ul li a {
		width: 0.38rem;
		height: 0.40rem;
		background-size: 0.38rem;
	}
	.footer .foot_link ul {
		width: 100%;
		text-align: center;
	}
	.popup .box .close {
		top: -.4rem;
		right: .0rem;
		width: .28rem;
		height: .28rem;
		background-size: .28rem;
	}
	.popup.notice .box .main_t .content {
		padding: 0 .10rem;
	}
	.popup .box {
		width: 90%!important;
		padding: 0 .3rem!important;
	}
	.popup.notice .box .main_t .content::after {
		width: calc(100% - 1rem);
		bottom: 17%;
		left: .4rem;
	}
	.banner_t .animation {
		top: 1.8rem;
	}
	.banner_t .txt {
		margin-top: 8%;
	}
	.banner_t .txt h2 {
		line-height: .44rem;
	}
	.banner_t .txt p {
		font-size: .18rem;
		line-height: .1rem;
	}
	.c_table_list {
		padding: 0;
		position: relative;
		left: 0;
		bottom: 0;
		transform: none;
	}
	.c_data_list li {
		padding: .2rem 0;
		width: calc((100% / 4) - .02rem);
	}
	.core .box_one {
		margin-top: 1rem;
	}
	.shareholder_introduce .box_one {
		padding-top: 0;
	}
	.shareholder_introduce .box_one li .txt {
		line-height: .46rem;
	}
	.company_profile .box_one {
		padding-top: 1rem;
	}
	.company_profile .box_two .pic {
		padding-top: 46.4583%;
	}
	.company_profile .box_two .pos {
		padding-top: .9rem;
	}
	.company_profile .box_two .pos .content {
		margin-top: .2rem;
	}
	.company_profile .box_two .pos .content p {
		margin-top: 0;
	}
	.company_profile .box_three .pic {
		padding-top: 71.4937%;
		background-size: contain;
	}
	.company_profile .box_three .content {
		padding-top: .7rem;
		width: calc(100% - .2rem);
		left: 50%;
	}
	.company_profile .box_three .c_title {
		margin-bottom: .3rem;
	}
	.company_profile .box_three .pos {
		display: none;
	}
	.company_profile .box_four .pic {
		padding-top: 81.458333%;
	}
	.company_profile .box_four .pos {
		padding-top: .4rem!important;
	}
	.company_profile .box_four .pos .content {
		transform: none;
		width: 5.5rem;
		left: .3rem;
	}
	.company_profile .box_four .pos .content .item h3 {
		float: none;
		margin-bottom: .2rem;
		width: auto;
	}
	.company_profile .box_four .pos .content .item ul {
		width: 100%;
	}
	.company_profile .box_four .pos .content .item ul li {
		line-height: .4rem;
	}
	.company_profile .box_four .pos .his_list {
		margin-right: .0rem;
	}
	.company_profile .box_four .pos .content .item .txt {
		position: unset;
		transform: none;
	}
	.company_profile .box_four .pos .c_title_t {
		margin-bottom: .3rem;
	}
	.shareholder_introduce .box_one li .txt {
		width: 100%;
	}
	.shareholder_introduce .box_one li .pic {
		width: 100%;
	}
	.company_profile .box_five {
		padding-top: .4rem;
		padding-bottom: .4rem;
	}
	.core .box_two .table_list {
		width: 100%;
		text-align: center;
	}
	.core .box_two .table_list dd {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.core .box_two .table_list dd p {
		display: none;
	}
	.core .box_two .table_list dd {
		padding-top: .4rem;
	}
	.core .box_five .main .bg_config {
		/*display: none;*/
		padding-top: 65%;
		background-size: contain;
	}
	.core .box_five .main .table_list_data li {
		margin-bottom: .4rem;
		overflow: hidden;
	}
	.core .box_five .main {
		padding: 0 .1rem;
		max-width: none;
		margin: .4rem auto 1.45rem;
	}
	.core .box_five .main .table_list_data li .txt {
		width: calc(100% - 1.2rem)!important;
		float: right!important;
		max-width: none!important;
		position: unset!important;
		padding: 0!important;
		transform: none!important;
		text-align: left!important;
	}
	.core .box_five .main .table_list_data li img {
		position: unset;
	}
	.business_area .c_table_list li {
		width: 33.3333%;
	}
	.business_area .box_one li .pos::after {
		top: -.6rem;
	}
	.business_area .box_one li:first-child .pos::after {
		top: -.0;
	}
	.business_area .box_one li:first-child .bg {
		padding-top: 110.8125%;
	}
	.business_area .box_one li .bg {
		padding-top: 110.354166%;
	}
	.business_area .box_one li:first-child .pos, .business_area .box_one li .pos {
		margin-top: .2rem;
		padding-right: .3rem;
	}
	.business_area .box_one li .pos .txt {
		width: 100%;
    	margin-bottom: .3rem;
	}
	.business_area .box_one li .pos .pic {
		width: 100%;
	}
	.shareholder_introduce .box_one li .txt dl dd:first-child {
		width: 22%;
	}
	.news_center .box_one, .news_content .box_one {
		padding-top: .6rem;
		margin-bottom: .0;
	}
	.news_center .box_one .item a .txt {
		padding: .1rem .4rem 0 .2rem;
	}
	.c_slick .slick-dots {
		bottom: .6rem;
		right: .1rem;
	}
	.news_center .box_one .item a .txt h3 {
		margin-top: .1rem;
		margin-bottom: .1rem;
	}
	.news_center .box_one .item a .txt .c_btn {
		position: absolute;
		bottom: 0;
		padding: 0 .5rem 0 .25rem;
		background: url(../images/01_新闻资讯_19.png) right .2rem center no-repeat;
		background-size: .2rem;
	}
	.news_center .box_one.type_t li a .txt {
		width: calc(100% - 4.1rem);
	}
	.Pages .p_page .a_next, .Pages .p_page .a_prev {
		width: 1.2rem;
	}
	.talent_concept .box_two .item:nth-of-type(2), .talent_concept .box_two .item {
		padding-left: .3rem;
		position: unset;
		width: 100%;
	}
	.talent_concept .box_one .fl {
		width: 100%;
		padding-left: .3rem;
	}
	.talent_concept .box_one .fr {
		width: 100%;
    	padding-left: .3rem;
	}
	/* .talent_concept .box_one {
		margin-top: 1rem;
	} */
	.talent_concept .talent_concept_main {
		margin-top: 1.1rem;
	}
	.talent_concept .box_two .item div {
		width: 100%;
	}
	.talent_concept .box_three .txt, .talent_concept .box_three .pic {
		width: 100%;
	}
	.contact_us .box_one ul li {
		margin-left: 0;
		margin-bottom: .2rem;
		padding: 0 .3rem;
	}
	.contact_us .box_one ul li:first-child {
		margin-left: 0;
	}
	.contact_us .box_one ul li h4 {
		padding-left: .54rem;
	}
	.popup .box .main_t .btn a {
		line-height: .4rem;
		height: .48rem;
	}
	.investor .main {
		padding: .55rem .3rem 1rem!important;
	}
	/* .investor .main .box_three li a.action span::after {
		top: .15rem;
		right: 0rem;
	} */
	.investor .main .box_three li {
		padding-left: .1rem;
    	padding-right: .1rem;
	}
	.investor .main .box_two {
		overflow-y: scroll;
	}
	.investor .main .box_two dd {
		min-width: 12rem;
	}
	.investor .main .box_one ul {
		width: 100%;
		margin-bottom: .3rem;
	}
	.investor .main .box_one ul:last-child {
		margin-bottom: .0;
	}
	.Pages.type_t .p_page .num {
		line-height: .13rem;
	}
	.investor .main {
		margin-top: 0;
	}
	.popup.changePassword .box .main_t ul li input {
		height: .48rem;
		line-height: .48rem;
		width: calc(100% - 2.2rem);
	}
	.popup.changePassword .box .main_t ul li label {
		height: .48rem;
    	line-height: .48rem;
	}
	.popup.perfect .box .main_t ul li input {
		height: .48rem;
		line-height: .48rem;
		width: calc(100% - 2.59rem);
	}
	.popup.login .box .main_t ul li input {
		width: calc(100% - 1.2rem);
	}
	.investor .main h2 a {
		height: .46rem;
		line-height: .46rem;
	}
	.home .banner ul li a .txt h2 {
		font-size: .28rem;
    	line-height: .28rem;
	}
	.home .banner ul li a .txt p {
		line-height: .28rem;
		margin-top: .3rem;
		letter-spacing: .06rem;
	}
	.home .banner .animation {
		bottom: -.2rem;
		letter-spacing: .05rem;
		margin-top: .3rem;
	}
	.banner .animation img:last-child {
		animation: move_t 1s infinite;
		-webkit-animation: move_t 1s infinite;
		-moz-animation: move_t 1s infinite;
		-o-animation: move_t 1s infinite;
	}
	.home .banner ul li a .txt.type2 span {
		margin-right: .35rem;
	}
	.home .banner ul li a .txt.type2 {
		width: 70%;
	}
	.home .banner ul li a .txt.type3, .home .banner ul li a .txt.type4 {
		padding-left: 20%;
	}
	.home .box_one .main {
		padding: .9rem .3rem 0;
	}
	.home .box_three .pos {
		margin: 1rem auto 0;
		text-align: center;
    	width: auto;
	}
	.home .box_three {
		padding-top: 1.3rem;
    	padding-bottom: .6rem;
	}
	.home .box_three .pos ul li {
		margin-bottom: .8rem;
		height: 4rem;
		margin: .5% .5% .8rem;
		position: relative;
		width: 49%;
		transform: none;
		float: left;
	}
	.home .box_three .pos ul li a {
		text-align: left;
		background: rgba(86, 61, 30, .8);
	}
	.home .box_three .pos ul li a p {
		line-height: .34rem;
	}
	.home .box_three .pos ul li a p, .home .box_three .pos ul li a .btn_t {
		opacity: 1;
	}
	.home .box_three .pos ul li:first-child, .home .box_three .pos ul li:nth-of-type(2), .home .box_three .pos ul li:nth-of-type(3), .home .box_three .pos ul li:nth-of-type(4) {
		left: 0;
		top: 0;
		right: 0;
		transform: none;
		bottom: 0;
	}
	.home .box_three .pos ul li a h3 {
		left: .45rem;
	}
	.home .box_four .main {
		padding-bottom: .5rem!important;
		padding-top: 1rem!important;
	}
	.home .box_five {
		padding-top: 1rem!important;
		padding-bottom: .6rem!important;
		padding-left: .13rem!important;
	}
	.home .box_four .main .map {
		margin-left: 0%;
	}
	.home .box_four .main .map {
		width: 7.17rem;
		margin-top: 0;
	}
	.home .box_four .main .c_data_list:nth-of-type(1), .home .box_four .main .c_data_list:nth-of-type(2) {
		position: unset;
		transform: none;
		margin-top: .7rem;
	}
	.home .box_four .main .c_data_list:nth-of-type(2) {
		float: right;
	}
	.home .box_four .main .c_data_list:nth-of-type(1) {
		width: 50%;
		display: inline-block;
		position: relative;
		bottom: 0;
		left: -11%;
	}
	.core .box_three .item_t .li {
		background: #2e64a6!important;
		width: 100%;
		margin-bottom: .3rem;
		height: 5.32rem;
	}
	.core .box_three .item_t .li h3{margin-top: 0;}
	.core .box_three .item_t .li{
		padding: .5rem 0!important;
		height: auto;
	}
	.core .box_three .item_t .li img{display: none;}
	.core .box_three .item_t .li dl dd {
		line-height: .48rem;
		background-position: left center;
	}
	.core .box_three .item_t .li dl {
		max-width: 100%;
		padding: 0 .5rem;
		display: block;
	}
	.core .box_three .item_t .li p {
		max-width: 100%;
	}
	.core .box_three .item p {
		padding: 0 .3rem;
	}
	.core .box_two {
		padding-top: 1.85rem;
	}
	.core .box_two .main {
		max-width: 100%;
    	padding: 0 .3rem;
	}
	.core .box_two .main .bg_config {
		display: none;
	}
	.core .box_two .main .table_list_data li {
		position: unset;
		max-width: 100%!important;
		margin-bottom: .7rem;
		text-align: center;
		transform: none!important;
	}
	.core .box_two .main .table_list_data li:last-child {
		margin-bottom: 0rem;
	}
	.core .box_four ul li .item .item_list span {
		margin-right: .1rem;
    	line-height: .48rem;
	}
	.core .box_four ul li {
		width: 60%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.core .box_four ul li .item {
		height: 4.8rem;
		padding-top: .77rem;
		margin-right: 0;
	}
	.core .box_four ul li::after, .core .box_four ul li:nth-of-type(3)::after {
		bottom: -40px;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.core .box_four ul li.end {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.core .box_four ul li.end p {
		margin: 0 auto;
	}
	.news_content .box_one {
		padding-top: 1.1rem!important;
	}
	.talent_concept .box_one .fl div {
		width: 100%;
	}
	.Pages .num{
		display: none;
	}
	.Pages .p_page{
		display: block;
		padding: 0 15%;
		margin-top: .3rem;
		overflow: hidden;
	}
	.Pages .p_page .a_prev{
		float: left;
	}
	.Pages .p_page .a_next{
		float: right;
	}
	.talent_concept .box_three.type_t .txt ul li p {
		height: auto;
	}
	.talent_concept .box_three.type_t .txt ul {
		margin-bottom: .5rem;
	}
	.footer div.fr h1 img {
		width: 2.23rem;
	}
	.header-box .nav .menu_list li a {
		font-size: .28rem;
    	line-height: .68rem;
	}
	.top-search[rel="absolute"] {
		box-shadow: 0 0 0.1rem #ccc;
		width: 6rem;
		max-width: auto;
	}
	.top-search .text {
		height: .76rem;
		line-height: .76rem;
	}
	.investor .main .box_one::after {
		display: none;
	}
	.home .box_four .main .c_data_list:nth-of-type(1) li p {
		margin-bottom: .14rem;
	}
	.footer .go_top {
		right: .3rem;
	}
	.header-box .nav .menu_list li .childen dl {
		display: none;
	}
	@keyframes move_t
	{
		from {top: -.2rem;}
		to {top: -.1rem;}
	}

	@-webkit-keyframes move_t /* Safari and Chrome */
	{
		from {top: -.2rem;}
		to {top: -.1rem;}
	}

	@-moz-keyframes move_t /* Firefox */
	{
		from {top: -.2rem;}
		to {top: -.1rem;}
	}

	@-o-keyframes move_t /* Opera */
	{
		from {top: -.2rem;}
		to {top: -.1rem;}
	}
}
@media(max-width:1128px){
	.meau {
		width: 28px;
		height: 25px;
		position: absolute;
		left: 0;
		margin-left: 30px;
		cursor: pointer;
		display: block;
		top: 50%;
		transform: translateY(-50%);
	}
	.meau span {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #e62129!important;
		display: block;
		height: 3px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		vertical-align: top;
	}
	.meau span {
		transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
	}
	.meau .m1 {
		width: 20px;
	}
	.meau .m2 {
		top: 11px;
	}
	.meau .m3 {
		top: 22px;
	}
	.meauon .m1 {
		transform: rotate(45deg);
		top: 9px;
		width: 28px;
	}
	.meauon .m1, .meauon .m2, .meauon .m3 {
		background: #ccc;
	}
	.meauon .m2 {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
	}
	.meauon .m3 {
		transform: rotate(-45deg);
		top: 9px;
	}
}

/*信息披露弹窗*/
.quiinfo .box .main_t h2{margin-top: 0;background: rgb(245, 246, 248);border-radius: .1rem .1rem 0 0;padding: 20px 10px;}
.quiinfo .box .content{padding: 20px;}
.quiinfo .box .main_t .quiboxs{height: 3.3rem;overflow-y: auto;}
.quiinfo .box .main_t .quiboxs::-webkit-scrollbar {/*滚动条整体样式*/
	width: .02rem;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.quiinfo .box .main_t .quiboxs::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px #d6001c;
	background: #d6001c;
}

.quiinfo .box .main_t .quiboxs::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px #d6d6d6;
	border-radius: 10px;
	background: #EDEDED;
}
.quiinfo .box{width: 96%;max-width: 1000px;}
.quiinfo .quimenu{text-align: center;font-size: 0;padding: 20px 5px 0;}
.quiinfo .quimenu a{display: inline-block;vertical-align: top;border-radius: 34px;border-radius: 34px;background: rgb(243, 243, 243);margin: 0 10px;padding: 0 20px;min-width: 120px;text-align: center;font-size:15px;line-height: 34px;}
.quiinfo .quimenu a.on{color: #fff;background: #d6001d;}
.quiinfo .qui-tab-ll li>a{display: block;overflow: hidden;line-height: 56px;border-top: 1px dashed #ccc;padding-left: 30px;background: url(../images/07_投资者专区_15.png) no-repeat left center;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.quiinfo .qui-tab-ll{display: none;border-bottom: 1px dashed #ccc;}
.quiclc{cursor: pointer;}

@media(max-width:1128px){
.footer .foot_link{line-height: 1.8;text-align: center;padding: .4rem 0;overflow: hidden;}
.footer .foot_link ul li{display: inline-block;vertical-align: top;float: none;margin: 0 .11rem;}
.meau{left: auto;right: 2%;}
.header-box .logo{left: 2%;transform: none;}
.header-box ol.fr{margin-right: calc(28px + 2%);width: auto;}
}
@media(max-width:640px){
	.home .box_two ul li a {
		padding-top: 1.35rem;
		background:none!important;
	}
	.home .box_two ul li a p {
		opacity: 1;
		text-align: left;
	}
	.home .box_two ul li a .btn_t {
		opacity: 1;
	}
	.home .box_two ul{overflow: hidden;}
	.home .box_two ul li{margin:.5%!important;transform: none!important;width: 49%;float: left;}
	.home .box_two ul li .btn_o{display: none!important;}
}

.close_port{font-size: 16px;}
#move_port{position: fixed;left: 0;top:0;z-index: 10000;border-radius: 5px;overflow: hidden;}
#move_port .qui-dot3{display: block;width: 280px;background: center no-repeat;background-size: cover;color: #fff;position: relative;font-size: 16px;text-align: center;padding: 35px 20px;line-height: 28px;}
#move_port .qui-dot4{-webkit-line-clamp: 4;max-height: 112px;height: auto;overflow : hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
@media(max-width:1024px){
.close_port{display: block!important;}
#move_port .qui-dot3{padding: 25px 15px;font-size: 15px;}
}

.HomeBusiness .title{ color: #fff;}
.HomeBusiness{padding: 1rem 0;}
.HomeBusiness .main {
	text-align: center;
	position: relative;
}
.HomeBusiness article {
	color: #fff;
	font-family: 'SourceHanSansCN-l';
	text-align: center;
	max-width: 9.5rem;
	margin: .5rem auto .3rem;
	line-height: .34rem;
}
.HomeBusiness .numCount{ margin: .8rem auto; text-align: center;max-width: 1200px;}

.HomeBusiness .numCount li{margin-right: 1px; width: calc((100% / 4) - 5px); font-family: 'SourceHanSansCN-l'; display: inline-block; text-align: left; position: relative;padding-left: 0.23rem; line-height: .16rem; color: #fff;}
.HomeBusiness .numCount ul:first-child li:last-child{ width: auto;}
.HomeBusiness .numCount li::after{width: .03rem;height: 100%;content: '';background-color: #aa8f6e;position: absolute;left: 0;top: 0;}
.HomeBusiness .numCount p{font-family: 'Oswald'; color: #ba9e7d;line-height: .36rem;font-size: .36rem}
.HomeBusiness .numCount li b{font-size: .30rem; font-family: 'Oswald'; position: absolute; left: .04rem; top: .06rem; transform: translateY(-100%);}
.HomeBusiness .numCount .n-2{font-size: .16rem; font-family: 'SourceHanSansCN-b'; position: relative;}
.HomeBusiness .numCount .txt{ position: relative; color: #fff; font-size: .24rem; margin: .8rem 0 .7rem;}
.HomeBusiness .numCount .txt span{ display: inline-block; vertical-align: middle;}
.HomeBusiness .numCount .txt::before,
.HomeBusiness .numCount .txt::after{ content: ''; width: 4rem; height: 1px; background-color: #fff;display: inline-block; vertical-align: middle; opacity: .2;}
.HomeBusiness .numCount .txt::before{ margin-right: 10px;}
.HomeBusiness .numCount .txt::after{ margin-left: 10px;}
@media(max-width:640px){
	.HomeBusiness .numCount .txt{ font-size: .36rem;}
	.HomeBusiness .numCount .txt::before,
	.HomeBusiness .numCount .txt::after{ width: 1.5rem;}
.HomeBusiness .numCount li{ width: calc((100% / 2) - 3px); margin: 2% 0;}
}


.home .box_two ul .slick-prev, .home .box_two ul 
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    /* color: white; */
    border: none;
    outline: none;
    background: white;
    z-index: 999;
    width: 35px;
    border-radius: 50px;
    height: 35px;
}





.home .box_two ul .slick-prev:before, .home .box_two ul 
.slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home .box_two ul 
.slick-next::before {
    content: "→";
}
.home .box_two ul .slick-prev::before {
    content: "←";
}
.home .box_two ul .slick-next {
    right: 50px;
    left: auto;
    background: #fff;
}
.home .box_two ul .slick-prev {
    right: auto;
    left: 50px;
    background: #fff;
}






.home .box_two ul  .slick-dots {
	padding-bottom: 0.5rem;
	position: absolute;
	bottom: 0;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%);
}
.home .box_two ul  .slick-dots li {
	float: left;
	margin-right: .14rem;
	height: auto;
}
.home .box_two ul  .slick-dots li:last-child {
	margin-right: 0;
}
.home .box_two ul  .slick-dots li button {
	width: .19rem;
	height: .19rem;
	border: 0;
	width: .19rem;
	height: .19rem;
	font-size: 0;
	background: url(../images/01_首页_05.png) no-repeat;
	background-size: .19rem;
}
.home .box_two ul  .slick-dots li.slick-active button {
	background: url(../images/01_首页_03.png) no-repeat;
	background-size: .19rem;
}

.home .box_two ul .slick-dots li:nth-of-type(2n) {
    transform: none;
}