@charset "utf-8";
/* =====================内页样式======================== */

/* =====================关于样式======================== */

/* 关于-公司介绍 s */
.n_about_01{
	background-color: #F4F4F4;
}
.n_about_01 .fl{
	width: 44%;
}
.n_about_01 .fl .info{
	font-size: 14px;
	line-height: 1.5;
	color: #666665;
}
.n_about_01 .fr{
	width: 45%;
}
.n_about_01 .fr ul{}
.n_about_01 .fr ul li{
	width: 150px;
	height: 150px;
	line-height: 1.5;
	text-align: center;
	border: solid 1px #7e7e7d;
	border-radius: 50%;
	overflow: hidden;
	padding-top: 40px;
}
.n_about_01 .fr ul li:not(:first-child){
	margin-left: 3%;
}
.n_about_01 .fr ul li:nth-child(2){
	padding-top: 20px;
}
.n_about_01 .fr ul li .text{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.n_about_01 .fr ul li .text em{
	display: inline-block;
	font-size: 14px;
	color: #6d6d6d;
}
.n_about_01 .fr ul li .text .num{
	font-size: 28px;
	color: #5a5a5a;
}
.n_about_01 .fr ul li .text .num span{}
.n_about_01 .fr ul li .text .num i{}
.n_about_01 .fr ul li .text p{
	font-size: 20px;
	color: #6d6d6d;
}
/* 关于-公司介绍 e */


/* 关于-发展历程 s */
.n_about_02{
	/* background-color: #000; */
	background: url('../images/n_about_02_bg.jpg') no-repeat center/cover;
}
.n_about_02 .tit{
	font-size: 0.36rem;
	color: white;
}
.n_about_02 .con{
	padding-bottom: 1.5rem;
}
.n_about_02 .con .swiper{}
.n_about_02 .con ul{}
.n_about_02 .con ul li{
	margin-top: 7px;
	padding-bottom: 7px;
}
.n_about_02 .con ul li .tit{
	font-size: 22px;
}
.n_about_02 .con ul li .des{
	border-top: 1px solid #ddd;
	padding: 15px 0px;
	margin: 15px 0px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.n_about_02 .com-swiper-page .swiper-pagination-bullet::before{
	background-color: white;
}
.n_about_02 .com-swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	background-color: #c42e28;
}

.n_about_02 .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -0.5rem;
}
/* 关于-发展历程 e */


/* 关于-核心团队 s */
.ab_tit{
	padding: 0.9rem 0 1rem;
}
.ab_tit.n_his{
	background-color: #B1A988;
}
.ab_tit h2{
	position: relative;
	font-size: 0.4rem;
	font-family: 'SY-R';
	line-height: 1.2;
	color: white;
}
.ab_tit h2::after{
	position: absolute;
	content: "";
	width: 37px;
	height: 25px;
	background: url('../images/ab_down.png') no-repeat center;
	bottom: -0.65rem;
	left: 0;
}

.n_about_03{
	background-color: #f4f4f4;
}
.n_about_03 .ab_tit{
	background-color: #7f6459;
}
.n_about_03 .title{
	padding: 0.4rem 0;
	background-color: white;
}
.n_about_03 .title h3{
	font-size: 0.4rem;
	font-family: 'SY-R';
	line-height: 1.2;
	color: #000;
}
.n_about_03 .item:not(:last-child){
	padding-bottom: 0.45rem;
}
.n_about_03 li{
	background-color: white;
}
.n_about_03 li a{}
.n_about_03 li .info{
	font-size: 16px;
	line-height: 1.6;
	padding: 60px 55px;
}
.n_about_03 li .info .tit{
	font-size: 0.3rem;
	color: #282337;
	margin-bottom: 0.45rem;
}
.n_about_03 li .info .tit h3{
	font-weight: lighter;
}
.n_about_03 li .info .p1{
	height: 1.6em;
}
.n_about_03 li .info .p2{
	color: #939393;
	height: 6.4em;
}

.n_about_03 li:hover .info{
	background-color: #505050;
}
.n_about_03 li:hover .info .p2,
.n_about_03 li:hover .info .p1,
.n_about_03 li:hover .info .tit{
	color: white;
}
.n_about_03 li .info .tit h3:hover{
	color: #c42e28;
}

/* 关于-核心团队 e */


/* 简介 s */
.n_who{
	background-color: #F4F4F4;
}
.n_who .w15{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.n_who .fl{
	width: 55%;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.n_who .fl h3{
	font-size: 0.4rem;
	font-family: 'SY-R';
}
.n_who .fl .info{
	margin: 1.45rem 0 0;
	font-size: 16px;
	line-height: 1.6;
}
.n_who .fr{}
.n_who .fr ul{}
.n_who .fr ul li{
	position: relative;
	background-color: #b3a985;
	padding: 0.4rem;
	min-width: 3.25rem;
	font-weight: 700;
	color: white;
	text-align: center;
	font-family: 'SY-B';
}
.n_who .fr ul li a::before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, .55);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 3;
}
	
.n_who .fr ul:hover li a::before {
    opacity: 1;
}
.n_who .fr ul li:hover a::before {
    background-color: transparent;
}
.n_who .fr ul li:nth-child(2){
	background-color: #7f6459;
}
.n_who .fr ul li:nth-child(3){
	background-color: #4e5c79;
}
.n_who .fr ul li:nth-child(4){
	background-color: #d2574d;
}
.n_who .fr ul li .num{}
.n_who .fr ul li .num span{
	font-size: 0.6rem;
}
.n_who .fr ul li .num i{
	font-size: 0.24rem;
}
.n_who .fr ul li p{
	font-size: 0.28rem;
	margin-top: 0.15rem
}
/* 简介 e */

/* 历程 s */
.n_history{
	background-color: #f5f5f5;
}
.n_history .l{
	width: 160px;
	padding-top: 1.3rem;
}
.n_history .m{
	/* flex: 1; */
	width: calc(100% - 450px);
	margin: 0 100px;
}
.n_history .m .swiper{
	height: 700px;
}
.n_history .m ul{}
.n_history .m ul li{
	overflow: hidden;
}
.n_history .m .tit{
	font-size: 0.72rem;
	font-family: 'SY-B';
	color: #5a5858;
}
.n_history .m .des{
	font-size: 16px;
	line-height: 1.6;
	color: #5a5858;
	margin: 0.35rem 0 0.15rem;
}
.n_history .m .pic{}
.n_history .m .pic img{}

.n_history .r{
	width: 90px;
	height: 700px;
}
.n_history .r ul{}
.n_history .r ul li{
	margin-bottom: 0.35rem;
	cursor: pointer;
}
.n_history .r p{
	font-size: 14px;
	color: #a7a7a7;
	font-family: 'SY-R';
}
.n_history .r ul li.swiper-slide-thumb-active p{
	color: #c42e28;
}
/* 历程 e */

/* 团队 s */
.n_team{
	background-color: #F4F4F4;
}
.n_team .row{}
.n_team .row .team_tit{
	color: #000;
	padding: 1rem 0.6rem;
	background-color: white;
}
.n_team .row .team_tit h3{
	font-size: 0.4rem;
	line-height: 1.2;
	font-family: 'SY-R';
}
.n_team .row .team_tit p{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0.7rem;
	font-family: 'Eq';
}
.n_team .row .team_ul{
	overflow: hidden;
}
.n_team .row .team_ul li{
	float: left;
	width: calc((100% - 12px) / 4);
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: white;
}
.n_team .row .team_ul li:nth-child(4n){
	margin-right: 0;
}
.n_team .row .team_ul.team-founder li,.n_team .row .team_ul.team-founder  li:nth-child(4n){
	width: calc((100% - 8px) / 3);
	margin-right: 4px;
	margin-bottom: 4px;
}
.n_team .row .team_ul.team-founder li:nth-child(3n){
	margin-right: 0;
}
.n_team .row .team_ul li .info{
	font-size: 16px;
	line-height: 1.6;
	padding: 73px 85px 50px 85px;
	color: #000;
}
.n_team .row .team_ul.team-founder li .info{
	padding-top: 138px;
	padding-bottom: 100px;
}
.n_team .row .team_ul li .info .tit{
	font-size: 0.3rem;
	margin-bottom: 0.45rem;
}
.n_team .row .team_ul li .info .tit h3{}
.n_team .row .team_ul li .info .p1{}
.n_team .row .team_ul li .info .p2{
	color: #939393;
}
.n_team .row .team_ul li:hover .info{
	background-color: #505050;
}
.n_team .row .team_ul li:hover .info .p2,
.n_team .row .team_ul li:hover .info .p1,
.n_team .row .team_ul li:hover .info .tit{
	color: white;
}
.n_team .row .team_ul li .info .tit h3:hover{
	color: #c42e28;
}
/* 团队 e */

/* 关于-伙伴 s */
.n_about_04{}
.n_about_04 .ab_tit{
	background-color: #d2574d;
}
.n_about_04 .con{
	padding: 1rem 0;
}
/* 关于-伙伴 e */

/* 关于-荣誉 s */
.n_about_05{}
.n_about_05 .ab_tit{
	background-color: #4e5c79;
}
.n_about_05 .con{
	padding: 1rem 0;
}
.n_about_05 ul{}
.n_about_05 ul li{
	width: calc(100% / 8);
	    height: 276px;
	    padding: 74px 45.5px 0 45.5px;
}
.n_about_05 ul li .img{}
.n_about_05 ul li:hover .img{
	transform: translate3d(-5px, 0, 0);
	-webkit-transform: translate3d(-5px, 0, 0);
	-moz-transform: translate3d(-5px, 0, 0);
	-ms-transform: translate3d(-5px, 0, 0);
	-o-transform: translate3d(-5px, 0, 0);
}
.n_about_05 ul li .pic img{
	display: inline-block;
}
.n_about_05 ul li p{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 1.8;
	color: #000;
	margin-top: 0.24rem;
	padding-bottom: 0.2rem;
}
.n_about_05 ul li p a{
	display: inline-block;
	height: 3.6em;
}
.n_about_05 ul li p::before {
    content: " ";
    width: 0px;
    height: 2px;
    display: block;
    background: #d80c24;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.n_about_05 ul li:hover p::before{
	width: 100%;
}
.n_about_05 ul li:hover p {
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
}
/* 关于-荣誉 e */
/* =====================洞察样式======================== */

/* 洞察导航 s */
.ins-classify{
	box-shadow: 0 0 0.4rem rgb(0 0 0 / 50%);
	margin-bottom: 0.28rem;
	padding: 1.4rem 0;
}
.ins-classify h2{
	font-size: 0.4rem;
	font-family: 'SY-R';
	line-height: 1.2;
	color: #000;
	margin-bottom: 1.2rem;
}
.ins-classify dl{
	flex: 1;
	border-left: 1px solid #939393;
	text-align: center;
}
.ins-classify dl:last-child {
    border-right: 1px solid #939393;
}
.ins-classify dl dt{
	margin-bottom: 0.45rem;
}
.ins-classify dl dt a{
	display: inline-block;
	padding: 0 0 12px 0;
	position: relative;
	font-size: 36px;
	color: #000;
	font-family: 'SY-R';
}
.ins-classify dl dt a:hover{
	color: #d80c24;
	transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-ms-transform: translate3d(0, 10px, 0);
	-o-transform: translate3d(0, 10px, 0);
}
.ins-classify dl dd{}
.ins-classify dl a{
	font-size: 18px;
	line-height: 2.5;
	color: #939393;
}
.ins-classify dl a:hover{
	color: #d80c24;
}
/* 洞察导航 e */

/* 洞察列表 s */
.n_ins_list{
	
}
.n_ins_list .item{
	padding: 1.2rem 0;
	background-color: #F4F4F4;
	margin-bottom: 2px;
}
.n_ins_list .item .fl{
	width: 200px;
}
.n_ins_list .item .fl .tit{
	font-size: 0.4rem;
	color: #000;
	font-family: 'SY-R';
	margin-bottom: 0.7rem;
}
.n_ins_list .item .fl ul{}
.n_ins_list .item .fl ul li{
	padding: 0.12rem 0;
}
.n_ins_list .item .fl ul li a{
	position: relative;
	font-size: 0.2rem;
	display: block;
	line-height: 1.5;
	/* font-family: 'SY-R'; */
	color: #807f7f;
}
.n_ins_list .item .fl ul li a::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 6px solid #c5c7c7;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_ins_list .item .fl ul li.active a{
	color: #c42e28;
}
.n_ins_list .item .fl ul li.active a::after{
	border-left-color: #c42e28;
}
.n_ins_list .item .fr{
	width: 78%;
}
.n_ins_list .item .fr .item_ul{}
.n_ins_list .item .fr .item_ul li{
	display: none;
}
.n_ins_list .item .fr .item_ul li .text{
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	margin-bottom: 0.4rem;
	min-height: 5.25em;
}
.n_ins_list .item .fr .item_ul li .flex{
	width: 100%;
	background-color: #dddddd;
}
.n_ins_list .item .fr .item_ul li.show{
	display: block;
}
.n_ins_list .item .fr .item_ul li .img{
	width: 50%;
}
.n_ins_list .item .fr .item_ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n_ins_list .item .fr .item_ul li .con{
	width: 50%;
	padding: 0.6rem 1rem 0.6rem 0.7rem;
}
.n_ins_list .item .fr .item_ul li .con .ico{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.n_ins_list .item .fr .item_ul li .con .ico img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.n_ins_list .item .fr .item_ul li .con .info{
	flex: 1;
	margin-left: 0.6rem;
}
.n_ins_list .item .fr .item_ul li .con .info .tit{
	font-size: 20px;
	color: #4c4c4c;
}
.n_ins_list .item .fr .item_ul li .con .info .des{
	font-size: 12px;
	color: #525252;
	line-height: 1.5;
	margin-top: 0.2rem;
}
/* 洞察列表 e */
/* =====================案例样式======================== */

/* 案例列表 s */
.n_case_list{
	background-color: #F4F4F4;
}
.xg_case{}
/* 案例列表 e */

/* 案例详情 s */
.case_bg{
	background-color: #F7F7F7;
}
.n_case_xq{}
.case_ban{
	position: relative;
}
.case_ban img{
	width: 100%;
}
.case_ban .txt{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 0.75rem;
	color: white;
	line-height: 1.1;
	font-family: 'SY-B';
	padding: 2.5rem 1.9rem 0;
}
.case_ban .txt h3{}
.case_ban .txt p{
	font-size: 26px;
	line-height: 1.4;
	margin-top: 0.35rem;
	color: #333;
}
.n_case_xq .w15{
	position: relative;
	/* background: white; */
	z-index: 2;
}
.n_case_xq .m1{
	background: #fff;
	margin-top: -2.7rem;
}
.n_case_xq .m1 .con1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.6rem 1.8rem;
	border-bottom: 2px solid #b9b9ba;
}
.n_case_xq .m1 .con1 .item{
	flex: 1;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}
.n_case_xq .m1 .con1 .item h4{
	font-family: 'SY-R';
}
.n_case_xq .m1 .con1 .item p{
	font-family: 'SY-B';
	margin: 0.05rem 0;
}
.n_case_xq .m1 .con2{
	padding: 0.6rem 1.8rem;
	line-height: 1.75;
	font-size: 16px;
	font-family: 'SY-R';
}
.n_case_xq .m1 .con2 h3{
	font-size: 0.36rem;
	font-family: 'SY-R';
	margin-bottom: 0.35rem;
}
.n_case_xq .m1 .con3{
	padding: 1.2rem 1.8rem 0.9rem;
	line-height: 1.2;
}
.n_case_xq .m1 .con3 .box{
	border-left: 2px solid #000000;
	padding-left: 0.45rem;
}
.n_case_xq .m1 .con3 .box p{
	font-size: 0.16rem;
	line-height: 1.75;
	font-style: italic;
}
.n_case_xq .m1 .con3 .box h4{
	margin-top: 0.25rem;
	font-family: 'SY-R';
}

.n_case_xq .m2{
	background-color: #F7F7F7;
	padding-top: 1rem;
}
.n_case_xq .m2 .fl{
	width: 27%;
}
.n_case_xq .m2 .fl .tit{
	font-size: 0.48rem;
	color: #000;
	line-height: 1.2;
	/* font-family: 'SY-R'; */
	margin-bottom: 0.35rem;
	font-family: 'SY-B';
}
.n_case_xq .m2 .fl .des{
	font-family: 'SY-R';
	font-size: 18px;
	line-height: 1.5;
}
.n_case_xq .m2 .fl .des h3{
	font-size: 0.24rem;
	line-height: 1.2;
	margin: 0.06rem 0;
	font-family: 'SY-B';
}
.n_case_xq .m2 .fl .des p{
}
.n_case_xq .m2 .fr{
	width: 70%;
}
.n_case_xq .m2 .fr p{
	margin-bottom: 0.2rem;
}
.n_case_xq .m2 .fr img{
	max-width: 100%;
	height: auto;
}
/* 案例详情 e */

/* =====================资讯样式======================== */

/* 新闻列表 s */
.n_news_list{
	background-color: #f4f4f4;
}
.n_news_list .fl{
	width: 72.5%;
}
.n_news_item{}
.n_news_item:not(:last-child){
	margin-bottom: 1rem;
}
.n_news_tit{
	padding: 0.6rem;
	background-color: white;
	margin-bottom: 0.08rem;
}
.n_news_tit h3{
	font-size: 0.4rem;
	line-height: 1.2;
	font-family: 'SY-R';
}
.n_news_tit p{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0.3rem;
	font-family: 'SY-R';
	/* font-family: 'Eq'; */
}
.n_news_item ul{
	overflow: hidden;
}
.n_news_item ul li{
	float: left;
	width: calc((100% - 8px) / 3);
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: white;
}
.n_news_item ul li:nth-child(3n){
	margin-right: 0;
}
.n_news_item .info{
	padding: 0.3rem 0.5rem;
}
.n_news_item li:hover .info{
	background-color: #505050;
}
.n_news_item .info .tit{
	font-size: 0.26rem;
	line-height: 1.5;
	height: 3em;
	color: #282337;
	font-family: 'SY-R';
}
.n_news_item .info .p1{
	font-size: 14px;
	line-height: 1.6;
	height: 3.2em;
	color: #a5a6a5;
	margin-top: 0.25rem;
}
.n_news_item .info .tit h3{}
.n_news_item li:hover .info .tit,.n_news_item li:hover .info .p1{
	color: white;
}
.n_news_item li .info .tit h3:hover{
	color: #c42e28;
}

.n_news_list .fr{
	width: 26.5%;
}
.n_news_list .fr .top{
	padding: 1.32rem 0 0.5rem 0.48rem;
	background-color: white;
	margin-bottom: 0.1rem;
	/*background: #fff url('../images/n_new_top.png') no-repeat center;*/
	background-size: 100% auto;
}
.n_news_list .fr .top .c_btn{}
.n_news_list .fr .bot{
	padding: 0.7rem 0.6rem;
	background-color: white;
}
.n_news_list .fr .bot ul{}
.n_news_list .fr .bot ul li{
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #dbdcdc;
	font-size: 14px;
	line-height: 45px;
}
.n_news_list .fr .bot ul li a{
	display: block;
	color: #939393;
}
.n_news_list .fr .bot ul li a:hover{
	color: #c42e28;
}
.n_news_list .fr .bot .c_btn{
	margin-top: 0.6rem;
}
/* 新闻列表 e */

/* 新闻详情 s */
.n_news_det{
	background-color: #F8F8F8;
}
.n_new_ban{
	position: relative;
	background-color: white;
	padding: 3rem 0 1rem;
	margin-bottom: 0.48rem;
	box-shadow: 0 0 0.4rem rgb(0,0,0,.4);
}
/* .n_new_ban::after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 0.48rem;
	width: 100%;
	background: url('../images/line-down.png') repeat-x top;
} */
.n_new_ban .fl{
	width: 70%;
}
.n_new_ban .fl h3{
	font-size: 0.4rem;
	line-height: 1.3;
	height: 2.6em;
	font-family: 'SY-R';
}
.n_new_ban .fl p{
	margin: 0.3rem 0 0.7rem;
	font-size: 16px;
	line-height: 1.6;
	height: 4.8em;
	color: #939393;
}
.n_new_ban .fl span{
	color: #c42e28;
	font-size: 12px;
}
.n_new_ban .fr{}
.n_new_ban .fr .date{
	width: 272px;
	height: 272px;
	float: right;
	border: 6px solid #000000;
}
.n_new_ban .fr .date span,.n_new_ban .fr .date p{
	width: 168px;
	margin: 0 auto;
}
.n_new_ban .fr .date span{
	display: block;
	margin: 30px auto 3px auto;
	font-size: 150px;
	font-family: "EB";
	text-align: center;
	line-height: 150px;
}
.n_new_ban .fr .date p{
	font-size: 40px;
	font-family: "Eq";
	text-align: left;
	line-height: 40px;
}

.n_new_con{
	background-color: #F8F8F8;
}
.n_new_con .fl{
	width: 68%;
}
.n_new_con .fl>i{
	display: block;
	margin-bottom: 0.3rem;
}
.n_new_con .fl .con{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.n_new_con .fr{
	width: 25%;
}
.n_new_con .fr .tit{
	margin-bottom: 0.3rem;
}
.n_new_con .fr .tit h4{
	font-size: 0.28rem;
	font-family: 'SY-R';
	color: #000;
}
.n_new_con .fr .tit a{
	font-size: 16px;
}
.n_new_con .fr ul{}
.n_new_con .fr ul li{
	width: 100%;
}
.n_new_con .fr ul li:not(:last-child){
	margin-bottom: 0.2rem;
}
.n_new_con .fr ul li .info{
	background-color: white;
	padding: 0.25rem 0.5rem;
}
.n_new_con .fr ul li .info .tit{
	font-size: 0.24rem;
	line-height: 1.5;
	height: 3em;
	color: #282337;
}
.n_new_con .fr ul li .info .tit h3{}
.n_new_con .fr ul li:hover .info{
	background-color: #505050;
}
.n_new_con .fr ul li:hover .info .tit{
	color: white;
}
.n_new_con .fr ul li .info .tit h3:hover{
	color: #c42e28;
}
/* 新闻详情 e */



/* =====================联系样式======================== */

/* 联络我们 s */
.n_contact_01{}
.n_contact_01 .map{
	height: 5rem;
}
.n_contact_01 .map img{
	max-width: none;
}
.n_contact_01 .map .BMap_bubble_title{
	color: #c42e28;
	margin-bottom: 0.04rem;
}
.n_contact_01 .map .BMap_bubble_content{
	line-height: 1.3;
}
.n_contact_01 .con{
	background-color: #e5e5e5;
	padding: 0.8rem;
}
.n_contact_01 .con .fl{
	flex: 1;
}
.n_contact_01 .con .fl .info{
	color: #2b2b2b;
}
.n_contact_01 .con .fl p{
	font-size: 18px;
	line-height: 1.6;
}
.n_contact_01 .con .fl h4{
	font-size: 0.36rem;
	font-family: 'SY-B';
	margin: 0.1rem 0 0.3rem;
}
.n_contact_01 .con .fr{
	width: 1.5rem;
}
.n_contact_01 .con .fr .wx{}
.n_contact_01 .con .fr .wx img{
	width: 100%;
}
/* 联络我们 e */

/* 工作机会 s */
.n_contact_02{}
.n_contact_02 .con{}
.n_contact_02 ul{}
.n_contact_02 ul li{
	background-color: #e5e5e5 ;
}
.n_contact_02 ul li:not(:last-child){
	margin-bottom: 2px;
}
.n_contact_02 ul .tit{
	padding: 0 40px;
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	color: #666665;
	font-weight: bolder;
	background: #e5e5e5 url('../images/img64.jpg')no-repeat 96% center;
	cursor: pointer;
}
.n_contact_02 ul li.active .tit{
	background-image: url('../images/img63.jpg');
}
.n_contact_02 ul .tit h4{}
.n_contact_02 ul .des{
	display: none;
	padding: 0.3rem 0.4rem;
	font-size: 14px;
	line-height: 1.75;
	color: #666665;
}
/* 工作机会 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}
