@font-face {

	font-family: fontR;

	src: url('../fonts/SourceHanSansCN-Regular.otf');

}



@font-face {

	font-family: fontB;

	src: url('../fonts/SourceHanSansCN-Bold.otf');

}



html,

body {

	padding: 0;

	margin: 0;

	font-family: fontR;

	font-size: 16px;

	color: #333333;

	/*min-width: 1200px;*/

	/* overflow-x: hidden; */

}



.wrap {

	margin: 0 auto;

	max-width: 1400px;

}


video {

	max-width: 100%;
	height: auto;

}
ul {

	padding: 0;

	margin: 0;

}



ul li {

	list-style: none;

}



.fl {

	float: left;

}



.fr {

	float: right;

}



a,

a:hover,

a:active,

a:visited,

a:link,

a:focus {

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-tap-highlight-color: transparent;

	outline: none;

	background: none;

	text-decoration: none;

	transition-duration: .5s;

	-ms-transition-duration: .5s;

	-moz-transition-duration: .5s;

	-webkit-transition-duration: .5s;

}



img {

	max-width: 100%;

}



input:focus,

button:focus,

textarea:focus {

	outline: none;

}



.ovh {

	display: block;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}



.ovh2 {

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

}



.ovh3 {

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	overflow: hidden;

}



.ovh4 {

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 4;

	overflow: hidden;

}



p {

	margin: 0;

}



i,

em {

	font-style: initial;

}



.imgH {

	overflow: hidden;

}



.imgH img {

	transition-duration: .6s;

	-ms-transition-duration: .6s;

	-moz-transition-duration: .6s;

	-webkit-transition-duration: .6s;

}



.imgH:hover img {

	transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	-webkit-transform: scale(1.1);

}



.flexcen {

	display: flex;

	justify-content: center;

	align-items: center;

}



.flexsta {

	display: flex;

	justify-content: flex-start;

	align-items: center;

}



.flexend {

	display: flex;

	justify-content: flex-end;

	align-items: center;

}



.flexbet {

	display: flex;

	justify-content: space-between;

	align-items: center;

}



.flexaro {

	display: flex;

	justify-content: space-around;

	align-items: center;

}



/**导航菜单**/

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 9999;

	color: #333;

	height: 80px;

	transition: all .5s;

	background: #fff;

}



header .logo a {

	height: 80px;

	position: relative;

	z-index: 9999;

	display: flex;

	justify-content: center;

	align-items: center;

}



header .logo img {

	max-height: 60%;

}



header .rightDiv .menu>ul {

	display: inline-block !important;

}



header .rightDiv .menu>ul>li {

	float: left;

}



header .rightDiv .menu>ul>li>a {

	height: 80px;

	text-align: left;

	position: relative;

	font-size: 16px;

	display: flex;

	justify-content: center;

	align-items: center;

}



header .rightDiv .menu>ul>li>a span {

	height: 32px;

	display: flex;

	justify-content: center;

	align-items: center;

	color: #333;

	border-radius: 16px;

	padding: 0 20px;

	font-size: 18px

}



header .rightDiv .menu>ul>li>a i {

	width: 12px;

	height: 6px;

	background: url(../img/xia.png) no-repeat center center;

	margin-left: 4px;

}



header .rightDiv .menu>ul>li.on>a span {

	color: #024084

}



header .othersDiv {

	height: 80px;

	margin-left: 20px;

}



header .othersDiv .langDiv {

	position: relative;

}



header .othersDiv .langDiv>a {

	color: #fff;

	height: 32px;

	border-radius: 23px;

	padding: 0 13px;

	background: #d10000;

}



header .othersDiv .langDiv>a span {

	margin: 0 9px 0 4px;

	font-size: 14px;

}



header .othersDiv .langDiv .aDiv {

	position: absolute;

	left: 50%;

	width: 100%;

	background: #fff;

	top: 100%;

	transform: translateX(-50%);

	border-radius: 3px;

	font-size: 14px;

	display: none;

	overflow: hidden;

}



header .othersDiv .langDiv .aDiv a {

	color: #333;

	display: block;

	text-align: center;

	padding: 10px;

}



header .othersDiv .langDiv .aDiv a.on {

	color: #024084;

}



header .othersDiv .langDiv:hover .aDiv {

	display: block;

}



header .mbtn {

	display: inline-block;

	width: 50px;

	height: 50px;

	background: url(../img/menu.png) no-repeat center center;

	background-size: 22px auto;

	position: absolute;

	top: 0;

	right: 0;

	display: none;

}



header .mbtn:active {

	opacity: .8;

}



body.on-menu header .mbtn {

	background: url(../img/menu-hide.png) no-repeat center center;

	background-size: 22px auto;

}



.menu,

.menu ul li,

.menu ul li a,

.menu #menu-button {

	margin: 0;

	padding: 0;

	border: 0;

	list-style: none;

	display: block;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}



.menu:after,

.menu>ul:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0

}



.menu #menu-button {

	display: none

}



.menu {

	width: auto;

}



#menu-line {

	position: absolute;

	top: 0;

	left: 0;

	height: 3px;

	background: #009ae1;

	-webkit-transition: all .25s ease-out;

	-moz-transition: all .25s ease-out;

	-ms-transition: all .25s ease-out;

	-o-transition: all .25s ease-out;

	transition: all .25s ease-out

}



.menu>ul>li {

	float: left;

	position: relative;

}



.menu>ul>li>a {

	padding: 0;

	font-size: 15px;

	text-decoration: none;

	/* text-transform: uppercase; */

	color: #555555;

	-webkit-transition: color .2s ease;

	-moz-transition: color .2s ease;

	-ms-transition: color .2s ease;

	-o-transition: color .2s ease;

	transition: color .2s ease

}



.menu>ul>li:hover>a,

.menu>ul>li.active>a {

	color: #fff

}



/*.menu ul ul{position:absolute;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/

.menu ul ul {

	position: absolute;

	background: #fff;

	text-align: left;

	width: max-content;

	min-width: 180px;

	top: 100%;

	left: 50%;

	transition: opacity .3s;

	opacity: 0;

	visibility: hidden;

	box-shadow: 0px 6px 16px rgba(89, 89, 89, .11);

	transform: translateX(-50%);

	border-radius: 4px;

}



.menu ul ul::before {

	content: "";

	width: 16px;

	height: 16px;

	background: url(../img/sj.png) no-repeat top center;

	position: absolute;

	left: 50%;

	top: -8px;

	transform: translateX(-50%);

	z-index: 0;

}



/*.menu ul ul .ulDiv{transition: all .4s;opacity: 0;position: absolute;z-index: -1;visibility: hidden;width: 100%;}*/

/*.menu ul ul:before{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;left: 90%;top: 0;z-index: -1;display: none; }

.menu ul ul:after{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;right: 90%;top: 0;z-index: -1;display: none; }*/

.menu>ul>li:hover>ul {

	height: initial;

	visibility: visible;

	opacity: 1;

}



.menu>ul>li li a {

	line-height: 48px;

	text-align: center;

	display: block;

	color: #333333;

	font-size: 14px;

	position: relative;

	z-index: 1;

}



.menu>ul>li li a:hover {

	background: #d10000;

	color: #fff;

}



.on-fixed header {

	background: #fff;

}



/****底部***/

.footerDiv {

	border-top: 6px solid #285a96;

	position: relative;

}



.footerDiv::before {

	content: "";

	width: 21vw;

	height: 6px;

	background: #d10000;

	position: absolute;

	left: 0;

	top: -6px;

}



.footerDiv .hdDiv {

	padding: 60px 0 60px;

	background: #2b2b2b;

}



.footerDiv .hdDiv .flexbet {

	align-items: flex-start;

	color: #fff;

}



.footerDiv .hdDiv .listDiv {

	margin-right: 40px;

	max-width: 70%;

}



.footerDiv .hdDiv .listDiv:last-child {

	margin-right: 0;

	width: 65%;

}



.footerDiv .hdDiv .listDiv>span {

	display: block;

	padding-bottom: 20px;

	border-bottom: 1px solid rgba(255, 255, 255, .16);

	margin-bottom: 20px;

}



.footerDiv .hdDiv .aDiv a {

	color: rgba(255, 255, 255, .7);

	display: block;

	margin-top: 15px;

}



.footerDiv .hdDiv .aDiv a:hover {

	color: #16ffbb;

}



.footerDiv .hdDiv .listDiv .lxDiv {

	color: rgba(255, 255, 255, .7);

	align-items: flex-start;

}



.footerDiv .hdDiv .listDiv .lxDiv .p {

	width: calc(100% - 300px);

}



.footerDiv .hdDiv .listDiv .p p {

	margin: 0 0 15px;

}



.footerDiv .hdDiv .listDiv .lxDiv .shareDiv {

	margin-top: 40px;

}



.footerDiv .hdDiv .listDiv .lxDiv .shareDiv a {

	margin-right: 7px;

}



.footerDiv .hdDiv .listDiv .ewmDiv .imgDiv {

	width: 110px;

	text-align: center;

	margin-left: 40px;

}



.footerDiv .hdDiv .listDiv .ewmDiv img {

	width: 100%;

}



.footerDiv .hdDiv .listDiv .ewmDiv p {

	text-align: center;

	font-size: 14px;

	display: block;

	margin-top: 10px;

	color: #cbcdd2;

}



.footerDiv .bdDiv {

	padding: 13px 0;

	font-size: 14px;

	text-align: center;

	background: #000;

}



.footerDiv .bdDiv p {

	color: #cccccc;

}



.footerDiv .bdDiv a {

	color: #cccccc;

}



.footerDiv .bdDiv a:hover {

	color: rgba(255, 255, 255, 1);

}



.footerDiv .bdDiv .linkDiv {

	position: relative;

}



.footerDiv .bdDiv .linkDiv .defaultDiv {

	padding: 0 20px;

	border: 1px solid rgba(220, 220, 220, .5);

	line-height: 30px;

	color: rgba(255, 255, 255, .7);

	font-size: 14px;

	border-radius: 2px;

}



.footerDiv .bdDiv .linkDiv .defaultDiv span {

	color: rgba(255, 255, 255, .7);

	margin-right: 5px;

}



.footerDiv .bdDiv .linkDiv .downloadDiv {

	position: absolute;

	width: 100%;

	border: 1px solid rgba(220, 220, 220, .5);

	bottom: 100%;

	left: 0;

	background: #024084;

	display: none;

}



.footerDiv .bdDiv .linkDiv .downloadDiv a {

	display: block;

	line-height: 36px;

	color: rgba(255, 255, 255, .7);

}



.footerDiv .bdDiv .linkDiv .downloadDiv a:hover {

	color: #fff;

}



.footerDiv .bdDiv .linkDiv:hover .downloadDiv {

	display: block;

}





/*::-webkit-scrollbar  

{  

    width: 2px;  

    height: 2px;  

}  

::-webkit-scrollbar-track  

{  

    border-radius: 4px;  

    background-color: #f5f5f5;

}  

::-webkit-scrollbar-thumb  

{  

    border-radius: 4px; 

    background-color: #0E50D1;

}*/



/********************************* 首页 **********************************/

.main {

	margin-top: 0;

}





/*banner轮播*/

.index-banner {

	width: 100%;

	position: relative;

}



.index-banner .swiper-slide {

	overflow: hidden;

}



.index-banner .swiper-slide:after {

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, .1);

	position: absolute;

	left: 0;

	bottom: 0;

	content: "";

}



.index-banner .img {

	width: 100%;

	display: block;

	height: 45.83vw;

	background: none no-repeat center;

	background-size: cover;

}



.index-banner .img .wrap {

	position: relative;

}



/*.index-banner .gridVideo{width: 100%;display: block;height: 50.46875vw;position: relative;position: absolute;left: 0;top: 0;}

.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}*/

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {

	bottom: 30px;

}



.index-banner .swiper-pagination-bullet {

	width: 10px;

	height: 10px;

	background: #fff;

	border-radius: 5px;

	opacity: 1;

}



.index-banner .swiper-pagination-bullet-active {

	opacity: 1;

	position: relative;

	width: 34px;

}



.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

	margin: 0 6px;

}



.index-banner .wrap {

	height: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	text-align: center;

	z-index: 999

}



.index-banner .textDiv .p1 {

	font-size: 3.125vw;

	font-weight: bold;

	color: #fff;

	text-shadow: 1px 1px 1px #000

}



.index-banner .textDiv .p2 {

	font-size: 2.125vw;

	font-weight: bold;

	color: #fff;

	text-shadow: 1px 1px 1px #000;

	text-transform: uppercase

}



.indexTitle {

	position: relative;

}



.indexTitle.tc {

	text-align: center;

	margin: 0 auto;

}



.indexTitle span {

	color: #0d0d0d;

	display: inline-block;

	position: relative;

	padding: 0 34px;

}



.indexTitle span::before {

	content: "";

	width: 10px;

	height: 10px;

	background: #024084;

	position: absolute;

	left: 0;

	top: 50%;

	transform: translateY(-5px);

}



.indexTitle span::after {

	content: "";

	width: 10px;

	height: 10px;

	background: #024084;

	position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-5px);

}



.indexTitle.cfff span {

	color: #fff;

}



.indexTitle.cfff span::before {

	background: #fff;

}



.indexTitle.cfff span::after {

	background: #fff;

}



.f72 {

	font-size: 72px;

}



.f60 {

	font-size: 60px;

}



.f56 {

	font-size: 56px;

}



.f48 {

	font-size: 48px;

}



.f40 {

	font-size: 40px;

}



.f36 {

	font-size: 36px;

}



.f32 {

	font-size: 32px;

}



.f30 {

	font-size: 30px;

}



.f26 {

	font-size: 26px;

}



.f24 {

	font-size: 24px;

}



.f22 {

	font-size: 22px;

}



.f20 {

	font-size: 20px;

}



.f18 {

	font-size: 18px;

}



.f14 {

	font-size: 14px;

}



.f12 {

	font-size: 12px;

}



.bold {

	font-family: fontB;

}



.imgOver {

	position: relative;

}



.imgOver .pic {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

}



.imgOver .pic img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.pd80 {

	padding: 80px 0;

}



.indexDiv1 {

	padding: 80px 0 90px;

}



.indexDiv1 .bdDiv {

	margin-top: 60px;

}



.indexDiv1 .bdDiv .row>div a {

	display: block;

	height: 100%;

	background: #fff;

	border-radius: 12px;

	overflow: hidden;

	padding: 10px 10px 0;

	box-shadow: 0px 0px 43px rgba(110, 131, 126, .25);

}

.indexDiv1 .bdDiv .row>div{margin-bottom: 30px;}

.indexDiv1 .bdDiv .row>div .imgDiv {

	padding-top: 50%;

	border-radius: 8px;

	overflow: hidden;

}



.indexDiv1 .bdDiv .row>div .textDiv {

	text-align: center;

	padding: 20px 0;

}



.indexDiv1 .bdDiv .row>div .textDiv span {

	color: #000;

	font-weight: bold;

}



.indexDiv1 .bdDiv .row>div .textDiv .p {

	color: #555;

	margin-top: 10px;

	font-size: 16px;

	padding: 0 20px;

	line-height: 30px

}



.indexDiv1 .bdDiv .moreBtn {

	width: 330px;

	background: #024084;

	color: #fff;

	height: 56px;

	border-radius: 8px;

	margin-top: 50px;

}



.indexDiv1 .bdDiv .moreBtn img {

	margin-left: 12px;

}



.indexDiv2 {

	background: #f0f8fc;

	padding: 90px 0 80px;

	position: relative;

}



.indexDiv2::before {

	content: "";

	width: 100%;

	height: 364px;

	background: url(../img/i-bg2.jpg) no-repeat center center;

	position: absolute;

	left: 0;

	top: 0;

}



.indexDiv2 .bdDiv {

	margin-top: 50px;

}



.indexDiv2 .bdDiv .row {

	margin: 0 -10px;

}



.indexDiv2 .bdDiv .row>div {

	padding: 0 10px;

	margin-top: 20px;

}



.indexDiv2 .bdDiv .row>div .conDiv {

	height: 100%;

	background: #fff;

	border-radius: 12px;

	text-align: center;

	padding: 30px 40px 30px;

	box-shadow: 0px 0px 24px rgba(96, 96, 96, .1);

}



.indexDiv2 .bdDiv .row>div .conDiv span {

	margin: 15px 0;

	display: block;

}



.indexDiv2 .bdDiv .row>div .conDiv p {

	color: #666;

}



.indexDiv3 {

	padding: 80px 0 70px;

	overflow: hidden;

}



.indexDiv3 .bdDiv {

	margin-top: 60px;

}



.indexDiv3 .bdDiv .swiper-container {

	overflow: initial;

	margin: -20px;

}



.indexDiv3 .bdDiv a {

	display: block;

	padding: 20px;

}



.indexDiv3 .bdDiv a .imgDiv {

	padding-top: 58.82%;

	border-radius: 20px;

	overflow: hidden;

}



.indexDiv3 .bdDiv a .title {

	color: #1d1d1d;

	font-size: 18px;

	text-align: center;

	margin-top: 30px;

}



.indexDiv3 .bdDiv a:hover .imgDiv {

	box-shadow: 0 0 20px rgba(2, 64, 132, .25);

}



.indexDiv3 .bdDiv a:hover .title {

	color: #1a4ebb;

}



.indexDiv4 {

	padding: 90px 0;

	position: relative;

	background: #f0f8fc

}



.indexDiv4 .bdDiv {

	padding-top: 50px;

	position: relative;

}



.indexDiv4 .bdDiv .imgDiv {

	width: 57.14%;

	position: absolute;

	left: 0;

	top: 0;

	bottom: 0;

	z-index: 0;

	height: calc(100% - 50px);

}



.indexDiv4 .bdDiv .imgDiv>img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	border-radius: 12px;

	overflow: hidden;

}



.indexDiv4 .bdDiv .imgDiv a {

	width: 222px;

	height: 65px;

	background: #d10000;

	color: #fff;

	position: absolute;

	left: 40px;

	bottom: -32px;

	z-index: 11;

}



.indexDiv4 .bdDiv .imgDiv a img {

	margin-left: 20px;

}



.indexDiv4 .bdDiv .textDiv {

	width: 47.93%;

	background: rgba(255, 255, 255, .9);

	border-radius: 12px;

	padding: 60px;

	position: relative;

	z-index: 1;

	box-shadow: 0px 0px 43px rgba(110, 131, 126, .25);

}



.indexDiv4 .bdDiv .textDiv .title {

	color: #024084;

}



.indexDiv4 .bdDiv .textDiv .p1 {

	color: #666666;

	line-height: 1.875;

	margin: 20px 0 0;

}



.indexDiv4 .bdDiv .textDiv .p2 {

	margin-top: 20px;

}



.indexDiv4 .bdDiv .textDiv .p2 span {

	color: #0d0d0d;

}



.indexDiv4 .bdDiv .textDiv .p2 p {

	color: #333;

	line-height: 1.875;

	margin-top: 10px;

}



.indexDiv5 {

	padding: 90px 0;

	overflow: hidden;

}



.indexDiv5 .bdDiv {

	margin-top: 50px;

}



.indexDiv5 .bdDiv .row {

	margin: 0 -30px;

}



.indexDiv5 .bdDiv .row>div {

	padding: 0 30px;

}



.indexDiv5 .bdDiv .row>div .conDiv {

	flex-direction: column;

	align-items: stretch;

	text-align: center;

}



.indexDiv5 .bdDiv .row>div .conDiv img {

	box-shadow: 7px 3px 7px rgba(47, 150, 102, .25);

	border-radius: 50%;

}



.indexDiv5 .bdDiv .row>div .conDiv .textDiv span {

	color: #2f9666;

	margin: 20px 0 15px;

	display: block;

}



.indexDiv5 .bdDiv .row>div .conDiv .textDiv p {

	font-size: 15px;

}



.indexDiv6 {

	padding: 80px 0 90px;

}



.indexDiv6 .bdDiv {

	position: relative;

	padding: 70px 0 0;

	align-items: stretch;

}



.indexDiv6 .blDiv {

	width: 50%;

	position: relative;

}



.indexDiv6 .blDiv img {

	width: 100%

}



.indexDiv6 .blDiv .hdDiv {

	background: #fff;

	box-shadow: 0px 0px 51px rgba(192, 192, 192, .31);

	padding: 46px 60px 80px;

	margin-bottom: 22px;

}



.indexDiv6 .blDiv .shDiv {

	margin-bottom: 40px;

}



.indexDiv6 .blDiv .shDiv .infoDiv .txImg {

	margin-right: 26px;

	width: 85px;

	height: 85px;

	overflow: hidden;

	border-radius: 50%;

}



.indexDiv6 .blDiv .shDiv .infoDiv .txImg img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.indexDiv6 .blDiv .shDiv .infoDiv .info .name {

	color: #14264f;

}



.indexDiv6 .blDiv .shDiv .infoDiv .info p {

	color: #333333;

	margin-top: 10px;

}



.indexDiv6 .blDiv .sbDiv .p2 {

	color: #999999;

	margin-top: 30px;

	line-height: 2;

	font-size: 14px;

}



.indexDiv6 .blDiv .bd ul li {

	width: calc(33.33% - 7px);

}



.indexDiv6 .blDiv .bd ul li .imgDiv {

	padding-top: 73.1%;

}



.indexDiv6 .swiper-pagination {

	position: relative;

	margin-top: 35px;

	text-align: left;

}



.indexDiv6 .swiper-pagination-bullet {

	width: 8px;

	height: 8px;

	background: #111111;

	border-radius: 0;

	opacity: .5;

}



.indexDiv6 .swiper-pagination-bullet-active {

	opacity: 1;

	position: relative;

	background: #2f9666;

}



.indexDiv6 .swiper-pagination-bullet {

	margin: 0 15px 0 0;

}



.indexDiv6 .formDiv {

	width: 50%;

	background: #024084;

	color: #fff;

	padding: 35px 30px 22px;

	position: relative;

}



.indexDiv6 .formDiv>img {

	position: absolute;

	bottom: 20px;

	right: 0;

}



.formDiv .titleDiv span {

	display: block;

	margin-bottom: 20px;

	line-height: 36px

}



.formDiv .titleDiv p {

	color: rgba(255, 255, 255, .6);

	margin: 10px 0 25px;

}



.formDiv form .conDiv {

	margin-bottom: 20px;

}



.formDiv form .conDiv>span {

	display: block;

	margin-bottom: 10px;

	font-size: 16px

}



.formDiv form .conDiv select {

	width: 100%;

	height: 40px;

	background: rgba(255, 255, 255, .3);

	border-radius: 4px;

	border: 0;

	padding: 0 10px;

	color: #fff;

	font-size: 14px;

}



.formDiv form .conDiv select:focus {

	outline: none;

}



.formDiv form .conDiv .inputDiv input {

	display: block;

	background: rgba(255, 255, 255, .3);

	border-radius: 4px;

	border: 0;

	padding: 0 10px;

	color: #fff;

	width: 100%;

	line-height: 40px;

}



.formDiv form .conDiv textarea {

	width: 100%;

	height: 125px;

	border: 0;

	display: block;

	padding: 0 0 15px;

	background: transparent;

	resize: none;

	color: #fff;

}



.formDiv form .conDiv .textDiv {

	background: rgba(98, 186, 145, .9);

	font-size: 14px;

	padding: 10px 20px;

	border-radius: 4px;

}



.formDiv form .conDiv .textDiv>div {

	margin: 5px 0;

}



.formDiv form .conDiv .textDiv input {

	width: calc(100% - 98px);

	background: transparent;

	padding: 0;

	border: 0;

	color: #fff;

	position: relative;

	z-index: 1;

}



.formDiv form button {

	width: 100px;

	height: 36px;

	background: #fff;

	color: #024084;

	border: 0;

	padding: 0;

	cursor: pointer;

	border-radius: 2px;

	margin-top: 14px;

}



.formDiv form input::placeholder {

	color: #fff;

}



.formDiv form input::-webkit-input-placeholder {

	color: #fff;

}



.formDiv form input::-moz-placeholder {

	color: #fff;

}



.formDiv form textarea::placeholder {

	color: #fff;

}



.formDiv form textarea::-webkit-input-placeholder {

	color: #fff;

}



.formDiv form textarea::-moz-placeholder {

	color: #fff;

}



select::-ms-expand {

	display: none;

}



select {

	appearance: none;

	-moz-appearance: none;

	-webkit-appearance: none;

	padding-right: 20px;

	background: url(../img/xiala.png) no-repeat right 14px center;

}



.ny-banner {

	position: relative;

}



.ny-banner .img {

	height: 29.17vw;

	background: none no-repeat center;

	background-size: cover;

}



.ny-banner .swiper-container-horizontal>.swiper-pagination-bullets {

	bottom: 10px;

}



.ny-banner .swiper-pagination-bullet {

	width: 10px;

	height: 10px;

	background: #fff;

	border-radius: 5px;

	opacity: 1;

}



.ny-banner .swiper-pagination-bullet-active {

	opacity: 1;

	position: relative;

	width: 34px;

}



.ny-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

	margin: 0 6px;

}



.ny-banner .textDiv {

	position: absolute;

	left: 50%;

	top: 0;

	z-index: 22;

	text-align: center;

	transform: translateX(-50%);

}



.ny-banner .textDiv .p1 {

	font-size: 2.5vw;

	font-weight: bold;

	color: #fff;

	text-shadow: 7px 0px 7px rgba(107, 101, 63, .5);

	padding-top: 15.5vw;

}



.twoMenuDiv {

	background: #f6f6f6

}



.twoMenuDiv .bdDiv {

	overflow: hidden;

}



.twoMenuDiv a {

	display: block;

	color: #0d0d0d;

	float: left;

	line-height: 80px;

	position: relative;

	margin: 0 50px 0 0;

}



.twoMenuDiv a:last-child {

	margin-right: 0;

}



.twoMenuDiv a.active:after {

	content: "";

	width: 100%;

	height: 2px;

	background: #024084;

	position: absolute;

	left: 0;

	bottom: 0;

}



.twoMenuDiv a.active,

.twoMenuDiv1 a:hover {

	color: #024084;

}



.lvyouDiv1 {

	padding: 40px 0 80px;

}



.lvyouDiv1 .row {

	margin: 0 -20px;

}



.lvyouDiv1 .row>div {

	padding: 0 20px;

	margin-bottom: 40px;

}



.lvyouDiv1 .row>div a {

	display: block;

	position: relative;

}



.lvyouDiv1 .row>div .imgDiv {

	padding-top: 70.44%;

	overflow: hidden;

}



.lvyouDiv1 .row>div .textDiv {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: flex-end;

	padding: 30px 40px;

	color: #fff;

	background: url(../img/yy.png) no-repeat bottom center/100%;

}



.lvyouDiv1 .row>div .textDiv .p {

	margin-top: 10px;

	opacity: .7;

}



.pageDiv {

	text-align: center;

	margin-top: 50px;

}



.pageDiv a,

.pageDiv span {

	display: inline-block;

	margin: 0 3px;

	color: #333333;

	border-radius: 2px;

	font-size: 14px;

	border: 1px solid #eeeeee;

	padding: 6px 13px;

	background: #fff;

}



.pageDiv span {

	color: #fff;

	background: #024084;

	border-color: #024084;

}



.lvyouDiv2 {

	padding: 80px 0 70px;

	color: #fff;

}



.lvyouDiv2 .titleDiv {

	max-width: 560px;

}



.lvyouDiv2 .bdDiv {

	margin-top: 20px;

}



.lvyouDiv2 .bdDiv ul {

	flex-wrap: wrap;

	align-items: flex-start;

}



.lvyouDiv2 .bdDiv ul {

	overflow: hidden;

}



.lvyouDiv2 .bdDiv ul li {

	width: calc(50% - 20px);

	border-bottom: 1px solid rgba(255, 255, 255, .3);

	float: left;

	padding: 0 20px;

}



.lvyouDiv2 .bdDiv ul li:nth-of-type(odd) {

	margin-right: 40px;

}



.lvyouDiv2 .bdDiv ul li .lh {

	padding: 30px 50px 30px 0;

	background: url(../img/xjt.png) no-repeat right center;

	cursor: pointer;

}



.lvyouDiv2 .bdDiv ul li .lb {

	padding-bottom: 15px;

	line-height: 1.7;

	display: none;

}



.lvyouDiv2 .bdDiv ul li.on .lh {

	font-weight: bold;

	background: url(../img/sjt.png) no-repeat right center;

}



/* .lvyouDiv2 .bdDiv ul li.on .lb{display: block;} */



.lvyouDiv3 {

	padding: 90px 0 80px;

}



.lvyouDiv3 .bdDiv {

	margin-top: 50px;

}



.lvyouDiv3 .bdDiv .row {

	margin: 0 -5px;

}



.lvyouDiv3 .bdDiv .row>div {

	padding: 0 5px;

}



.lvyouDiv3 .bdDiv .row>div .conDiv {

	height: 100%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv1 {

	padding-top: 97.67%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv2 {

	padding-top: 54.97%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv3 {

	padding-top: 76.02%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv4 {

	padding-top: 85.38%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv5 {

	padding-top: 88.88%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv6 {

	padding-top: 177.78%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv7 {

	padding-top: 75.44%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv .imgDiv8 {

	padding-top: 155.56%;

}



.lvyouDiv3 .bdDiv .row>div .conDiv a {

	display: block;

	margin-bottom: 10px;

}



.lvyouDiv3 .bdDiv .row>div .conDiv a:last-child {

	margin-bottom: 0;

}



.txDiv1 {

	padding: 80px 0;

}



.txDiv1 .hdDiv {

	margin-bottom: 60px;

	flex-wrap: wrap;

}



.txDiv1 .hdDiv a {

	padding: 0 24px;

	background: #fff;

	border-radius: 24px;

	color: #0d0d0d;

	font-size: 14px;

	line-height: 48px;

	margin-right: 20px;

	box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);

	margin-bottom: 10px;

}



.txDiv1 .hdDiv a:last-child {

	margin-right: 0;

}



.txDiv1 .hdDiv a.active {

	background: #024084;

	color: #fff;

}



.txDiv1 .bdDiv .aDiv {

	margin-bottom: 20px;

}



.txDiv1 .bdDiv .aDiv a {

	background: #fff;

	border-radius: 12px;

	overflow: hidden;

	box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);

}



.txDiv1 .bdDiv .aDiv .imgDiv {

	width: 41.43%;

	height: 396px;

	overflow: hidden;

}



.txDiv1 .bdDiv .aDiv .textDiv {

	width: 58.57%;

	padding: 40px;

}



.txDiv1 .bdDiv a .textDiv .p1 {

	color: #999999;

	font-size: 12px;

}



.txDiv1 .bdDiv a .textDiv .title {

	color: #000;

	margin: 10px 0 25px;

}



.txDiv1 .bdDiv a .textDiv .p {

	color: #666666;

	font-size: 14px;

	margin-bottom: 60px;

}



.txDiv1 .bdDiv a .textDiv .moreBtn {

	width: 100px;

	height: 32px;

	background: #024084;

	color: #fff;

	font-size: 12px;

	border-radius: 4px;

	box-shadow: 0px 0px 24px rgba(47, 150, 102, .25);

}



.txDiv1 .bdDiv .row {

	margin: 0 -10px 40px;

}



.txDiv1 .bdDiv .row>div {

	padding: 0 10px;

	margin-bottom: 20px;

}



.txDiv1 .bdDiv .row>div a {

	display: block;

	border-radius: 12px;

	overflow: hidden;

}



.txDiv1 .bdDiv .row>div .imgDiv {

	padding-top: 58.7%;

	overflow: hidden;

}



.txDiv1 .bdDiv .row>div .textDiv {

	width: 83.19%;

	background: #fff;

	margin: -100px 0 0 auto;

	position: relative;

	z-index: 1;

	border-radius: 12px;

	overflow: hidden;

	padding: 25px;

}



.txDiv1 .bdDiv .row>div .textDiv .title {

	margin: 10px 0 20px;

}



.txDiv1 .bdDiv .row>div .textDiv .p {

	margin-bottom: 40px;

}



.txDiv1 .bdDiv a:hover .textDiv .title {

	color: #024084;

}



.yanxueDiv1 {

	padding: 80px 0;

}



.yanxueDiv1 ul li {

	margin-bottom: 30px;

}



.yanxueDiv1 ul li .conDiv {

	background: #fff;

	border-radius: 12px;

	overflow: hidden;

	box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);

}



.yanxueDiv1 ul li .imgDiv {

	width: 30%;

	height: 300px;

	overflow: hidden;

}



.yanxueDiv1 ul li .textDiv {

	width: 70%;

	padding: 40px;

}



.yanxueDiv1 ul li .textDiv .p1 {

	color: #999999;

	font-size: 14px;

	margin: 15px 0;

}



.yanxueDiv1 ul li .textDiv .title {

	color: #000;

}



.yanxueDiv1 ul li .textDiv .p {

	color: #666666;

	font-size: 16px;

	margin-bottom: 30px;

	line-height: 30px

}



.yanxueDiv1 ul li .textDiv .moreBtn {

	width: 100px;

	height: 32px;

	background: #024084;

	color: #fff;

	font-size: 12px;

	border-radius: 4px;

	box-shadow: 0px 0px 24px rgba(47, 150, 102, .25);

}



.yanxueDiv1 ul li .textDiv .title:hover {

	color: #024084;

}



.yanxueDiv3 {

	padding: 80px 0;

	overflow: hidden;

}



.yanxueDiv3 .bdDiv {

	margin-top: 50px;

}



.yanxueDiv3 .swiper-container {

	overflow: initial;

	padding-bottom: 40px;

}



.yanxueDiv3 .imgDiv {

	padding-top: 64.9%;

}



.yanxueDiv3 .swiper-scrollbar {

	background: #d9ece7;

}



.yanxueDiv3 .swiper-scrollbar-drag {

	background: #024084;

}



.shangwuDiv1 {

	padding: 90px 0;

}



.shangwuDiv1 .bdDiv {

	margin-top: 50px;

}



.shangwuDiv1 .bdDiv .row {

	margin: 0;

}



.shangwuDiv1 .bdDiv .row>div {

	padding: 0;

}



.shangwuDiv1 .bdDiv .row>div .conDiv {

	height: 100%;

	flex-direction: column;

	align-items: stretch;

}



.shangwuDiv1 .bdDiv .row>div:nth-of-type(even) .conDiv {

	flex-direction: column-reverse;

}



.shangwuDiv1 .bdDiv .row>div .conDiv .imgDiv {

	padding-top: 100%;

}



.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv {

	padding-top: 100%;

	position: relative;

}



.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv::before {

	content: "";

	width: 34px;

	height: 34px;

	background: url(../img/lx.png) no-repeat center center;

	position: absolute;

	left: 50%;

	top: -17px;

	transform: translateX(-50%);

}



.shangwuDiv1 .bdDiv .row>div:nth-of-type(even) .conDiv .textDiv::before {

	top: initial;

	bottom: -17px;

}



.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: #fff;

	padding: 20% 10%;

}



.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text span {

	color: #024084;

	display: block;

	margin-bottom: 5px;

}



.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text p {

	color: #666666;

	line-height: 1.87;

	margin-top: 10px;

}



.shangwuDiv1 .btnDiv {

	margin-top: 40px;

}



.shangwuDiv1 .btnDiv a {

	width: 235px;

	height: 55px;

	background: #024084;

	color: #fff;

}



.shangwuDiv1 .btnDiv a img {

	margin-right: 6px;

}



.dingzhiDiv1 {

	padding: 80px 0;

}



.dingzhiDiv1 .hdDiv .title {

	width: calc(100% - 300px);

}



.dingzhiDiv1 .hdDiv .title span {

	display: block;

	color: #024084;

}



.dingzhiDiv1 .hdDiv a {

	width: 244px;

	height: 55px;

	background: #024084;

	color: #fff;

}



.dingzhiDiv1 .hdDiv a img {

	margin-right: 6px;

}



.dingzhiDiv1 .bdDiv ul li {

	margin-top: 60px;

	position: relative;

}



.dingzhiDiv1 .bdDiv ul li .imgDiv {

	width: 80.5%;

	height: 460px;

	border-radius: 12px;

	overflow: hidden;

	margin: 0 0 0 auto;

}



.dingzhiDiv1 .bdDiv ul li .imgDiv img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.dingzhiDiv1 .bdDiv ul li .textDiv {

	position: absolute;

	left: 0;

	top: 50%;

	transform: translateY(-50%);

	width: 33.58%;

	background: #fff;

	border-radius: 12px;

	overflow: hidden;

	padding: 40px;

	height: 340px;

	display: flex;

	align-items: center;

	box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);

}



.dingzhiDiv1 .bdDiv ul li .textDiv .line {

	width: 36px;

	height: 4px;

	background: #024084;

	margin: 20px 0;

}



.dingzhiDiv1 .bdDiv ul li .textDiv .p {

	color: #666;

	line-height: 1.8;

}



.dingzhiDiv1 .bdDiv ul li:nth-of-type(even) .imgDiv {

	margin: 0 auto 0 0;

}



.dingzhiDiv1 .bdDiv ul li:nth-of-type(even) .textDiv {

	right: 0;

	left: auto;

}



.dingzhiDiv3 {

	padding: 90px 0;

}



.dingzhiDiv3 .bdDiv {

	background: #fff;

	box-shadow: 0px 0px 51px rgba(192, 192, 192, .31);

	padding: 50px 60px;

	margin-top: 50px;

}



.dingzhiDiv3 .bdDiv .hdDiv {

	margin-bottom: 40px;

}



.dingzhiDiv3 .bdDiv .shDiv {

	margin-bottom: 40px;

}



.dingzhiDiv3 .bdDiv .shDiv .infoDiv .txImg {

	margin-right: 26px;

	width: 85px;

	height: 85px;

	overflow: hidden;

	border-radius: 50%;

}



.dingzhiDiv3 .bdDiv .shDiv .infoDiv .txImg img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.dingzhiDiv3 .bdDiv .shDiv .infoDiv .info .name {

	color: #14264f;

}



.dingzhiDiv3 .bdDiv .shDiv .infoDiv .info p {

	color: #333333;

	margin-top: 10px;

}



.dingzhiDiv3 .bdDiv .sbDiv .p2 {

	color: #999999;

	margin-top: 30px;

	line-height: 2;

	font-size: 14px;

}



.dingzhiDiv3 .bdDiv .bd ul li {

	width: calc(33.33% - 7px);

}



.dingzhiDiv3 .bdDiv .bd ul li .imgDiv {

	padding-top: 73.1%;

}



.productDetailDiv {

	padding: 60px 0;

}



.productDetailDiv .hdDiv {

	align-items: flex-start;

}



.productDetailDiv .leftDiv {

	width: 59.7%;

}



.productDetailDiv .leftDiv .hd {

	position: relative;

	display: flex;

	justify-content: space-between;

	align-items: center;

}



.productDetailDiv .leftDiv .smallDiv {

	width: 120px;

	position: relative;

}



.productDetailDiv .swiper-container {

	width: 100%;

	height: 700px;

	margin-right: 0;

	margin-left: auto;

}



.productDetailDiv .gallery-top {

	height: 100%;

	width: calc(100% - 135px);

}



.productDetailDiv .gallery-top .swiper-slide .imgDiv {

	display: flex;

	justify-content: center;

	align-items: center;

	height: 700px;

}



.productDetailDiv .gallery-top .swiper-slide img {

	height: 100%;

	width: 100%;

	object-fit: cover;

}



.productDetailDiv .gallery-thumbs {

	height: 700px;

	box-sizing: border-box;

}



.productDetailDiv .gallery-thumbs .swiper-slide .imgDiv {

	height: 120px;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

}



.productDetailDiv .gallery-thumbs .swiper-slide img {

	height: 100%;

	width: 100%;

	object-fit: cover;

}



.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active .imgDiv:before {

	content: "";

	width: 100%;

	height: 100%;

	border: 3px solid #024084;

	position: absolute;

	left: 0;

	top: 0;

	z-index: 2;

}



.productDetailDiv .swiper-button-next,

.productDetailDiv .swiper-button-prev {

	width: 100%;

	height: 24px;

	margin-top: 0;

	margin-top: 0;

	left: 0;

	opacity: 1;

	cursor: pointer;

}



.productDetailDiv .swiper-button-next:hover,

.productDetailDiv .swiper-button-prev:hover {

	opacity: 1;

}



.productDetailDiv .swiper-button-next {

	background: url(../img/next.png) no-repeat center center;

	right: auto;

	bottom: 0;

	top: auto;

}



.productDetailDiv .swiper-button-prev {

	background: url(../img/prev.png) no-repeat center center;

	top: 0;

}



.productDetailDiv .gallery-top .swiper-button-next,

.productDetailDiv .gallery-top .swiper-button-prev {

	width: 46px;

	height: 46px;

	margin-top: -20px;

	left: auto;

	bottom: auto;

	top: 50%;

	margin-left: initial;

	border-radius: 50%;

}



.productDetailDiv .gallery-top .swiper-button-next {

	background: url(../img/right_.png) no-repeat center center;

	background-size: 100%;

	right: 10px;

}



.productDetailDiv .gallery-top .swiper-button-prev {

	background: url(../img/left_.png) no-repeat center center;

	background-size: 100%;

	left: 10px;

}



.swiper-button-next:after,

.swiper-button-pev:after {

	content: "";

}



.swiper-button-next:focus,

.swiper-button-prev:focus {

	outline: none;

}



.productDetailDiv .rightDiv {

	width: 37%;

}



.productDetailDiv .rightDiv .title {

	position: relative;

	color: #024084;

}



.productDetailDiv .rightDiv .introDiv {

	margin: 30px 0 50px;

	line-height: 2.2;

}



.productDetailDiv .rightDiv a {

	width: 235px;

	height: 55px;

	background: #024084;

	color: #fff;

}



.productDetailDiv .rightDiv a img {

	margin-right: 10px;

}



.productDetailDiv .bdDiv .itemDiv {

	margin-top: 30px;

	background: #fff;

}



.productDetailDiv .bdDiv .itemDiv .ih {

	padding: 20px 30px 15px;

	border-bottom: 1px solid #e6e6e6;

	color: #024084;

}



.productDetailDiv .bdDiv .itemDiv .ih i {

	width: 4px;

	height: 20px;

	background: #024084;

	display: block;

	margin-right: 15px;

}



.productDetailDiv .bdDiv .itemDiv .ib {

	padding: 30px;

	line-height: 1.8;

}



.popDiv {

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, .8);

	z-index: 9999;

	display: none;

}



.popDiv .popCon {

	background: #fff;

	width: 96%;

	max-width: 560px;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	border-radius: 12px;

	overflow: hidden;

	padding: 40px;

	max-height: 95%;

	overflow-y: auto;

}



.popDiv .popCon a {

	position: absolute;

	right: 30px;

	top: 20px;

}



.popDiv .popCon .formDiv .titleDiv span {

	color: #024084;

}



.popDiv .popCon .formDiv .titleDiv p {

	color: #666666;

	font-size: 14px;

	margin: 20px 0;

	line-height: 1.8;

}



.popDiv .popCon .formDiv form .conDiv .inputDiv input {

	background: transparent;

	border: 1px solid #333;

	border-radius: 0;

	color: #333;

}



.popDiv .popCon .formDiv form .conDiv .textDiv {

	background: transparent;

	border: 1px solid #333;

	border-radius: 0;

}



.popDiv .popCon .formDiv form .conDiv .textDiv p {

	color: #666;

}



.popDiv .popCon .formDiv form .conDiv .textDiv input {

	color: #333;

}



.popDiv .popCon .formDiv form button {

	background: #024084;

	color: #fff;

}



.nyTitle {

	text-align: center;

}



.aboutDiv1 {

	padding: 70px 0;

}



.aboutDiv1 .p {

	color: #666;

	/*text-align: center;*/

	max-width: 80%;

	margin: 40px auto 0;

	line-height: 36px;

}



.aboutDiv1 .row {

	margin: 0 -20px;

	margin-top: 50px

}



.aboutDiv1 .row>div {

	padding: 0 20px;

	text-align: center;

}



.aboutDiv1 .row>div .conDiv {

	display: flex;

	flex-direction: column;

	height: 100%;

}



.aboutDiv1 .row>div .imgDiv {

	padding-top: 49.26%;

	overflow: hidden;

	border-radius: 12px;

}



.aboutDiv1 .row>div .textDiv {

	background: rgba(255, 255, 255, .9);

	border-radius: 12px;

	padding: 40px 30px;

	margin: -85px 5.5% 0;

	position: relative;

	z-index: 1;

	flex: 1;

}



.aboutDiv1 .row>div .textDiv p {

	margin-top: 15px;

	color: #555;

	line-height: 1.71;

	font-size: 18px

}



.aboutDiv1 .row>div .textDiv span {

	font-weight: bold

}



.aboutDiv2 {

	padding: 87px 0;

}



.aboutDiv2 .bdDiv {

	margin-top: 50px;

	align-items: flex-start;

}



.aboutDiv2 .bdDiv .blDiv {

	width: 27.86%;

}



.aboutDiv2 .bdDiv .blDiv ul li {

	margin-bottom: 6px;

}



.aboutDiv2 .bdDiv .blDiv ul li:last-child {

	margin-bottom: 0;

}



.aboutDiv2 .bdDiv .blDiv ul li a {

	height: 88px;

	background: #f0f8fc;

	color: #333;

	display: flex;

	align-items: center;

	padding: 0 30px;

}



.aboutDiv2 .bdDiv .blDiv ul li.on a {

	background: #024084;

	color: #fff;

}



.aboutDiv2 .bdDiv .brDiv {

	width: 70%;

}



.aboutDiv2 .bdDiv .brDiv .itemDiv {

	display: none;

	height: 464px;

	position: relative;

}



.aboutDiv2 .bdDiv .brDiv .itemDiv.on {

	display: block;

}



.aboutDiv2 .bdDiv .brDiv .itemDiv>img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.aboutDiv2 .bdDiv .brDiv .itemDiv .textDiv {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	color: #fff;

	padding: 40px 35px;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: flex-end;

	background: url(../img/yy.png) no-repeat bottom center/100%;

}



.aboutDiv2 .bdDiv .brDiv .itemDiv .textDiv p {

	margin-top: 15px;

	line-height: 1.71;

}



.aboutDiv3 {

	padding: 70px 0;

	position: relative;

}



.aboutDiv3 .hdDiv {

	text-align: center;

	color: #fff;

}



.aboutDiv3 .hdDiv .p {

	margin: 40px auto;

	max-width: 1200px;

	opacity: .8;

	line-height: 1.8;

}



.aboutDiv3 .rowDiv .row {

	margin: 0 -10px;

}



.aboutDiv3 .rowDiv .row>div {

	padding: 0 10px;

}



.aboutDiv3 .rowDiv .row>div .conDiv {

	background: #fff;

	border-radius: 12px;

	overflow: hidden;

	height: 100%;

	box-shadow: 0px 0px 43px rgba(110, 131, 126, .25);

	text-align: center;

}



.aboutDiv3 .rowDiv .row>div .conDiv .imgDiv {

	padding-top: 65.67%;

}



.aboutDiv3 .rowDiv .row>div .conDiv .textDiv {

	padding: 30px 20px;

}



.aboutDiv3 .rowDiv .row>div .conDiv .textDiv .line {

	width: 24px;

	height: 2px;

	background: #2f9666;

	margin: 15px auto;

}



.aboutDiv3 .rowDiv .row>div .conDiv .textDiv .p {

	color: #666;

	line-height: 1.8;

}



.aboutDiv3 .bdDiv {

	margin-top: 40px;

	align-items: flex-start;

}



.aboutDiv3 .bdDiv .blDiv {

	width: 55.71%;

}



.aboutDiv3 .bdDiv .blDiv .title {

	color: #024084;

}



.aboutDiv3 .bdDiv .blDiv .p {

	margin: 20px 0 40px;

}



.aboutDiv3 .bdDiv .blDiv ul li {

	align-items: flex-start;

	margin-bottom: 40px;

}



.aboutDiv3 .bdDiv .blDiv ul li .iconDiv {

	width: 80px;

	height: 80px;

	background: #024084;

	border-radius: 8px;

}



.aboutDiv3 .bdDiv .blDiv ul li .textDiv {

	width: calc(100% - 100px);

}



.aboutDiv3 .bdDiv .blDiv ul li .textDiv p {

	margin-top: 10px;

	opacity: .8;

	line-height: 26px;

	font-size: 16px;

	color: #333

}



.aboutDiv3 .bdDiv .brDiv {

	width: 40%;

}



.aboutDiv4 {

	padding: 80px 0 70px;

}



.aboutDiv4 .bdDiv {

	margin-top: 50px;

}



.aboutDiv4 .bdDiv .row {

	margin: 0 -10px;

}



.aboutDiv4 .bdDiv .row>div {

	padding: 0 10px;

	margin-bottom: 20px;

}



.aboutDiv4 .bdDiv .row>div .conDiv {

	background: #f3f5f5;

	padding: 10px;

	height: 100%;

}



.aboutDiv4 .bdDiv .row>div .conDiv .imgDiv {

	width: 218px;

	height: 188px;

}



.aboutDiv4 .bdDiv .row>div .conDiv .textDiv {

	width: calc(100% - 238px);

}



.aboutDiv4 .bdDiv .row>div .conDiv .textDiv span {

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}



.aboutDiv4 .bdDiv .row>div .conDiv .textDiv a span {

	color: #000

}



.aboutDiv4 .bdDiv .row>div .conDiv .textDiv p {

	margin-top: 10px;

	opacity: .8;

}



.aboutDiv4 .bdDiv .row>div .conDiv .textDiv a p {

	color: #333

}



.aboutDiv5 {

	padding: 80px 0 90px;

}



.aboutDiv5 .hdDiv {

	margin: 50px 0 20px;

	background: #fff;

}



.aboutDiv5 .hdDiv a {

	width: 25%;

	height: 64px;

	display: flex;

	justify-content: center;

	align-items: center;

	color: #333333;

}



.aboutDiv5 .hdDiv a.on {

	color: #fff;

	background: #024084;

}



.aboutDiv5 .bdDiv {

	padding: 20px;

	background: #fff;

}



.aboutDiv5 .bdDiv .rowDiv {

	display: none;

}



.aboutDiv5 .bdDiv .rowDiv.on {

	display: block;

}



.aboutDiv5 .bdDiv .textDiv {

	width: 50%;

}



.aboutDiv5 .bdDiv .textDiv .line {

	width: 28px;

	height: 2px;

	background: #024084;

	margin: 20px 0;

}



.aboutDiv5 .bdDiv .textDiv .p {

	color: #666666;

	line-height: 1.71;

}



.aboutDiv5 .bdDiv .imgDiv {

	width: 45.7%;

}













/*body:after {

    content: '';

    position: fixed;	

    z-index: 9998;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, .8);

    display: none;

}

body.on-menu:after {

    display: block;

}*/









/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}

.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}

.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/



@media (max-width:1420px) {

	.wrap {

		padding: 0 50px;

		width: 100%;

	}



	.productDetailDiv .gallery-top .swiper-slide .imgDiv {

		height: 600px;

	}



	.productDetailDiv .gallery-thumbs {

		height: 600px;

	}



	.productDetailDiv .gallery-thumbs .swiper-slide .imgDiv {

		height: 110px;

	}

}



@media (max-width:1220px) {

	.f72 {

		font-size: 60px;

	}



	.f60 {

		font-size: 50px;

	}



	.f56 {

		font-size: 46px;

	}



	.f48 {

		font-size: 40px;

	}



	.f40 {

		font-size: 36px;

	}



	.f30 {

		font-size: 26px;

	}



	.indexDiv3 ul li {

		height: 500px;

	}



	.indexDiv3 ul li .textDiv {

		padding: 20px;

	}



	.indexDiv3 ul li .textDiv img {

		width: 49px;

	}



	.indexDiv3 ul li .textDiv span {

		margin: 10px 0;

		font-size: 20px;

	}



	.indexDiv3 ul li .textDiv .p {

		font-size: 14px;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text {

		padding: 10% 5%;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text span {

		font-size: 20px;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text p {

		font-size: 14px;

	}



	.productDetailDiv .gallery-top .swiper-slide .imgDiv {

		height: 500px;

	}



	.productDetailDiv .gallery-thumbs {

		height: 500px;

	}



	.productDetailDiv .gallery-thumbs .swiper-slide .imgDiv {

		height: 100px;

	}

}



@media (max-width:1100px) {}



@media (min-width:992px) and (max-width:1024px) {}



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



@media (max-width:991px) {

	.wrap {

		padding: 0 20px;

		width: 100%;

	}



	.menu {

		width: 100%

	}



	.menu ul {

		width: 100%;

		display: block;

	}



	.menu>ul>li>a {

		padding: 0 20px;

	}



	.menu.align-center>ul,

	.menu.align-right ul ul {

		text-align: left

	}



	.menu ul li,

	.menu ul ul li,

	.menu ul li:hover>ul>li {

		width: 100%;

		height: auto;

		border-top: 1px solid rgba(255, 255, 255, .2);

	}



	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/

	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/

	.menu ul li a,

	.menu ul ul li a {

		width: 100%

	}



	.menu>ul>li,

	.menu.align-center>ul>li,

	.menu.align-right>ul>li {

		float: none;

		display: block

	}



	.menu ul ul li a {

		padding: 0 25px 0;

		font-size: 12px;

		color: #333;

		background: 0 0

	}



	.menu ul ul li:hover>a,

	.menu ul ul li a:hover {

		color: #333

	}



	.indexHeader .menu ul ul li a {

		color: #fff;

	}



	.indexHeader .menu ul ul li:hover>a,

	.indexHeader .menu ul ul li a:hover {

		color: #fff

	}



	.on-fixed .indexHeader .menu ul ul li a {

		color: #333;

	}



	.on-fixed .indexHeader .menu ul ul li:hover>a,

	.indexHeader .menu ul ul li a:hover {

		color: #333

	}



	.menu ul ul ul li a {

		padding-left: 40px

	}



	.menu ul ul,

	.menu ul ul ul {

		position: relative;

		left: 0;

		right: auto;

		width: 100%;

		margin: 0

	}



	.menu>ul>li.has-sub>a::after,

	.menu ul ul li.has-sub>a::after {

		display: none

	}



	#menu-line {

		display: none

	}



	.menu #menu-button {

		display: block;

		padding: 20px;

		color: #000;

		cursor: pointer;

		font-size: 12px;

		text-transform: uppercase

	}



	.menu #menu-button::after {

		content: '';

		position: absolute;

		top: 20px;

		right: 20px;

		display: block;

		width: 15px;

		height: 2px;

		background: #fff

	}



	.menu #menu-button::before {

		content: '';

		position: absolute;

		top: 25px;

		right: 20px;

		display: block;

		width: 15px;

		height: 3px;

		border-top: 2px solid #fff;

		border-bottom: 2px solid #fff

	}



	.menu .submenu-button {

		position: absolute;

		z-index: 10;

		right: 0;

		top: 0;

		display: block;

		border-left: 1px solid rgba(0, 0, 0, 0);

		height: 52px;

		width: 52px;

		cursor: pointer

	}



	.menu .submenu-button::after {

		content: '';

		position: absolute;

		top: 21px;

		left: 26px;

		display: block;

		width: 1px;

		height: 11px;

		background: #333;

		z-index: 99

	}



	.menu .submenu-button::before {

		content: '';

		position: absolute;

		left: 21px;

		top: 26px;

		display: block;

		width: 11px;

		height: 1px;

		background: #333;

		;

		z-index: 99

	}



	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}

	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}

	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/



	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}

	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}

	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/





	.menu .submenu-button.submenu-opened:after {

		display: none

	}



	.menu ul ul {

		background: transparent;

		border-bottom: none;

		padding: 0;

	}



	.menu ul ul ul {

		top: 0;

	}



	.menu li:hover>ul {

		left: auto;

		margin-left: auto;

	}



	.menu ul ul .wrap {

		padding: 0 15px;

	}



	.menu ul ul .hd {

		display: none;

	}



	.menu ul ul .bd {

		padding: 0;

	}



	header .rightDiv .menu>ul>li li a {

		text-align: left;

		line-height: 50px;

		font-size: 14px;

	}



	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/

	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a {

		color: #fff;

	}



	header:before {

		display: none;

	}



	header {

		position: fixed !important;

		z-index: 9999;

		top: 0;

		left: auto;

		right: 0;

		width: 100%;

		height: 50px;

		transition: right 300ms !important;

	}



	header .header-container {

		height: 50px;

	}



	header .logo a {

		height: 50px;

		width: initial;

	}



	header .logo a img {

		max-height: 80%;

	}



	header .mbtn {

		display: block;

	}



	body.on-menu header {

		background: #fff;

	}



	body.on-menu.on-fixed header {

		background: #fff;

	}



	body.on-menu header .mbtn {

		z-index: 1;

	}



	header .rightDiv .menu {

		float: right;

		position: fixed;

		top: 50px;

		right: 0;

		width: 100%;

		height: calc(100% - 50px);

		padding-top: 0;

		background-color: #fff;

		/*border-bottom: 1px solid #f8f8f847;*/

		transition: right 300ms;

		right: -100%;

		padding: 0;

		overflow-y: auto;

	}



	.on-fixed header .rightDiv .menu {

		background-color: #fff;

	}



	header .rightDiv .menu ul {

		float: initial;

		height: initial;

	}



	/*header .rightDiv .menu ul.open{background: #000;}*/

	header .rightDiv .menu ul li {

		padding: 0;

		margin: 0;

		border-bottom: 1px solid #ccc;

		float: initial;

		position: relative;

	}



	header .rightDiv .menu ul li a {

		display: block;

		line-height: 50px;

		height: 50px;

		text-align: left;

		font-size: 16px;

	}



	header .rightDiv .menu>ul {

		display: block;

		padding-top: 0;

	}



	body.on-menu header .rightDiv .menu {

		right: 0;

	}



	body.on-menu .main {

		right: 0;

	}



	header .rightDiv .menu>ul>li>a {

		padding: 0 15px;

		background: none;

	}



	header .rightDiv .menu>ul>li>a::after {

		display: none;

	}



	header .rightDiv .menu>ul>li:hover>a,

	header .rightDiv .menu>ul>li:focus>a,

	header .rightDiv .menu>ul>li.on>a,

	header .rightDiv .menu>ul>li.active>a {

		font-weight: bold;

	}



	header .rightDiv .menu>ul>li>a span {

		line-height: 50px;

	}



	.menu ul ul {

		box-shadow: none;

		opacity: 1;

		visibility: visible;

		transform: translate(0px);

		transition: transform .6s;

		padding: 0;

		left: 0;

		display: block;

	}



	/* header .rightDiv .menu>ul>li>a{color: #333;} */

	.main {

		position: relative;

		right: 0;

		transition: right 300ms !important;

	}



	.menu ul ul .ul span {

		margin-top: 0;

	}



	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */

	header .rightDiv .menu>ul>li li {

		border: 0;

	}



	header .rightDiv .menu>ul>li li a {

		line-height: initial;

		margin-bottom: 20px;

		height: initial;

		color: #333;

	}



	/*.twoMenuDiv.onFixed{top: 50px;}

	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/



	.menu ul ul:before {

		display: none !important;

	}



	.menu ul ul:after {

		display: none !important;

		;

	}



	.menu ul ul a {

		padding: 0 15px;

		margin: 0;

	}



	.menu li:hover>ul {

		transform: translate(0);

	}



	header .rightDiv .menu ul li .ulDiv {

		display: block;

	}



	.menu ul ul {

		height: initial;

	}



	.menu ul ul .ul {

		display: block;

		padding: 10px 30px 0;

	}



	.menu ul ul .ul li:nth-child(2) {

		margin-left: 0;

	}



	/* .menu ul ul .ul span{color: #fff;} */

	.menu ul ul .ul a {

		/* color: #fff; */

		margin-top: 0;

	}



	header .logo {

		max-width: 50%;

	}



	header .othersDiv {

		height: 50px;

		margin-right: 40px;

	}



	header .rightDiv .menu>ul>li>a span {

		display: block;

		height: initial;

		padding: 0;

	}



	header .rightDiv .menu>ul>li.on>a span {

		background: none;

		color: #024084;

	}



	.f72 {

		font-size: 50px;

	}



	.f60 {

		font-size: 46px;

	}



	.f56 {

		font-size: 42px;

	}



	.f48 {

		font-size: 36px;

	}



	.f40 {

		font-size: 30px;

	}



	.f30 {

		font-size: 24px;

	}



	.f24 {

		font-size: 20px;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .imgDiv,

	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv {

		padding-top: initial;

		height: 230px;

	}



	.aboutDiv4 .bdDiv .row>div .conDiv .imgDiv {

		width: 120px;

		height: 120px;

	}



	.aboutDiv4 .bdDiv .row>div .conDiv .textDiv {

		width: calc(100% - 140px);

	}

}



.hidden-xs {

	display: block;

}



.visible-xs {

	display: none;

}



/*手机*/

@media (max-width:767px) {

	/* html, body{min-width: initial;overflow-x: hidden;} */



	.hidden-xs {

		display: none;

	}



	.visible-xs {

		display: block;

	}



	.floatRightDiv {

		display: none;

	}



	.wrap {

		padding: 0 15px;

		width: 100%;

	}



	.f72 {

		font-size: 36px;

	}



	.f60 {

		font-size: 32px;

	}



	.f56 {

		font-size: 30px;

	}



	.f48 {

		font-size: 26px;

	}



	.f40 {

		font-size: 24px;

	}



	.f36 {

		font-size: 24px;

	}



	.f32 {

		font-size: 22px;

	}



	.f30 {

		font-size: 21px;

	}



	.f26 {

		font-size: 20px;

	}



	.f24 {

		font-size: 19px;

	}



	.f22 {

		font-size: 18px;

	}



	.f20 {

		font-size: 17px;

	}



	.f18 {

		font-size: 16px;

	}



	.index-banner .img {

		height: 60vw;

	}



	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {

		bottom: 10px;

	}



	.index-banner .swiper-button-prev,

	.index-banner .swiper-button-next {

		display: none;

	}



	.index-banner .textDiv {

		width: 100%;

		padding: 0;

		margin-top: 20px

	}



	.index-banner .textDiv .p1 {

		font-size: 18px;

	}



	.index-banner .swiper-pagination-bullet {

		width: 8px;

		height: 8px;

	}



	/* .indexTitle{text-align: center; } */



	.indexTitle span {

		padding: 0 25px;

	}



	.indexTitle span::before,

	.indexTitle span::after {

		width: 8px;

		height: 8px;

	}



	.indexDiv1 {

		padding: 40px 0;

	}



	.indexDiv1 .bdDiv {

		margin-top: 20px;

	}



	.indexDiv1 .bdDiv .row {

		margin: 0 -7px;

	}



	.indexDiv1 .bdDiv .row>div {

		padding: 0 7px;

		margin-bottom: 15px;

	}



	.indexDiv1 .bdDiv .row>div .textDiv span {

		font-size: 16px;

	}



	.indexDiv1 .bdDiv .row>div .textDiv .p {

		font-size: 14px;

		margin-top: 5px;

	}



	.indexDiv1 .bdDiv .moreBtn {

		margin-top: 20px;

		font-size: 14px;

		height: 46px;

	}



	.indexDiv2 {

		padding: 40px 0;

	}



	.indexDiv2 .bdDiv {

		margin-top: 20px;

	}



	.indexDiv3 .bdDiv {

		margin-top: 20px;

	}



	.indexDiv3 {

		padding: 20px 0 20px;

		overflow: hidden;

	}



	.indexDiv3 ul {

		display: block;

	}



	.indexDiv3 ul li {

		width: 100%;

		height: 300px;

	}



	.indexDiv4 {

		padding: 45px 0 60px;

	}



	.indexDiv4 .bdDiv {

		margin-top: 0;

		padding-top: 0;

		display: block;

	}



	.indexDiv4 .bdDiv .textDiv {

		width: 100%;

		padding: 30px;

	}



	.indexDiv4 .bdDiv .imgDiv {

		width: 100%;

		position: relative;

		margin-top: -20px;

	}



	.indexDiv4 .bdDiv .imgDiv a {

		height: 50px;

		width: 200px;

	}



	.indexDiv5 {

		padding: 45px 0;

	}



	.indexDiv5 .bdDiv {

		margin-top: 0;

	}



	.indexDiv5 .bdDiv .row {

		margin: 0 -15px;

	}



	.indexDiv5 .bdDiv .row>div {

		margin-top: 25px;

		padding: 0 15px;

	}



	.indexDiv5 .bdDiv .row>div .conDiv img {

		width: 90px;

	}



	.indexDiv6 {

		padding: 45px 0;

	}



	.indexDiv6 .bdDiv {

		padding: 35px 0 0;

		display: block;

	}



	.indexDiv6 .blDiv {

		width: 100%;

	}



	.indexDiv6 .swiper-pagination {

		margin-top: 20px;

	}



	.indexDiv6 .blDiv .hdDiv {

		padding: 30px 20px;

	}



	.indexDiv6 .blDiv .shDiv {

		margin-bottom: 20px;

	}



	.indexDiv6 .blDiv .shDiv .infoDiv .txImg {

		width: 65px;

		height: 65px;

		margin-right: 10px;

	}



	.indexDiv6 .blDiv .shDiv .infoDiv .info p {

		margin-top: 5px;

		font-size: 14px;

	}



	.indexDiv6 .formDiv {

		width: 100%;

		margin-top: 20px;

		padding: 30px 20px;

	}



	.footerDiv .hdDiv {

		padding: 20px 0 10px;

	}



	.footerDiv .hdDiv .flexbet {

		width: 100%;

		display: block;

	}



	.footerDiv .hdDiv .listDiv {

		width: 100%;

		margin-bottom: 20px;

		max-width: 100%;

	}



	.footerDiv .hdDiv .listDiv>span {

		margin-bottom: 10px;

		padding-bottom: 10px;

	}



	.footerDiv .hdDiv .aDiv {

		display: flex;

		flex-wrap: wrap;

	}



	.footerDiv .hdDiv .aDiv a {

		margin-right: 20px;

		margin-top: 5px;

		font-size: 14px;

	}



	.footerDiv .hdDiv .listDiv:nth-child(1) {

		width: 100%;

	}



	.footerDiv .hdDiv .listDiv:last-child {

		width: 100%;

	}



	.footerDiv .hdDiv .listDiv .lxDiv {

		display: block;

	}



	.footerDiv .hdDiv .listDiv .lxDiv .p {

		width: 100%;

		font-size: 14px;

	}



	.footerDiv .hdDiv .listDiv .lxDiv .shareDiv {

		margin-top: 20px;

	}



	.footerDiv .hdDiv .listDiv .ewmDiv {

		margin: 20px auto 0;

		justify-content: center;

	}



	.footerDiv .hdDiv .listDiv .ewmDiv .imgDiv:nth-child(1) {

		margin-left: 0;

	}



	.footerDiv .bdDiv .flexbet {

		display: block;

	}



	.footerDiv .bdDiv .linkDiv {

		display: inline-block;

		margin-top: 10px;

	}



	.footerDiv .bdDiv .linkDiv .defaultDiv {

		line-height: 30px;

	}



	.ny-banner .img {

		height: 50vw;

	}



	.ny-banner .textDiv .p1 {

		padding-top: 26vw;

		font-size: 16px;

	}



	.ny-banner .swiper-pagination-bullet {

		width: 8px;

		height: 8px;

	}



	.twoMenuDiv a {

		margin-right: 30px;

		line-height: 50px;

	}



	.lvyouDiv1 {

		padding-bottom: 40px;

	}



	.lvyouDiv1 .row>div {

		margin-bottom: 20px;

	}



	.lvyouDiv1 .row>div .textDiv {

		padding: 20px;

	}



	.lvyouDiv2 {

		padding: 40px 0;

	}



	.lvyouDiv2 .bdDiv {

		margin-top: 0;

	}



	.lvyouDiv2 .bdDiv ul li {

		width: 100%;

		padding: 0;

	}



	.lvyouDiv2 .bdDiv ul li .lh {

		padding: 20px 40px 20px 0;

	}



	.lvyouDiv3 {

		padding: 45px 0 40px;

	}



	.lvyouDiv3 .bdDiv {

		margin-top: 30px;

	}



	.txDiv1 {

		padding: 40px 0;

	}



	.txDiv1 .hdDiv {

		margin-bottom: 30px;

	}



	.txDiv1 .hdDiv a {

		line-height: 40px;

		padding: 0 15px;

		margin-right: 15px;

	}



	.txDiv1 .bdDiv .aDiv a {

		display: block;

	}



	.txDiv1 .bdDiv .aDiv .imgDiv {

		width: 100%;

		height: 200px;

	}



	.txDiv1 .bdDiv .aDiv .textDiv {

		width: 100%;

		padding: 20px;

	}



	.txDiv1 .bdDiv .row {

		margin: 0 -10px 20px;

	}



	.txDiv1 .bdDiv .row>div .textDiv {

		width: 90%;

	}



	.yanxueDiv1 {

		padding: 40px 0;

	}



	.yanxueDiv1 ul li .conDiv {

		display: block;

	}



	.yanxueDiv1 ul li .imgDiv {

		width: 100%;

		height: 200px;

	}



	.yanxueDiv1 ul li .textDiv {

		width: 100%;

		padding: 30px 20px;

	}



	.yanxueDiv3 {

		padding: 40px 0;

	}



	.yanxueDiv3 .bdDiv {

		margin-top: 25px;

	}



	.shangwuDiv1 {

		padding: 45px 0;

	}



	.shangwuDiv1 .bdDiv {

		margin-top: 25px;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text span {

		margin-bottom: 0;

		font-size: 16px;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv .text p {

		margin-top: 0;

		line-height: 1.5;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .imgDiv,

	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv {

		height: 190px;

	}



	.shangwuDiv1 .bdDiv .row>div .conDiv .textDiv::before {

		width: 24px;

		height: 24px;

		background-size: 100%;

		top: -12px;

	}



	.shangwuDiv1 .bdDiv .row>div:nth-of-type(even) .conDiv .textDiv::before {

		bottom: -12px;

	}



	.dingzhiDiv1 {

		padding: 40px 0;

	}



	.dingzhiDiv1 .hdDiv {

		display: block;

	}



	.dingzhiDiv1 .hdDiv .title {

		width: 100%;

		margin-bottom: 20px;

	}



	.dingzhiDiv1 .bdDiv ul li .textDiv {

		width: 80%;

		padding: 20px;

		height: 260px;

	}



	.dingzhiDiv1 .bdDiv ul li .imgDiv {

		height: 320px;

	}



	.dingzhiDiv1 .bdDiv ul li .textDiv .p {

		font-size: 14px;

	}



	.dingzhiDiv1 .bdDiv ul li .textDiv .line {

		margin: 10px 0;

	}



	.dingzhiDiv3 .bdDiv {

		padding: 30px 20px;

	}



	.dingzhiDiv3 .bdDiv .hdDiv {

		margin-bottom: 20px;

	}



	.dingzhiDiv3 .bdDiv .shDiv {

		margin-bottom: 20px;

	}



	.dingzhiDiv3 .bdDiv .sbDiv .p2 {

		margin-top: 20px;

	}



	.productDetailDiv {

		padding: 30px 0;

	}



	.productDetailDiv .hdDiv {

		display: block;

	}



	.productDetailDiv .leftDiv {

		width: 100%;

	}



	.productDetailDiv .gallery-top {

		width: 100%;

	}



	.productDetailDiv .gallery-top .swiper-slide .imgDiv {

		height: 100vw;

	}



	.productDetailDiv .rightDiv {

		width: 100%;

		margin-top: 30px;

	}



	.popDiv .popCon {

		padding: 20px;

	}



	.popDiv .popCon .formDiv .titleDiv p {

		margin: 10px 0;

	}



	.aboutDiv1 {

		padding: 20px 0;

	}



	.aboutDiv1 .p {

		margin: 20px 0 35px;

		max-width: 100%;

	}



	.aboutDiv1 .row>div {

		margin-bottom: 20px;

	}



	.aboutDiv1 .row>div .textDiv {

		padding: 30px 20px;

	}



	.aboutDiv2 {

		padding: 40px 0;

	}



	.aboutDiv2 .bdDiv {

		margin-top: 30px;

		display: block;

	}



	.aboutDiv2 .bdDiv .blDiv {

		width: 100%;

	}



	.aboutDiv2 .bdDiv .blDiv ul li a {

		height: 58px;

		padding: 0 15px;

	}



	.aboutDiv2 .bdDiv .brDiv {

		width: 100%;

		margin-top: 20px;

	}



	.aboutDiv2 .bdDiv .brDiv .itemDiv {

		height: 300px;

	}



	.aboutDiv2 .bdDiv .brDiv .itemDiv .textDiv {

		padding: 20px;

	}



	.aboutDiv1 .row {

		margin: 0 -20px;

		margin-top: 30px

	}



	.aboutDiv3 {

		padding: 20px 0;

	}



	.aboutDiv3 .hdDiv .p {

		margin: 30px auto;

		font-size: 14px;

	}



	.aboutDiv3 .rowDiv .row>div {

		margin-bottom: 20px;

	}



	.aboutDiv3 .bdDiv {

		margin-top: 20px;

		display: block;

	}



	.aboutDiv3 .bdDiv .blDiv {

		width: 100%;

	}



	.aboutDiv3 .bdDiv .brDiv {

		width: 100%;

		margin-top: 10px;

	}



	.aboutDiv3 .bdDiv .blDiv ul li .iconDiv {

		width: 70px;

		height: 70px;

	}



	.aboutDiv3 .bdDiv .blDiv ul li .textDiv {

		width: calc(100% - 90px);

	}



	.aboutDiv4 {

		padding: 20px 0;

	}



	.aboutDiv4 .bdDiv {

		margin-top: 25px;

	}



	.aboutDiv4 .bdDiv .row>div .conDiv {

		display: block;

	}



	.aboutDiv4 .bdDiv .row>div .conDiv .imgDiv {

		width: 100%;

		height: auto;

		text-align: center;

	}



	.aboutDiv4 .bdDiv .row>div .conDiv .textDiv {

		width: 100%;

		margin: 20px 0;

		text-align: center;

	}



	.aboutDiv5 {

		padding: 20px 0;

	}



	.aboutDiv5 .hdDiv {

		margin: 30px 0 20px;

	}



	.aboutDiv5 .hdDiv a {

		text-align: center;

		padding: 5px;

		font-size: 14px;

	}



	.aboutDiv5 .bdDiv .flexbet {

		display: block;

	}



	.aboutDiv5 .bdDiv .textDiv {

		width: 100%;

	}



	.aboutDiv5 .bdDiv .imgDiv {

		width: 100%;

		margin-top: 20px;

	}



	@media (max-width:320px) {}



}





.dt {

	width: 100%;

	text-align: center;

	margin-top: 30px

}



.dt img {

	max-width: 100%

}



.detailP{

	padding: 80px 0;

}

.detailP .pageTitle{

	font-size: 36px;

	color: rgb(51, 51, 51);

	font-weight: bold;

}

.detailP .pageTime{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 20px;

}

.detailP .pageNr{

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

	border-top: 1px solid rgba(0,0,0,0.1);

	border-bottom: 1px solid rgba(0,0,0,0.1);

	margin-top: 32px;

	padding: 24px 0;

	margin-bottom: 24px;

	min-height: 400px;

}

.detailP .pageNr img,.detailP .pageNr iframe{max-width: 100%;}

.detailP .pageNum{

	

}

.detailP .pageNum a{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 8px;

}

.detailP .pageNum a:first-child{margin-top: 0;}

.detailP .pageNum a:hover{

	color: #024084;

}

@media (max-width:1432px) {

	.detailP .pageTitle{font-size: 32px;}

}

@media (max-width:1232px) {

	.detailP .pageTitle{font-size: 28px;}

}

@media (max-width:1024px) {

	.detailP .pageTitle{font-size: 24px;}

}

@media (max-width:800px) {

	.detailP{

		padding: 40px 0;

	}

	.detailP .pageTime{font-size: 14px;margin-top: 8px;}

	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}

	.detailP .pageNum a{font-size: 14px;}

}