@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
a,
samp,
strong,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
label,
table,
tbody,
tr,
th,
td,
img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 180%;
	letter-spacing: 1px;
}

body {
	background: #001128;
	background: url(../images/bj1.png) no-repeat #063b88;
	background-size: cover;
	height: 100vh;
	/*min-width: 1500px;*/
	overflow: hidden;
	
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



.row {
	margin: 0;
	padding: 0
}

.fc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}

.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}


.tsg_head {
	background: url(../images/head_bj.png) no-repeat;
	background-size: 100%100%;
	height: 10vh;
	margin: 0;
	position: relative;
	z-index: 1;
}

.tsg_title {
	justify-content: center;
}

.tsg_title .d2 img {
	width: 95%;
	display: block;
	margin: 0 auto;
}

.tsg_title .d1 {
	width: 30%;
	text-align: center;
	color: #6dc1ff;
	font-size: 1.2rem;

} 

.tsg_title .d1 a {
	flex: 1;
	position: relative;
}

.tsg_title .d1 a:nth-child(3) {
	bottom: -0.7rem;
}

.tsg_title .d3 a {
	flex: 1;
	position: relative;
}

.tsg_title .d1 a img {
	height: 1.7rem;
}

.tsg_title .d3 a img {
	height: 1.7rem;
}

.tsg_title .d3 a p {
	position: relative;
	top: -0.7rem;
	font-size: 1rem;
	font-weight: bold;
	color: #3969b1;
	line-height: 120%;
}

.tsg_title .d1 a:nth-child(1) img {
	height: 3rem;
}

.tsg_title .d3 a:nth-child(1) {
	bottom: -0.5rem;
}

.tsg_title .d3 a:nth-child(2) {
	bottom: -0.3rem;
}

.tsg_title .d1 a:hover::after {
	content: '';
	position: absolute;
	height: 3px;
	background: #3969b1;
	width: 5rem;
	bottom: 0;
	border-radius: 0.5rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.tsg_title .d3 a:hover::after {
	content: '';
	position: absolute;
	height: 3px;
	border-radius: 0.5rem;
	background: #1a7cc8;
	width: 5rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.tsg_title img {
	max-width: 100%;
}

.tsg_title .d2 {
	width: 40%;
	text-align: center;
}

.tsg_title .d3 {
	width: 30%;
	text-align: center;
	color: #6dc1ff;
	font-size: 1.2rem;
}

.tsg_hul {
	padding-top: 3vh;
}

.tsg_hli {
	flex: 1;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color: #e5e5e5;
	position: relative;
	top: 0;

}

.tsg_hli span {
	letter-spacing: 2px;
}

.tsg_hli:nth-child(1) {
	top: -2rem;
}

.tsg_hli:nth-child(2) {
	top: -1rem;
}

.tsg_hli:nth-child(5) {
	top: -1rem;
}

.tsg_hli:nth-child(6) {
	top: -2rem;
}

.tsg_hli .p2 {
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.2rem;
}

.tsg_hli .p2 span {
	color: #e5e5e5;
	font-size: 1.3rem;
	margin-left: 0.2rem;

}

.tsg_hli .p1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tsg_hli .p1 .img1 {
	width: 1.2rem;
}

/* .tsg_hli .p1 .img2 {
	width: 0.8rem;
	margin-left: 0.2rem;
	transform: rotate(90deg);
} */

.tsg_box_left_li {
	padding-bottom: 1vh;

}

.tsg_box .tsg_hli {
	top: 0;
}

.tsg_box .tsg_hli p .img1 {
	margin-right: 0.5rem;
}

.tsg_box .tsg_hli p .img2 {
	margin-left: 2vh;
}

.swiper_li {
	width: 95%;
	margin-top: 2vh;
}

.swiper_li img {
	height: 37vh;
	display: block;
	width: 100%;
}

.swiper_li span {
	display: block;
	text-align: center;
	color: #a7cdff;
	font-size: 1rem;
	padding-top: 1rem;
	font-weight: 600;
}

.tsg_box {
	padding: 0 4vh;
	position: relative;
	top: 0;
	display: flex;
}

.tsg_box_left {
	width: 24%;
}

.tsg_box_center {
	flex: 1;
}

.tsg_box_right {
	width: 24%;
}

/* .tsg_box_lis{
	width: 33.3%;
} */
.tsg_box_t {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}



.yzc_center_head_li .dd {
	background: url('../images/yimg7.png') no-repeat;
	background-size: 100%100%;
	display: inline-block;
	padding: 1rem;
	width: 4.5rem;
}





.echarts_1 {
	width: 100%;
	height: 22vh;
	
}







/* s */
.yzc_echarts_1 {
	height: calc(31.5vh - 2rem);
	margin-bottom: 0;
}

.yzc_center_p {
	position: absolute;
	top: 2vh;
	left: 0;
	width: 100%;
	z-index: 9;
}

.yzc_echarts_li {
	width: 100%;
	height: 100%;
}

.yzc_echarts_2 {
	height: 30vh;
}

.yzc_echarts_3 {
	margin-top: 0rem;
	height: 13vh;
	margin-bottom: 0;

}

.yzc_news .yzc_news_li a {
	padding: 0.3rem 0;
	color: #eee;
	font-size: 0.9rem;
	letter-spacing: 0;
}

.yzc_news .yzc_news_li a .s1 {
	display: block;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
		letter-spacing: 0;
}

.yzc_news .yzc_news_li a .s1 img {
	width: 1rem;
	margin-right: 0.3rem;
	margin-bottom: -0.3rem;
}

.yzc_news .yzc_news_li a .s2 {
	width: 8rem;
	text-align: right;
	display: block;
	color: #ccc;

}

.yzc_news .yzc_news_li a:hover {
	color: #1a7cc8;
}

.bottom_img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.index .yzc_center_bottom{
	width: 100%;
}
.yzc_center_bottom_li {
	flex: 1;
	position: relative;
}

.yzc_center_bottom_li a {
	color: #6dc1ff;
	font-size: 0.8rem;
	font-weight: bold;
}

.yzc_center_bottom_li a span {
	display: block;
	text-align: center;
}

.yzc_center_bottom_li a img {
	display: block;
	margin: 0 auto;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}
/* .yzc_center_bottom_li{
	display: none;
} */
/* 
.yzc_center_bottom_li:nth-child(1) {
	margin-top:3.5rem;
	display: block;
	bottom: -0.5rem;
}

.yzc_center_bottom_li:nth-child(2) {
	margin-top: 3rem;
	display: block;

}

.yzc_center_bottom_li:nth-child(3) {
	margin-top: 2rem;
	display: block;
}

.yzc_center_bottom_li:nth-child(4) {
	margin-top: 1rem;
	display: block;
}

.yzc_center_bottom_li:nth-child(5) {
	margin-top: 0;
	display: block;
}

.yzc_center_bottom_li:nth-child(6) {
	margin-top: 1rem;
	display: block;
}

.yzc_center_bottom_li:nth-child(7) {
	margin-top: 2rem;
	display: block;
}

.yzc_center_bottom_li:nth-child(8) {
	margin-top: 3rem;
	display: block;
}

.yzc_center_bottom_li:nth-child(9) {
	margin-top: 3.5rem;
	display: block;
	bottom: -0.5rem;
}
 */


.yzc_center_bottom_li.on a img {
	box-shadow: 0 0 1rem #a7cdff;
}

.yzc_center_bottom_li.on .img {
	display: none;
}

.yzc_center_bottom_li .img_on {
	display: none;
}

.yzc_center_bottom_li.on .img_on {
	display: block;
}


.yzc_center_head {
	position: absolute;
	top: 5vh;
	left: 5%;
	width: 90%;
}

.yzc_center_head_t {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	

}
.yzc_center_head_t span{
	letter-spacing: 0.3rem;
}

.yzc_center_head_t img {
	display: block;
	margin: 0 auto;
	width: 13rem;
}

.yzc_center_head_li {
	flex: 1;
	text-align: center;
}

.yzc_center_head_li .d1 {
	font-size: 1rem;
	color: #eee;
	line-height: 120%;
}

.yzc_center_head_li .d2 {
	font-size: 1rem;
	color: #eee;
	line-height: 120%;
}

.yzc_center_head_li .d2 span {
	font-size: 1.4rem;


}
.yzc_center_head_ul{
	justify-content: space-between;
}

.yzc_center_tab {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 2rem;
	z-index: 9;
}

.yzc_center_tab img {
	width: 10rem;
	margin: 0.3rem 0;
/* animation: imgs 3s linear infinite; */
}

 @keyframes imgs {
    	0%{
    		transform: scale(0.9);
          }
        50%{
            transform: scale(1);
          }
         100%{
            transform: scale(0.9);
          }
     }


.yzc_center_tab_li a {
	display: block;
	text-align: right;
}

.yzc_center_tab_li:nth-child(1) a {
	margin-right: 3rem;
}

.yzc_center_tab_li:nth-child(2) a {
	margin-right: 1.5rem;
}

.yzc_center_tab_li:nth-child(3) a {
	margin-right: 0rem;
}

.yzc_center_tab_li:nth-child(4) a {
	margin-right: 1rem;
}

.yzc_center_tab_li:nth-child(5) a {
	margin-right: 2rem;
}

.tsg_box_t {
/*	background: url('../images/yimg3.png') no-repeat;
	background-size: 100%100%;
	padding: 0 0 1.5rem 0;
	justify-content: initial;*/
}

.tsg_r_li {
/*	background: url('../images/yimg2.png') no-repeat;
	background-size: 100%100%;
	justify-content: end;*/
}

.tsg_r_li .p1 {
	padding-right: 3rem;
}

.tsg_r_li .p1 .img1 {
	margin-left: 0.5rem;
}

.tsg_box_t.tsg_hli span {
	font-size: 1.1rem;
}

.tsg_hli .p1 {
	padding-left: 4rem;
}

.yzc_h30 {
	height: 25vh;
	margin-bottom: 0vh;
}
.yzc_h40 {
	height: 35vh;
	margin-bottom: 1vh;
}
.index .yzc_center_bottom{
	bottom: 2vh;
}
.yzc_center_bottom {
	position: absolute;
	bottom: 0vh;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}

.tsg_box_center {
	position: relative;
}

.yzc_news_h {
	height: 20vh;
	overflow: auto;
}

.yzc_news_h::-webkit-scrollbar {
	width: 0;
	height: 0;
}








/* list */
.list .tsg_box_left {
	width: 30%;
}

.list .tsg_box_center {
	flex: 1;
}

.list .tsg_box_right {
	width: 30%;
}


.list .echarts_1{
	height: 30vh;
}


.list .tsg_box{
	top: 5vh;
}
.list_select{
	position: relative;
}
.list_select_ul{

	position: absolute;
	background: rgba(37, 127, 169, 0.4);
	border-radius: 0.5rem;
	top: 3.8rem;
	left: 50%;
	transform: translate(-50%,0);
	width: 15rem;
	opacity: 0;
	display:none;
	z-index: 9;
}
.list_select_ul.on{
	display:block;
	opacity: 1;
	transition: 0.5s;
}
.list_select_img img{
	height: 4rem;
	display: block;
	margin: 0 auto;
}
.list_select_li a{
	display: block;
	padding: 0.5rem;
	color: #b3f1fe;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 1px solid #4f96a9;
}
.list_select_li:last-child a{
	border: 0;
}
.list_select_li a:hover{
	background: #4f96a9;
	transition: 0.5s;
	background: -webkit-linear-gradient(left,#1c6f9d 0,#003a75 100%);
	background: -moz-linear-gradient(left,#1c6f9d 0,#003a75 100%);
	background: -o-linear-gradient(left,#1c6f9d 0,#003a75 100%);
	background: linear-gradient(left,#1c6f9d 0,#003a75 100%);
}

.list_cen_img img{
	width: 90%;
	display: block;
	margin: 0 auto;
/* animation: imgs1 3s linear infinite; */
}

 @keyframes imgs1 {
    	0%{
    		transform: scale(0.95);
          }
        50%{
            transform: scale(1);
          }
         100%{
            transform: scale(0.95);
          }
     }


.list_echarts_tab{
	margin-bottom: 1rem;
}

.list_echarts_tab_li{
	background: url('../images/list_12.png') no-repeat;
	background-size: 100%100%;
	padding:0.2rem 0.5rem;
	font-size: 1rem;
	flex: 1;
	margin: 0 0.5rem;
	color: #85809d;
	cursor: pointer;
}
.list_echarts_tab_li.on{
	background: url('../images/list_11.png') no-repeat;
	background-size: 100%100%;
	color: #fff;
}


.go_index{
	position: absolute;
	top: 5vh;
	right: 2vh;
}
.go_index img{
	width: 6rem;
}
.go_index img:hover{
	transition: 0.5s;
	transform: scale(1.1);
}



/* news */

.echarts-slider-handle {
    border-radius: 20px;
}
.news_left_li{
	background: url('../images/news_bj.png') no-repeat;
	background-size: 100%100%;
	
}
.news_left_li .news_left_1 span{
	background: url('../images/list_13.png') no-repeat;
	background-size: 100%100%;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: 2px;
	font-weight: bold;
	color: #b3faff;
	display: inline-block;
	padding: 0.3vh 4vh;
	width: 18rem;
}
.news_left_2{
	padding: 1rem;
}
.news_left_2_left{
	flex: 1;
}
.news_left_2_right{
	width: 48%;
	margin-left: 1rem;
}
.news_left_2_right .news_banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 1rem;
	height: 16vw;
}
.news_left_2_left p{
	text-indent: 2em;
	color: #b3faff;
	font-weight: bold;
	font-size: 1.1rem;
}
.news{
	margin: 4vh 6vh;
}
.news_left_li{
	height: 38vh;
	margin-bottom: 3vh;
}
.news_right_li{
	height: 83vh;
	background: url('../images/news_bj1.png') no-repeat;
	background-size: 100%100%;	
}
.news_right_li .dd{
	padding: 1rem 2rem;
	color: #fff;
}
.news_left_li.news_left_qy{
	height: 42vh;
	margin-bottom: 0;
}

.news_banner{
	width: calc(100% - 4rem);
	height: 14rem;
	margin: 0 2rem;
}
.news_left{
	width: 53%;
}
.news_right{
	flex: 1;
	margin-left: 5%;
}
.rr{
	position: relative;
}
.rr .swiper-button-prev{
	background:url('../images/news_left.png') no-repeat;
	background-size: 40px 55px;
	width: 40px;
	height: 55px;
	left: -5px;
	
}
.rr .swiper-button-next{
	background:url('../images/news_right.png') no-repeat;
	background-size: 40px 55px;
	width: 40px;
	height: 55px;
	right: -5px;
}
.news_left_qy_table_li.table_head{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: 0.5rem;
}
.news_left_qy_table_li {
	font-size: 1rem;
	color: #eee;
	text-align: center;
	padding: 0.3rem;
	background: #1d367b;
}
.news_left_qy_table_li:nth-child(2n-1){
	background: #1d367b;
}
.news_left_qy_table_li:nth-child(2n){
	background: none;
}
.news_left_qy_table_li .d1{
	width: 40%;
	
}
.news_left_qy_table_li .d2{
	flex: 1;
}

.news_right_li .news_left_1{
	margin: 4px 2px 2px 4px;
}

.news_right_li .news_right_li_1 p{
	font-size: 0.95rem;
	color: #dfe0e5;
	text-indent: 2em;
	letter-spacing: 0;
}
.news_right_li .news_right_li_1{
	margin-bottom:1vh;
	height: 40vh;
}
.news_right_li_2 video{
	width: 100%;
	height: 32vh!important;
	background: #001128;
	display: block;
	 object-fit:fill;  
}
.list .news_left_2{
	height: 30vh;
}

.hide{
	display: none;
}
.list_con_ul{
	width: 100%;
	position: relative;
	display: block;
	height: 100%;
}
.list_con_li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.list_con_li.on{
	opacity: 1;
}

.yzc_video{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0,-50%);
}
.yzc_video video{
	object-fit: fill;
}
.news_left_qy_table .news_left_qy_table_li{
	display: none;
}
.news_left_qy_table .news_left_qy_table_li:nth-child(-n+8){
	display: flex;
}


.index .yzc_center_bottom{
	display: block;
	width: 90%;

	z-index: 99;
	
}
.index .yzc_center_bottom_li{
	display: inline-block;
	width: 10%;
}
.index .yzc_center_bottom::-webkit-scrollbar {
 width: 0.4rem;
 height: 0.7rem;
}
.index .yzc_center_bottom::-webkit-scrollbar-track {
 background-color:rgba(23,94,165,0.8);
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.index .yzc_center_bottom::-webkit-scrollbar-thumb {

  background-color:#74a6de;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}


.list .yzc_center_bottom{
	display: block;
	width: 90%;

	z-index: 99;
	
}
.list .yzc_center_bottom_li{
	display: inline-block;
	width: 10%;
}
.list .yzc_center_bottom::-webkit-scrollbar {
 width: 0.4rem;
 height: 0.7rem;
}
.list .yzc_center_bottom::-webkit-scrollbar-track {
 background-color:rgba(23,94,165,0.8);
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.list .yzc_center_bottom::-webkit-scrollbar-thumb {

  background-color:#74a6de;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}

.list .bottom_img{
	bottom: 6vh;
}
.list .yzc_center_bottom{
	bottom: 6vh;
}
.list .list_cen_img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.video_img{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_img video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}


.news_right_li .news_right_li_1{
		overflow: auto;
	}
	.news_right_li .news_right_li_1::-webkit-scrollbar{
		width: 10px;
		height: 10px;
		border-radius: 1rem;
	 
	}
	.news_right_li .news_right_li_1::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px #74a6de;
		background: rgba(0,0,0,.075);
	}
	.news_right_li .news_right_li_1::-webkit-scrollbar-track { /*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px #1d367b;
		border-radius: 0;
		background: #1d367b;
		border-radius: 1rem;
		
	}

@media only screen and (max-width:1700px) {
	.news_right_li .news_right_li_1{
		overflow: auto;
	}
	.news_right_li .news_right_li_1::-webkit-scrollbar{
		width: 10px;
		height: 10px;
		border-radius: 1rem;
	 
	}
	.news_right_li .news_right_li_1::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px #74a6de;
		background: rgba(0,0,0,.075);
	}
	.news_right_li .news_right_li_1::-webkit-scrollbar-track { /*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px #1d367b;
		border-radius: 0;
		background: #1d367b;
		border-radius: 1rem;
		
	}
	.news_left_2_left{
		overflow: auto;
		height: 25vh;
	}
	.news_left_2_left::-webkit-scrollbar{
		width: 10px;
		height: 10px;
		border-radius: 1rem;
	 
	}
	.news_left_2_left::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px #74a6de;
		background: rgba(0,0,0,.075);
		border-radius: 1rem;
	}
	.news_left_2_left::-webkit-scrollbar-track { /*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px #1d367b;
		border-radius: 0;
		background: #1d367b;
		border-radius: 1rem;
		
	}
}


.echarts_b{
	position: relative;
}

.echarts_jt_left img{
		width: 1.5rem;
	cursor: pointer;
}
.echarts_jt_right img{
	width: 1.5rem;
	cursor: pointer;
}

.echarts_jt_left{
	position: absolute;
	bottom: 3vh;
	z-index: 99;
	left: -0.5rem;
}
.echarts_jt_right{
	position: absolute;
	bottom: 3vh;
	z-index: 99;
	right: -1.5rem;
}
.echarts_jt_left1{
	bottom: 15vh;
}
.echarts_jt_right1{
	bottom: 15vh;
}
.tsg_box_t .timg{
	display: block;
	width: 100%;
}

.tsg_title a{
	position: relative;
}
.tsg_title a span{
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translate(-50%,0);
	width: auto;
}

.tsg_title .d1 a span img{
	width: 10rem;
	height: auto;
}
.tsg_title .d3 a span img{
	width: 10rem;
	height: auto;
}

.yzc_center_head_li .d1 img{
	max-width: 80%;
}
.yzc_center_head_t img{
	padding: 0 1rem;
}
.yzc_center_head_t span img{
	width: 9rem;
}


.yzc_center_bottom.bottomtt{
	width: 90%;
	display: flex;
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li{
	flex: 1;
	
	width: initial;
}
.yzc_center_bottom.bottomtt .yzc_center_bottom{
	white-space: initial;
}

.list .yzc_center_bottom {
    bottom: 1vh;
}

.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(5){
	position: relative;
	top:-0.3rem
}

.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(6){
	position: relative;
	top:-0.5rem
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(7){
	position: relative;
	top:-1rem
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(8){
	position: relative;
	top:-1.4rem
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(9){
	position: relative;
	top:-1.6rem
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(10){
	position: relative;
	top:-1.4rem
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(11){
	position: relative;
	top:-1rem
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(12){
	position: relative;
	top:-0.5rem
}
.yzc_center_bottom.bottomtt .yzc_center_bottom_li:nth-child(13){
	position: relative;
	top:-0.3rem
}

.bottomtt_img img{
	width:auto;
	display: block;
	margin: 0 auto;
}

.bottomtt_img{
	position: absolute;
	bottom:1vh;
	left: 0;
	width: 100%;
}

.echarts_12{
    height: 20vh;
}

.tsg_box_left_li .echarts_jt_right1{
    bottom:4vh;
}

.tsg_box_left_li .echarts_jt_left1{
    bottom:4vh;
}

.rrr_li{
    display: none;
}
.rrr_li.on{
    display: block;
}
@media(max-width:1700px){
      .tsg_title .d1 a img{
        height: 1.5rem;
    }
    .tsg_title .d3 a img{
        height: 1.5rem;
    }
     .yzc_center_tab{
        top: 55%;
    }
    .yzc_center_head_t img{
        width: 10rem;
    }
    .yzc_center_head_t span img{
        width: 8rem;
    }
.tsg_title .d1 a:nth-child(3) {
	bottom: -0.2rem;
}

.tsg_title .d1 a:nth-child(1) img {
	height: 3rem;
}

.tsg_title .d3 a:nth-child(1) {
	bottom: -0.2rem;
}

.tsg_title .d3 a:nth-child(2) {
	bottom: 0rem;
}


}

@media(max-width:1500px){
    .yzc_center_head_t span img{
        width: 7rem;
        padding: 0 0.5rem;
    }
    .yzc_center_head_t img{
        width: 7.5rem;
    }
    .yzc_news .yzc_news_li a .s2{
        width: 6.5rem;
        font-size: 0.7rem;
    }
    .yzc_center_bottom_li a img{
        width: 1.8rem;
        height: 1.8rem;
    }
    .tsg_title .d3 a p{
        font-size: 0.9rem;
    }
    .tsg_title .d1 a img{
        height: 1.2rem;
    }
    .tsg_title .d3 a img{
        height: 1.2rem;
    }
    .yzc_center_bottom_li a{
        font-size: 0.7rem;
        font-weight: 500;
    }
    .yzc_center_head_li .d2 span{
        font-size: 1rem;
    }
    .yzc_center_tab img{
        width: 8rem;
        margin: 0.2rem 0;
    }
    .yzc_center_tab{
        top: 55%;
    }
    
    .yzc_news .yzc_news_li a {
    	font-size: 0.7rem;
    }
    .news_left_2_left p{
        font-size: 0.95rem;
    }
    .news_left_qy_table_li.table_head{
        font-size: 1rem;
    }
    .news_left_li .news_left_1 span{
        font-size: 1rem;
    }
    .yzc_center_bottom.bottomtt{
        width: 98%;
    }
    .yzc_center_head{
        left: 5%;
        width: 90%;
    }
    .index .yzc_center_bottom{
        bottom: 1vh;
    }
    body{
        min-width: 1200px;
    }
    .video_img{
        min-width: 1200px;
    }
    .yzc_center_bottom.bottomtt{
        min-width: 1200px;
    }
    .bottomtt_img{
        min-width: 1200px;
    }
    .yzc_news .yzc_news_li a{
        padding: 0.1rem 0;
    }
    .yzc_news .yzc_news_li a .s1 img{
        width: 0.8rem;
    }
    .yzc_center_tab{
        right: 1rem;
    }
}




