/* @font-face {
	font-family: 'NotoSansJPLight';
	src: url('../font/NotoSansJP-Light.otf');
}


*/
@font-face {
	font-family: 'SourceHanSansCN-Bold';
	src: url('../font/SourceHanSansCN-Bold.otf');
}

@font-face {
	font-family: 'SourceHanSansCN-Light';
	src: url('../font/SourceHanSansCN-Light.otf');
}

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../font/SourceHanSansCN-Normal.otf');
}
* {
	font-family: 'SourceHanSansCN-Bold';
}
.head {
	display: block;
	padding: 15px 0;
}

.head .logo img {
	width: 250px;
}

.head .infos {
	margin-top: 22px;
}
.head .infos .form {
	padding: 0 15px;
	width: 290px;
	height: 30px;
	border: 1px solid #57504E;
	border-radius: 30px;
}
.head .infos .form img{
	width: 16px;
}
.head .infos .form input{
	text-align: right;
	border: none;
	height: 28px;
	font-size: 14px;
	color: #666666;
	flex: 1;
}
.head .infos .sousuo {
	width: 250px;
	border-radius: 25px;
	font-size: 14px;
	position: relative;
	padding: 0px 10px;
	border: 1px solid #565454;
	padding-left: 45px;
	background: url('../img/p6.png') 10px center no-repeat;
}

.head .infos .sousuo .text {
	font-size: 14px;
	border-radius: 25px;
	display: block;
	width: 100%;
	background: none;
	height: 40px;
}

.head .infos .sousuo .but {
	width: 40px;
	height: 40px;
	border-radius: 25px;
	right: -1px;
	top: 0px;
	position: absolute;
	color: #fff;
	background: url('../img/p34.png') center no-repeat #e60012;
}

.head .infos .gp {
	margin-top: 3px;
	margin-left: 30px;
}

.head .infos .gp .lt {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-left: 15px;
	position: relative;
	/* font-weight: bold; */
}
.head .infos .gp .lt .open-modal {
	position: absolute;
	left: 0;
	top: 30px;
	background-color: #ffffff;
	padding: 10px;
	width: 200px;
	z-index: 999;
	margin-left: -80px;
	display: none;
	box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
}
.head .infos .gp .lt:hover .open-modal {
	display: block;
}
.head .infos .gp .lt .open-modal img {
	width: 100%;
	height: auto;
}

.head .infos .gp .lt span {
	display: inline-block;
	margin-left: 5px;
	color: #999;
}
.head .infos .gp .lt img {
	height: 16px;
}

.head .infos .gp .lt span:hover {
	color: #000;
}

.head .infos .gp .lt:hover a span {
	border-bottom: 1px solid #000;
}

.nav {
	background: #044f8c;
	color: #fff;
}

.nav ul {
	padding-left: 20px;
}

.nav ul li {
	float: left;
	padding: 25px 0;
	margin-right: 40px;
}

.nav ul li .li_a {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 2px solid #044e8b;
}

.nav ul li:hover .li_a {
	border-bottom: 2px solid #fff;
}

.nav ul .on .li_a {
	border-bottom: 2px solid #fff;
}

.nav .rit {
	background: #3672a2;
	padding: 5px 15px;
	margin-top: 25px;
	width: 370px;
}
.nav .rit .fun a {
	display: inline-block;
	font-size: 14px;
	/* border-left: 1px solid #fff; */
	margin-left: 15px;
	padding-left: 10px;
	color: #fff;
}

.vid_banner {
	position: relative;
	/* display: flex; */
}

.vid_banner .vid {
	/* flex: 1; */
	width: 75%;
}

.vid_banner .video {
	width: 100%;
	vertical-align: middle;
	/* margin-left: -46px; */
}

.vid_banner .bnox {
	width: 25%;
	position: absolute;
	right: 0;
	height: 98.1%;
	top: 2%;
}

.vid_banner .new_list {
	/* background: #fff; */
	/* padding-left: 10px; */
	position: relative;
	height: 100%;
	overflow: hidden;

}

.vid_banner .new_list .dwons {
	position: absolute;
	right: 10px;
	top: 15px;
}

.vid_banner .new_list .dwons img {
	width: 20px;
	cursor: pointer;
}

.vid_banner .new_list .dwons img:hover {
	filter: invert(100%);
}

.vid_banner .new_list .t1 {
	color: #666;
	position: relative;
}

.vid_banner .new_list .t1::before {
	content: '';
	width: 1px;
	height: 150px;
	display: inline-block;
	background: #727172;
	position: absolute;
	left: -10px;
	top: 0px;
	display: none;
}

.vid_banner .new_list .t1_1 {
	/* font-weight: bold; */
	font-size: 50px;
}

.vid_banner .new_list .t1_2 {
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}

.vid_banner .new_list .dm {
	height: 96%;
	position: relative;
	padding-top: 7%;
	/* padding: 20px 0;
	padding-bottom: 0px; */

	/* padding-bottom: 73px; */
}

.vid_banner .new_list .dm::before {
	content: '';
	width: 2px;
	height: 160px;
	background: #727172;
	top: 85px;

	display: inline-block;
	position: absolute;
	left: 20px;
}


.vid_banner .new_list .dm .tab {
	position: absolute;
	width: 100%;
	bottom: 2px;
	z-index: 999;
}

.vid_banner .new_list {}

.vid_banner .new_list .dm .gp .item {
	display: flex;
	margin-bottom: 0px;
	color: #898989;
}

.vid_banner .new_list .dm .gp .item .time {
	text-align: center;
	width: 80px;
}

.vid_banner .new_list .dm .gp .item .time .time_1 {
	font-size: 60px;
	font-family: "微软雅黑 Light";
	/* font-family: '方正兰亭超细黑'; */
}

.vid_banner .new_list .dm .gp .item .time .time_2 {
	font-size: 14px;
	font-family: "微软雅黑 Light";
	/* font-family: '方正兰亭超细黑'; */
}

.vid_banner .new_list .dm .gp .item .cn {
	flex: 1;
	padding-left: 50px;
	padding-top: 20px;
}

.vid_banner .new_list .dm .gp .item:last-child {}

.vid_banner .new_list .dm .gp .item a {
	color: #898989;
	text-align: left;
}

.vid_banner .new_list .dm .gp .item a:hover {
	color: #E60012;
	text-decoration: underline;
}

.vid_banner .new_list .dm .tab {
	background: #054f8c;
	color: #fff;
	/* position: absolute; */
	width: 100%;
	/* bottom: 6px;
	left: 0px; */
	padding: 10px 0;
}

.vid_banner .new_list .dm .tab .lt {
	width: 33%;
	text-align: center;
	float: left;
	cursor: pointer;
	position: relative;
}
.vid_banner .new_list .dm .tab a {
	color: #ffffff;
}

.vid_banner .new_list .dm .tab .lt i {
	display: inline-block;
	width: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -25px);
	top: 0px;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid #054f8c;
	display: none;
}

.vid_banner .new_list .dm .tab .on i {
	display: block
}

.vid_banner .new_list .gp {
	margin-bottom: 0px;
	overflow: hidden;
	/*height: 688px;*/
}

.vid_banner .new_list .dm .gp_list {
	/* height: 650px; */
}




.m1 {
	padding: 30px 15px 0;

}

.m1 .tit {
	color: #727172;
}

.m1 .tit .t1 {
	font-size: 80px;
	/* width: 77%; */
	/* border-bottom: 1px solid #8B8A8A;
	padding-bottom: 10px;
	margin-bottom: 15px; */
}

.m1 .tit .t2 {
	font-size: 14px;
}

.m1 .box {
	display: flex;
	margin-top: 10px;
}

.m1 .box .let {
	width: 400px;
	margin-left: 160px;
	margin-top: 60px;
	opacity: 0.5;
	/* height: 600px; */
}

.m1 .box .cont {
	flex: 1;
	padding-right: 80px;
}

.m1 .m1_1 {}

.m1 .m1_1 .pic {
	width: 49%;
	float: left;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.m1 .m1_1 .pic:nth-child(2) {
	float: right;
}

.m1 .m1_1 .pic img {
	width: 100%;
}

.m1 .m1_1 .pic:nth-child(1) {
	transform: scale(0.8, 0.8);
}

.m1 .m1_1 .pic:nth-child(2) {
	transform: scale(1.2, 1.2);
}

.m1 .sel_no .m1_1 .pic {
	transform: scale(1, 1);
}


.m1 .box .rit_new {
	width: 420px;
	/* border-left: 1px solid #727172; */
	padding-left: 40px;
	position: relative;
	top: -100px;
}

.m1 .box .rit_new::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background: #727172;
	display: inline-block;
	left: 0px;
	top: -20px;
}
.m1 .box .rit_new .yuan {
	width: 40px;
	height: 40px;
	background-color: #727272;
	position: absolute;
	left: -20px;
	top: -40px;
	border-radius: 40px;
}
.m1 .m1_2 .t {
	font-size: 30px;
	color: #727172;
	margin: 25px 0 20px;
}

.m1 .m1_2 .cn {
	font-size: 14px;
	color: #727172;
	/* height: 90px;
	overflow: hidden; */
	text-indent: 2em;
}

.m1 .m1_2 .more {
	margin-top: 20px;
}

.m1 .m1_2 .tel {
	text-align: right;
	margin-top: 30px;
}

.m1 .rit_new .t {
	font-size: 50px;
	color: #727172;
}

.m1 .rit_new ul {
	margin-top: 15px;
}

.m1 .rit_new ul li {
	margin-bottom: 20px;
}

.m1 .rit_new ul li a {
	color: #727172;
}
.m1 .rit_new ul li a img{
	width: 100%;
}

.m1 .rit_new ul li a:hover {
	text-decoration: underline;
}

.m1 .rit_new {
	position: relative;
}

.m1 .rit_new .tab_list {
	position: absolute;
	width: 10px;
	position: absolute;
	left: -30px;
	top: 24%;
}

.m1 .rit_new .tab_list .lt {
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	opacity: 0.3;
}

.m1 .rit_new .tab_list .lt::before {
	content: '';
	width: auto;
	height: auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid #727172;
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -20px;
}

.m1 .rit_new .tab_list .on::before {
	display: inline-block;
}

.m1 .rit_new .tab_list .on {
	opacity: 1;
}

.m1 .rit_new .min-list {
	padding-top: 30px;
}
.m1 .rit_new .min-list .cell{
	padding-bottom: 25px;
}
.m1 .rit_new .min-list .cell .icon {
	padding-top: 6px;
}
.m1 .rit_new .min-list .cell .icon div {
	width: 20px;
	height: 20px;
	background-color: #044E8B;
	margin-right: 10px;
}
.m1 .rit_new .min-list .cell .text {
	color: #ABAAAA;
	font-size: 20px;
}

.m2 {
	/* padding: 5px 0; */
}

.m2 .item {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;

}
.m2 .item a {
	display: block;
	background: #aba9a9;
	padding: 20px 0;
	position: relative;
}

.m2 .item::before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	right: 1px;
	top: 50%;
	background: #fff;
	display: inline-block;
	transform: translate(0, -50%);
	z-index: 99;
}

.m2 .item .pic {
	height: 80px;
	line-height: 80px;
}

.m2 .item img {
	height: 40px;
	display: inline-block;

	/* width: 100%; */
}

.m2 .item a {
	color: #fff;
	font-size: 20px;
}

.m2 .item:nth-child(4)::before {
	display: none;
}

/*.m2 .item:hover {
	background: #E60012;
}*/

.m3 {
	display: flex;
}

.m3 .let {
	width: 500px;
	border-right: 1px solid #B9B7B7;
}

.m3 .let .dm {
	color: #fff;
	padding: 20px 30px;
	width: 80%;
}

.m3 .let .dm .t1 {
	font-size: 80px;
	color: #044F8B;
}

.m3 .let .dm .t2 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #666666;
}

.m3 .let .dm ul li {
	font-size: 26px;
	color: #fff;
	display: flex;
	align-items: center;
	/* border-bottom: 1px solid #fff; */
	padding: 30px 0;
	position: relative;
	opacity: 0.6;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



.m3 .let .dm ul li a {
	color: #AAA9A9;
	font-size: 30px;
}

.m3 .let .dm ul .on {
	opacity: 1;
}

.m3 .let .dm ul li::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50%;
	background: #ABA9A9;
	right: 100%;
	bottom: -4px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m3 .let .dm ul li::after {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background: #ABA9A9;
	display: inline-block;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m3 .let .dm ul li:hover::after {
	width: 100%;
}

.m3 .let .dm ul li:hover::before {
	right: -2px;
	opacity: 1;
}

.m3 .let .dm ul li:hover {
	padding: 40px 0;
}

.m3 .let .dm ul li img {
	width: 80px;
	margin-right: 15px;
}

.m3 .let .dm ul li:hover {
	opacity: 1;
}

.m3 .conts {
	flex: 1;
}

.m3 .conts .dm {
	padding: 35px 50px;
}

.m3 .conts .dm .item {
	margin-bottom: 25px;
}

.m3 .conts .dm .item .s-title {
	margin-bottom: 15px;
}
.m3 .conts .dm .item .s-title .t {
	font-size: 45px;
	color: #727171;
}
.m3 .conts .dm .item .s-title .des {
	font-size: 14px;
	color: #727171;
	padding-left: 10px;
	padding-bottom: 10px;
}

.m3 .conts .dm .item .cgp .lt {
	width: 22.5%;
	padding: 40px 0;
	float: left;
	text-align: center;
	margin-right: 2%;
	color: #727172;
	border: 1px solid #F5F5F5;
	position: relative;

}

.m3 .conts .dm .item .cgp .lt:nth-child(4n) {
	margin-right: 0px;
}

.m3 .conts .dm .item:last-child {
	margin-bottom: 0px;
}

.m3 .conts .dm .item .cgp .lt .ts {
	margin-top: 10px;
	font-size: 26px;
	color: #B5B5B6;
}

.m3 .conts .dm .item .cgp .lt:hover .ts {
	text-decoration: underline;
	color: #E60012;
}

.m3 .conts .dm .item .cgp .lt .pic {
	height: 100px;
	margin-bottom: 15px;
	overflow: hidden;
}

.m3 .conts .dm .item .cgp .lt .pic img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m3 .conts .dm .item .cgp .lt:hover .pic img {
	transform: translate(0, -100px);
}

.m3 .conts .dm .item .cgp .lt::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 2px;
	position: absolute;
	background: #E60012;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 0);
}

.m3 .conts .dm .item .cgp .lt:hover::before {
	width: 100%;
}

.m3 .more {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 30px;
}

.m3 .more img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m3 .more img:hover {
	transform: scale(1.1, 1.1);
}

.footer {
	padding: 30px 0;
}

.footer .logo {
	text-align: center;
}

.footer .f_nav {
	text-align: center;
	margin-top: 30px;
	position: relative;
}

.footer .f_nav::before {
	content: '';
	width: 100%;
	left: 0px;
	height: 1px;
	top: 33px;
	position: absolute;
	background: #B8CDDE;
	display: inline-block;
	opacity: 0.8;
}

.footer .f_nav .item {
	/*display: inline-block;*/
	text-align: center;
	margin: 0px 30px;
}

.footer .f_nav .item .t {
	font-size: 16px;
	color: #054F8C;
	margin-bottom: 20px;
}

.footer .f_nav .item ul li {
	margin-bottom: 10px;
}

.footer .f_nav .item ul li a {
	color: #054F8C;
	font-size: 14px;
	opacity: 0.8;
}

.footer .f_nav .item ul li:hover a {
	opacity: 1;
}

.footer .down {
	text-align: center;
}
.footer .down img {
	width: 50px;
}

.footer .b_info {
	color: #054F8C;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.footer .b_info .t2 {
	margin-top: 15px;
}

.footer .b_info .t2 * {
	display: inline-block;
	margin: 0px 15px;
	color: #054F8C;
}

.footer .f_nav {
	position: relative;
}

.footer .f_nav .ewm {
	position: absolute;
	text-align: center;
	font-size: 14px;
	color: #054F8C;
	top: 50px;
}

.footer .f_nav .ewm .pic {
	margin-bottom: 10px;
	width: 90px;
}
.footer .f_nav .ewm .pic img{
	width: 100%;
}

.footer .f_nav .ewm1 {
	left: 0px;
}

.footer .f_nav .ewm2 {
	right: 0;
}

.footer .f_nav .ewm3 {
	left: 110px;
}

.footer .f_nav .ewm4 {
	right: 110px;
}

.footer .b_info {
	position: relative;
}

.footer .b_info .icon {
	position: absolute;
	right: 0px;
	bottom: 5px;
}


.m4 {
	display: flex;
	margin-top: 50px;
	background-color: #f2f2f2;
}

.m4 .let {
	width: 110px;
	padding: 10px;
	background: #f2f2f2;

}

.m4 .let .item {
	font-size: 22px;
	font-weight: bold;
	color: #ABA9AA;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.m4 .let .item:hover {
	color: #8B8A8A;
}

.m4 .let .on {
	color: #333;
}

.m4 .rit {
	flex: 1;
}

.m4 .rit .list .list_dm {

	display: flex;
	padding-left: 20px;
}

.m4 .rit .rit_let {
	width: 240px;
}

.m4 .rit .rit_let .lt {
	width: 120px;
}

.m4 .rit .rit_let .lt img {
	width: 120px;
}

.m4 .rit .rit_let .lt .icon_sel_1 {
	display: block;
}

.m4 .rit .rit_let .lt .icon_sel_2 {
	display: none;
}
.m4 .rit .rit_let .lt:hover{
	opacity: 0.45;
}
.m4 .rit .rit_let .on:hover{
	opacity: 1;
}
.m4 .rit .rit_let .on .icon_sel_1{
	display: none;
}
.m4 .rit .rit_let .on .icon_sel_2 {
	display: block;
}

.m4 .rit .rit_rit {
	flex: 1;
	height: 500px;
	border: 3px solid grey;
}

.m4 .rit .rit_rit img {
	width: 100%;
	cursor: pointer;
}

.m5 {
	border-top: 1px solid #ABA9AA;
	border-bottom: 1px solid #ABA9AA;
	padding: 40px 0;
	margin-top: 50px;
}

.m5 .item {
	width: 23.3%;
	margin-right: 2.25%;
	background: #EFEFEF;

}

.m5 .item:hover {
	background: #9d9d9d;
}

.m5 .item:nth-child(4) {
	margin-right: 0px;
}

.m5 .item .dm {
	display: flex;
	padding: 25px 10px;
	align-items: center;
	font-weight: normal;
}

.m5 .item .icon {
	width: 60px;
}

.m5 .item .dm .text {
	padding-left: 10px;
}

.m5 .item .dm .text .t1 {
	font-size: 25px;
	color: #044E8B;
}

.m5 .item .dm .text .t2 {
	font-size: 16px;
	color: #999999;
}
.m5 .item .dm .text .t2 a:hover {
	text-decoration: underline;
}

.m5 .item:hover .dm .text .t2 {
	color: #fff;
}

.m6 {
	padding-top: 55px;
	margin-bottom: 45px;
}

.m6 .item {
	width: 32%;
	margin-right: 2%;
	position: relative;
}

.m6 .item:nth-child(3n) {
	margin-right: 0px;
}

.m6 .item .tit {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	z-index: 99;
	color: #fff;
	transform: translate(-50%, -50%);
}

.m6 .item i {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.m6 .item img {
	width: 100%;
}

.m6 .item:hover i {
	display: none;
}

.m7 {
	margin-bottom: 40px;
}

.m7 .tit {
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}

.m7 .tit .t1 {
	font-size: 50px;
	color: #044E8B;
}

.m7 .tit .t2 {
	font-size: 27px;
	color: #B7B5B7;
}

.m7 .gp .item {
	width: 48%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.m7 .gp .item .t1 {
	font-size: 22px;
}

.m7 .gp .item .t2 {
	font: 14px;
}

.m7 .gp .item .dm {
	background: url('../img/p38.png') left 5px no-repeat;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 30px;
	position: relative;
	padding-bottom: 10px;
}

.m7 .gp .item .tel {
	position: absolute;
	right: 0px;
	top: 10px;
}

.m7 .gp .item:nth-child(2n) {
	float: right;
}

.m7 .item_more {
	text-align: right;
}
.m7 .item_more a {
	color: #044E8B;
	font-weight: bold;
	font-size: 40px;
}

.m8 {
	background: #B5B5B6;
}

.m8 a {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 15px 25px;
}

.m8 a::before {
	content: '';
	position: absolute;
	width: auto;
	display: inline-block;
	height: auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #B5B5B6;
	left: 50%;
	transform: translate(-50%, 15px);
	bottom: 0px;
	display: none;
}

.m8 .on::before {
	display: block;
}

.m8 a:hover::before {
	display: block;
}

.m9 {
	background: #EEEFEF;
}

.m9 .dm {
	padding: 30px;
}

.m9_2 {
	width: 100%;
}

.m9_2_1 {
	width: 70%;
}

.m9_2 .m9_2_1 .banner_item {
	position: relative;
}

.m9_2 .m9_2_1 .banner_item .text {
	position: absolute;
	left: 0px;
	z-index: 99;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 0;
	bottom: 0px;
}

.m9_2 .m9_2_1 .banner_item .text .txt_dm {
	color: #fff;
	font-size: 14px;
	padding: 0px 30px;
}

.m9_2 .m9_2_1 .swiper-button-next,
.m9_2 .m9_2_1 .swiper-button-prev {
	padding: 30px 15px;
	top: 40%;
	background-color: rgba(0, 0, 0, 0.5);
}

.m9_2_2 {
	width: 70%;
}

.m9_2_2 .table {
	border-bottom: 1px solid #D3D3D4;
	margin-top: 15px;
	margin-bottom: 15px;

}

.m9_2_2 .table .lt {
	color: #727172;
	padding: 0px 20px;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
}

.m9_2_2 .table .lt::before {
	content: '';
	position: absolute;
	width: auto;
	display: inline-block;
	height: auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #B5B5B6;
	left: 50%;
	transform: translate(-50%, 15px);
	bottom: 0px;
	display: none;
}

.m9_2_2 .table .on::before {
	display: block;
}

.m9_2_2 .table .lt:hover::before {
	display: block;
}

.m9_2_2 .listvest .list .hot {
	display: flex;
	background: #fff;
	margin-bottom: 15px;
}

.m9_2_2 .listvest .list .hot .pic {
	width: 200px;
	height: 115px;
	/* height: 150px; */
}

.m9_2_2 .listvest .list .hot .cm {
	flex: 1;
	font-size: 14px;
	padding: 15px;
	height: 70px;
	overflow: hidden;
}

.m9_2_2 .listvest .list .lets {
	display: flex;
}

.m9_2_2 .listvest .list .lets_le {
	flex: 1;
	padding-right: 15px;

}

.m9_2_2 .listvest .list .let_rit {
	/* flex: 1; */
	width: 365px;
	overflow: hidden;
	position: relative;
	/* padding-left: 15px; */
}

.m9_2_2 .listvest .list .let_rit .pic {
	position: relative;

}


.m9_2_2 .listvest .list .let_rit .swiper-pagination {
	text-align: right;
}

.m9_2_2 .listvest .list .let_rit .pic .txt {
	position: absolute;
	left: 0px;
	width: 94%;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	padding: 10px 3%;
	color: #fff;
	font-size: 14px;
}

.m9_2_2 .listvest .list .let_rit .pic img {
	width: 100%;
}

.m9_2_2 .listvest .list ul li {
	margin-bottom: 8px;
}

.m9_2_2 .listvest .list ul li a {
	color: #727172;
	font-size: 14px;
	position: relative;
	/* padding-left: 30px; */
}

.m9_2_2 .listvest .list ul li a::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	background: #848484;
	transform: translate(0, -50%);
}

.m9_3 {
	width: 28%;
}

.m9_3 .m1 .box {
	display: block;
}

.m9_3 .m1 .box .rit_new {
	width: 100%;
	height: auto;
	top: -15px;
}


.m9_3 .m1 .rit_new ul li a {
	display: block;
	position: relative;
}

.m9_3 .m1 .rit_new ul li a::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	background: #848484;
	transform: translate(0, -50%);
}

.m9_3_pic {
	width: 29%;
}

.m9_3_pic .t1 {
	font-size: 30px;
	color: #727172;
	margin-bottom: 24px;
}

.m10 .container .banner {
	margin-bottom: 30px;
}

.m10 .container .banner img {
	width: 100%;
}

.m10 .newsbox {
	width: 49%;
	background: #fff;
	float: left;
	margin-bottom: 25px;
}

.m10 .newsbox:nth-child(2n) {
	float: right;
}

.m10 .newsbox .title {
	/*background: url('../img/ywdt_24.png') left center no-repeat;*/
	color: #fff;
	/* margin-bottom: 10px; */
	border-bottom: 1px solid #9BA2AD;
	line-height: 45px;
}

.m10 .newsbox .title a {
	float: right;
	font-size: 14px;
}
.m10 .newsbox .title .left .text {
	width: 170px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #044F8C;

}

.m10 .newsbox .tzdt {
	/* border-bottom: 1px solid #e5e5e5; */
	padding-bottom: 10px;
}

.m10 .newsbox ul li {
	position: relative;
	border-bottom: 1px dotted #cfcfcf;
}

.m10 .newsbox ul li a {
	display: block;
	font-size: 14px;
	padding: 12px 0;
	padding-right: 85px;
}

.m10 .newsbox ul li a:hover {
	text-decoration: underline;
}

.m10 .newsbox ul li span {
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.m12 {
	overflow: hidden;
	height: 100px;
	position: relative;
	margin-bottom: 30px;
}

.svg_1:hover,
.svg_2:hover,
.svg_3:hover,
.svg_4:hover,
.svg_5:hover,
.svg_6:hover,
.svg_7:hover,
.svg_8:hover,
.svg_9:hover,
.svg_10:hover,
.svg_11:hover,
.svg_12:hover,
.svg_13:hover,
.svg_14:hover,
.svg_15:hover,
.svg_16:hover,
.svg_17:hover,
.svg_18:hover,
.svg_19:hover,
.svg_20:hover {
	fill: #106efc;
}

.common_maps {
	position: relative;
	height: 600px;
	/* left: -80px; */
}

.common_maps svg {
	position: absolute;
}

.svg_1 {}

.wx_svg_1 {
	width: 240px;
	height: 178px;
	top: -23px;
	left: -74px;
}

.wx_svg_2 {
	width: 307px;
	height: 114px;
	top: 129px;
	left: -69px;
}

.wx_svg_3 {
	width: 103px;
	height: 93px;
	top: 179px;
	left: -39px;
	z-index: 6;
}

.wx_svg_4 {
	width: 50px;
	height: 16px;
	top: 238px;
	z-index: 10;
	left: 54px;
}

.wx_svg_5 {
	width: 226px;
	height: 258px;
	top: 220px;
	left: -36px;
}

.wx_svg_6 {
	width: 26px;
	height: 26px;
	top: 240px;
	left: 122px;
}

.wx_svg_7 {
	width: 34px;
	height: 30px;
	top: 240px;
	left: 158px;
	z-index: 10;
}

.wx_svg_8 {
	width: 80px;
	top: 242px;
	left: 156px;
	z-index: 9;
}

.wx_svg_9 {
	width: 220px;
	top: 258px;
	left: 120px;

}

.wx_svg_10 {
	width: 64px;
	height: 70px;
	top: 322px;
	left: 148px;
	z-index: 9;
}

.wx_svg_11 {
	width: 30px;
	height: 42px;
	top: 288px;
	left: 127px;
	z-index: 10;
}

.wx_svg_12 {
	width: 80px;
	height: 120px;
	top: 300px;
	left: 94px;
	z-index: 9;
}

.wx_svg_13 {
	width: 20px;
	height: 30px;
	top: 330px;
	left: 100px;
	z-index: 10;
}


.wx_svg_14 {
	width: 74px;
	height: 80px;
	top: 318px;
	left: 51px;
	z-index: 9;
}

.wx_svg_15 {
	width: 60px;
	height: 70px;
	top: 390px;
	left: 54px;
	z-index: 9;
}

.wx_svg_16 {
	width: 100px;
	top: 359px;
	z-index: 9;
	left: 99px;
}

.wx_svg_17 {
	width: 62px;
	top: 372px;
	left: 154px;
	z-index: 9;
}

.wx_svg_18 {
	width: 90px;
	top: 410px;
	left: 188px;
}

.wx_svg_19 {
	width: 150px;
	top: 386px;
	left: 66px;
}

.wx_svg_20 {
	width: 40px;
	top: 260px;
	left: 158px;
	z-index: 9;
}


.common_maps .txts {
	position: absolute;
	font-size: 12px;
	z-index: 100;
	top: -100px;
	color: #fff;
	text-align: center;
}

.common_maps .txt_1 {
	top: 40px;
	left: 35px;
}

.m1_0 {
	font-size: 30px;
	margin-bottom: 20px;
}

.m1_0 .txts {
	display: none;
}

.m1_0 .txts:nth-child(1) {
	display: block;
}

/* .common_maps .on {
	fill: #000 !important;
} */
.nav .rit {
	position: relative;
	padding-left: 80px;
	width: 305px;
}

.nav .rit>a {
	position: absolute;
	left: 10px;
	top: 50%;

	transform: translate(0, -50%);
	padding-right: 15px;
	color: #ffffff;
}

.nav .rit::before {
	content: '';
	left: 85px;
	width: 1px;
	top: 50%;
	transform: translate(0, -50%);
	height: 20px;
	background: #fff;
	display: inline-block;
	position: absolute;

}

.nav .rit .fun {
	overflow: hidden;
	height: 24px;
	position: relative;
	top: 3px;
}

.nav .rit .fun #head_rit_gg {
	overflow: hidden;
	height: 24px;
}
.nav .rit .fun .swiper-slide {
	height: 18px;
}
.nav .rit .fun .swiper-slide a{
	font-size: 14px;
	color: #ffffff;
}
.nav .rit .fun .swiper-slide img{
	width: 16px;
}

.common_maps .maps_bk {
	position: absolute;
	left: -80px;
	top: -32px;
	width: 388px;
	height: 580px;
}

.vid_banner .new_list .dm .gp_list {
	margin-left: 30px;
}




.vid_banner .new_list .t1 {
	margin-left: 30px;

}

.vid_banner {
	border-bottom: 8px solid #cacaca;
}


.fix_rit {

	position: fixed;
	right: 5%;
	bottom: 10%;

	z-index: 99999;
}

.fix_rit img {
	display: inline-block;
	width: 30px;
}

.fix_rit a {
	display: block;
	background: #044E8B;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}


.footer .down {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	cursor: pointer;
}

.footer .down::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(32, 94, 186, 0.5);
	position: absolute;
	animation: circle-opacity 2s infinite;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
}

@keyframes circle-opacity {
	from {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(2);
	}
}

.footer .f_nav .item ul {
	height: 140px;
	overflow: hidden;
}

.footer .down img,
.footer .f_nav .item ul {
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.footer_on .f_nav .item ul {
	height: auto;
}

.footer_on .down img {
	transform: rotate(180deg);
}

.banner_1_1_box .mySwiper {
	overflow: hidden;
	/*height: 760px;*/
}

.mnew_listvest .lista {
	display: none;
}

.mnew_listvest .lista:nth-child(1) {
	display: block;
}

.m50 .item {
	width: 18%;
	margin-right: 2.3%;
	height: 214px;
	background: #666;
	border-radius: 10px;
	margin-bottom: 20px;
}

.m50 .item:nth-child(5n) {
	margin-right: 0px;
}

.m12 {
	position: relative;
}

.m12 .click_fun {
	position: absolute;
	z-index: 99;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.m12 .click_fun img {
	display: block;
	cursor: pointer;

}

.m12 .click_fun img:nth-child(2) {
	margin-top: 5px;
}


.vid_banner .banner_1_1_box .swiper-pagination-progressbar {
	left: 20px;
	width: 2px;
	background: #fff;

}

.vid_banner .banner_1_1_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #999;
}

/* .swiper-pagination-progressbar */

.m9_10 .box {
	padding: 20px;
	padding-top: 40px;
}

.m9_10 .box .item {
	width: 18%;
	margin: 0px 1%;
	margin-bottom: 20px;
}
.m9_10 .box .itee {
	width: 58%;
	margin: 0px 1%;
	margin-bottom: 20px;
}

.m9_10 .box .item {}

.m9_10 .box .item .img img {
	width: 100%;
}

.m9_10 .box .item:nth-child(5n) {}

.m9_10 .box .item .tit {
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

.banner_1_1_box{}



.img-list .cell{
	width: 20%;
}
.img-list .cell a, .img-list .cell img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.open {
	border-bottom: 8px solid #cacaca;
	padding: 4%;
}
.open .left .o-l-title{
	font-size: 80px;
	color: #044F8B;
}
.open .left .o-l-des{
	font-size: 14px;
	color: #777676;
}
.open .line {
	width: 1px;
	background-color: #C0BFBF;
	height: 300px;
	margin: 0 100px;
}
.open .right {
	width: calc(100% - 620px);
}
.open .right .link a{
	font-size: 20px;
	color: #696969;
	display: block;
	margin-right: 20px;
}
.open .right .link a:hover{
	color: #E60012;
}
.open .o-main {
	padding-top: 30px;
}
.open .o-main .o-m-left .o-slide{
	overflow: hidden;
	width: 200px;
	border: 2px solid #CACACB;
}
.open .o-main .o-m-left .o-slide .swiper-slide {
	width: 200px;
}
.open .o-main .o-m-left .prev img {
	width: 20px;
}
.open .o-main .o-m-left .next img {
	width: 20px;
}
.open .o-main .o-m-left .num {
	padding: 0 20px;
	font-size: 18px;
	color: #AAA9A9;
}
.open .o-main .o-m-right {
	padding-left: 30px;
	width: calc(100% - 320px);
}
.open .o-main .o-m-right .tab .tab-nav{
	height: 60px;
	padding: 0 20px;
	background-color: #c9caca;
}
.open .o-main .o-m-right .tab .tab-nav .cell {
	text-align: center;
	cursor: pointer;
	height: 100%;
	padding: 0 20px;
	position: relative;
}
.open .o-main .o-m-right .tab .tab-nav .cell .text{
	color: #727171;
	font-size: 34px;
}
.open .o-main .o-m-right .tab .tab-nav .cell .icon {
	width: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -20px;
	display: none;

}
.open .o-main .o-m-right .tab .tab-nav .on .icon {
	display: block;
}
.open .o-main .o-m-right .tab .tab-main {
	padding-top: 40px;
	min-height: 224px;
}
.open .o-main .o-m-right .tab .tab-main .tab-cell {
	display: none;
}
.open .o-main .o-m-right .tab .tab-main .on {
	display: block;
}
.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list {
	padding-bottom: 15px;
}
.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list a{
	font-size: 18px;
	color: #AFAEAE;
	font-family: "微软雅黑 Light";
	flex: 1;
	padding-left: 10px;
	position: relative;
	width: calc(100% - 100px);
}
.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list a:before {
	content: '';
	width: 2px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
}
.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list a:hover {
	color: #E60012;
}
.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list .time{
	font-size: 18px;
	color: #AFAEAE;
	padding-left: 20px;
}
.open .o-main .o-m-right .form {
	padding-top: 10px;
}
.open .o-main .o-m-right .form .f-title{
	font-size: 20px;
	color: #C9CACA;
}
.open .o-main .o-m-right .form .f-form {
	height: 44px;
	background-color: #ffffff;
	border-radius: 44px;
	padding: 0 15px;
	border: 2px solid #4B4543;
}
.open .o-main .o-m-right .form .f-form .select {
	position: relative;
}
.open .o-main .o-m-right .form .f-form .select .select-res {
	height: 44px;
}
.open .o-main .o-m-right .form .f-form .select .select-res .value{
	font-size: 20px;
	color: #727171;
	padding-right: 15px;
}
.open .o-main .o-m-right .form .f-form .select .select-res img {
	width: 16px;
}
.open .o-main .o-m-right .form .f-form .select .select-list{
	position: absolute;
	left: 0;
	right: 0;
	top: 44px;
	background-color: #ffffff;
	display: none;
}
.open .o-main .o-m-right .form .f-form .select .select-list .select-cell {
	cursor: pointer;
	text-align: center;
	padding: 8px 14px;
	font-size: 14px;
	color: #727171;
}
.open .o-main .o-m-right .form .f-form .select .select-list .select-cell:hover {
	background-color: #eeeeee;
}
.open .o-main .o-m-right .form .f-form .select:hover .select-list{
	display: block;
}
.open .o-main .o-m-right .form .f-form .f-search {
	flex: 1;
	padding-left: 10px;
}
.open .o-main .o-m-right .form .f-form .f-search input{
	flex: 1;
}
.open .o-main .o-m-right .form .f-form .f-search img{
	width: 16px;
	cursor: pointer;
}

@media screen and (max-width:1200px) {
	.vid_banner .vid {
		/* flex: 1; */
		width: 100%;
	}
	.vid_banner .bnox {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
	}
	.w2 {
		width: 92%;
	}
	.m1 .box .rit_new {
		top: 0;
	}

	.open {
		padding: 3%;
	}
	.open .left {
		width: 100%;
		padding-bottom: 50px;
	}
	.open .left .o-l-title{
		font-size: 50px;
	}
	.open .left .o-l-des{
		font-size: 14px;
	}
	.open .line {
		display: none;
	}
	.open .right {
		width: 100%;
	}
	.open .right .link a{
		font-size: 16px;
		margin-right: 15px;
	}
	.open .o-main {
		padding-top: 20px;
	}
	.open .o-main .o-m-left .o-slide{
		overflow: hidden;
		width: 100%;
	}
	.open .o-main .o-m-left .o-slide .swiper-slide {
		/*width: 300px;*/
	}
	.open .o-main .o-m-left .prev img {
		width: 20px;
	}
	.open .o-main .o-m-left .next img {
		width: 20px;
	}
	.open .o-main .o-m-left .num {
		padding: 0 20px;
		font-size: 18px;
		color: #ffffff;
	}
	.open .o-main .o-m-right {
		padding-left: 0px;
		width: 100%;
	}
	.open .o-main .o-m-right .tab .tab-nav{
		height: 40px;
		padding: 0 10px;
		background-color: #ffffff;
	}
	.open .o-main .o-m-right .tab .tab-nav .cell {
		text-align: center;
		cursor: pointer;
		height: 100%;
		padding: 0 10px;
		position: relative;
	}
	.open .o-main .o-m-right .tab .tab-nav .cell .text{
		color: #727171;
		font-size: 24px;
	}
	.open .o-main .o-m-right .tab .tab-nav .cell .icon {
		width: 30px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		bottom: -20px;
		display: none;

	}
	.open .o-main .o-m-right .tab .tab-nav .on .icon {
		display: block;
	}
	.open .o-main .o-m-right .tab .tab-main {
		padding-top: 50px;
	}
	.open .o-main .o-m-right .tab .tab-main .tab-cell {
		display: none;
	}
	.open .o-main .o-m-right .tab .tab-main .on {
		display: block;
	}
	.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list {
		padding-bottom: 15px;
	}
	.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list a{
		font-size: 18px;
		color: #F4F5F6;
		font-family: "微软雅黑 Light";
		flex: 1;
		padding-left: 10px;
		position: relative;
	}
	.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list a:before {
		content: '';
		width: 2px;
		height: 2px;
		background-color: #ffffff;
		border-radius: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 12px;
	}
	.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list a:hover {
		color: #E60012;
	}
	.open .o-main .o-m-right .tab .tab-main .tab-cell .tab-c-list .time{
		font-size: 18px;
		color: #F4F5F6;
		padding-left: 20px;
	}
	.open .o-main .o-m-right .form {
		padding-top: 30px;
	}
	.open .o-main .o-m-right .form .f-title{
		font-size: 20px;
		color: #ffffff;
		width: 100%;
		padding-bottom: 10px;
	}
	.open .o-main .o-m-right .form .f-form {
		height: 44px;
		background-color: #ffffff;
		border-radius: 44px;
		padding: 0 15px;
	}
	.open .o-main .o-m-right .form .f-form .select {
		position: relative;
	}
	.open .o-main .o-m-right .form .f-form .select .select-res {
		height: 44px;
	}
	.open .o-main .o-m-right .form .f-form .select .select-res .value{
		font-size: 14px;
		color: #727171;
		padding-right: 15px;
	}
	.open .o-main .o-m-right .form .f-form .select .select-res img {
		width: 16px;
	}
	.open .o-main .o-m-right .form .f-form .select .select-list{
		position: absolute;
		left: 0;
		right: 0;
		top: 44px;
		background-color: #ffffff;
		display: none;
	}
	.open .o-main .o-m-right .form .f-form .select .select-list .select-cell {
		cursor: pointer;
		text-align: center;
		padding: 8px 14px;
		font-size: 14px;
		color: #727171;
	}
	.open .o-main .o-m-right .form .f-form .select .select-list .select-cell:hover {
		background-color: #eeeeee;
	}
	.open .o-main .o-m-right .form .f-form .select:hover .select-list{
		display: block;
	}
	.open .o-main .o-m-right .form .f-form .f-search {
		flex: 1;
		padding-left: 10px;
	}
	.open .o-main .o-m-right .form .f-form .f-search input{
		flex: 1;
	}
	.open .o-main .o-m-right .form .f-form .f-search img{
		width: 16px;
		cursor: pointer;
	}

	.news-content-page .context h1 {
		font-size: 26px !important;
	}
}

.m1 .m1-left {
	flex: 1;
	padding-right: 100px;
}
.m1 .m1-left-main {
	position: relative;
	height: 100%;
}
.m1 .m1-left-main .map{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.m1 .m1-left-main .map-bg {
	width: 100%;
	position: relative;
}
.m1 .m1-left-main .map .address {
	width: 30px;
	display: none;
}
.m1 .m1-left-main .map .address .icon{
	width: 30px;
}
.m1 .m1-left-main .map .address .bg{
	max-width: 60px;
	margin-left: 15px;
	animation: circle-opacity 2s infinite;
}
.m1 .m1-left-main .map .a-01 {
	position: absolute;
	left: 48%;
	top: 33%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-02 {
	position: absolute;
	left: 58%;
	top: 47%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-03 {
	position: absolute;
	left: 38%;
	top: 44%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-04 {
	position: absolute;
	left: 42%;
	top: 42%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-05 {
	position: absolute;
	left: 54%;
	top: 45%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-06 {
	position: absolute;
	left: 46%;
	top: 40%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-07 {
	position: absolute;
	left: 40%;
	top: 38%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-08 {
	position: absolute;
	left: 42%;
	top: 48%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-09 {
	position: absolute;
	left: 45%;
	top: 43%;
	z-index: 99;
}
.m1 .m1-left-main .map .a-10 {
	position: absolute;
	left: 34%;
	top: 43.5%;
	z-index: 99;
}
.m1 .m1-left-main .map .on {
	display: block;
}
.m1 .m1-left-main .map-nav {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #453B39;
}
.m1 .m1-left-main .map-nav .map-nav-main{
	width: 80%;
	margin: 0 auto;
}
.m1 .m1-left-main .map-nav .map-nav-main .cell {
	width: 16%;
	margin: 10px 2%;
	cursor: pointer;
	background-color: #C9CACB;
	height: 50px;
	text-align: center;
	color: #ffffff;
}
.m1 .m1-left-main .map-nav .map-nav-main .cell:hover {
	background: #054f8c;
}
.m1 .m1-left-main .map-nav .map-nav-main .on {
	background: #054f8c;
}
.m1 .m1-left-content {
	padding-top: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
.m1 .m1-left-content .cell {
	background: url("../images/bg.png");
	padding: 30px;
	display: none;
}
.m1 .m1-left-content .on {
	display: block;
}
.m1 .m1-left-content .cell .img{
	width: 38%;
}
.m1 .m1-left-content .cell .img img{
	height: 100%;
	object-fit: cover;
}
.m1 .m1-left-content .cell .r-box {
	padding-left: 20px;
	width: calc(100% - 38% - 20px);
}
.m1 .m1-left-content .cell>div>div .title{
	font-size: 30px;
	color: #727171;
	padding-bottom: 20px;
}
.m1 .m1-left-content .cell>div>div .des{
	font-size: 22px;
	color: #727171;
	font-family: "微软雅黑 Light";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m1 .m1-left-main .more {
	position: absolute;
	right: 0;
	bottom: 0;
}
.m1 .m1-left-main .more a{
	display: none;
}
.m1 .m1-left-main .more a:nth-child(1) {
	display: block;
}
.m1 .m1-left-main .more img {
	width: 105px;
}

@media screen and (max-width:1200px) {
	.m1 .m1-left-content .cell .img {
		width: 100%;
	}
	.m1 .m1-left {
		flex: 1;
		padding-right: 100px;
		width: 100%;
	}
	.m1 .m1-left-main {
		position: relative;
		padding-top: 0;
	}
	.m1 .m1-left-main .map{
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	.m1 .m1-left-main .map-bg {
		width: 100%;
		position: relative;
	}
	.m1 .m1-left-main .map .address {
		width: 30px;
		display: none;
	}
	.m1 .m1-left-main .map .a-01 {
		position: absolute;
		left: 48%;
		top: 33%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-02 {
		position: absolute;
		left: 58%;
		top: 47%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-03 {
		position: absolute;
		left: 38%;
		top: 44%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-04 {
		position: absolute;
		left: 42%;
		top: 42%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-05 {
		position: absolute;
		left: 54%;
		top: 45%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-06 {
		position: absolute;
		left: 46%;
		top: 40%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-07 {
		position: absolute;
		left: 40%;
		top: 38%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-08 {
		position: absolute;
		left: 42%;
		top: 48%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-09 {
		position: absolute;
		left: 45%;
		top: 43%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .a-10 {
		position: absolute;
		left: 34%;
		top: 43.5%;
		z-index: 99;
	}
	.m1 .m1-left-main .map .on {
		display: block;
	}
	.m1 .m1-left-main .map-nav {
		padding: 10px 0;
		margin-top: 20px;
		border-top: 1px solid #453B39;
	}
	.m1 .m1-left-main .map-nav .map-nav-main{
		width: 80%;
		margin: 0 auto;
	}
	.m1 .m1-left-main .map-nav .map-nav-main .cell {
		width: 100%;
		margin: 10px 0;
		cursor: pointer;
		background-color: #C9CACB;
		height: 50px;
		text-align: center;
		color: #ffffff;
	}
	.m1 .m1-left-main .map-nav .map-nav-main .cell:hover {
		background: #E60012;
	}
	.m1 .m1-left-main .map-nav .map-nav-main .on {
		background: #E60012;
	}
	.m1 .m1-left-content {
		padding-top: 30px;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99;
	}
	.m1 .m1-left-content .cell {
		background: url("../images/bg.png");
		padding: 30px;
		display: none;
	}
	.m1 .m1-left-content .on {
		display: block;
	}
	.m1 .m1-left-content .cell img{
		width: 100%;
	}
	.m1 .m1-left-content .cell .r-box{
		padding-left: 0px !important;
	}
	.m1 .m1-left-content .cell>div>div .title{
		font-size: 30px;
		color: #727171;
		padding-bottom: 20px;
	}
	.m1 .m1-left-content .cell>div>div .des{
		font-size: 22px;
		color: #727171;
		font-family: "微软雅黑 Light";
	}
}

#quyu-slide {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#quyu-slide .swiper-slide {
	width: 100%;
}
#quyu-slide .prev-button {
	position: absolute;
	left: 20px;
	top: 40%;
	z-index: 99;
}
#quyu-slide .next-button {
	position: absolute;
	right: 20px;
	top: 40%;
	z-index: 99;
}
#quyu-slide .prev-button img{
	width: 30px;
}
#quyu-slide .next-button img{
	width: 30px;
}
.quyu-tab-nav {
	background-color: #044F8C;
	height: 30px;
	padding: 0 12px;
	position: relative;
	z-index: 999;
}
.quyu-tab-nav .cell {
	line-height: 30px;
	color: #ffffff;
	position: relative;
	padding: 0 15px;
}
.quyu-tab-nav .cell .icon {
	display: none;
}
.quyu-tab-nav .on .icon {
	width: 18px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 28px;
	display: block;
}
.m2-tel {
	padding-top: 30px;
}
.m2-tel img{
	width: 40px;
}
.m2-tel .text{
	font-size: 50px;
	color: #727171;
	padding-left: 15px;
}
.index-banner {
	overflow: hidden;
	position: relative;
}
.index-banner .banner-prev {
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -30px;
	z-index: 999;
}
.index-banner .banner-next {
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -30px;
	z-index: 999;
}
.index-banner .banner-prev img {
	width: 40px;
}
.index-banner .banner-next img {
	width: 40px;
}
.index-banner .swiper-wrapper {
	height: 100%;
}
.index-banner .swiper-slide {
	position: relative;
	height: 100%;
}
.index-banner .swiper-slide img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
}
.border {
	border-bottom: 8px solid #C9C9CA;
}
.hide-text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.news-page-slide {
	background-color: #ffffff;
	margin: 10px 0 ;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
.news-page-slide .n-left {
	position: relative;
	overflow: hidden;
	height: 135px;
	width: calc(100% - 55px);
}
.news-page-slide .n-left .swiper-slide {
	height: 135px;
	overflow: hidden;
}
.news-page-slide .n-right {
	margin-left: 20px;
}
.news-page-slide .n-right .dwons img {
	width: 20px;
	cursor: pointer;
}
.news-page-slide .n-left .swiper-slide .n-title {
	font-size: 32px;
	color: #333333;
	text-align: center;
}
.news-page-slide .n-left .swiper-slide .n-des {
	padding-top: 10px;
	text-align: center;
}
.news-page-slide .n-left .swiper-slide .n-des .text {
	font-size: 16px;
	color: #333333;
}
.news-page-slide .n-left .swiper-slide .n-des .more {
	font-size: 13px;
	color: #333333;
	margin-left: 30px;
}



.zczc .cell {
	padding-top: 15px;
}
.zczc .cell .icon {
	width: 15px;
	height: 15px;
	background-color: #044F8B;
	margin-right: 15px;
	margin-top: 4px;
}
.zczc .cell .text {
	font-size: 18px;
	color: #A1A0A0;
	font-weight: normal;
}


.footer .logo img {
	width: 150px;
}



.news-content-page {
       width:1280px;
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 300px;
	padding: 20px;
}
.news-content-page .path{line-height: 40px; font-size: 16px; background-color: #fff; padding-left: 20px; color: #373737;
	font-family: 微软雅黑;
}
.news-content-page .path a {
	color: #373737;
	font-family: 微软雅黑;
}
.news-content-page .path a:hover {
	color: #E60012;
}
.news-content-page .context {
	margin-top: 10px;
	border: none !important;
	border-radius: 0 !important;
	min-height: auto !important;
	padding: 1% 2.224% !important;
	background: #ffffff;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	max-width: 1500px;
}


.news-content-page .context h2 {
	margin:0 auto;text-align:center;font-size:30px; font-family: 宋体; font-weight: bold;
}
.news-content-page .context h1 {
	padding: 2% 0;
	margin-top: 1em;
	font-family: '微软雅黑';
	line-height: 150%;
	font-size: 2.5em;
	text-align: center;
	padding-bottom: 1%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #373737;
}



.news-content-page .sj-news h2 {
	margin-top: 1em;
	font-family: '微软雅黑';
	font-size: 2.5em;
	line-height: 150%;
	text-align: center;
	padding-bottom: 20px;
	color: #000;
}


.news-content-page .info {
	text-align: center;
	font-size: 14px;
	color: #aaa;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	font-family: '微软雅黑';
	font-weight: normal;
}
.news-content-page .info p {
	display: inline-block;
	margin: 0 5px;
	font-family: '微软雅黑';
	font-weight: normal;
}
.news-content-page .detailContent {
	font-size: 18px;
	line-height: 200%;
	overflow: hidden;
	text-align: justify;
	padding-bottom: 20px;
	text-align: left;
}


 .news-content-page .detailContent *{
	font-family: '微软雅黑'!important;
	text-align: left;
} 



.news-content-page .detailContent video {
	max-height: 700px;
}
.news-content-page .detailContent p{
	font-family: '微软雅黑';
	line-height: 200%;
	font-size: 20px;
	color: #000;
}

@media screen and (max-width:1200px) {
	.news-content-page .detailContent img {
		width: 100%;
		height: auto;
	}
}
.news-content-page .lzxq {
	float: right;
	color: #316db4;
	font-size: 16px;
}



.contact-content-page .banner{
	width: 100%;
}
.contact-content-page .banner img{
	width: 100%;
}
.contact-content-page .context {
	position: relative;
	margin-top: 5px
}
.contact-content-page .title {
	border-bottom: 1px solid #9BA2AD;
	margin-top: 10px
}
.contact-content-page .title .text {
	width: 170px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #044F8C;
}
.contact-content-page .inner {
	position: relative;
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.contact-content-page .width-20 .cell{
	width: calc(26% - 12px);
	border-left: 2px solid #DFDBDE;
	padding-left: 10px;
}
.contact-content-page .width-25 .cell{
	width: calc(25% - 12px);
	border-left: 2px solid #DFDBDE;
	padding-left: 10px;
}
.contact-content-page .inner .cell .li {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0;
}
.contact-content-page .ewm .li {
	width: 20%;
	text-align: center;
}
.contact-content-page .ewm .li img {
	width: 50%;
	border: 1px solid #999;
}
.contact-content-page .ewm .li p {
	font-size: 16px;
	margin: 0;
	line-height: 24px;
	padding-top: 10px;
}

.context .path {
	padding: 15px 0;
}
@media screen and (max-width:1200px) {
	.contact-content-page .width-20 .cell{
		width: calc(100% - 12px);
		border-left: 2px solid #DFDBDE;
		padding-left: 10px;
	}
	.contact-content-page .width-25 .cell{
		width: calc(100% - 12px);
		border-left: 2px solid #DFDBDE;
		padding-left: 10px;
	}
	.contact-content-page .ewm .li {
		width: 50%;
		text-align: center;
	}
	.contact-content-page .ewm .li img {
		width: 50%;
		border: 1px solid #999;
	}
}

<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-11-11 11:11:11" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->