
@media screen and (min-width:1200px) {
	.navbar_ul>li:hover .menu {
		display: block;
	}
	
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
	.allWidth {
		width: 1100px;
	}

	.navbar_ul li {
		width: 122px;
	}

	.ksdh_con li {
		width: 20%;
	}

	.img_tab {
		width: 345px;
		margin-right: 32px;
		margin-top: 20px;
	}

	.ttxw_img {
		width: 100%;
		height: 220px;
	}

	.news_list li.normal i {
		margin-left: 230px;
	}

	.tzgg_tab {
		width: 345px;
		margin-top: 20px;
	}

	.tzgg_list li {
		overflow: hidden;
	}

	.message_list li {
		width: 525px;
		margin-right: 50px;
	}

	.message_con {
		width: 370px;
	}

	.four_floor {
		height: 760px;
	}

	.list_info {
		width: 100%
	}

	.jyjx_img {
		width: 280px;
		height: 210px
	}

	.jyjx_shang_tit {
		width: 220px;
		height: 170px
	}

	.jyjx_shang_tit i {
		margin-top: 26px
	}

	.slideBox {
		width: 480px;
		height: 345px
	}

	.slideBox .bd li {
		height: 345px
	}

	.jyjx_xia li {
		width: 345px;
		margin-right: 30px
	}

	.jyjx_xia_con {
		width: 260px
	}

	.five_floor {
		height: 482px
	}

	.view_left {
		width: 700px;
		height: 400px;
		overflow: hidden;
	}

	.view_left video {
		width: 700px;
		height: 400px;
		object-fit: cover
	}

	.view_center {
		width: 200px
	}

	.view_img {
		width: 100%;
		height: 200px
	}

	.view_img img {
		width: 100%;
		height: 100%
	}

	.view_center a {
		width: 100%;
		height: 200px
	}

	.view_ico {
		padding-top: 40px;
	}

	.view_right {
		width: 200px;
	}

	.view_right a {
		width: 200px;
		height: 200px;
	}

	.left-menu {
		width: 230px;
	}

	.right_page {
		width: 830px;
	}

	.images_list li:nth-child(3n) {
		margin-right: 30px !important;
	}

}


/* ***********************移动端 *************************/
.nav_btn {
	display: none;
}

@media screen and (max-width:768px) {
	.navbar_ul li .menu>li{
		background: none;
	}
	.navbar_ul li .menu>li a{
		background: none;
		margin: 0;
		padding-bottom: 0.7rem;
	}
	
	.nav_btn {
		display: block;
	}

	.foo_fr .fr {
		width: calc(20% - 10px);
		margin: 0 5px;
	}

	.erweima img {
		width: 100%;
		height: auto;
	}

	.container {
		position: relative;
		width: auto;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.common_title span {
		font-size: 20px;
	}

	.common_title span.normal {
		font-size: 20px;
	}

	.head_left,
	.logoBox_box,
	.honor,
	.bgImg,
	.view_bg {
		display: none;
	}

	.allWidth {
		width: auto;
		padding: 0 15px;
	}

	.head_right {
		padding: 0 10px;
	}

	.top_head {
		margin-bottom: 18px;
		padding: 0 10px;
		height: 60px;
		line-height: 60px;
		position: fixed;
		top: 34px;
		left: 0;
		z-index: 2000;
	}

	.head_lis {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	.search input {
		width: 180px;
		height: 22px;
	}

	.search button {
		width: 46px;
		height: 21px;
	}

	.search form {
		height: 22px;
		line-height: 22px;
		margin-top: 6px;
		background: #fff;
		border: 1px solid #0074e8;
	}

	.navbar_ul  {
		padding: 0;
		padding-top: 1rem;
	}
	.head {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		display: none;
	}

	/* logo */
	.logoBox {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
	}



	.logoBox a img {
		width:auto
	}

	/* 移动端按钮 */
	.nav_btn {
		width: 44px;
		height: 34px;
		position: absolute;
		z-index: 2000;
		right: 5px;
		top: 35px;
	}

	.nav_btn>li {
		background: #ccc;
		width: 30px;
		height: 2px;
		border-radius: 1px;
		margin: 0px auto;
		margin-bottom: 6px;
		transition: all 0.3s ease-in-out;
	}

	.nav_btns>li:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-o-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}

	.nav_btns>li:nth-child(2) {
		display: none;
	}

	.nav_btns>li:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* nav */
	.nav {
		position: fixed !important;
		z-index: 1000;
		left: 100%;
		top: 0px;
		height: 100%;
		width: 100%;
		padding-top: 0;
		overflow-y: auto;
		transition: all 0.3s ease-in-out;
		background: rgba(0, 0, 0, .8);
	}

	.nav_hide {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		transform: translateX(0px);
		left: 0;
	}

	.navbar_ul>li a.action {
		background: none;
		height: 60px;
		line-height: 60px;
		border-bottom: none;
		background: none;
	}

	.navbar_ul>li {
		width: 95%;
		height: auto;
		margin: 0 10px;
		line-height: 60px;
		border-bottom: 1px solid #ccc;
		padding: 0;
	}

	.navbar_ul>li>a {
		width: 93%;
		height: auto;
		text-align: left;
		float: left;
		border-bottom: none;
		
		margin: 0;
	}

	.navbar_ul>li .add_select {
		display: block;
		width: 13px;
		height: 13px;
		background: url(../images/隐藏.png)no-repeat center center;
		position: relative;
		top: 1.5rem;
		margin-bottom: -1rem;
		padding: 2px;
		margin-right: 5px;
	}

	.navbar_ul>li .add {
		background: url(../images/展开.png)no-repeat center center;
	}

	.navbar_ul li .menu {
		position: relative;
		top: 0;
		background: transparent;
	}

	.navbar_ul>li:hover a,
	.navbar_ul>li.normal {
		background: transparent;
	}

	.navbar_ul li.normal>a,
	.navbar_ul li>a:hover {
		background: transparent;
		border: none;
	}

	.navbar_ul li ul li {
		width: 100%;
		padding: 0 ;
	}

	.navbar_ul li ul li a {
		border: none;
		border-bottom: 1px solid #ccc;
		color: #fff !important;
	}

	.navbar_ul>li:hover>a,
	.navbar_ul>li.normal {
		border-bottom: none;
	}

	.navbar_ul>li>a {
		color: #fff;
	}

	.navbar_ul li ul li:last-child a {
		border-bottom: none;
	}

	.navbar_ul>li:hover .menu {
		display: none;
	}

	.navbar_ul li .menu>li {
		width: 100%;
		margin: 0;
		border-bottom: none;
	}

	.navbar_ul>li:hover a {
		color: #2077cf;
		font-weight: 600;
	}

	.navbar_ul>li:hover {
		background: none;
	}

	/*banner*/
	.swiper {
		height: auto;
	}

	.swiper-wrapper {
		height: auto !important;
	}

	.swiper-slide img {
		height: 150px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.one_floor,
	.two_floor,
	.three_floor,
	.five_floor {
		height: auto;
		width: 100%;
	}

	.img_tab {
		width: 100%
	}

	.img_tab .tab_list {
		margin-top: 10px
	}

	.slideBox {
		width: 100%;
		height: 225px
	}

	.news_list {
		width: 100%;
		margin-top: 20px
	}

	.notice_tab {
		width: 100%
	}

	.notice_tab .lists li a {
		width: 76%
	}

	.slideBox .bd li span {
		bottom: 0px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.slideBox .bd li {
		height: auto;
	}

	.ksdh_con {
		padding-bottom: 30px;
	}

	.ksdh_con li .ksdh_img {
		width: 100% !important;
		;
		height: 92px;
	}

	.two_floor {
		margin: 30px 0
	}

	.two_floor .allWidth {
		overflow: hidden;
	}

	.news_list li a {
		width: 100%;
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.news_list li.normal i {
		position: absolute;
		right: 20px;
		margin-left: 0;
	}

	.nav_tab {
		display: block;
	}

	.nav_tab li {
		margin: 5px;
	}

	.nav_tab li a .nav_img {
		width: 80px;
		height: 80px;
		line-height: 60px;
		padding: 10px;
	}

	.nav_tab li a .nav_img span img {
		max-width: 60%;
		max-height: 60%;
	}

	.nav_tab li a p {
		font-size: 16px;
	}

	.teach_title {
		width: 16%
	}

	.teach_list {
		width: 84%
	}

	.tzgg_list li div {
		width: 18%
	}

	.tzgg_list li a {
		width: 76%
	}

	.list_info {
		width: 100%;
	}

	.ttxw_img {
		width: 100%;
		height: auto;
	}

	.tzgg_tab {
		width: 100%;
	}

	.message_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto
	}

	.navbar_ul li .menu {
		border: 0;

		clear: both;
	}

	.navbar_ul li ul li a {
		border: 0;
	}

	.message_con {
		width: 58%;
		margin: 5% 4%;
	}

	.date {
		margin: 5% 4%;
	}

	.message_con a {
		font-size: 16px;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.message_con p {
		height: 46px;
		overflow: hidden;
	}

	.jyjx_shang_a {
		height: 440px;
	}

	.jyjx_xia ul li {
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px dashed #687c9d;
	}

	.jyjx_xia ul li:last-child {
		border-bottom: none;
	}

	.jyjx_xia li:after {
		display: none;
	}

	.three_floor {
		width: 100%;
	}

	.three_floor ul li img {
		width: 100%;
	}

	.four_floor {
		height: auto;
	}

	.ksdh_con li {
		width: 33%;
		margin-right: 0;
		text-align: center;
		padding-bottom: 10px
	}

	.jyjx_img {
		margin: auto;
	}

	.jyjx_shang_a {
		margin-right: 0;
		float: none;
	}

	.jyjx_shang_tit {
		margin-left: -137px;
		left: 50%;
	}

	.jyjx_xia {
		overflow: hidden;
		margin-top: 10px;
	}

	.jyjx_xia li div:nth-child(1) {
		width: 20%;
	}

	.jyjx_xia li div:nth-child(2) {
		width: 72%;
	}

	.jyjx_xia .date_aa {
		width: 100% !important;
	}

	.jyjx_xia_con p:nth-child(1) {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.view_tab {
		position: static;
	}

	.view_left,
	.view_center {
		width: 100%;
		height: auto;
	}

	.view_left>a {
		width: 100%;
		position: static;
	}

	.view_left .left_img video {
		width: 100%;
		height: auto;
	}

	.view_center .view_img {
		width: 50%;
		float: left;
		height: 182px;
	}

	.view_img img {
		width: 100%;
		height: 182px;
	}

	.view_center a {
		width: 50%;
		float: left;
		height: 182px;
	}

	.view_ico {
		padding-top: 40px
	}

	.view_right {
		width: 100%;
		float: left;
		height: 182px;
	}

	.view_right a {
		width: 50%;
		float: left;
		height: 182px;
	}

	.view_right .view_img {
		width: 50%;
		float: left;
		height: 182px;
	}

	.view_left a p,
	.view_center a p,
	.view_right a p {
		font-size: 20px;
	}

	.four_floor,
	.five_floor {
		padding-bottom: 30px;
	}

	.footer {
		text-align: center;
		margin-top: 30px
	}

	.footer .txt p {
		height: auto;
	}

	.foo_fl {
		padding: 20px 0;
		width: 100%;
	}

	.footer .txt {
		margin-top: 0;
	}

	.footer .txt li {
		display: block;
		background: none;
		padding: 0;
	}

	.foo_fr {
		width: auto;
		margin-bottom: 20px;
		margin-top: 0px;
		display: inline-block;
		float: none;
	}

	.left-menu,
	.right_page .address .add_title {
		display: none;
	}

	.right_page .address {
		height: auto;
		line-height: 26px;
		padding: 10px 0;
	}

	.right_page {
		width: 100%;
		padding: 0px 15px;
		min-height: 300px
	}

	.address .local {
		width: 100%;
		float: none;
		text-align: left;
	}

	.con_text {
		padding: 0 0;
	}



	.con_text .video_all .videos {
		max-height: 250px;
	}
	.logo img{
	    max-height: 60px;
	}
	.logo{
		width: 150px;
	}
	.tab_en {
		margin-right:3rem;
	}
	.tab_en a{
		display: flex;
		align-items: center;
	}
	.tab_en a img{
		width: 1.3rem;
		height: 1.3rem;
		margin-right: 5px;
	}
	.nav_btn{
		top: 27px;
		right: 0;
	}
	.heads{
		padding: 0.5rem 0;
	}
	.logoBox a img{
		margin-top: 0;
	}
	.index_about{
		display: block;
	}
	.index_about_left{
		padding: 0 5%;
	}
	.index_about_left .d1{
		font-size: 1.5rem;
	}
	
	.index_about_left .d2{
		font-size: 0.9rem;
		line-height: 180%;
		padding-top: 0.5rem;
	}
	.index_about_left .dul_li .li_2{
		font-size: 1.3rem;
	}
	.index_about_left .dul{
		margin: 1rem 0;
	}
	.index_about_left .dul_li .li_3{
		font-size: 0.9rem;
	}
	.index_about_right{
		display: none;
	}
	.index_gywm{
		display: block;
	}
	.index_gywm_tab{
		display: flex;
		margin-top: 1rem;
	}
	.index_gywm_tab .index_gywm_tab_li{
		flex: 1;
		padding: 0.5rem 0;
		font-size: 0.9rem;
	}
	
	.index_gywm_right{
		width: 100%;
		text-align: center;
	}
	.index_gywm_tab_li img{
		display: block;
		height: 1.5rem;
		width: auto;
		margin: 0.5rem auto;
	}
	.index_gywm_con_li .d1{
		font-size: 1.4rem;
		padding-bottom: 0.5rem;
	}

	.index_gywm_con_li .d2{
		font-size: 1rem;
	}
	.index_gywm_con_li .d3{
		font-size: 0.9rem;
	}
	.index_gywm_con_li .d4{
		padding: 1rem 0;
		font-size: 0.9rem;
	}
	
	.index_gywm_con_li .d5 span{
		padding: 0.6rem 1rem;
	}
	
	.index_gywm_left{
		padding: 0 5%;
	}
	
	.index_pro_li .d1 img{
		width: 2rem;
	}
	.index_pro_li .dd .d2{
		font-size: 1rem;
	}
	.index_pro_li .dd .d3 img{
		width: 1.5rem;
	}
	
	
	.index_pro_li:hover .dd{
		display: block;
	}
	.index_pro_li:hover .dd_on{
		display: none;
	}
	.index_pro_li .dd .d1{
		height: 2rem;
	}
	
	.index_title {
		width: auto;
		height: 2.5rem;
	}
	.index_ryzz_swiper{
		height: auto;
		
	}
	.swiper-slide img{
		height: auto;
		width: auto;

	}
	.index_ryzz_ul{
		padding: 1rem 0;
	}
	.index_news_ul{
		display: block;
	}
	.index_news_li{
		width: 100%;
	}
	.index_news_li .dd .d1 img{
		height: auto;
	}
	.footer{
		margin: 0;
	}
	.footer_top_2{
		font-size: 1rem;
	}
	.footer_top_1 img{
		height: 3rem;
	}
	.footer_top{
		text-align: left;
		padding: 1rem;
		display: block;
	}
	.footer_lis{
		display: block;
	}
	.footer_li{
		display: none;
	}
	.footer_li_one{
		text-align: left;
		width: 100%;
		display: block;
		padding: 0.5rem;
	}
	.footer_li_one img{
		display: block;
		margin: 0 auto;
	}
	
	.about_flex{
		display: block;
	}
	.left-menu{
		width: 100%;
		display: block;
	}
	.fu_title{
		font-size: 1rem;
	}
	.right_page{
		width: 100%;
	}
	.content_con{
		margin: 1rem 0;
	}
	.index_banner .swiper-slide img{
		width: 100%;
		height: 10rem;
	}
	body{
		overflow-x: hidden;
	}
	.left-menu{
		/*display: none;*/
	}
		.right_page{
			padding: 0;
			margin: 0;
		}
		.news_rul ul{
			padding: 0;
			margin: 0;
		}
		.xypg-news-list li{
			padding: 10px;
		}
		.xypg-news-list li .tit .date{
			margin:  0;
		}
		
		.product_rul .product_rli{
			width: 50%;
		}
		.product_rul .product_rli a{
			margin: 0.5rem;
		}
		.product_rul .product_rli a img{
			height: 6rem;
			width: auto;
		}
		.product_rul .product_rli a p{
			padding: 0 0.5rem;
		}
		.product_rul .product_rli a span{
			padding: 0.5rem 0;
			font-size: 0.8rem;
		}
		.xypg-news-list li .tit h3{
			font-size: 1rem;
		}
		.search_tc{
			top: 4rem;
			padding: 0.5rem;
			right: -10px;
		}
		.nav_btns{
			top: 15px;
			transition: 0.5s;
		}
		.pc{
			display: none;
		}
		.sj{
			display: block;
		}
		.footer_top{
			display: flex;
			justify-content: space-between;
		}
		.footer_top_1 {
			flex: 1;
		}
		.footer_top_1 img{
			width: 80%;
		}
		.footer_top_2{
			flex: 1;
			text-align: right;
		}
		.footer_top_2 a{
			font-size: 0.9rem;
			color: #2093ff;
			display: inline-block;
			background: #fff;
			border-radius: 3rem;
			padding: 0.3rem 1rem;
		}
		.footer_top_2 a img{
			width: 1.1rem;
		}
		
		.footer_top_1 img{
			margin: 0;
			height: auto;
		}
		.message_ul .m_form1 .sp1{
			width: 6rem;
		}
}
