* { margin:0; padding:0; font-family: "Apercu",Helvetica,Arial,sans-serif;}
img { border:none; }
li{list-style:none}
a:link,a:visited{text-decoration:none}
a{list-style:none}
a:hover{list-style:none}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    padding-right: 10px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000
}
body,html{
	height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

header{
	width: 100%;
	height: 100px;

	
}
#header{transition: all 0.7s;
	background-color: rgba(255,255,255,0);	}
.header_hei{
	width: 100%;
	background-color: #000000;
	margin-bottom: 177px;
}
.header_g{position: fixed;top: 0;z-index: 999;}
.header{
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 33px;
	width: 94%;}
.header_logo{float: left;}
.yd_logo{display: none;}
.header_menu{float: right;}
.header_menu ul li{float: left;margin-left: 42px;font-size: 20px;}
.header_menu ul li a{color: #000000;}
.header_menu ul li a:hover{color: #666666;}
.header_menu_hei{float: right;}
.header_menu_hei ul li{float: left;margin-left: 42px;font-size: 20px;}
.header_menu_hei ul li a{color: #ffffff;}
.header_menu_hei ul li a:hover{color: #666666;}

.x_header_menu{float: right;cursor:pointer;display: none;}
.header_menu_x{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #FFFFFF;z-index: 9999999;display:none;}
.header_menu_x_01{
	margin-left: auto;
	margin-right: auto;
	padding-top: 36px;
	width: 94%;}
.cx_x{cursor:pointer;width: 23px;height: 23px;position: absolute;right:2%;transition: All 0.4s ease-in-out;z-index: 99999999;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;}
.cx_x:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        }
.header_menu_x_01 ul li{font-size: 36px;letter-spacing: 3px;margin-bottom: 19px;}
.header_menu_x_01 ul li a{color: #000000;}
.header_menu_x_01 ul li a:hover{color: #666666;}

.header_menu_x_02{position: absolute;bottom: 26px;left: 3%;}
.header_menu_x_02 ul li{float: left;margin-right: 15px;}


.x_header_menu_hei{float: right;}
.x_header_menu_hei ul li{float: left;margin-left: 38px;font-size: 24px;}
.x_header_menu_hei ul li a{color: #ffffff;}
.x_header_menu_hei ul li a:hover{color: #666666;}




.banner{
	overflow:hidden;
	width: 100%;
	height: 850px;
	position: relative;	
	margin-bottom: 101px;
}
.banner img{width: 100%;height: 100%;}
.banner_txt{
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	height: 100px;
	position: relative;	
	}
.banner_txt span{color: #000000;font-size: 46px;position: absolute;left: 0;top: -105px; z-index: 9999;}
.slick{overflow:hidden;
	width: 100%;
	position: relative;	}

/*yd_banner*/
.slides-box {
	display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
	margin-bottom: 53px;
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
	position: absolute;
	z-index: 99;
	bottom: 25px;	
	height: 22px;
	width: 29px;	
	cursor: pointer;
	background-repeat: no-repeat;
	

}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	bottom: 26px;
	right: 3%;
	margin-right: 50px;
	background-image: url(../images/yd_banner_left.png);
}
.next {
  
    right: 0;
	margin-right: 3%;
background-image: url(../images/yd_banner_right.png);
}
.pagination{
	display: none;
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #000;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: red;
}





.Article_Content{
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	margin-bottom: 138px;
}
.Article_Title{width: 100%; margin-bottom: 41px;font-size:46px!important;float: left;}
.Article_More{
	float: left;
	width: auto;
	background-image: url(../images/jian_heng.jpg);
	background-repeat: no-repeat;
	background-position: 120px 22px;
}
.Article_More a{
	font-size: 28px;
	color: #000000;
	
	
}
.Article_More a:hover{opacity: 1; }
.Article_yidong
{
position:relative;
animation:mymove 0.6s infinite;
-webkit-animation:mymove 0.6s infinite; /*Safari and Chrome*/
}
@keyframes mymove
{
from {left:0px;}
to {left:8px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:8px;}
}

.anli{	
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	margin-bottom: 116px;
	}
.anli_top180{margin-top: 180px;}
.anli span{font-size: 28px;font-weight: bold;line-height: 90px;}
.anli ul li{float: left;margin-bottom: 26px;width: 516px;height: 390px;position: relative;}
.anli ul li:nth-child(3n+2){margin-left: 26px;margin-right: 26px;}
.anli ul li img{width: 100%;height: 100%;}
.anli ul li a{color: #ffffff!important;}
.anli ul li div{width: 448px;height: 310px;position: absolute;top: 0;left: 0;opacity: 0;transition: opacity 0.7s;padding: 40px 34px 40px 34px;background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;}
.anli ul li div:hover{opacity: 1;}
.anli ul li p{font-size: 28px!important;line-height: 42px!important;}
.anli ul li p:first-child{font-size: 32px!important;font-weight: bold;}

.anli_mao{	
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	margin-bottom: 116px;
	}
.mao_pic{width: 100%;height: 100%;}
.anli_mao ul li{float: left;margin-bottom: 26px;width: 516px;height: 390px;}
.anli_mao ul li:nth-child(3n+2){margin-left: 26px;margin-right: 26px;}
.anli_mao_div {width: 100%;height: 100%;position: relative;background-color:#F8F8F8; }
.anli_mao_title{width: 442px;height: 258px;position: absolute;top: 0;left: 0;padding: 28px 37px 0px 37px;font-size: 46px!important;line-height: 56px!important;color: #000000;overflow:hidden;}
.Article_More_2{position: absolute;bottom: 34px;left: 37px;}
.Article_More_2{
	width: auto;
	background-image: url(../images/jian_heng.jpg);
	background-repeat: no-repeat;
	background-position: 120px 22px;
}
.Article_More_2 a{
	font-size: 28px;
	color: #000000;
	
	
}
.Article_More_2 a:hover{opacity: 1; }

.index_link{
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	margin-bottom: 83px;
}
.index_link a{
	font-size: 28px;
	color: #000000;
	
}

.index_link a:hover{opacity: 0.6;}
.index_more{float: left;padding-right: 10.6px; position: relative}
.index_more a span{
	position: absolute;
	top:4px;
	right: -15px;

}
.index_top{float: right;padding-right: 25px;position: relative;}
.index_top a span{
	position: absolute;
	top:4px;
	right: 0px;

}

.about_content{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	margin-bottom: 103px;
}
.about_kh{
	width: 100%;
	float: left;
	margin-bottom: 291px;
	color: #ffffff!important;
	font-size: 151px!important;
	font-weight: bold;
}
.about_kh p{line-height: 160px;}
.about_txt{
	width: 100%;
	float: left;
	margin-bottom: 150px;
	color: #ffffff!important;
	font-size: 46px!important;
	letter-spacing: 1px;
	line-height: 69px!important;
}
.about_sheji_title{font-size:46px;}
.about_sheji{
	width: 680px;
	color: #ffffff!important;
	font-size: 36px!important;
	line-height: 55px;
}
.f_left{float: left;}
.f_right{float: right;}

.an_Content{	
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	margin-bottom: 187px;}
.an_Content_a{float: left;width: 540px;margin-top: 124px;}
.an_Content_b{float: right;width: 1060px;margin-top: 124px;margin-bottom: 100px;font-size: 24px!important;line-height:36px!important;}
.an_Content_c{float: left;}
.an_Content_c img{width: 100%;margin-bottom: 35px;}

.lianxi{
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	margin-top: 249px;
	margin-bottom: 149px;
}
.lianxi_a{font-size: 151px!important;margin-bottom: 162px;color:#666666!important;}
.lianxi_a p{line-height: 160px;}
.lianxi_a p:first-child{color: black!important;}
.lianxi_b{font-size: 46px!important;letter-spacing: 1px;line-height: 69px;}

footer{width: 100%;height: 400px;background-color: #000000;}
.footer{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	color: #666666!important;
	font-size: 24px!important;
	font-weight: lighter;
		
}
.footer_a{float: left; width: 34%;}
.footer_a_01{margin-top: 89.5px;margin-bottom: 71px;width: 100%;float: left;}
.footer_a_01 ul li{float: left;margin-right: 20px;}
.footer_a_02{width: 100%;float: left;}
.footer_b{
	float: left;
	width: 34%;
	margin-top: 190px;
	text-decoration: underline;
}
.footer_b p:first-child
{
color: #ffffff!important;
}
.footer_c{float: left; width: 32%;margin-top: 190px;background-color: #000000;}
.footer_c a{color: #666666;}






.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0
}

.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-124px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-124px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-124px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-124px)
	}

	100% {
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-124px)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}

	100% {
		-moz-transform: translateY(-124px)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}

	100% {
		-o-transform: translateY(-124px)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-124px)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}
.on {
	background-color: rgba(255,255,255,1.00) !important;	
}

/*top*/
.back2top {
    display: none;
    width: 43px;
    height: 43px;
    background: url(../images/back2top.png) no-repeat;
    position: fixed;
    right: 3.5%;
    bottom: 15%;
    opacity: .33;
    z-index: 99
}

.back2top:hover {
    opacity: 1
}

/*new*/
.news {
    width: 1070px;
    margin: 0 auto;
    padding: 100px 0
}
.news-type {
    height: 60px;
    margin-bottom: 20px
}

.news-type ul {
    width: 85%;
    float: right
}
.news-type ul li {
    float: left;
    height: 60px;
    color: #898989
}
.news-type ul li a {
    line-height: 60px;
    font-size: 16px;
    padding: 0 30px;
    color: #898989
}
.news-type ul li a:hover {
    color: #5f6061
}
.news-list li {
    padding: 55px 0;
    border-bottom: 1px solid #eee
}
.news-list li .imgbigout {
    width: 44%;
    float: left
}
.news-list li .imgbigout img {
    width: 100%;
    height: auto
}
.news-list li .news-summary {
    float: right;
    width: 49%
}
.news-list li .news-summary h4 {
    color: #0f0b09;
    margin-bottom: 30px;
    font-size: 18px
}
.news-list li .news-summary p {
    margin-bottom: 30px
}
.news-list li .news-summary p a {
    color: #0f0b09;
    font-size: 24px;
    font-family:'msyhl'
}
.news-list li .news-summary span {
    margin-bottom: 50px;
    display: block
}
.news-list li .news-summary span a {
    font-size: 16px;
    color:#898989;
}
.news-list li .news-summary .more {
    text-decoration: underline;
    font-size: 18px
}

.museo-light { 
	float: left;
    font-size: 30px;
    width: 15%;
}

.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content:" ";
    clear: both;
    height: 0
}
.clear {
    zoom: 1
}
.imgbigout {
    display: block;
    overflow: hidden
}

.news a {
    color: #5f6061;
    text-decoration: none
}
.news a:hover {
    text-decoration: none;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.imgbig {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important
}
.imgbig:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}
.dinshicontact a {
    display: block;
}
.imgbigout {
    display: block;
    overflow: hidden
}


.news-read {
    width: 1140px;
    margin: 0 auto;
    padding: 150px 0
}
.news-read .news-read-left {
    float: left
}
.news-read .news-read-left h3 {
    font-size: 24px
}
.news-read .news-read-left h4 {
    font-size: 16px
}
.news-read .news-read-right {
    float: right;
    width: 700px
}
.news-read .news-read-right .title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    color: #0f0b09;
    margin-bottom: 40px;
    font-family:'msyhl'
}
.news-read .content p, .news-read .content span, .news-read .content div {
    font-size: 16px
}
.news-read .content img {
    max-width: 705px;
    height: auto;
}
.news-read .content {

    font-size: 16px
}









.pager {
    position: relative;
    width: 100%;
    color: #0f0b09;
    line-height: 30px;
    padding: 30px 0;
    font-size: 24px;
    text-align: center;
    height: 26px;
}
.pager_cent{
	width: max-content;
	margin: 0 auto;



}
.pager ul li{
	float: left;
	
}
.pager .on a{
	color:#000;
	font-weight:bold;
	
}
.pager ul li a{
	font-family: 'simsun'!important;
}
.pager a, .pager span {
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    font-size: 13px;
    font-family:"Arial";
    color: #999;
    width: 26px;
    transition: all .2s ease-out;
    margin-right: 5px;
}
.pager a:after, .pager span:after {
    display: block;
    margin: 2px auto;
    width: 0;
    height: 1px;
    background-color: #d4d4d4;
    content:"";
}
/* .pager .p1{font-size: 0;background: url(arrow2.png) center no-repeat;transform: rotate(180deg);}.pager .p1:first-child, .pager .p1:last-child{display: none;}.pager .p1:nth-child(2){transform: rotate(0);} */
.pager .p1, .pager .p4 {
    display: none;
}
.pager .p2, .pager .p3 {
    font-family:'simsun';
}
.pager a:hover {
    color: #333;
    opacity: 1
}
.pager a:active {
    color: #333
}
.pager a.now {
    color: #333
}
.pager a:hover:after, .pager .now:after {
    width: 10px;
}
.pager a.disabled {
    color: #0f0b09;
    display: none;
}
.current:first-child, .pager .p1:last-child {
    display: none
}
.pager .p1:after {
    display: none
}


/*lianxi*/
.contact {
    padding: 225px 0 100px
}
.contact a:link,.contact a:visited{
	text-decoration: underline; font-family: 微软雅黑; font-size: 16px; color: #000000;
}
.contact-read {
    width: 1150px;
    margin: 0 auto
}
.contact1-left {
    float: left;
    font-size: 36px;
    color: #595757;
    font-family:MingLiU!important;
    margin-top: -10px;
}
.contact1-right {
    float: right;
    width: 610px;
}
.contact1 p {
    font-size: 20px;
}
.contact1 {
    margin-bottom: 130px;
}
.contact2 p {
    margin-bottom: 1em;
}
.contact2 {
    margin-bottom: 100px;
}
.contact3, .contact4, .contact5 {
    margin-bottom: 55px;
}
.contact-img {
    margin-bottom: 120px;
}
.contact div,.contact ul,.contact ol,.contact li, .contact p,.news-read div,.news-read p{
 
     font-family:"PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
    line-height: 2em;
	color: #5f6061;
}
/*20240531*/
.index_text{	
	width: 100%;
	height: auto;
	float:left;
	clear:all;
	
}
.index_text_t{
	margin: 210px auto;
	width: 1600px;
	font-size: 5.38rem;
    line-height: 6.48rem;
    letter-spacing: -.084rem;
    text-align: center;
}
.news_kh{
	width: 100%;
	float:left;
	clear:all;
	text-align: center;
	font-size: 4.38rem;
    line-height: 5.48rem;
    letter-spacing: -.084rem;
    padding: 12rem 2rem 8.748rem;
}




/*1920px*/
@media screen and (  max-width: 1920px ) {
 h3, h4{
        font-size: 14px
    }
.header{
	padding-top: 33px;
	width: 94%;
	}
.banner{
	height: auto;
	margin-bottom: -10px;
}
.banner_txt{
	width: 94%;
	}	

.Article_Content{
	width: 94%;
	margin-bottom: 100px;
}
.anli{	
	width: 94%;
	}
.anli span{line-height: 70px;}
.anli ul li{float: left;margin-bottom: 2.4%;width: 32%;height: 32%;overflow: hidden;}
.anli ul li:nth-child(3n+2){margin-left: 2%;margin-right: 2%;}
.anli ul li div{width: 92%;height: 89%;padding: 4% 4% 4% 4%;	}
.anli ul li p{font-size: 28px!important;line-height: 42px!important;}
.anli ul li p:first-child{font-size: 32px!important;}	
	
.anli_mao{	
	width: 94%;
	}
.anli_mao ul li{float: left;margin-bottom: 2.4%;width: 32%;height: 32%;overflow: hidden;}
.anli_mao ul li:nth-child(3n+2){margin-left: 2%;margin-right: 2%;}
.anli_mao_title{width: 92%;height: 89%;position: absolute;top: 0;left: 0;padding: 4% 4% 4% 4%;}
.Article_More_2{position: absolute;bottom: 4%;left: 4%;}
	
	
.header_hei{
	margin-bottom: 76px;
}
.about_content{
	width: 94%;
	margin-bottom: 80px;
}
.about_kh{
	margin-bottom: 160px;
	font-size: 120px!important;
}
.about_kh p{line-height: 130px;}
.about_txt{
	margin-bottom: 120px;
	font-size: 42px!important;
	line-height: 65px!important;
}

.about_sheji{
	width: 48%;
	color: #ffffff!important;
	font-size: 32px!important;
	line-height: 50px;
}	
.an_Content{	
	width: 94%;
	margin-bottom: 187px;}
.an_Content_a{float: left;width: 32%;margin-top: 20px;}
.an_Content_b{float: right;width: 68%;margin-top: 20px;margin-bottom: 100px;font-size: 24px!important;line-height:36px!important;}
.an_Content_c{float: left;}
.lianxi{
	width: 94%;
	margin-top: 130px;
	margin-bottom: 149px;
}
.lianxi_a{font-size: 120px!important;margin-bottom: 122px;}
.lianxi_a p{line-height: 130px;}
.lianxi_b{font-size: 42px!important;line-height: 64px;}	
	
.footer{
	width: 94%;		
}	
	


.news-list li .imgbigout img, .news-list li .imgbigout {
	width: 360px
}
.news-summary {
	margin-right: 130px
}
.news-list li .news-summary span a {
	font-size: 14px
}
.news-list li .news-summary p a {
	font-size: 22px
}
.news-list li .news-summary h4, .news-list li .news-summary .more {
	font-size: 16px
}
.news-list li {
	padding: 40px 0
}
.news-type ul li a {
	font-size: 14px
}
.news-read .news-read-right .title {
	font-size: 24px;
	padding-bottom: 36px
}
.news-read .news-read-left h3 {
	font-size: 20px
}
.news-read .news-read-left h4 {
	font-size: 14px
}
.news-read .news-read-left {
	margin-left: 70px
}
.news-read .content p, .news-read .content span, .news-read .content div {
	font-size: 14px
}


.contact-read {
	width: 925px;
	margin: 0 auto
}
.contact1-left {
	float: left;
	font-size: 30px;
	color: #595757;
	margin-top: -10px
}
.contact1-right {
	float: right;
	width: 580px
}
.contact1 p {
	font-size: 16px
}
/*20240531*/
.index_text{	
	width: 100%;
}
.index_text_t{
	margin: 210px auto;
	width: 1600px;
	font-size: 4.38rem;
    line-height: 5.48rem;
    letter-spacing: -.084rem;
}
.index_text_con{
		padding: 0 10rem;
}


}

/*1700px*/
@media screen and (  max-width: 1700px ) {

/*20240531*/
.index_text{	
	width: 100%;
}
.index_text_t{
	margin: 210px auto;
	width: 1600px;
	font-size: 4.38rem;
    line-height: 5.48rem;
    letter-spacing: -.084rem;
}
.index_text_con{
	        padding: 0 17rem;
}


}






/*1440px*/
@media screen and (  max-width: 1440px ) {
.anli ul li{float: left;margin-bottom: 2.4%;width: 48.8%;height: 48.8%;}
.anli ul li:nth-child(3n+2){margin-left: 0px;margin-right: 0px;}
.anli ul li:nth-child(2n+2){margin-left: 2.4%;margin-right: 0px;}

.anli_mao ul li{float: left;margin-bottom: 2.4%;width: 48.8%;height: 48.8%;}
.anli_mao ul li:nth-child(3n+2){margin-left: 0px;margin-right: 0px;}
.anli_mao ul li:nth-child(2n+2){margin-left: 2.4%;margin-right: 0px;}

	
	
.about_kh{
	font-size: 90px!important;
}	
.lianxi_a{font-size: 85px!important;}
.lianxi_a p{line-height: 100px;}	



.news {
	width: 830px
}
.news-list li .imgbigout img, .news-list li .imgbigout {
	width: 260px
}
.news-list li .news-summary p a {
	font-size: 16px
}
.news-list li .news-summary h4, .news-list li .news-summary .more {
	font-size: 14px
}
.news-list li .news-summary h4 {
	margin-bottom: 13px
}
.news-list li .news-summary p {
	margin-bottom: 15px
}
.news-list li .news-summary span a {
	font-size: 12px
}
.news-list li {
	padding: 30px 0
}
.pager a, .pager span {
	font-size: 18px
}
.pager .p1 {
	transform: scale(.8) rotate(180deg);
	top: 6px;
}
.pager .p1:nth-child(2) {
	transform: scale(.8) rotate(0);
}
.news-read {
	width: 700px
}
.news-read-left {
	margin-bottom: 30px
}
.news-read .news-read-left, .news-read-right {
	float: none;
	width: 100%
}
.news-read .news-read-left {
	margin-left: 0
}
.about2 {
	margin: 70px 0 90px
}
.news-read .news-read-left h3 {
	font-size: 18px
}
/*20240531*/
.index_text{	
	width: 100%;
}
.index_text_t{
	margin: 180px auto;
	width: 100%;
	font-size: 4rem;
    line-height: 5rem;
    letter-spacing: -.084rem;
}
.index_text_con{
	        padding: 0 14rem;
}
.news_kh{
	text-align: center;
	font-size: 4rem;
    line-height: 5rem;
    letter-spacing: -.084rem;
    padding: 10.62rem 2rem auto;
}

}
/*1200*/
@media screen and (max-width:1200px) {
.news-read {
	width: 700px
}
.news-read-left {
	margin-bottom: 30px
}
.news-read .news-read-left, .news-read-right {
	float: none;
	width: 100%
}
/*20240531*/
.index_text{	
	width: 100%;
}
.index_text_t{
	margin: 140px auto;
	width: 100%;
	font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -.084rem;
}
.index_text_con{
	        padding: 0 4rem;
}
.news_kh{
	text-align: center;
	font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -.084rem;
    padding: 8rem 2rem 8.748rem;
}

}
/*900*/

@media screen and (  max-width: 900px ) {
.banner{display: none;}
.banner_txt2{
color: #000000;font-size: 20px;position:absolute;left: 3%; bottom: 26px; z-index: 9999;}
.slides-box {display:block;}
	
.header_menu ul li{margin-left: 22px;}
.header_menu_hei ul li{margin-left: 22px;}
	
.Article_Title{margin-bottom: 14px;font-size:32px!important;}
.Article_More{
	background-position: 85px 13px;
}
.Article_More a{
	font-size: 20px;
	color: #000000;
	
	
}

	

	
.about_kh{
	font-size: 70px!important;
}	
.about_kh p{line-height: 90px;}	
.lianxi_a{font-size: 55px!important;}
.lianxi_a p{line-height: 70px;}	
.lianxi_b{font-size: 24px!important;letter-spacing: 1px;line-height: 34px;}
	
footer{height: 100%;}	
.footer_a{width: 100%;}
.footer_a_01{margin-top: 44px;margin-bottom: 98px;}
.footer_b{
	width: 100%;
	margin-top: 16px;
}

.footer_c{width: 100%;margin-top: 100px;margin-bottom: 40px;}	
.anli_mao_title{font-size: 30px!important;line-height: 36px!important;}
.Article_More_2{position: absolute;bottom: 4%;left: 4%;}
.Article_More_2{
	background-position: 85px 13px;
}
.Article_More_2 a{
	font-size: 20px;

}
html{height: auto;}
.back2top {
    display: none;

}

}

/*750*/
@media screen and (max-width:750px) {
	.news {
        width: 94%;
        padding: 80px 0 10px
    }
    .news-read .news-read-right .title {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 15px
    }
    .news-type h3 {
        width: 100%
    }
    .news-type ul {
        float: left;
        width: 100%
    }
    .news-type ul li {
        height: 30px
    }
    .news-type ul li a {
        padding: 0 15px;
        line-height: 30px
    }
    .news-summary {
        margin-top: 10px
    }
    .news-list li .imgbigout, .news-list li .news-summary {
        width: 100%
    }
    .news-list li {
        padding: 25px 0
    }
    .news-list li .news-summary {
        float: left
    }
    .news-list li .imgbigout img, .news-list li .imgbigout {
        width: 100%
    }
    .news-type ul li:first-child a {
        padding-left: 0
    }
    .news-list li .news-summary h4 {
        margin-bottom: 10px
    }
    .news-list li .news-summary p {
        margin-bottom: 20px
    }
    .news-list li .news-summary span {
        margin-bottom: 20px
    }
	.news-read {
        width: 94%;
        padding: 80px 0
    }
    .news-read img {
        max-width: 100%!important;
        height: auto
    }
    .news-read-left {
        margin-bottom: 30px
    }
    .news-read .news-read-left, .news-read-right {
        float: none;
        width: 100%
    }
    .news-read-right {
        width: 100% !important
    }
    .news-read-left {
        margin-bottom: 20px
    }
	.news-read .news-read-right .title {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 15px
    }

	.contact {
        padding: 100px 0 30px
    }
    .contact-read {
        width: 94%;
        margin: 0 auto
    }
    .contact1-left {
        float: left;
        font-size: 28px;
        color: #595757;
        font-size: arial
    }
    .contact1-right {
        float: right;
        width: 100%
    }
    .contact1 p {
        font-size: 16px
    }
    .contact1, .contact2, .contact3, .contact4, .contact-img {
        margin-bottom: 25px
    }
}

/*600*/

@media screen and (  max-width: 600px ) {
.header_logo{float: left;}	
.header_menu,.header_menu_hei{display: none;}
.x_header_menu{display:block;}
.pc_logo{display: none;}
.yd_logo{display: block;}
.cx_x{display:block;}

.anli span{line-height: 70px;}
.anli ul li,.anli_mao ul li{float: left;margin-bottom: 26px;width: 100%;height: 100%;}
.anli ul li:nth-child(3n+2),.anli_mao ul li:nth-child(3n+2){margin-left:0px;margin-right: 0px;}
.anli ul li:nth-child(2n+2),.anli_mao ul li:nth-child(2n+2){margin-left: 0px;margin-right: 0px;}
.anli ul li div{width: 92%;height: 89%;padding: 4% 4% 4% 4%;	}
.anli ul li p{font-size: 28px!important;line-height: 42px!important;}
.anli ul li p:first-child{font-size: 32px!important;}	
	
.about_kh{
	font-size: 36px!important;
	margin-bottom: 69px;

}
.about_kh p{line-height: 50px;}	
.about_txt{
	font-size: 20px!important;
	margin-bottom: 85px;
	color: #ffffff!important;
	letter-spacing: 1px;
	line-height: 26px!important;
}
.about_sheji_title{font-size:20px;}
.about_sheji{
	width: 100%;
	color: #ffffff!important;
	font-size: 18px!important;
	line-height: 24px;
}
.f_left{float: left;}
.f_right{float: right;}
.lianxi_a{font-size: 34px!important;margin-bottom: 72px;}
.lianxi_a p{line-height: 46px;}	
.lianxi_b{font-size: 18px!important;letter-spacing: 1px;line-height: 24px;}
html{height: auto;}

}


