/*@import url(anim.css);*/
@import url(lrtk3.css);
/* 定义 Regular 字体 */
/*@font-face {*/
/*	font-family: 'HarmonyOS-Sans-SC';*/
/*	src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');*/
/*	font-weight: 400; !* 正常粗细 *!*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'HarmonyOS-Sans-SC';*/
/*	src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');*/
/*	font-weight: 500;*/
/*	font-style: normal;*/
/*}*/
/* 定义 Bold 字体 */
/*@font-face {*/
/*	font-family: 'HarmonyOS-Sans-SC';*/
/*	src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');*/
/*	font-weight: 700; !* 粗体 *!*/
/*	font-style: normal;*/
/*}*/

/* 定义 Light 字体 */
/*@font-face {*/
/*	font-family: 'HarmonyOS-Sans-SC';*/
/*	src: url('../font/HarmonyOS_Sans_SC_Light.ttf');*/
/*	font-weight: 300; !* 细体 *!*/
/*	font-style: normal;*/
/*}*/

@font-face {
	font-family: 'GenBasBI';
	src: url('../font/GenBasBI.ttf');
	font-weight: 400; /* 正常粗细 */
	font-style: normal;
}

@font-face {
	font-family: 'Gentium-Book-Basic';
	src: url('../font/Gentium-Book-Basic.ttf');
	font-weight: 400; /* 正常粗细 */
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	visibility: hidden; /* 初始隐藏 */
	background-color: #fff;
	overflow-x: hidden;
	height: 100vh;
	color: #333;
	font-size: 12px;
	font-family: "HarmonyOS-Sans-SC", "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}
a:hover {
	color: #00a1e9;/*text-decoration: underline;*/
}
input, select, img {
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
em, cite, th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}
.wrap {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
	margin-top: 90px;
}
.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}
.wrap3 {
	clear: both;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.divhidden {
	display: none !important;
}
.l {
	float: left;
}
.r {
	float: right;
}
.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.f50 {
	font-size: 50px;
}
.f44 {
	font-size: 44px;
}
.f41 {
	font-size: 41px;
}
.f40 {
	font-size: 40px;
}
.f38 {
	font-size: 38px;
}
.f36 {
	font-size: 36px;
}
.f32 {
	font-size: 32px;
}
.f30 {
	font-size: 30px;
}
.f28 {
	font-size: 30px;
}
.f24 {
	font-size: 24px;
}
.f22 {
	font-size: 22px;
}
.f18 {
	font-size: 18px;
}
.f16 {
	font-size: 16px;
}
/*PC导航*/
.header-v1 {
	width: 100%;
	position: fixed; /*overflow:hidden; */
	height: 100px;
	z-index: 10;
	background-color: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
}
.nav-hide .header-v1 {
	height: 80px;
}
.nav-hide .blank_h {
	height: 80px;
}

.header-v1 .top-main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.header-v1 .top-main .logo1 {
	float: left;
	height: 100px;
	margin-left: 101px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.header-v1 .top-main .logo1 a{
	display: block;
}
.header-v1 .top-main .logo1 img {
	height: 56px;
	vertical-align: middle;
}
.nav-hide .header-v1 .top-main .logo1 img{
	margin-top: -20px;
}
.header-v1 .top-main .logo1 img:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.header-v1 .top-main .top_r {
	float: right;
}
.header-v1 .languages {
	float: right;
	position: relative;
	display: block;
	font-size: 12px;
	color: #707070;
	height: 38px;
	line-height: 38px;
	padding-left: 18px;
	text-align: right;
	text-decoration: none;
	margin-left: 10px;
	background: url(https://cdn.dfyajt.com/dfyajt/top_pic2.png) left center no-repeat;
	margin-top: 29px;
	transition: all 0.3s;
}
.header-v1 .languages:hover {
	margin-top: 25px;
}
.nav-hide .header-v1 .languages {
	margin-top: 22px;
}
.nav-hide .header-v1 .languages:Hover {
	margin-top: 18px;
}
.header-v1 .languages:Hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.header-v1 .top-main .top-main-content {
	text-align: center;
}
.navBar {
}
.nav {
	list-style: none;
	padding: 0;
}
.nav .m { /*float:left; */
	display: inline-block;
	border-top: 0;
	border-bottom: 0; /*width:120px; */
	position:relative;
	margin-right: 32px;
	margin-left: 32px;
}
.nav a:hover {
	text-decoration: none; /*color:#fff;*/
	vertical-align: top;
}
.nav li:hover span {
	/*transform: translateY(-100%);*/
	color: #012FA8;
	font-weight: 500;
}
.nav h3 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	height: 100px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}
.nav h3 a {
	display: block;
	color: #7F7F8B;
	line-height: 100px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.nav h3 a span {
	display: block;
	position: relative;
	transition: all 0.3s;
	height: 100px;
	text-transform: uppercase;
}
.nav-hide .nav h3 a span {
	height: 80px;
}
.nav h3 a span:after {

}
.nav h3 a i {
	width: 9px;
	height: 5px;
	background: url(https://cdn.dfyajt.com/dfyajt/top_pic5.png) no-repeat;
	display: inline-block;
	margin-left: 7px;
}
.nav-hide .nav {
}
.nav-hide .nav h3 {
	height: 80px;
}
.nav-hide .nav h3 a {
	line-height: 80px;
}
.nav .on {
}
.nav .on h3 a {
	color: #012FA8;
}
.nav .on h3 a i {
	background: url(https://cdn.dfyajt.com/dfyajt/top_pic6.png) no-repeat;
}
.nav .on h3 a span { /*color:#fff;*/
}
.nav li.on a:after {

}
.nav li h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	height: 4px;
	opacity: 0;
	background-color: #00a1e9;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav li h3 a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav .sub {
	display: none;
	width: 2920px;
	padding: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);/* top:87px;*/
	top: 100px;/* overflow:hidden;*/
	text-align: center;
	z-index: 110;
	left: 50%;
	transform: translateX(-50%);
}
.nav-hide .nav .sub {
	top: 80px;
}
.nav .sub ul {
	width: 1100px;
	margin: 0 auto;
}
.nav .sub li {
	vertical-align: middle;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
.nav .sub li span {
	display: block;
	height: 38px;
	position: relative;
}
.nav .sub li a {
	text-decoration: none;
	background: none;
	color: #fff;/* border-bottom:1px solid #515152;*/
	display: block;
	height: 50px;
	overflow: hidden;
}
/*.nav .sub li:last-child a{ border-bottom:0;}
.nav .sub li:last-child a:hover{ border-bottom:0;}*/
.nav .sub li a:hover {
	color: #00a1e9;/*border-bottom:1px solid #00a1e9;*/
}
.nav .sub li:hover img {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.blank_h {
	height: 100px;
	overflow: hidden;
}
.top_end {
	float: right;
	height: 100px;
	margin-right: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top_phone {
	border-right: 1px solid hsla(0, 0%, 0%, .1);
	height: 36px;
	padding-right: 40px;
}
.top_phone a {
	font-family: 'Gentium-Book-Basic';
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #012FA8;
}
.top_search {
	height: 100%;
	width: 34px;
	position: relative;
	margin-left: 40px;
}
.nav-hide .top_search {
	height: 80px;
}
.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #7F7F8B;
	text-align: left;
	font-size: 18px;
	border: 0;
}
.top_search em {
	height: 100%;
	width: 100%;
	background: url(https://cdn.dfyajt.com/dfyajt/top_pic1.png) left center no-repeat;
	cursor: pointer;
	display: block;
}
.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -73px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(https://cdn.dfyajt.com/dfyajt/top_bg2.png) no-repeat;
	z-index: 100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #ffffff;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}
.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(https://cdn.dfyajt.com/dfyajt/top_pic1.png) no-repeat;
	cursor: pointer;
	background-position: center;
}
.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(https://cdn.dfyajt.com/dfyajt/top_pic1.png) no-repeat;
}
/* 手机导航全局 */
.touch-top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #ffffff;
	display: none;
}
.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	height: 100%;
}
.touch-top-wrapper {
	width: 96%;
	margin: 0 auto;
}
.touch-top-wrapper .touch-logo {
	float: left;
}
.touch-top-wrapper .touch-logo img {
	height: 90px;
	display: block;
}
.touch-navigation {
	display: block;
}
.touch-toggle {
	position: absolute;
	right: 10px;
	top: 0;
}
.touch-toggle li {
	float: left;
	height: 70px;
	padding: 0 12px;
	text-align: center;
}
.touch-toggle li a {
	height: 70px;
}
.touch-toggle li:hover, .touch-toggle li:active {
}
.touch-toggle .touch-toggle-item-first {
	border-left: none;
}
.touch-toggle .touch-toggle-item-last {
	border-right: none;
}
.touch-toggle li a {
	display: block;
	font-size: 12px;
}
.touch-toggle li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden; /*margin-top:20px;*/
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.touch-toggle .touch-icon-language {
	background-image: url(https://cdn.dfyajt.com/dfyajt/touch-icon-language.png);
}
.touch-toggle .touch-icon-user {
	background-image: url(https://cdn.dfyajt.com/dfyajt/touch-icon-user.png);
}
.touch-toggle .touch-icon-search {
	background-image: url(https://cdn.dfyajt.com/dfyajt/head_pic2.png);
}
.touch-toggle .touch-icon-menu {
	background-image: url(https://cdn.dfyajt.com/dfyajt/head_pic1.png);
}
.touch-toggle .touch-icon-close {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_close.png);
}
.touch-toggle li span {
	display: none;
	text-align: center;
}
.drawer-section {/* background-color:#40312f; padding:20px;*/
	display: none;
}
.drawer-section-menu {
	padding:40px 40px;
}
.touch-toggle-content {
	clear: both;
}
.touch-menu {
	clear: both;
}

.touch-menu ul li {
	position: relative;
}
.touch-menu ul li:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.touch-menu ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	padding-left: 2%;
}
.touch-menu ul li a:hover, .touch-menu ul li a:active {
}
.touch-menu ul li i {
	position: absolute;
	top: 14px;/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url(https://cdn.dfyajt.com/dfyajt/touch-arrow-r.png);
}
.touch-menu ul li i.touch-arrow-down {
	background-image: url(https://cdn.dfyajt.com/dfyajt/touch-arrow-d.png);
}
.touch-menu ul li i.touch-arrow-up {
	background-image: url(https://cdn.dfyajt.com/dfyajt/touch-arrow-u.png);
}
.touch-menu ul li a:hover i.touch-arrow-down {
	background-image: url(https://cdn.dfyajt.com/dfyajt/touch-arrow-d2.png);
}
.touch-menu ul ul {
	display: none;
	margin: 0;
	padding: 0 0 12px 0;
}
.touch-menu ul ul li {
	border-bottom: none !important;
	margin: 0;
	padding: 0;
}
.touch-menu ul ul li a {
	padding: 0;
	padding-left: 20px;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	color: #9E9E9E;
}
.touch-menu ul ul li i {
	top: 13px;
}
/*手机弹出搜索*/
.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none; /*z-index:999;*/
}
.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px !important;
	line-height: 40px;
}
.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}
.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(https://cdn.dfyajt.com/dfyajt/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}
/*轮播图*/
.m_top_banner_swiper {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: none;
}
.m-swiper-pagination.swiper-pagination-bullets {
	position: absolute;
	bottom: 40px !important;
	z-index: 2;
}
.m-my-bullet{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 4px;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.m-my-bullet-active {
	background: #fff;
}

.top_banner_swiper {
	position: relative;
	overflow: hidden;
	width: 1920px;
}
.swiper-pagination-bullets {
	bottom: 46px !important;
	display: flex;
	justify-content: center;
}
.my-bullet{
	width: 9px;
	height: 9px;
	margin: 30px;
	border-radius: 50%;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.my-bullet-active:before, .my-bullet-active:after{
	position: absolute;
	content: '';
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.2);
}
.my-bullet-active:after {
	border: 2px solid rgba(255,255,255);
	clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 50%); /* 通过裁剪路径实现上三分之一圆弧效果 */
}
.index-section {
	position: relative;
	width: 100%;
	height: 1054px;
	padding: 121px 187px 106px 200px;
	box-sizing: border-box;
}

.introduce_div {
	position: relative;
	height: 1054px;
	padding: 121px 187px 106px 200px;
}
.introduce_div .index-section-bg{
 background-image: url(https://cdn.dfyajt.com/dfyajt/jituanjianjie_bg.png);
}


.index-section-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.index-section-bg-block {
	display: none;
	width: 100%;
	height: 100%;
}
.index-section-bg-block.on {
	display: block;
}

.index-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-section-header-f {

}

.index-section-header-f-subtitle {
	font-weight: 400;
	font-size: 24px;
	color: #012FA8;
	line-height: 28px;
	text-align: left;
	opacity: .8;
}
.index-section-header-dark .index-section-header-f-subtitle {
	color: #DEDEDE;
}

.index-section-header-f-title {
	margin-top: 8px;
	font-weight: 500;
	font-size: 56px;
	color: #191919;
	line-height: 66px;
	text-align: left;
}

.index-section-header-dark .index-section-header-f-title {
	color: #FFFFFF;
}

.index-section-header-l-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #012FA8;
	padding: 25px;
	font-weight: 400;
	font-size: 18px;
	color: #012FA8;
	line-height: 1;
	cursor: pointer;
}
.index-section-header-l-btn img {
	width: 8px;
	height: 14px;
}

.index-section-header-dark .index-section-header-l-btn {
	color: #FFFFFF;
	border-color: #fff;
}

.introduce-content {
	padding-left: 767px;
	padding-top: 120px;
}

.introduce-content-header {
	font-weight: 400;
	font-size: 48px;
	color: #012FA8;
	line-height: 56px;
	text-align: left;
}
.introduce-content-body {
	margin-top: 83px;
	font-weight: 400;
	font-size: 20px;
	color: #191919;
	line-height: 34px;
	text-align: left;
}

.introduce-content-footer {
	margin-top: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.introduce-content-footer-item {
	flex: 1;
	position: relative;
}

.introduce-content-footer-item:not(:last-child):after {
	content: '';
	position: absolute;
	top: 33px;
	left: 200px;
	height: 39px;
	width: 2px;
	background: #000000;
	opacity: 0.1;
}

.introduce-content-footer-item-tit {
	font-family: 'Gentium-Book-Basic';
	font-weight: bold;
	font-style: italic;
	font-size: 72px;
	color: #012FA8;
	line-height: 1;
	text-align: left;
	position: relative;
}

.introduce-content-footer-item .introduce-content-footer-item-tit:after {
	content: '年';
	font-weight: 400;
	font-size: 18px;
	color: #012FA8;
	position: absolute;
	top: 10px;
	margin-left: 10px;
	font-family: 'HarmonyOS-Sans-SC';
}
.introduce-content-footer-item:nth-child(2) .introduce-content-footer-item-tit:after {
	content: '+';
}
.introduce-content-footer-item:nth-child(3) .introduce-content-footer-item-tit:after {
	content: '余';
}

.introduce-content-footer-item-subtit {
	font-weight: 400;
	font-size: 18px;
	color: #707070;
	line-height: 27px;
	text-align: left;
	margin-top: 12px;
}

.m_products_section {
	display: none;
}

.products_section {
	padding: 121px 200px 55px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.products-content-header-block {
	display: none;
}
.products-content-header-block.on {
	display: block;
}

.products-content-header-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: left;
}
.products-content-header-subtitle {
	font-weight: 400;
	font-size: 16px;
	color: #DEDEDE;
	line-height: 24px;
	text-align: left;
	margin-top: 13px;
	opacity: .8;
}

.products-content-footer {
	margin-top: 32px;
	display: flex;
	align-items: flex-end;
	height: 128px;
}
.products-content-footer-item {
	flex: 1;
	height: 120px;
	position: relative;
	background-color: #fff;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-position: center 24px;
	cursor: pointer;
}
.products-content-footer-item:not(:last-child):after {
	content: '';
	position: absolute;
	top: 33px;
	right: 0;
	height: 48px;
	width: 2px;
	background: #000000;
	opacity: 0.1;
}
.products-content-footer-item.on {
	background-color: #012FA8;
	height: 128px;
}
.products-content-footer-item:nth-of-type(1) {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_fangchankaifa.png);
}
.products-content-footer-item:nth-of-type(2) {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_lvyouwenhua.png);
}
.products-content-footer-item:nth-of-type(3) {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_shangyeyunying.png);
}
.products-content-footer-item:nth-of-type(4) {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_dianzishangwu.png);
}
.products-content-footer-item:nth-of-type(5) {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_wuyeguanli.png);
}
.products-content-footer-item:nth-of-type(6) {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_jinrongtouzi.png);
}
/*选中状态*/
.products-content-footer-item:nth-of-type(1).on {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_fangchankaifa_on.png);
}
.products-content-footer-item:nth-of-type(2).on {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_lvyouwenhua_on.png);
}
.products-content-footer-item:nth-of-type(3).on {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_shangyeyunying_on.png);
}
.products-content-footer-item:nth-of-type(4).on {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_dianzishangwu_on.png);
}
.products-content-footer-item:nth-of-type(5).on {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_wuyeguanli_on.png);
}
.products-content-footer-item:nth-of-type(6).on {
	background-image: url(https://cdn.dfyajt.com/dfyajt/icon_jinrongtouzi_on.png);
}

.products-content-footer-item-tit {
	font-weight: 500;
	font-size: 24px;
	color: #191919;
	line-height: 28px;
	text-align: center;
	position: absolute;
	bottom: 24px;
	width: 100%;
}
.products-content-footer-item.on .products-content-footer-item-tit {
	color: #ffffff;
}

.m_news_div {
	display: none;
}

.news_div .index-news-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background-image: url(https://cdn.dfyajt.com/dfyajt/index-news-bg.png);
	background-size: 100% 100%;
}

.news-content {
	margin-top: 96px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 96px 32px;
}

.jyly-list-wrap .news-content {
	grid-gap: 32px;
}

.news-list-wrap .news_wrap {
	margin-top: 85px;
}

.news-content-item {
	border-bottom: 3px solid #DEDEDE;
	padding-bottom: 56px;
	transition: all 0.3s;
}

.jyly-list-wrap .news-content-item {
	border-bottom: none;
	padding-bottom: 0;
}

.news-content-item:active,.news-content-item:focus,.news-content-item:hover {
	border-bottom: 3px solid #012FA8;
}

.jyly-list-wrap .news-content-item:active,.jyly-list-wrap .news-content-item:focus,.jyly-list-wrap .news-content-item:hover {
	border-bottom: none;
}

.news-content-item .imgs {
	width: 100%;
	height: 329px;
}

.jyly-list-wrap .news-content-item .imgs {
	height: 300px;
	position: relative;
}

.news-content-item .imgs img {
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: all 0.3s ease-out 0s;
	 -moz-transition: all 0.3s ease-out 0s;
	 -o-transition: all 0.3s ease-out 0s;
	 transition: all 0.3s ease-out 0s;
	 width: 100%;
	 height: 300px;
 }

.news-content-item:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news-content-item-date {
	font-weight: 500;
	font-size: 18px;
	color: #012FA8;
	line-height: 27px;
	text-align: left;
}
.news-content-item-title {
	font-weight: 400;
	font-size: 24px;
	color: #191919;
	line-height: 29px;
	text-align: left;
	margin-top: 24px;
}
.jyly-list-wrap .news-content-item-title {
	color: #FFFFFF;
	line-height: 29px;
	text-align: left;
	position: absolute;
	left: 20px;
	width: 100%;
	bottom: 16px;
}
.jyly-list-wrap .news-content-item-title .news-content-item-title-btn {
	display: none;
}
.news-content-item-desc {
	display: none;
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	color: #7F7F8B;
	line-height: 16px;
	text-align: left;
}


.jtgk-section {
	position: relative;
	width: 100%;
	height: 960px;
	padding: 100px 187px 0 64px;
	box-sizing: border-box;
}
.jtgk-section-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1061px;
	height: 522px;
	z-index: -1;
}
.jtgk-section-header {
	padding-left: 136px;
}

.jtgk-section-header-f-subtitle {
	font-weight: 400;
	font-size: 24px;
	color: #012FA8;
	line-height: 28px;
	text-align: left;
	opacity: .8;
}
.jtgk-section-header-f-title {
	margin-top: 8px;
	font-weight: 500;
	font-size: 56px;
	color: #191919;
	line-height: 66px;
	text-align: left;
}
.jtgk-section-header-f-title-m {
	display: none;
	margin-top: 2px;
	font-weight: 500;
	font-size: 28px;
	color: #191919;
	line-height: 33px;
	text-align: center;
}
.jtgk-introduce-content {
	padding-left: 893px;
	padding-top: 100px;
}
.jtgk-introduce-content-body {
	height: 550px;
	width: 731px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-weight: 400;
	font-size: 20px;
	color: #191919;
	line-height: 36px;
	text-align: justify;
	padding-right: 39px;
	text-indent: 2em;
}
.jtgk-introduce-content-body>div:not(:first-child) {
	padding-top: 20px;
}
.jtgk-introduce-content-body::-webkit-scrollbar {
	width: 6px;
}
.jtgk-introduce-content-body::-webkit-scrollbar-track {
	border-radius: 200px;   /* 设置滚动条的圆角 */
	background: #D9D9D9;  /* 设置滚动条的背景颜色填充 */
}
.jtgk-introduce-content-body::-webkit-scrollbar-thumb {
	background: #012FA8;
	border-radius: 200px;   /* 设置滚动条的圆角 */
}

.jtgk-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #012FA8;
	background-image: url(https://cdn.dfyajt.com/dfyajt/bg_data_bar.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 170px;
	height: 206px;
}

.jtgk-footer-item {
	flex: 1;
	position: relative;
}

.jtgk-footer-item:not(:last-child):after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	height: 80px;
	width: 2px;
	background: #ffffff;
	opacity: 0.2;
}

.jtgk-footer-item-tit {
	font-family: 'Gentium-Book-Basic';
	font-weight: bold;
	font-style: italic;
	font-size: 72px;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	position: relative;
}

.jtgk-footer-item .jtgk-footer-item-tit:after {
	content: '年';
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	top: 10px;
	margin-left: 10px;
	font-family: 'HarmonyOS-Sans-SC';
}
.jtgk-footer-item:nth-child(2) .jtgk-footer-item-tit:after {
	content: '年';
}
.jtgk-footer-item:nth-child(3) .jtgk-footer-item-tit:after {
	content: '万元';
}
.jtgk-footer-item:nth-child(4) .jtgk-footer-item-tit:after {
	content: '+';
}
.jtgk-footer-item:nth-child(5) .jtgk-footer-item-tit:after {
	content: '余';
}
.jtgk-footer-item:nth-child(6) .jtgk-footer-item-tit:after {
	content: '+';
}


.jtgk-footer-item-subtit {
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	margin-top: 6px;
}

.dszjy-section {
	height: 891px;
	padding: 94px 171px 0 203px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.dszjy-section-top {
	display: none;
}
.dszjy-section-f img {
	width: 524px;
	height: 678px;
}
.dszjy-section-l {
	margin-left: 233px;
	margin-top: 83px;
	flex: 1;
}
.dszjy-section-l-header {
	font-weight: 500;
	font-size: 56px;
	color: #191919;
	line-height: 66px;
	text-align: left;
	margin-left: 54px;
}
.dszjy-section-l-content {
	margin-left: 54px;
	font-weight: 400;
	font-size: 32px;
	color: #191919;
	line-height: 80px;
	text-align: left;
	margin-top: 87px;
}
.dszjy-section-l-footer {
	font-weight: 500;
	font-size: 32px;
	color: #191919;
	line-height: 48px;
	text-align: right;
	margin-top: 57px;
	display: flex;
	justify-content: flex-end;
}
.dszjy-section-l-footer img {
	margin-top: -20px;
	width: 220px;
	height: 78px;
}


.qywh-section {
	padding: 66px 200px 0;
	height: 1060px;
}
.qywh-content {
	position: relative;
	z-index: 1;
	margin-top: 66px;
}

.qywh-body {
	background: #ffffff;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}

.qywh-content-item {
	height: 366px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	transition: 1s;
}
.qywh-content-item:hover {
	background: #012FA8;
}
.qywh-content-item:hover .qywh-content-item-tit,
.qywh-content-item:hover .qywh-content-item-subtit {
	color: #fff;
}

.qywh-content-item-img,.qywh-content-item-img-m {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	border: 1px solid rgb(127 127 139 / .2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 48px auto 0;
	background: #fff;
}
.qywh-content-item-img-m {
	display: none;
}
.qywh-content-item-img img,.qywh-content-item-img-m img {
	width: 60px;
	height: 60px;
}
.qywh-content-item-tit-m {
	display: none;
}
.qywh-content-item-tit {
	font-weight: 500;
	font-size: 32px;
	color: #191919;
	line-height: 38px;
	text-align: center;
	margin-top: 74px;
}
.qywh-content-item-subtit {
	font-weight: 400;
	font-size: 20px;
	color: #7F7F8B;
	line-height: 23px;
	text-align: center;
	margin-top: 20px;
}

.qyln-section {
	padding: 100px 200px 0;
	position: relative;
}
.qyln-body {
	position: absolute;
	right: 0;
	height: 100%;
	width: 960px;
	top: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
}
.qyln-content-item {
	border: 1px solid #ffffff2b;
	padding: 100px 64px 0;
}
.qyln-footer {
	position: absolute;
	left: 0;
	bottom: 111px;
}
.qyln-footer .qyln-content-item {
	border: none;
	padding-left: 200px;
}
.qyln-footer .qyln-content-item-tit {
	margin-top: 113px;
}
.qyln-footer .qyln-content-item-subtit {
	width: 629px;
}
.qyln-content-item-img {
	width: 52px;
	height: 52px;
}
.qyln-content-item-img img {
	width: 100%;
	height: 100%;
}
.qyln-content-item-tit {
	margin-top: 158px;
	font-weight: 500;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: left;
}
.qyln-content-item-subtit {
	margin-top: 12px;
	width: 300px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	opacity: .8;
}


.jtry-section {
	padding: 100px 0 0 200px;
	height: 1060px;
}
.jtry-section .index-section-bg {
	height: 439px;
	bottom: 0;
	top: auto;
	z-index: 2;
	background-image: none;
}

.jtry-content {
	height: 650px;
	padding-top: 200px;
	overflow: hidden;
}
.jtry_swiper {
	height: 100%;
}
.jtry_swiper .swiper-slide {
	padding-left: 66px;
	position: relative;
	opacity: .1;
	box-sizing: border-box;
}
.jtry_swiper .swiper-slide-active, .jtry_swiper .swiper-slide-next {
	opacity: 1;
}
.jtry_swiper .swiper-slide:before {
	content: '';
	position: absolute;
	left: 17px;
	bottom: 0;
	top: 24px;
	width: 1px;
	background: #8c8c8c;
}
.jtry-section .index-section-header-l {
	display: flex;
	align-items: center;
	padding-right: 200px;
}
.jtry-swiper-button-prev, .jtry-swiper-button-next {
	cursor: pointer;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #DEDEDE;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jtry-swiper-button img {
	width: 10px;
	height: 14px;
}

.jtry-swiper-button .img-hover {
	display: none;
}

.jtry-swiper-button:hover .img {
	display: none;
}

.jtry-swiper-button:hover .img-hover {
	display: block;
}

.jtry-swiper-button:hover {
	border-color: 1px solid #012FA8;
	background: #012FA8;
}

.jtry-swiper-button-next {
	margin-left: 24px;
}

.carousel-title {
	font-family: 'Gentium-Book-Basic';
	font-weight: bold;
	font-style: italic;
	font-size: 72px;
	color: #191919;
	line-height: 1;
	text-align: left;
	margin-bottom: 46px;
	position: relative;
}
.carousel-title:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	left: -62px;
	top: 21px;
	border: 8px solid #FCFCFF;
	box-shadow: 0 4px 4px #E2E1E1;
}

.carousel-text {
	font-weight: 400;
	font-size: 18px;
	color: #7F7F8B;
	line-height: 38px;
	text-align: left;
	margin-bottom: 2px;
}


.shgy-section {
	height: 920px;
	padding: 162px 0 0 200px;
	display: flex;
}
.shgy-section .index-section-header {
	padding-right: 51px;
	display: block;
	width: 509px;
	flex-shrink: 0;
}
.shgy-section .index-section-header-f-desc {
	height: 180px;
	margin-top: 117px;
	font-weight: 400;
	font-size: 20px;
	color: #7F7F8B;
	line-height: 28px;
	text-align: left;
	width: 448px;
}
.shgy-content {
	padding-left: 102px;
	width: 1109px;
	overflow: hidden;
}
.shgy_swiper .swiper-slide .shgy-slide-img {
	width: 914px;
	height: 537px;
}
.shgy_swiper .swiper-slide .shgy-slide-title {
	margin: auto;
	margin-top: 10px;
	width: 78%;
	font-weight: 400;
	font-size: 20px;
	color: #7F7F8B;
	line-height: 28px;
	text-align: center;
}
.shgy-section .index-section-header-l {
	display: flex;
	align-items: center;
}
.shgy-swiper-button-prev, .shgy-swiper-button-next {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #DEDEDE;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.shgy-swiper-button-next {
	margin-left: 24px;
}

/*人才理念*/
.rcln-section {
	padding: 100px 0 0 200px;
	height: 1665px;
}
.rcln-section-content {
	margin-top: 92px;
	display: flex;
	padding-right: 200px;
}
.rcln-section-content-item {
	background-color: #F5F5F5;
	padding: 65px 53px;
	box-sizing: border-box;
	width: 356px;
	height: 563px;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
}

.rcln-section-content-item.active {
	margin: 0 24px;
	width: 760px;
	background: url(https://cdn.dfyajt.com/dfyajt/zzrc_bg.png) no-repeat;
}

.rcln-section-content-item-tit {
	height: 22px;
	font-weight: 500;
	font-size: 32px;
	color: #191919;
	line-height: 48px;
	text-align: left;
}
.rcln-section-content-item.active .rcln-section-content-item-tit {
	color: #FFFFFF;
	flex: 1;
}

.rcln-section-content-item-desc {
	margin-top: 119px;
	font-weight: 400;
	font-size: 24px;
	line-height: 41px;
	text-align: left;
	color: #DEDEDE;
	display: none;
}

.rcln-section-content-item.active .rcln-section-content-item-desc {
	color: #DEDEDE;
	display: block;
}

.rcln-img {
	position: absolute;
	left: 53px;
	bottom: 65px;
	width: 64px;
	height: 64px;
}
.rcln-img img {
	width: 100%;
	height: 100%;
}
.rcln-section-content-item.active .rcln-img .img-blue {
	display: none;
}
.rcln-section-content-item .rcln-img .img-white {
	display: none;
}
.rcln-section-content-item.active .rcln-img .img-white {
	display: block;
}

.rcln-section-swiper {
	margin-top: 169px;
	display: flex;
}
.rcln_swiper {
	overflow: hidden;
	width: 650px;
}
.swiper-wrapper {
	width: 100%;
}
.rcln-content {
	width: 914px;
	height: 537px;
}
.swiper-slide-title {
	font-weight: 500;
	font-size: 32px;
	color: #191919;
	line-height: 48px;
	text-align: left;
	margin-top: 17px;
}
.swiper-slide-text {
	font-weight: 400;
	font-size: 18px;
	color: #7F7F8B;
	line-height: 31px;
	text-align: justify;
	margin-top: 63px;
}

.rcln-swiper-pagination {
	display: flex;
	margin-top: 98px;
}
.rcln-bullet{
	width: 45px;
	height: 5px;
	background: #DEDEDE;
	display: block;
	margin-right: 28px;
}
.rcln-bullet-active {
	background: #012FA8;
}



/*尾部*/
.f_bg {
	overflow: hidden;
	background: #2A2E39;
	color: #ffffff;
	font-size: 12px;
	clear: both;
	padding-top: 72px;
	padding-bottom: 15px;
	padding-left: 200px;
}
.f_bg_div {
	margin: 0 auto;
}
.f_bg_div.footx:not(:first-child)  {
	margin-top: 8px;
}
.f_bg_div.footx a {
	color: #7F7F8B;
}
.f_bg a {
	color: #9E9E9E;
	text-decoration: none;
}
.f_bg a:hover {
	color: #9E9E9E;
}
.f_bg .links {
	float: left;
	padding-right: 4%;
	margin-right: 4%;
	overflow: hidden;
	padding-bottom: 2%;
}
.f_bg .links h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 22px;
	color: #ffffff;
}
.f_bg .links h2 a {
	color: #ffffff;
}
.f_bg .links ul li {
	display: block;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}
.f_bg .links ul li a {
	transition: all 0.3s;
	padding-right: 5px;
	font-size: 14px;
}
.f_bg .links ul li a:hover {
	margin-left: 5px;
	padding-right: 0;
}
.f_bg .f_div2_r2 {
	float: right;
	text-align: left;
	padding-bottom: 2%;
	padding-right: 188px;
}
.f_bg .f_div2_r2 .contacts {
	text-align: left;
}
.f_bg .f_div2_r2 .address {
	margin-top: 36px;
}
.f_bg .f_div2_r2 .contacts h2 {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 38px;
}
.f_bg .f_div2_r2 .contacts a {
	font-size: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.f_bg .f_div2_r2 .contacts span {
	font-size: 14px;
	color: #9E9E9E;
}
.f_bg .f_div2_r2 .qrcode {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 64px;
}
.f_bg .f_div2_r2 .qrcode-item {
	text-align: center;
}
.f_bg .f_div2_r2 .qrcode-item:not(:first-child) {
	margin-left: 52px;
}
.f_bg .f_div2_r2 .qrcode img {
	width: 96px;
	height: 96px;
	max-width: 96px;
}
.f_bg .f_div2_r2 .qrcode .qrcode-item-text {
	font-weight: 400;
	font-size: 14px;
	color: #9E9E9E;
	margin-top: 10px;
}
.f_bg .f_div2_r {
	float: left;
	overflow: hidden;
	margin-right: 3%;
}
.f_bg .f_div2_r h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #c7c7c7;
}
.f_bg .f_div2_r span {
	display: block;
	color: #ffffff;
	line-height: 30px;
	padding-top: 2%;
	clear: both;
}
.f_bg .f_div2_r a {
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 8px;
	color: #afafaf;
	font-size: 26px;
}
.f_bg .f_div2_r a:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.foot_a {
	height: 41px;
	width: 135px;
	display: block;
	margin-top: 10px;
}
.f_div3 {
	line-height: 19px;
	min-height: 19px;
	background-color: #2A2E39;
	border-top: 1px solid #7F7F8B;
	clear: both;
	font-size: 16px;
	color: #7F7F8B;
	display: flex;
	justify-content: space-between;
	padding: 36px 200px 76px;
}
.f_div3 a {
	color: #7F7F8B;
}
.f_div3 a:hover {
	color: #7F7F8B;
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.f_div2_r2 .foot_nav {
	display: none;
}
.foot_nav {
	border: 1px solid #DEDEDE;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 8px;
	cursor: pointer;
	line-height: 1;
	position: relative;
}
.foot_nav img {
	width: 16px;
	height: 16px;
	margin-left: 30px;
}
.foot_nav:hover .foot_nav_links, .foot_nav:focus .foot_nav_links, .foot_nav:active .foot_nav_links  {
	display: block;
}

.foot_nav .foot_nav_links {
	display: none;
	position: absolute;
	width: 320px;
	right: 0;
	bottom: 46px;
	background-color: #fff;
	padding: 12px 12px 24px;
	transition: all 1.5s;
}
.foot_nav .foot_nav_links a {
	height: 32px;
	line-height: 32px;
	font-weight: 400;
	font-size: 18px;
	color: #7F7F8B;
	text-align: left;
	margin-top: 12px;
	display: block;
}
.foot_nav .foot_nav_links a:hover {
	color: #012FA8;
}

.right_ul {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-top: 2px solid #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
}
.right_ul ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.right_ul ul li img {
	height: 22px;
	margin: 0 auto;
}
.right_ul ul li a {
	display: block;
	border-right: 1px solid #dedede;
}
.right_ul ul li:last-child a {
	border: 0;
}
/*微信弹窗*/
#hidden {
	z-index: 2147483647;
	display: none;
	background: #000;
	filter: alpha(opacity=0);
	left: 0px;
	opacity: 0;
	position: fixed;
	width: 3000px;
	height: 100%;
	padding-top: 28%;
	text-align: center;
	top: 0;
}
#hiddenimg {
	opacity: 1;
	display: none;
	position: fixed;
	left: 0%;
	width: 100%;
	height: 300px;
	padding-top: 0;
	z-index: 2147483647;
	top: 28%;
	text-align: center;
}
#hiddenimg img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
#hiddenimg2 {
	text-align: center;
}
.weixinclose {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2147483648;
	font-weight: normal;
	display: none;
}

 @media screen and (max-width: 480px) {
	 /* 手机轮播图 */
	 .m_top_banner_swiper {
		 display: block;
	 }
/* 手机导航全局 */
 .header-v1 {
	 display: none;
 }
 .touch-top {
	 display: block;
 }
 .touch-top-wrapper {
	 width: 100%;
	 padding: 0 20px;
 }
 .touch-top-wrapper .touch-logo img {
	 height: 32px;
	 padding: 9px 0;
 }
 .touch-toggle li {
	 padding-left: 25px;
	 padding-right: 20px;
	 height: 50px;
 }
 .touch-toggle .touch-toggle-item-last {
	 border-right: none;
	 padding-right: 20px;
 }
 .touch-toggle .touch-toggle-item-first {
	 position: relative;
 }

 .touch-toggle .touch-toggle-item-first:after {
	 position: absolute;
	 width: 1px;
	 height: 18px;
	 content: '';
	 background-color: #000;
	 opacity: 0.1;
	 right: 0;
	 top: 16px;
 }
 .touch-toggle li a {
	 height: 50px;
 }
 .touch-toggle li i {
	 margin-top: 14px;
	 width: 20px;
	 height: 20px;
 }
 .blank_h {
	 height: 50px;
 }
 .touch-menu ul li a{
	 color: #191919;
	 font-size: 18px;
	 font-weight: 500;
	 height: 75px;
	 line-height: 75px;
 }
 .touch-menu ul li i {
	 top: 32px;
 }
 .top_banner_swiper {
	 width: 100%;
	 display: none;
 }
	 .introduce_div .index-section-bg{
		 background-image: url(https://cdn.dfyajt.com/dfyajt/m_jituanjianjie_bg.png);
		 background-size: 100% 100%;
	 }
	 .introduce_div {
		 height: 574px;
		 padding: 40px 28px 0 30px;
	 }
	 .index-section-header-f-subtitle {
		 font-weight: 400;
		 font-size: 12px;
		 line-height: 14px;
	 }
	 .index-section-header-f-title {
		 font-size: 24px;
		 line-height: 28px;
		 margin-top: 0;
	 }
	 .index-section-header-l-btn {
		 border: none;
		 font-size: 12px;
		 padding: 0;
	 }
	 .index-section-header-l-btn img {
		 width: 5px;
		 height: 9px;
	 }
	 .introduce_div .index-section-header-l {
		 margin-top: 16px;
	 }
	 .introduce-content {
		 padding-left: 0;
		 padding-top: 0;
	 }
	 .introduce-content-header {
		 display: none;
	 }
	 .introduce-content-body {
		 margin-top: 20px;
		 font-size: 12px;
		 color: #7F7F8B;
		 line-height: 18px;
		 text-align: justify;
	 }
	 .introduce-content-footer {
		 flex-flow: column;
		 margin-top: 20px;
		 margin-left: 4px;
	 }
	 .introduce-content-footer-item {
		 width: 100%;
		 margin-top: 37px;
	 }
	 .introduce-content-footer-item-tit {
		 font-size: 32px;
	 }
	 .introduce-content-footer-item .introduce-content-footer-item-tit:after {
		 font-size: 10px;
		 top: 4px;
		 margin-left: 4px;
	 }
	 .introduce-content-footer-item-subtit {
		 font-size: 10px;
		 margin-top: 2px;
		 line-height: 15px;
	 }
	 .introduce-content-footer-item:not(:last-child):after {
		 display: none;
	 }
	 .products_section,.news_div {
		 display: none;
	 }
	 .m_products_section {
		 padding: 40px 30px;
		 background: #F3F3F3;
		 height: auto;
		 display: block;
	 }
	 .products-content-list {
		 display: grid;
		 grid-template-columns: 1fr 1fr;
		 grid-template-rows: auto;
		 margin-top: 20px;
	 }
	 .products-list-item {
		 display: block;
		 width: 100%;
		 height: 118px;
		 margin: 0;
		 background: #05163F;
		 position: relative;
	 }
	 .products-list-item:first-child {
		 /*margin-top: 20px;*/
	 }
	 .products-content-header-title {
		 position: absolute;
		 width: 100%;
		 height: 40px;
		 bottom: 0;
		 color: #fff;
		 font-size: 12px;
		 font-weight: 500;
		 background: #0E0E0E8A;
		 display: flex;
		 justify-content: space-between;
		 padding: 0 24px;
		 box-sizing: border-box;
	 }
	 .m_news_div {
		 padding: 40px 30px 0;
		 height: auto;
		 display: block;
	 }
	 .m_news_swiper {
		 overflow: hidden;
		 margin-top: 20px;
		 padding-bottom: 78px;
		 position: relative;
	 }
	 .m-news-swiper-pagination.swiper-pagination-bullets {
		 position: absolute;
		 bottom: 37px !important;
		 z-index: 2;
	 }
	 .m-news-bullet {
		 display: inline-block;
		 width: 8px;
		 height: 8px;
		 margin: 4px;
		 border-radius: 50%;
		 background: #DEDEDE;
	 }
	 .m-news-bullet-active {
		 background: #012FA8;
	 }

	 .news-content-item {
		 padding: 0;
		 border: none;
	 }
	 .news-content-item:active,.news-content-item:focus,.news-content-item:hover {
		 border: none;
	 }
	 .news-content-item .imgs {
		 height: 177px;
	 }
	 .news-content-item-date {
		 font-size: 10px;
		 line-height: 15px;
		 margin-top: 9px;
	 }
	 .news-content-item-title {
		 font-weight: 400;
		 font-size: 16px;
		 line-height: 19px;
		 margin-top: 4px;
	 }
	 .jyly-list-wrap .news-content-item-title {
		 color: #191919;
		 line-height: 24px;
		 text-align: left;
		 position: static;
		 margin-top: 8px;
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
	 }
	 .jyly-list-wrap .news-content-item-title .news-content-item-title-btn {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 font-weight: 500;
		 font-size: 9px;
		 color: #012FA8;
	 }
	 .jyly-list-wrap .news-content-item-title .news-content-item-title-btn img {
		 width: 4px;
		 height: 7px;
	 }
	 /*集团概况*/
	 .jtgk-section {
		 position: relative;
		 width: 100%;
		 height: 676px;
		 padding: 0;
		 overflow: hidden;
	 }
	 .jtgk-section-bg {
		 width: 100%;
		 height: 177px;
		 left: 74px;
	 }
	 .jtgk-section-header {
		 padding-left: 0;
	 }
	 .jtgk-section-header-f-title {
		 margin-top: 0;
		 padding-top: 33px;
		 font-weight: 400;
		 font-size: 12px;
		 color: #012FA8;
		 line-height: 14px;
		 text-align: center;
	 }
	 .jtgk-section-header-f-title-m {
		 display: block;
	 }

	 .jtgk-section-header-f-subtitle {
		 display: none;
	 }
	 .jtgk-introduce-content {
		  padding-left: 0;
		  padding-top: 0;
		 margin-top: 22px;
	 }
	 .jtgk-introduce-content-body {
		 box-sizing: border-box;
		 margin: 0 auto;
		 height: 480px;
		 width: 325px;
		 font-size: 12px;
		 color: #7F7F8B;
		 line-height: 18px;
		 padding-right: 10px;
	 }
	 .jtgk-introduce-content-body::-webkit-scrollbar {
		 width: 2px;
	 }
	 .jtgk-introduce-content-body::-webkit-scrollbar-track {
		 border-radius: 0;   /* 设置滚动条的圆角 */
	 }
	 .jtgk-introduce-content-body::-webkit-scrollbar-thumb {
		 border-radius: 0;   /* 设置滚动条的圆角 */
	 }
	 .jtgk-footer {
		 padding: 0;
		 height: 158px;
		 flex-wrap: wrap;
		 justify-content: flex-start;
		 background-image: url(https://cdn.dfyajt.com/dfyajt/m_bg_data_bar.png);
		 padding-bottom: 30px;
		 padding-top: 10px;
		 box-sizing: border-box;
		 background-color: white;
	 }
	 .jtgk-footer-item {
		 flex: none;
		 width: 33.33%;
	 }
	 .jtgk-footer-item:not(:last-child):after {
		 top: 12px;
		 height: 18px;
		 width: 1px;
	 }
	 .jtgk-footer-item-tit {
		 font-weight: bold;
		 font-size: 24px;
	 }
	 .jtgk-footer-item .jtgk-footer-item-tit:after {
		 font-size: 9px;
		 top: 4px;
		 margin-left: 2px;
	 }
	 .jtgk-footer-item-subtit {
		 margin-top: 3px;
		 font-size: 9px;
	 }

	 .dszjy-section {
		 height: auto;
		 padding: 37px 18px 49px 23px;
		 flex-wrap: wrap;
	 }
	 .dszjy-section-top {
		 display: block;
		 margin-bottom: 33px;
		 font-weight: 500;
		 font-size: 28px;
		 color: #191919;
		 line-height: 33px;
		 text-align: center;
		 width: 100%;
	 }
	 .dszjy-section-f img {
		 width: 143px;
		 height: 187px;
	 }
	 .dszjy-section-l {
		 margin: 0;
		 margin-left: 15px;
	 }
	 .dszjy-section-l-header {
		 display: none;
	 }
	 .dszjy-section-l-content {
		 margin-left: 0;
		 font-size: 15px;
		 line-height: 23px;
		 text-align: left;
		 margin-top: 0;
	 }
	 .dszjy-section-l-footer {
		 font-weight: 500;
		 font-size: 12px;
		 line-height: 18px;
		 margin-top: 22px;
	 }
	 .dszjy-section-l-footer img {
		 width: 85px;
		 height: 30px;
		 /*margin-top: -4px;*/
	 }
	 .qywh-section {
		 padding: 40px 0 1px;
		 height: auto;
		 background: #fbfbfb;
	 }

	 .qywh-section .index-section-header {
		 justify-content: center;
	 }

	 .qywh-section .index-section-bg {
		 bottom: 0;
		 height: 225px;
		 top: auto;
		 z-index: 0;
	 }
	 .qywh-content {
		 margin: 22px 30px 59px;
		 box-shadow: 2px 2px 20px 0px #DFDFDF54;
	 }
	 .qywh-content-item {
		 height: 156px;
		 padding: 0 23px;
		 backdrop-filter: blur(7px);
		 background:rgba(255, 255, 255, 0.8);
	 }
	 .qywh-content-item:hover {
		 background: transparent;
	 }
	 .qywh-content-item:hover .qywh-content-item-tit, .qywh-content-item:hover .qywh-content-item-subtit {
		 color: #7F7F8B;
	 }
	 .qywh-body {
		 grid-template-columns: 1fr 1fr;
		 background: transparent;
	 }
	 .qywh-content-item-img {
		 display: none;
	 }
	 .qywh-content-item-img-m {
		 display: flex;
	 }
	 .qywh-content-item-img,.qywh-content-item-img-m {
		 width: 44px;
		 height: 44px;
		 border: 4px solid rgba(1,47,168,0.09);
		 margin: 7px auto 0;
		 background: #012FA8;
		 background-clip: content-box;
	 }
	 .qywh-content-item-img img, .qywh-content-item-img-m img {
		 width: 22px;
		 height: 22px;
	 }
	 .qywh-content-item-tit-m {
		 display: block;
		 font-weight: 500;
		 font-size: 16px;
		 color: #191919;
		 line-height: 19px;
		 text-align: center;
		 margin-top: 27px;
	 }
	 .qywh-content-item-tit {
		 display: none;
	 }
	 .qywh-content-item-subtit {
		 font-size: 10px;
		 line-height: 12px;
		 margin-top: 7px;
	 }
	 .qyln-section {
		 padding: 40px 40px 0;
		 height: 577px;
	 }
	 .qyln-section .index-section-header {
		 justify-content: center;
	 }
	 .qyln-content-item {
		 padding: 24px 0;
		 display: flex;
		 border: none;
		 border-bottom: 1px solid #b8b8b84d;

	 }
	 .qyln-body {
		 position: static;
		 display: flex;
		 flex-flow: column;
		 width: 100%;
	 }
	 .qyln-footer .qyln-content-item {
		 padding: 24px 0;
		 display: flex;
	 }
	 .qyln-content-item-img {
		 width: 26px;
		 height: 26px;
		 flex-shrink: 0;
	 }
	 .qyln-content-item-tit {
		 font-size: 16px;
		 line-height: 24px;
		 margin-top: 0;
		 margin-left: 8px;
		 flex-shrink: 0;
	 }
	 .qyln-content-item-subtit {
		 width: 150px;
		 font-size: 10px;
		 line-height: 15px;
		 margin-left: 16px;
		 margin-top: 0;
	 }
	 .qyln-footer {
		 position: static;
	 }
	 .qyln-footer .qyln-content-item-tit {
		 margin-top: 0;
	 }

	 .jtry-section {
		 padding: 40px 0 0;
		 height: 523px;
	 }

	 .jtry-section .index-section-header {
		 flex-flow: column;
	 }
	 .jtry-section .index-section-header-f-subtitle {
		 display: none;
	 }

	 .jtry-section .index-section-header-l {
		 padding-right: 32px;
		 position: absolute;
		 top: 112px;
		 right: 0;
		 z-index: 4;
	 }
	 .carousel-title {
		 font-size: 36px;
		 margin-bottom: 41px;
	 }
	 .carousel-text {
		 font-weight: 400;
		 font-size: 12px;
		 color: #7F7F8B;
		 line-height: 25px;
	 }

	 .jtry-swiper-button-prev, .jtry-swiper-button-next {
		 width: 28px;
		 height: 28px;
	 }
	 .jtry-swiper-button-next {
		 margin-left: 12px;
	 }
	 .jtry-content {
		 padding-top: 40px;
		 height: 360px;
	 }

	 .jtry_swiper .swiper-slide:before {
		 left: 34px;
		 bottom: 0;
		 top: 24px;
	 }
	 .carousel-title:before {
		 width: 6px;
		 height: 6px;
		 left: -28px;
		 top: 10px;
		 border: 4px solid #FCFCFF;
		 box-shadow: 0 2px 2px #E2E1E1;
	 }
	 .jtry_swiper .swiper-slide {
		padding-left: 55px;
	 }
	 .jtry-section .index-section-bg {
		 height: 161px;
	 }

	 .shgy-section {
		 padding: 40px 30px 0;
		 height: 440px;
		 flex-flow: column;
	 }
	 .shgy-section .index-section-header-f-subtitle {
		 display: none;
	 }
	 .shgy-section .index-section-header {
		 width: 100%;
		 padding-right: 0;
	 }
	 .shgy-section .index-section-header-f-desc {
		 height: auto;
		 margin-top: 20px;
		 margin-bottom: 20px;
		 font-size: 12px;
		 line-height: 17px;
		 width: 100%;
	 }
	 .shgy-content {
		 padding-left: 0;
		 width: 100%;
	 }
	 .shgy_swiper .swiper-slide .shgy-slide-img {
		 width: 100%;
		 height: 185px;
	 }
	 .shgy_swiper .swiper-slide .shgy-slide-title {
		 display: none;
	 }
	 .shgy-section .index-section-header-l {
		 position: absolute;
		 bottom: 20px;
		 justify-content: center;
		 width: 100%;
		 scale: .5;
		 left: 0;
	 }
	 .jtry-swiper-button-prev img, .jtry-swiper-button-next img {
		 scale: .5;
	 }

	 .rcln-section {
		 padding: 40px 0 0;
		 height: auto;
	 }
	 .rcln-section .index-section-header {
		 justify-content: center;
	 }
	 .rcln-section-content {
		 margin-top: 0;
		 flex-flow: column;
		 padding: 0;
	 }
	 .rcln-section-content-item {
		 background: #fff;
		 padding: 24px 33px 0 72px;
		 width: 100%;
		 height: auto;
		 position: relative;
	 }
	 .rcln-section-content-item-tit {
		 font-weight: 500;
		 font-size: 16px;
		 color: #012FA8;
		 line-height: 1;
		 flex-shrink: 0;
	 }
	 .rcln-section-content-item.active {
		 margin: 0;
		 width: 100%;
		 background: none;
	 }
	 .rcln-section-content-item.active .rcln-section-content-item-tit {
		 color: #012FA8;
	 }
	 .rcln-section-content-item-desc {
		 font-weight: 400;
		 font-size: 11px;
		 color: #7F7F8B;
		 line-height: 17px;
		 text-align: justify;
		 margin-top: 6px;
		 padding-bottom: 24px;
		 border-bottom: 1px solid #F1EFEF;
		 display: block;
	 }
	 .rcln-section-content-item.active .rcln-section-content-item-desc {
		 color: #7F7F8B;
		 display: block;
	 }
	 .rcln-section-content-item .rcln-img .img-blue {
		 display: none;
	 }
	 .rcln-section-content-item .rcln-img .img-white {
		 display: block;
	 }
	 .rcln-section-content-item.active .rcln-img .img-white {
		 display: block;
	 }
	 .rcln-img {
		 left: 0;
		 top: 20px;
		 width: 52px;
		 height: 52px;
		 background: #012FA8;
	 }
	 .rcln-img img {
		 scale: .5;
	 }



	 .rcln-section-swiper {
		 margin-top: 0;
		 flex-flow: column;
		 padding: 40px 30px 0;
		 position: relative;
	 }
	 .rcln_swiper {
		 width: 100%;
	 }
	 .rcln-content {
		 width: auto;
		 height: 180px;
		 position: absolute;
		 top: 84px;
		 left: 30px;
		 right: 30px;
	 }
	 .swiper-slide-title {
		 font-weight: 500;
		 font-size: 16px;
		 color: #012FA8;
		 line-height: 1;
		 margin-top: 0;
	 }
	 .swiper-slide-text {
		 font-size: 12px;
		 line-height: 20px;
		 margin-top: 234px;
	 }
	 .rcln-section-swiper .index-section-header-l {
		 transform: scale(.5);
	 }
	 .rcln-swiper-pagination {
		 margin-top: 24px;
		 margin-bottom: 24px;
	 }



	 .f_bg {
		 font-size: 12px;
		 padding-top: 0;
		 padding-bottom: 0px;
		 padding-left: 0;
	 }
	 .f_bg .links {
		 display: none;
	 }
	 .f_bg .f_div2_r2 {
		 padding-right: 0;
		 padding-bottom: 32px;
		 float: none;
		 display: flex;
		 flex-flow: column;
		 justify-content: center;
		 align-items: center;
	 }
	 .f_bg .f_div2_r2 .contacts {
		 text-align: center;
		 margin-top: 40px;
	 }
	 .f_bg .f_div2_r2 .address {
		 margin-top: 0;
	 }
	 .f_bg .f_div2_r2 .contacts.address h2 {
		 display: none;
	 }

	 .f_bg .f_div2_r2 .contacts h2 {
		 font-size: 14px;
		 font-weight: 400;
		 text-align: center;
		 line-height: 1;
	 }
	 .f_bg .f_div2_r2 .contacts a {
		 margin-top: 13px;
		 font-family: 'Gentium-Book-Basic';
		 font-size: 32px;
		 font-style: italic;
		 line-height: 1;
	 }
	 .f_bg .f_div2_r2 .contacts span {
		 font-size: 12px;
		 line-height: 20px;
		 color: #9E9E9E;
	 }
	 .f_bg .f_div2_r2 .qrcode {
		 margin-top: 34px;
	 }
	 .f_bg .f_div2_r2 .qrcode-item:not(:first-child) {
		 display: none;
	 }
	 .f_bg .f_bg_div .foot_nav {
		 width: 261px;
		 border: 1px solid #909091;
		 margin-top: 36px;
		 padding: 18px 20px;
		 display: flex;
		 justify-content: space-between;
		 font-size: 12px;
	 }
	 .foot_nav img {
		 width: 8px;
		 height: 8px;
	 }
	 .foot_nav .foot_nav_links a {
		 font-size: 12px;
		 height: 20px;
		 line-height: 20px;
	 }
	 .foot_nav .foot_nav_links {
		 width: 200px;
	 }

	 .f_div3 {
		 padding: 15px 0;
		 font-size: 10px;
		 line-height: 1;
		 display: block;
	 }
	 .f_div3 .foot_nav {
		 display: none;
	 }
	 .f_bg_div.footx {
		 line-height: 12px;
		 text-align: center;
	 }

	 .f_bg_div.footx:not(:first-child)  {
		 margin-top: 2px;
	 }
}
