/* @font-face {
	font-family: 'NotoSansJPLight';
	src: url('../font/NotoSansJP-Light.otf');
}
*/
@font-face {
	font-family: 'SofiaSans-Black';
	src: url('../font/SofiaSans-Black.ttf');
}

@font-face {
	font-family: 'SofiaSans-Regular';
	src: url('../font/SofiaSans-Regular.ttf');
} 

:root {
	--primary-color: #EDB98A;
	--primary-font14: 14px;
	--primary-coloron: #0A1758;
	--primary-color2: #676767;
	--primary-color3: #1E75C5;
	--primary-color4: #F7F7F7;
	--primary-color5: #3885CC;
	--primary-fm1: 'SofiaSans-Black';
	--primary-fm: 'SofiaSans-Regular';
	/*--primary-fm2: 'Inter';*/
}
body,html{
    font-family:  var(--primary-fm);
}

.wel {
	/*background: var(--primary-color);*/
	/*padding: 12px 0;*/
	/*color: #fff;*/
	/*font-size: 14px;*/
	/*height: 42px;*/
	/*overflow: hidden;*/
	/*text-align: center;*/
	/*font-family: var(--primary-fm);*/
}

.nav {
	background: #fff;
	padding: 17px 0;
}

.nav .w {
	position: relative;
}

.nav ul {
	width: 80%;
	margin-top: 7px;
}

.nav ul li {
	margin-right: 90px;
	position: relative;
	z-index: 88;
}
.m3 .video-js{
    object-fit: fill
}

.nav ul li .li_a {
	color: #333333;
	font-size: 14px;
	/*font-weight: bold;*/
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
}
.nav ul li:hover .li_a{
	border-bottom: 2px solid #3F7AB3;
} 

.nav ul li:last-child {
	margin-right: 0px;
	float: right;
}

.nav ul li .show_gp {
	background: #fff;
	position: absolute;
	width: 120px;
	top: 45px;
	display: none;
	left: 50%;
	transform: translate(-50%, 0);
}

.nav ul li:hover .show_gp {
	display: block;
}

.nav ul li .show_gp dl dd a {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0;
	font-size: 14px;
	background: #FCFCFA;
	display: block;
	text-align: center;
}

.nav ul .on .li_a{
	border-bottom: 2px solid #3F7AB3;
}
.nav .sousuo {
	margin-left: 100px;
}
.nav .sousuo img{
    width: 25px;
}

.nav .w .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.nav .w .logo img{
    width: 220px;
}

.nav .cat .cell {
	background: linear-gradient(0deg, #326F9F, #427CB7);
	border-radius: 5px;
	color: #fff;
	padding: 8px 40px 8px 10px;
	font-size: 14px;
	position: relative;
}

.nav .cat .cell .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.nav .sousuo {
	cursor: pointer;
	margin-top: 4px;
}

.nav .cat {
	position: relative;
	z-index: 99;
}

.nav .cat .cell {
	cursor: pointer;
}

.nav .cat .gp {
	position: absolute;
	width: 140px;
	padding-top: 20px;
	left: 50%;
	top: 35px;
	color: #999999;
	/* font-size: 16px; */
	text-align: center;
	display: none;
	transform: translate(-50%, 0);
}

.nav .cat:hover .gp {
	display: block;
}

.nav .cat .gp .item {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0;
	font-size: 14px;
	background: #FCFCFA;

}

.nav .cat .gp .item:last-child {
	margin-bottom: 0px;
	border-bottom: 0px none;
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner .next,
.banner .prev {
	position: absolute;
	top: 40%;
	width: 70px;
	cursor: pointer;
	z-index: 88;
	transform: translate(0, -50%);
}

.banner .prev {
	left: 3%;
}

.banner .next {
	right: 3%;
}

.banner .swiper-pagination-bullet {
	background: #fff;
}

.m1 {
	padding: 80px 0;
}

.m1 .lt {
	position: relative;
	border-radius: 10px;
}

.m1 .lt .txt {
	width: 90%;
	position: absolute;
	top: 8%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, 0);
}

.m1 .lt .txt .t1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: var(--primary-fm);
}

.m1 .lt .txt .t2 {
	color: #fff;
	font-size: 18px;
}

.m1 .box {
	margin-top: 10px;
}

.m1 .lt2 {
	width: 49.5%;
	float: left;
}

.m1 .box .lt2:nth-child(2) {
	float: right;
}

.m2 {
	background: #F3F3F3;
	padding: 60px 0 40px;
}

.m2 .gp {
	overflow: hidden;
}

.m2 .gp .pic .show_img {
	width: 75%;
	height: auto;
}

.m3 {
	padding: 130px 0;
}

.m3 .t_box {
	margin-bottom: 20px;
	position: relative;
}

.m3 .t_box .t1 {
	font-weight: bold;
	color: #333333;
	font-size: 40px;
}

.m3 .t_box .tab {
	border: 1px solid #D3D3D3;
	position: relative;
}

.m3 .t_box .tab .lt {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: #D3D3D3;
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

.m3 .t_box .tab .lt:hover {
	background: #fff;
}

.m3 .t_box .tab .lt_on {
	background: #fff;
}

.m3 .t_box .tab .let_box {
	position: absolute;
	width: 415px;
	background: #fff;
	left: 50%;
	z-index: 9999;
	top: 75px;
	transform: translate(-50%, 0);
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.26);
	display: none;
}

.m3 .t_box .lt:hover .let_box {
	display: block;
}

.m3 .t_box .tab .let_box .dm {
	padding: 50px 20px;
	overflow: hidden;
}

.m3 .t_box .tab .let_box .swiper {
	overflow-x: hidden;
}

.m3 .t_box .tab .let_box .nei_box {
	width: 100%;
}

.m3 .t_box .tab .let_box .nei_box .item {
	width: 49%;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}

.m3 .t_box .tab .let_box .nei_box .item .pic {
	width: 75%;

}

.m3 .t_box .tab .let_box .nei_box .item .tit {
	font-size: 14px;
	color: #333333;
}

.m3 .t_box .tab .let_box .nei_box .item .more {
	color: #3471A2;
	font-size: 14px;
	margin-top: 5px;
}

.m3 .t_box .tab .dm {
	position: relative;
}

.m3 .t_box .tab .let_box .click_fun {
	position: absolute;
	right: 0px;
	bottom: 10px;
	border: 1px solid #E5E5E5;
}

.m3 .t_box .tab .let_box .click_fun .click {
	display: inline-block;
	width: 60px;
	float: left;
	position: relative;
	height: 45px;
	background: #E5E5E5;
}

.m3 .t_box .tab .let_box .click_fun .click:hover {
	background: #fff;
}

.m3 .t_box .tab .let_box .click_fun .click i {
	font-size: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: normal;
	transform: translate(-50%, -50%);
}

.m3 .t_box .tab .lt .dianzis {
	position: absolute;
	width: 100px;
	height: 30px;
	/* background: #0A1758; */
	left: 0px;
	top: 50px;
}

.m4 .video-js {
	width: 100%;
	height: 630px;
}

.m4 .video-js .vjs-big-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}

.m4 .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	color: #000;
}

.m5 {
	padding: 130px 0 50px;
}

.m5 .item {
	width: 25%;
	text-align: center;
	/*margin-right: 3.25%;*/
	margin-bottom: 60px;
	color: #666;
}

.m5 .item:nth-child(4n) {
	/*margin-right: 0px;*/
}

.m5 .item .tit {
	font-size: 24px;
	color: #666;
	/*margin: 25px 0;*/
		font-family: var(--primary-fm1);
}

.m5 .item .t2 {
	color: #666;
	font-size: 18px;
	font-family: var(--primary-fm);
}

.m6 {
	position: relative;
}

.m6 .w {
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, 0);
}

.m6 .w .text {
	width: 530px;
}

.m6 .w .text .t1 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 25px;
}

.m6 .w .text .t2 {
	color: #333333;
	font-size: 30px;
	font-family: var(--primary-fm1);
	font-weight: bold;
}

.m6 .w .text .t3 {
	color: #333333;
	font-size: 18px;
	margin-top: 55px;
	line-height: 45px;
	margin-bottom: 80px;
}

.m6 .w .text .t4 a {
	border-radius: 10px;
	display: inline-block;
	padding: 18px 40px;
	border: 1px solid #333333;
}

.m6 .w .text .t4 a:hover {
	background: #333333;
	color: #fff;
}

.m7 {
	padding: 120px 0 80px;
}

.m7 .gp .item {
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
	border-radius: 10px;
}

.m7 .gp .item:nth-child(3n) {
	margin-right: 0px;
}

.m7 .gp .item .dm {
	padding: 20px 15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.04);
	border-radius: 0px 0px 5px 5px;
}

.m7 .gp .item .dm .t1 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	font-family: var(--primary-fm1);
}

.m7 .gp .item .dm .t2 {
	color: #666666;
	font-size: 16px;
	height: 95px;
	overflow: hidden;
	margin: 20px 0;
}

.m7 .gp .item .dm .t3 span {
	color: #5C7E91;
	font-size: 16px;
}

.m7 .gp .item .pic img{
    border-radius: 10px 10px 0 0;
}

.m7 .cm_box_img_item .show_img{
    height: 100%;
}

.m8 {
	padding-bottom: 80px;
}

.m8 .gp .item {
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
}

.m8 .gp .item:nth-child(3n) {
	margin-right: 0px;
}

.m8 .gp .item .box {
	background: #F3F3F3;
	padding: 55px 0;
	border-radius: 5px;
}

.m8 .gp .item .box .pic {
	margin-bottom: 10px;
}

.m8 .gp .item .box .tit {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.footer {
	background: #181818;
	padding: 80px 0 50px;
}

.footer .let {
	margin-right: 120px;
}

.footer .let .t1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.footer .let ul li a {
	color: #E0E0E0;
	font-size: 16px;
}

.footer .let ul li {
	margin-bottom: 20px;
}

.footer .let ul li a:hover {
	text-decoration: underline;
}

.footer .let:nth-child(4) {
	margin-right: 0px;
}

.footer .let .t1 span {
	color: #5C7E91;
	font-size: 20px;
}

.footer .rit {
	width: 335px;
}

.footer .rit .tel {
	color: #9FA3A6;
	font-size: 16px;
	margin-top: 25px;
	line-height: 35px;
	margin-bottom: 10px;
}

.footer .rit .share_icon a {
	margin-right: 15px;
	display: inline-block;
}

.footer .copy {
	margin-top: 35px;
	border-top: 2px solid #9FA3A6;
	color: #9FA3A6;
	font-size: 16px;
	text-align: center;
	padding-top: 40px;
}

.m3 .item_main {
	padding: 20px;
	margin-top: 30px;
}

.m3 .item_main .itm .t2 {
	/* background: #f5f5f5; */
	/* padding: 10px; */
	color: #333;
	font-weight: bold;
	font-size: 20px;
}

.m3 .item_main .t1 {
	font-size: 24px;
	text-align: center;
	color: #333;
	font-weight: bold;
}


.m3 .item_main .cn {
	margin-top: 30px;
}

.m3 .item_main .nei_box .item {
	width: 49%;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}

.m3 .item_main .nei_box .item .pic {
	width: 75%;

}

.m3 .item_main .nei_box .item .tit {
	font-size: 14px;
	color: #333333;
}

.m3 .item_main .nei_box .item .more {
	color: #3471A2;
	font-size: 14px;
	margin-top: 5px;
}

.m3 .item_main .nei_box .item:nth-child(2n) {
	float: right;
}

.m3 .item_main .c2 {
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.cm_tit {
	text-align: center;
	margin-bottom: 50px;
}

.cm_tit .t1 {
	font-size: 48px;
	color: #333333;
	 font-family: var(--primary-fm1);
	margin-bottom: 30px;
}

.cm_tit .t2 {
	color: #131A21;
	font-size: 18px;
	margin: 0px auto;
	width: 680px;
}

.xian_more {
	width: 100%;
	height: 1px;
	background: #E5E5E5;
}

.m9 {
	margin-top: 80px;
}

.m9 .img {
	text-align: center;
}

.m10 {
	background: #FAFAFA;
	padding: 100px 0;
}

.m10 .item {
	background: #fff;
	width: 32%;
	text-align: center;
	margin-bottom: 35px;
	margin-right: 2%;
}

.m10 .item:nth-child(3n) {
	margin-right: 0px;
}

.m10 .item .dm {
	padding: 35px 0;
}

.m11 {
	padding-top: 80px;
	padding-bottom: 125px;
}

.child_banner {
	height: 550px;
	position: relative;
}

.cm_child_nav {
	background: #F8F8F8;
	padding: 30px 0;
	text-align: center;
}

.cm_child_nav a {
	color: #333333;
	font-size: 16px;
	display: inline-block;
	margin: 0px 40px;
}

.cm_child_nav a:hover {
	color: #3572A4;
	font-weight: bold;
}

.cm_child_nav .on {
	color: #3572A4;
	font-weight: bold;
}

.child_banner .text {
	position: absolute;
	width: 850px;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.36);
}

.child_banner .dm .t1 {
	font-size: 20px;
	font-weight: bold;
	font-family: var(--primary-fm1);
	margin-bottom: 30px;
}

.child_banner .dm .t2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 110px;
	margin-bottom: 50px;
	line-height: 40px;
}

.child_banner .dm {
	text-align: center;
	padding: 70px 0;
}

.child_banner .dm .t4 {
	font-weight: normal;
}

.cm_hover_1 a {
	border: 1px solid #fff;
	padding: 20px 75px;
	position: relative;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
}

.cm_hover_1 a img {
	display: inline-block;
	width: 15px;
	margin-left: 5px;
}

.m12 .item {
	position: relative;
}

.m12 .item .pic {
	width: 50%;
}

.m12 .item .pic img {
	width: 100%;
}

.m12 .item .cm_list_text {
	width: 48%;
	right: 0px;
	top: 50%;
	position: absolute;
	transform: translate(0, -50%);
}

.cm_list_text .t1 {
	color: #253746;
	font-size: 48px;
	margin-bottom: 30px;
	  font-family: var(--primary-fm1);
}

.cm_list_text .t2 {
	color: #253746;
	font-size: 30px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.cm_list_text .t2::before {
	content: '';
	position: absolute;
	width: 78px;
	height: 2px;
	background: #253746;
	display: inline-block;
	left: 0px;
	bottom: 0px;
}

.cm_list_text .t3 {
	font-size: 18px;
	color: #253746;
	width: 60%;
	margin-bottom: 75px;
}

.cm_hover_2 a {
	color: #253746;
	border: 1px solid #253746;
}

.m12 .item .pic {
	float: left;
}

.m12 .item:nth-child(2n) .pic {
	float: right;
}

.m12 .item:nth-child(2n) .cm_list_text {
	left: 10%;
	width: 35%;
	right: 0px;
}

.m12 .item:nth-child(2n) .cm_list_text .t3 {
	width: 100%;
}

.m13 {
	margin-top: 90px;
}

.m13 .m12 .item {
	height: 550px;
}

.m13 .m12 .cm_list_text .t1,
.m13 .m12 .cm_list_text .t2,
.m13 .m12 .cm_list_text .t3 {
	color: #fff;
}

.cm_tit1 {
	text-align: center;
	font-weight: bold;
	color: #253746;
	font-size: 36px;
	margin-bottom: 20px;
}

.m14 {
	padding: 100px 0;
}

.m14 .item {
	width: 32%;
	margin-right: 2%;
	border-radius: 10px;
	float: left;
	margin-bottom: 25px;
}

.m14 .item:nth-child(3n) {
	margin-right: 0px;
}

.m14 .item .t1 {
	text-align: center;
	color: #333333;
	margin-top: 30px;
	font-size: 24px;
}

.m14 .item a {
	display: block;
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	padding: 65px;
}

.m14 .more {
	text-align: center;
	margin-top: 50px;
}

.m14 .item .cm_box_img_item .show_img{
    height: 100%;
}


.m15 {
	margin-top: 50px;
}

.m15 {
	padding-bottom: 100px;
}

.m15 .gp .item {
	width: 25%;
	text-align: center;
	margin-bottom: 25px;
}

.m15 .gp .item .dm {
	padding: 5%;
}

.m15 .gp .item .pic {}

.m15 .gp .item .tit {

	font-size: 16px;
	color: #333333;
	margin: 12px 0;
}

.m15 .gp .item .more {
	color: #3471A2;
	font-size: 16px;
}

.m16 {
	margin-top: 40px;
}

.m16 .gp {
	border: 1px solid #3D78B0;
	border-radius: 5px;
}

.m16 .gp .lt a {
	color: #3D78B0;
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
}

.m16 .gp .lt_on a {
	background: #3D78B0;
	color: #fff;
}

.m16 .gp .lt a:hover {
	background: #3D78B0;
	color: #fff;
}

.m17 .gp .item {
	width: 23.3%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.m17 .gp .item .dm {
	padding: 0px;

}

.m17 .gp .item:nth-child(4n) {
	margin-right: 0px;
}

.m17 .gp .item .dm .pic {}

.m17 .gp .item .tit {
	margin: 0px;
	padding: 20px 0;

	border: 1px solid #E5E5E5;
	border-top: 0px none;
}

.m17 .gp .item .cm_hover {
	padding: 30px 5%;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	width: 100%;
}

.m18 .gp .item .dm .cm_dm {
	border: 0px none;
	position: relative;
}

.m18 .gp .item .dm .cm_dm .pic img {
	border-radius: 5px;
}

.m18 .gp .item .tit {
	border: 0px none;
	padding-top: 10px;
	text-align: left;
	padding-left: 15px;
}

.m18 .gp .item .zz_pic {
	position: absolute;
	width: 100%;
	height: 98%;
	left: 0px;
	border-radius: 5px;
	z-index: 99;
	top: 0px;
	background: rgba(0, 0, 0, 0.65);
}

.m18 .gp .item .dm .cm_dm .click_prv {
	position: absolute;
	left: 50%;
	z-index: 99;
	top: 50%;
	transform: translate(-50%, -50%);
}

.m18 .gp .item:hover .dm .cm_dm .click_prv {
	display: none;
}

.m18 .gp .item:hover .dm .cm_dm .zz_pic {
	display: none;
}

.m13 .item .cm_list_text {
	height: 102%;
	padding: 2%;
	width: 50%;
	background: url('../img/p60.png') center no-repeat;
	background-size: cover;
}

.m13 .m12 .item {
	overflow: hidden;
}

.weizhi a {
	color: #666666;
	font-size: 14px;
	margin: 0px 5px;
	display: inline-block;
}

.weizhi a:nth-child(1) {
	margin-left: -5px;
}

.weizhi .hm {
	background: url('../img/p75.png') left center no-repeat;
	padding-left: 20px;
}

.m19 {
	background: #F6F6F6;
	padding: 40px 0px 80px;
}

.m19 .box {
	display: flex;
	align-items: center;
	margin-top: 0px;
}

.m19 .box .pic {
	width: 530px;
}

.m19 .box .pic img{
    display: none;
}
.m19 .box .pic .on{
    display: block;
}
.m19 .box .cont {
	flex: 1;
}

.m19 .box .cont .t1 {
	font-size: 18px;
	color: #407AB4;
	margin-bottom: 30px;
}

.m19 .box .cont .t2 {
	color: #333333;
	font-size: 60px;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
	padding-bottom: 20px;
	 font-family: var(--primary-fm1);
	margin-bottom: 20px;
}

.m19 .box .cont .t2 span {
	display: inline-block;

}

.m19 .box .cont .t2::before {
	content: '';
	position: absolute;
	width: 50%;
	left: 0px;
	bottom: 0px;
	height: 2px;
	display: inline-block;
	background: #3F7AB3;
}

.m19 .box .cont .t3 {
	font-size: 16px;
	color: #333333;
}

.m19 .box .cont .t4 {
	margin: 30px 0 60px;
}
.m19 .box .cont .t4 .lt span{
    position: relative;
    top: 12px;
    display: inline-block;
    margin-left: 15px;
}

.m19 .box .cont .t4 .lt{
    cursor: pointer;
 
    margin-right: 15px;
}
.m19 .box .cont .t4 .lt label{
     display: flex;
  align-content: center;
}
.m19 .box .cont .t4 .lt i img{
    display: none;
}
.m19 .box .cont .t4 .lt i{
    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid  #333;
    border-radius: 50%;
}
.m19 .box .cont .t4 .lt input:checked~i{
    border: 0;
    width: 54px;
    height: 54px;
    background: url('../img/p66.png') center no-repeat;
    background-size: cover;
}
.m19 .box .cont .t4 .lt input:checked~i img{
    /*display: inline-block;*/
}
.m19 .box .cont .t4 .lt input{
    opacity: 0;
    left: 0px;
    top: 0px;
    position: absolute;
}

.m19 .box .cont .t5_warp .t5{
    margin-right:20px;
}
.cm_click_pay {
	display: inline-block;
	background: #3F7AB3;
	color: #fff;
	padding: 20px 60px;
	border-radius: 5px;
}

.cm_click_pay:hover {
	color: #fff;
}

.m20 {
	padding: 50px 0 100px;
	color: #333;
	font-family:  var(--primary-fm);
	line-height: 40px;
}

.m20 .box1 {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin-top: 70px;
}

.m20 .gp {
	margin-top: 40px;
	color: #686868;
	font-size: 16px;
	line-height: 35px;
}

.m21 {
	background: #F4F4F4;
	padding: 50px 0;
	margin-bottom: 80px;
}

.m21 .item {
	width: 33%;
}

.m21 .item .dm {
	position: relative;
	color: #333333;
	font-size: 22px;
	/* display: flex; */
	/* align-items: center; */
	text-align: center;
}

.m21 .item .dm img {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: -5px;
}

.m22 .click_tab {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 40px;
	color: #666666;
	margin-bottom: 50px;
}

.m22 .click_tab a {
	display: inline-block;
	margin: 0px 25px;
	cursor: pointer;
}

.m22 .click_tab a:hover {
	color: #3F7AB3;
}

.m22 .ccm_t1 {
	background: #3F7AB3;
	color: #fff;
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
}

.m22 .item {
	margin-bottom: 110px;
}

.m22 .box2 .item .cont_cn {
	padding: 40px 0 80px;
}

.m22 .box2 .item .cont_cn .cm {
	display: flex;
	align-items: center;
}

.m22 .box2 .item .cont_cn .pic {
    width: 50%;
}

.m22 .box2 .item .cont_cn .txt_cn {
	flex: 1;
}

.m22 .box2 .item .cont_cn .txt_cn .txt_cn_dm {
	padding-left: 90px;
	padding-right: 40px;
}

.m22 .box2 .item .cont_cn .txt_cn .txt_cn_dm .t1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.m22 .box2 .item .cont_cn .txt_cn .txt_cn_dm .t2 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.m22 .box2 .item .cont_cn:nth-child(2n+1) {
	background: #F4F4F4;
	padding: 80px 0;
}

.m22 .box2 .item .cont_cn:nth-child(3) .txt_cn .txt_cn_dm {
	padding: 0 50px 0 30px;
}

.m22 .box3 .cont {
	margin-top: 30px;
}

.m22 .box3 .cont .lt {
	font-size: 16px;
	color: #666666;
	width: 33%;
	line-height: 35px;
	margin-bottom: 65px;
}
.m22 .box3 .cont .list{
    width: 30%;
    font-size: 14px;
   margin-right: 3%;
    
}
.m22 .box3 .cont .list b{
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}
.m22 .box3 .cont .list:nth-child(3){
    margin-right: 0px;
}
.m22 .box3 .cont .list .lts{
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
     /*border-bottom: 1px solid #eee;*/
    /*padding-bottom: 10px;*/
    	font-family: var(--primary-fm);
}

.m22 .box3 .item {
	margin-bottom: 50px;
}

.m22 .box4 .cont {
	margin-top: 40px;
}

.m22 .box4 .cont .lt {
	background: #F8F8F8;
	width: 31%;
	margin-right: 3.3%;
	text-align: center;
}

.m22 .box4 .cont .lt:nth-child(3) {
	margin-right: 0px;
}

.m22 .box4 .cont .lt .dm {
	padding: 35px 0;
	color: #333333;
	font-size: 20px;
	display: inline-block;
}

.m23 {
	margin-top: 50px;
	padding-bottom: 150px;
}

.m23 .item {
	margin-bottom: 40px;
}

.m23 .item .t1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.m23 .item .cont {
	font-size: 16px;
	color: #666;
}

.m23 .bt_cont {
	color: #333;
	font-weight: bold;
	font-size: 20px;
}

.cm_child_nav2 {
	background: #fff;
	padding: 50px 0;
}

.cm_child_nav2 a {
	opacity: 0.7;
	margin: 0px 0;
	padding: 0px 100px;
	position: relative;
}

.cm_child_nav2 a .pic {
	height: 45px;
	margin-bottom: 20px;
}

.cm_child_nav2 a:hover {
	opacity: 1;
	color: #000;
}


.cm_child_nav2 a::before {
	content: '';
	width: 1px;
	height: 76px;
	background: #E5E5E5;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.cm_child_nav2 a:last-child::before {
	display: none;
}

.cm_child_nav2 .on {
	opacity: 1;
	color: #000;
}

.m24 .map {
	position: relative;
	width: 100%;
	height: 565px;
}

.m24 .map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.m24 .gp {
	padding: 50px 0;
}

.m24 .gp .item {
	text-align: center;
	width: 31.3%;
	margin-right: 3%;
}

.m24 .gp .item .dm {
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	padding: 30px 0;
}

.m24 .gp .item:nth-child(3n) {
	margin-right: 0px;
}

.m24 .gp .item .dm .pic {
	margin-bottom: 10px;
}
.m24 .gp .item .dm .pic img{
    height: 80px;
    display: inline-block;
}

.m24 .gp .item .dm .t1 {
	font-weight: bold;
	color: #333;
	font-size: 21px;
	margin-bottom: 30px;
}

.m24 .gp .item .dm .t2 {
	font-size: 16px;
	color: #333333;
	padding: 0px 5%;
}

.m24 .box2 {
	padding-bottom: 80px;
}

.m24 .box2 .tit {
	background: #333333;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 25px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.m24 .box2 .gp {
	padding-top: 0px;
}

.m24 .box2 .gp .items {
	background: #F8F8F8;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 18px;
}

.m24 .box2 .gp .items input {
	display: block;
	width: 100%;
	height: 52px;
	background: none;

}

.m24 .box2 .gp .submit input {
	width: 100%;
	background: #3672A5;
	color: #fff;
	height: 53px;
	border-radius: 10px;
	font-size: 16px;
}

.m25 .sousuo .ss_mod {
	width: 530px;
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 20px;
	position: relative;
	padding-left: 50px;
}

.m25 {
	padding: 50px 0;
}

.m25 .sousuo .ss_mod input {
	width: 100%;
	font-size: 16px;
}

.m25 .sousuo .ss_mod .icon {
	position: absolute;
	left: 0px;
	top: 5px;
}

.m26 {
	margin-bottom: 30px;
}

.m26 .tab {
	margin-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;

}

.m26 .tab a {
	color: #666666;
	font-size: 16px;
	margin-right: 90px;
	display: inline-block;
	padding-right: 7px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ffffff;
}

.m26 .tab a:hover {
	font-weight: bold;
	color: #0A090A;

	border-bottom: 2px solid #0A090A;
}

.m26 .tab .on {
	font-weight: bold;
	color: #0A090A;

	border-bottom: 2px solid #0A090A;
}

.m26 .info {
	color: #999999;
	font-size: 14px;
}

.m27 {
	margin-bottom: 0px;
}

.m27_tit {
	color: #3370A1;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}

.m27 .m15 .gp .item {
	width: 22%;
}

.m28 {
	padding-bottom: 120px;
}

.m28 .gp .item {
	background: #F8F8F8;
	padding: 40px 30px;
	margin-bottom: 15px;
}

.m28 .gp .item .t1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.m28 .gp .item .t2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	font-family: var(--primary-fm1);
	margin-bottom: 25px;
}

.m28 .gp .item .t3 {
	color: #666666;
	font-size: 16px;
}

.m29 {
	position: relative;
	height: 735px;
}

.m29 .text {
	width: 500px;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}

.m29 .text .t1 {
	font-size: 36px;
	margin-bottom: 50px;
}

.m29 .text .t2 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
}

.m30 {
	height: 735px;
	position: relative;
}

.m30 .w {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.m30 .text {
	color: #fff;
	width: 480px;
	float: left;

}

.m30 .text .t1 {
	font-size: 36px;
	margin-bottom: 50px;
}

.m30 .text .t2 {
	font-size: 18px;
	color: #CCCCCC;
	margin-bottom: 120px;
	line-height: 40px;
}

.m31 {
	padding: 70px 0 90px;
}

.m31 .tit {
	text-align: center;
}

.m31 .tit .t2 {
	font-size: 40px;
	color: #333333;
	margin: 25px 0;
	font-family: var(--primary-fm1);
}

.m31 .tit .t4 {
	font-size: 18px;
	color: #333333;
	margin-top: 25px;
	line-height: 40px;
}

.m31 .cont {
	text-align: center;
}

.m32 {
	background: url('../img/p86.png') center no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.m32 .box {
	align-items: center;
	display: flex;
}

.m32 .box .text {
	flex: 1;
	color: #fff;
}

.m32 .box .pic {
	width: 540px;
}

.m32 .box .text .t1 {
	font-size: 36px;
	margin-bottom: 50px;
}

.m32 .box .text .t2 {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 50px;
}

.m32 .box .text .t3 .lt {
	width: 33%;
}

.m32 .box .text .t3 .lt .nub {
	color: #3B76AC;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: -5px;
}

.m32 .box .text .t3 .lt .t4 {
	font-size: 16px;
	color: #FFFFFF;
}

.m32 .box .text .dm {
	width: 520px;
}

.m33 {
	padding: 120px 0;
}

.m33 .tit {
	text-align: center;
	margin-bottom: 70px;
}

.m33 .tit .t1 {
	font-size: 40px;
	color: #333333;
	margin-bottom: 25px;
}

.m33 .tit .t2 {
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}

.m33 .box {
	position: relative;
	padding-top: 50px;
}

.m33 .box .litem {
	width: 270px;
}

.m33 .box .litem .item {
	margin-bottom: 40px;
}

.m33 .box .litem .item .t1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.m33 .box .litem .item .c {
	font-size: 14px;
	color: #666666;
}


.m33 .box .bk_img {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}


.m34 .gp .item {
	position: relative;
	padding: 0px;

}

.m34 .gp .item .box {
	display: flex;
}

.m34 .gp .item .box .text {
	flex: 1;
	padding: 40px 30px;
}

.m34 .gp .item .box .pic {
	width: 50%;
}

.m35 {
	padding: 40px 0;
}

.m36 .t1 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.m36 .t2 {
	font-size: 18px;
	color: #545454;
	margin-bottom: 60px;
}

.m36 .cont {
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	padding-bottom: 150px;
}

.m37 {
	padding: 100px 0;
	background: #FAFAFA;
}

.m37 .tit {
	text-align: center;
	color: #333333;
	font-size: 48px;
	margin-bottom: 65px;
}

.m37 .gp .item {
	float: left;
	width: 23%;
	margin-right: 2.3%;
	background: #fff;
	padding: 20px 0 50px;
	margin-bottom: 35px;
}

.m37 .gp .item .t {
	color: #131A21;
	font-size: 18px;
	text-align: center;
}

.m37 .gp .item:nth-child(4n) {
	margin-right: 0px;
}

.m38 .item{
	margin-top: 60px;
}
.m38 .item .t1{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.m38 .item .gp .lt{
	float: left;
	margin-right: 140px;
}
.m38 .item .address .dm{
	background: url('../img/p98 (1).png') left center no-repeat;
	padding-left: 40px;
}
.m38 .item .address .dm .t{
	color: #333333;
	font-size: 16px;
}
.m38 .item .address .dm  .cn{
	font-size: 14px;
	color: #999999;
}

.m39{
	background: #001528;
	padding: 50px 0;
	text-align: center;
	color: #ffffff;
	margin-top: 90px;
	font-size: 24px;
	line-height: 45px;
}

.footer .rit .share_icon a{
	position: relative;
}
.footer .rit .share_icon a .show_box{
	position: absolute;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	left: 50%;
	display: none;
	top: 0px;
	transform: translate(-50%,-100%);
}
.footer .rit .share_icon a .show_box img{
	width: 130px;
	height: 130px;
	max-width: initial;
}
.footer .rit .share_icon a:hover .show_box{
	display: block;
}

.m15 .cm_box_img_item .show_img{
    width: auto;
    height: 100%;
}
 #dwd3 table tbody tr td{
        vertical-align: top;
        font-size: 14px;
        padding: 15px;
        line-height: 36px;
    }

/*.m22 #dwd3 .item .cont .lt{*/
/*    height: 550px;*/
/*    font-size: 14px;*/
/*}*/


#dwd3 table tbody tr td{
        vertical-align: top;
        font-size: 14px;
        padding: 15px;
    }
    #dwd3 .new_cont{
         column-width:300px;/*列宽*/
            -webkit-column-width:250px;
            -moz-column-width:250px;
            column-gap:4px;/*列间距*/
            
 
    }
    #dwd3 .new_cont .new_lt{
        margin-bottom: 20px;
           display: inline-grid;
        width: 300px;
    }
     #dwd3 .new_cont .new_lt .new_lt_tit{
         font-size: 16px;
         margin-bottom: 5px;
     }
      #dwd3 .new_cont .new_lt .new_lt_cont{
         font-size: 14px;
         color: #999;
     }

