<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wdcy{
    width: 100%;
    position: relative;
    top: -90px;
    z-index: 9;
	display:none;
}
.wdcy .chanye{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.wdcy .chanye a{
    display: block;
    width: 20%;
    float: left;
    height: 90px;
    position: relative;
}
.wdcy .chanye a .yutu{
    width: 100%;
    height: 100%;
    position: relative;
}
.wdcy .chanye a .yutu img{
    width: 100%;
    height: 90px;
}
.wdcy .chanye a .yutu .tuzi{
    position: absolute;
    top:26px;
    left: 50%;
    transform: translateX(-50%);
    
}
.wdcy .chanye a .yutu .tuzi img{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 8px;
}
.wdcy .chanye a .yutu .tuzi .zi{
    
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    float: left;
    line-height: 45px;
}
.wdcy .chanye a .mask{
    width: 100%;
    height: 90px; 
    position: absolute;
    top: 0px;
    display: none;
}
.wdcy .chanye a .mask .landi{
    width: 100%;
    height: 100%;
    background: #2250E4;
    opacity: 0.9;
    
}
.wdcy .chanye a .neir{
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.wdcy .chanye a .neir h4{

    font-size: 20px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 12px;
    text-align: center;
}
.wdcy .chanye a .neir h5{

    text-transform:Uppercase;
    font-size: 16px;
    line-height: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0px;

}
.qfd{
    height: 2px;
    clear: both;
}
.wdcy .chanye a .neir img{
    width: 30px;
    height: 11px;
}
/* 集团简介 */
.jianjie{
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
	padding: 40px 50px;
    text-align: center;
    position: relative;
	box-sizing:border-box;
	line-height:200%;
}
.jianjie .zuoyinhao,.jianjie .youyinhao{
	position:absolute;
}
.jianjie .zuoyinhao{
	left:0;
	top:0;
}
.jianjie .youyinhao{
	right:0;
	bottom:0;
}
.jianjie h4{
    line-height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    text-align: center;
    margin-bottom: 30px;
}
.jianjie .jjneir{
    text-align: center;
    text-indent: 2em;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 34px;
    height: 68px;
    overflow:hidden; 

    text-overflow:ellipsis;

    display:-webkit-box; 

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2
}
.jianjie .jjneir.active{
    height: auto;
    overflow:hidden; 

    text-overflow:ellipsis;

    display:-webkit-box; 

    -webkit-box-orient:vertical;

    -webkit-line-clamp:unset;
}
.jianjie .ckgd{
    width: 100px;
    height: 36px;
    background: #2350E4;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
	cursor:pointer;
}
.jianjie .ckgd img{
    width: 22px;
    height: 12px;
    margin-top: 10px;
    float: left;
    margin-left: 40px;
}
.jianjie .ckgd img:nth-child(2){
    display:none;
}
.jianjie .ckgd.active img:nth-child(1){
    display:none;
}
.jianjie .ckgd.active img:nth-child(2){
    display:block;
}


/* 纵向旋转效果 */
.pic2{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
.image_container a{
	width:100%;height:100%; display:block;
    float:left;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.image_container a .pic1{
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.image_container a:hover .pic1{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

.image_container a .pic2{
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;/*z-index:10;
    position:absolute;*/
}

.image_container a:hover .pic2{
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -moz-transform:rotateX(0deg) rotate(0deg);
    z-index: 10;
    position: absolute;
}

.row{width:70px;height:70px; float:left; margin-left:calc(50% - 35px); margin-right:calc(50% - 35px); margin-bottom:20px; position:relative; z-index:10;}
.row .pic1{width:100%;height:100%; overflow:hidden;}
.row .pic2{width:100%;height:100%; overflow:hidden;}
.row .pic2 img{position:absolute;}
/* 纵向旋转效果 结束*/
.sdnr{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.sdnr .kuai{
    width: 25%;
    box-sizing: border-box;
    border-right:1px solid #908CB8;
    overflow: hidden;
    float: left;
    
}
.sdnr .kuai:nth-child(4){border-right: none;}
.sdnr .kuai .clqia{
    clear: both;
}
.sdnr .kuai p{
    text-align: center;
}
.sdnr .kuai p span{
    font-size: 35px;
    font-weight: bold;
}
/* 新闻开始 */
.xinwenbox{
    overflow: hidden;
    background: #F0F1F2;
}
.xinwenbox .xinwen-ul{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
}
.xinwenbox .xinw-div{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
	padding: 0 70px;
}
.xinwenbox .xinw-div .new-top{
    width: 100%;
    height:270px;
    position: relative;
}
.xinwenbox .xinw-div .new-top&gt;img{
	width:100%;
	height:100%;
}
.xinwenbox .xinw-div .new-top .yiny{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.xinwenbox .xinw-div .new-top .yiny .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
background: #000000;
opacity: 0.5;
}
.xinwenbox .xinw-div .new-top .yiny .yuqu{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.xinwenbox .xinw-div .new-top .riqik{
    position: absolute;
    
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
}
.xinwenbox .xinw-div .new-top .riqik .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
}
.xinwenbox .xinw-div .new-top .riqik h4{
    position: absolute;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    top: 17px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.xinwenbox .xinw-div .new-top .riqik p{
    position: absolute;
    text-align: center;
    font-size: 12px;
    width: 100%;
    line-height: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    bottom: 17px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.xinwenbox .xinw-div .new-bottom{
    width: 100%;
    background-color: #fff;
    border-bottom: 4px solid #1242B2;
    box-sizing: border-box;
    padding: 30px;
}
.xinwenbox .xinw-div .new-bottom h5{
    line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    overflow:hidden;

    text-overflow:ellipsis;

    white-space:nowrap; 
}
.xinwenbox .xinw-div .new-bottom p{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 28px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
	height: 56px;
}
@media (min-width: 768px) {
.xinwenbox .xinw-div .xinwlist .swiper-slide:hover .new-top .yiny{
    display: block;
}
.xinwenbox .xinw-div .xinwlist .swiper-slide:hover  .new-top .riqik .mask{
    background: #1242B2;
    opacity: 1;
}
.xinwenbox .xinw-div .xinwlist .swiper-slide:hover .new-bottom{
    background: #1242B2;
}
.xinwenbox .xinw-div .xinwlist .swiper-slide:hover .new-bottom h5{  
color: #FFFFFF;
}
.xinwenbox .xinw-div .xinwlist .swiper-slide:hover .new-bottom p{  
    color: #FFFFFF;
    opacity: 0.4;
}
}
.xinwenbox .xinw-div .xinwlist {
    padding-bottom: 50px;
}
.xinwenbox .xinw-div .xinwlist .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #B2B2B2;
    border-radius: 50%;
    opacity: 1;
}
.xinwenbox .xinw-div .xinwlist .swiper-pagination-bullet-active{
    background: #1242B2;
    border-radius: 50%;
}
.xinwenbox .xinwen-ul{
    overflow: hidden;
    text-align: center;
}
.xinwenbox .xinwen-ul li{
    width: 110px;
    height: 36px;
    background: #F0F1F2;
    border: 1px solid #1242B2;
    border-radius: 18px;
    line-height: 36px;
    font-size: 14px;
    color: #2250E4;
    margin: 0 50px;
    display: inline-block;
    cursor: pointer;
}
.xinwenbox .xinwen-ul li.active{
  color: #fff;  
    background: #2250E4;
}
.banner .swiper-wrapper  .swiper-slide img{
		width:100%;
		height:auto;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    /* border-radius: 100%; */
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 50%;
	margin:0 10px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}
.banner.swiper-container-horizontal&gt;.swiper-pagination-bullets {
    bottom: 40px;
    left: 0;
    width: 100%;
}
.banner .swiper-wrapper  .swiper-slide.swiper-slide-active img {
	-webkit-animation: scaleUpDown 4.2s .3s ease both;
	animation: scaleUpDown 4.2s .3s ease both;
}

@-webkit-keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}	

/* 11.26 修改 */
	
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-top{
	    width: 100%;
    min-height: 336px;
    max-height: 337px;
    position: relative;
	    overflow: hidden;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-top img{
	transition: all 500ms;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .swiper-slide:hover .new-top img{
	transform: scale(1.08);
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-top .riqik{
	width: 100px;
	height: 44px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(172, 169, 187, 0.14);
	border-radius: 0px 0px 22px 22px;
	position: absolute;
    top: 0;
    left: 50%;
	margin-left:-50px;
	display: none;
}	
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-top .riqik h4	{
	position: absolute;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    color: #ACA9BB;
	
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-bottom {
    width: 100%;
    background-color: #fff;
    border-bottom: none;
    box-sizing: border-box;
    padding: 0px;
    overflow: hidden;
	height:60px;
	box-sizing:border-box;
	background: #F7F7F7;
	padding:0 15px;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-bottom h5{
	line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #070707;
    line-height: 34px;
	float:left;
	max-width:80%;
	margin-top: 14px;
	
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-bottom p {
    margin-top: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 28px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: none;
    float: right;
	margin-top: 16px;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-bottom p img{
	width:24px;
	height:24px;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .new-bottom p img:nth-child(2){
	display:none;
}	
.xinwenbox .xinw-div .xinwlist.swiper-container3 .swiper-slide:hover .new-bottom{
	background: #2250E4;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .swiper-slide:hover .new-bottom p img:nth-child(1){
	display:none;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .swiper-slide:hover .new-bottom p img:nth-child(2){
	display:inline-block;
}
.xinwenbox .xinw-div .xinwlist.swiper-container3 .swiper-slide:hover .new-top .riqik h4{
	color: #2250E4;
}

.xinwenbox .xinw-div{
	position:relative;
}
.xinwenbox .xinw-div .zuojiantou{
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -27px;
  
}
.xinwenbox .xinw-div .zuojiantou img:nth-child(2){
  display: none;
}
.xinwenbox .xinw-div .yjian img:nth-child(2){
  display: none;
}
.xinwenbox .xinw-div .yjian{
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -27px;
 
}
.xinwenbox .xinw-div .zuojiantou,.xinwenbox .xinw-div .yjian{
  cursor: pointer;
}
.xinwenbox .xinw-div .zuojiantou:hover img:nth-child(1){
  display: none;
}
.xinwenbox .xinw-div .yjian:hover img:nth-child(1){
  display: none;
}
.xinwenbox .xinw-div .zuojiantou:hover img:nth-child(2){
  display: inline-block;
}
.xinwenbox .xinw-div .yjian:hover img:nth-child(2){
  display: inline-block;
}

.hrxw-biaoti{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.hrxw-biaoti .hrxw-biti{
	font-size: 38px;
	float:left;
	line-height:38px;
	margin-top: 70px;
}
.xinwenbox .xinwen-ul {
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
    float: right;
}
.xinwenbox .xinwen-ul li{
	margin: 0px 20px;
}

.xinwenbox.xinwenbox-yd{
	display:none;
}
	/* 集团大事件 */
	
.jtdsj .biaoti{
    line-height: 30px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #343434;
    text-align: center;
    margin-top: 60px;
}
.jtdsj .xiaodx{
    width: 40px;
    height: 4px;
    background: #2074FF;
    margin: 20px auto;
    /* margin-top:19px; */
}
.jtdsj .yingwenbt{
   text-align: center; 
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 16px;
    opacity: 0.5;
    text-transform:Uppercase;
}
.jtdsj{
    overflow: hidden;
    margin-top: 0px;
    width: 100%;
    height: 800px;
    background: url(../images/jtdsj1.png) center center no-repeat;
}
 .jtdsj .biaoti{
 margin-top: 80px;   
color: #FFFFFF;
}
 .jtdsj .xiaodx{
    background-color: #fff;
}
 .jtdsj .yingwenbt{
    opacity: .5;
color: #FFFFFF;
}
    /*产品大事记轮播 */
/* .Container-wrapper{
    width: 1200px;
    margin: 0 auto;
} */

.jtdsj .biaoti {
    line-height: 38px;
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #343434;
    text-align: left;
    margin-top: 60px;
    width: 1200px;
    margin: 0 auto;
	color:#fff;
	margin-top:80px;
}
.abUs-comHist{
    margin-top: 50px;
}
.auCHist-man{width:1200px;position:relative;margin:0 auto 0;}
.auCHist-man .swiper-container{padding:69px 0 0;}

.auCHist-man .auCHman-box{display:block;height:72px;text-align:center;color:#fff;position:relative;}
.auCHman-box .year{width: 61px;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 10px;
}


.auCHman-box.cur .year{
    width: 61px;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
}
.auCHman-box.cur .year{
    width: 100px;
    height: 40px;
    border: 1px solid  #FF7800;
    background: #FF7800;
    border-radius: 20px;
    line-height: 40px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    position: relative;
}
.auCHman-box.cur .year:after{   
    content:"";display:block;
    width:120px;height:60px;
    background: #FF7800;
    opacity: 0.3;
    border-radius:30px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}


.auCHistManSwiper-prev,
.auCHistManSwiper-next{display:block;width:33px;height:33px;position:absolute;top:75px;}
.auCHistManSwiper-prev{left:-58px;background:url(../images/jtdsjz2.png) no-repeat center center;}
.auCHistManSwiper-next{right:-58px;background:url(../images/jtdsjy2.png) no-repeat center center;}
.auCHist-man:before{left:-103px;}
.auCHist-man:after{right:-103px;}

.auCHist-man .orn1,
.auCHist-man .orn2{display:block;height:1px;background:rgba(255,255,255,.3);position:absolute;top:137px;}
.auCHist-man .xian{     
     width: 40px;
    height: 1px;
    background: #fff;
    float: left;
    margin-top: 15px;
}
.auCHist-man .liner{
    width: 40px;
    height: 1px;
    background: #fff;
    float: right;
    margin-top: -12px;
}
.auCHman-box.cur .xian{     
    width:25px;
   height: 1px;
   background: #fff;
   float: left;
   margin-top: 25px;
}
.auCHman-box.cur .liner{     
    width:25px;
   height: 1px;
   background: #fff;
   float: left;
   margin-top: 25px;
   display: none;
}
/*小*/
.auCHist-min{width:1200px;position:relative;margin:0 auto ;z-index:2;height: 350px;overflow: hidden;}
.auCHist-min .swiper-container{padding:0 0 ; height: 100%;}
.auCHist-min .swiper-container .swiper-wrapper{height: 100% !important; }
/* .auCHist-min .swiper-container .swiper-slide{padding:0 10px;} */
.auCHmin-box{
    display:block;
    /* padding:20px; */
   
    box-sizing: border-box;
    /* position:relative; */
    overflow: hidden;
}
.auCHist-min .swiper-slide {
    padding:20px;
    background:#fff url(../images/cpdsjxbj.png) no-repeat center;
    height: 100% !important;
    box-sizing: border-box;
}
.auCHmin-box&gt;img{
    width: 38%;
    float: left;
}
.auCHmin-box .auCHmin-block{
    display: block;
    overflow: hidden;
    width: 62%;
    float: right;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 25px;
}
.auCHmin-box .auCHmin-block .biaoti1{
    
    line-height: 16px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2250E4;
    border-bottom: 1px solid #D2D2D2;
    margin-top: 20px;
    padding-bottom: 20px;
}
.auCHmin-box .auCHmin-block .biaoti1 span{
    
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    position: relative;
    top: -4px;
}
.auCHmin-box .auCHmin-block .jtsjlb{
    height:235px;
    overflow: auto;
    margin-top: 22px;
}
.auCHmin-box .auCHmin-block .jtsjlb li{
    padding-left:24px ;
    background: url(../images/jtdsjico.png) no-repeat top left;
    background-position-y: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 14px;
    width: 90%;
}
.auCHmin-box .auCHmin-block .jtsjlb li:first-child{
    margin-top: 0px;
}

.auCHmin-box .auCHmin-block .jtsjlb::-webkit-scrollbar {
    width: 8px;
}
.auCHmin-box .auCHmin-block .jtsjlb::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.auCHmin-box .auCHmin-block .jtsjlb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px RGB(243,243,244);
}

/* 11.26 修改完毕*/
.yd-banner{
	display:none;
}


/* 响应式 */
@media screen and (max-width: 1440px){
	.banner .swiper-wrapper  .swiper-slide img{
		width:100%;
		height:auto;
	}
	.wdcy .chanye {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media screen and (max-width: 1280px){
	.wdcy .chanye {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
	.wdcy .chanye a .yutu .tuzi .zi {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		float: left;
	}
	.wdcy .chanye a .neir h4 {
		font-size: 16px;
		line-height: 20px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		margin-bottom: 12px;
		text-align: center;
	}
	.wdcy .chanye a .neir h5 {
		text-transform: Uppercase;
		font-size: 14px;
		line-height: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		margin-bottom: 0px;
	}
	.sdnr {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.sdnr .kuai p span {
		font-size: 30px;
		font-weight: bold;
	}
	
	.xinwenbox .xinwen-ul{
		width:96%;
	}
	.xinwenbox .xinw-div {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 0 70px;
		box-sizing: border-box;
	
	}
	.auCHist-min {
		width: 96%;
		position: relative;
		margin: 0 auto;
		z-index: 2;
		height: 350px;
		overflow: hidden;
	}
	.auCHist-man {
		width: 85%;
		position: relative;
		margin: 0 auto 0;
	}
}

@media screen and (max-width: 768px){
	.xinwenbox .xinw-div {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 0px;
		padding: 0px 0px;
		box-sizing: border-box;
	}
	.xinwenbox .xinwen-ul li {
		width: 90px;
		height: 36px;
		background: #F0F1F2;
		border: 1px solid #1242B2;
		border-radius: 18px;
		line-height: 36px;
		font-size: 14px;
		color: #2250E4;
		margin: 0px 20px;
		display: inline-block;
		cursor: pointer;
	}
	.banner{
		display:none;
	}
	.banner.yd-banner{
		display:block;
		margin-top:50px;
	}
	.xinwenbox .xinw-div .new-top {
		width: 100%;
		min-height: auto;
		max-height: 270px;
		position: relative;
	}
	.xinwenbox .xinwen-ul {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.xinwenbox .xinw-div .xinwlist {
		padding-bottom: 0px;
	}
	.auCHist-man {
		width: 85%;
		position: relative;
		margin: 0 auto 0;
		display: none;
	}
	.jtdsj {
		overflow: hidden;
		margin-top: 0px;
		width: 100%;
		height: auto;
		background: url(../images/jtdsj1.png) center center no-repeat;
		    padding-bottom: 50px;
	}
	.jtdsj .biaoti {
		line-height: 20px;
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #343434;
		text-align: center;
		margin-top: 60px;
	}
	.jtdsj .biaoti {
		margin-top: 30px;
		color: #FFFFFF;
	}
	.jtdsj .xiaodx {
		width: 40px;
		height: 2px;
		background: #2074FF;
		margin: 10px auto;
		/* margin-top: 19px; */
	}
	.jtdsj .yingwenbt {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 14px;
    opacity: 0.5;
    text-transform: Uppercase;
	}
	.auCHist-min {
		width: 96%;
		position: relative;
		margin: 0 auto;
		z-index: 2;
		height: auto;
		overflow: hidden;
	}
	.auCHist-min .swiper-slide {
		padding: 10px;
		background: #fff url(../images/cpdsjxbj.png) no-repeat center bottom;
		height: 100% !important;
		box-sizing: border-box;
	}
	.auCHmin-box&gt;img {
		width: 100%;
		float: left;
	}
	.auCHmin-box .auCHmin-block {
		display: block;
		overflow: hidden;
		width: 100%;
		float: right;
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
	}
	.abUs-comHist {
		margin-top: 25px;
	}
	.xinwenbox .xinw-div .jiantoudui{
		display:none;
	}
	.auCHmin-box .auCHmin-block .jtsjlb li {
		padding-left: 24px;
		background: url(../images/jtdsjico.png) no-repeat top left;
		background-position-y: 8px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666666;
		line-height: 28px;
		margin-top: 8px;
		width: 90%;
	}
	.xinwenbox{
		display:none;
	}
	.xinwenbox.xinwenbox-yd{
		display:block;
	}
	.hrxw-biaoti {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
	.hrxw-biaoti .hrxw-biti {
		font-size: 28px;
		float: left;
		line-height: 28px;
		margin-top: 40px;
		width: 100%;
		    text-align: center;
	}
	.xinwenbox .xinwen-ul {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.xinwenbox .xinwen-ul{
		display:none;
	}
	.xinwenbox .xinw-div .xinwlist:nth-child(2){
		display:none;
	}
	.xinwenbox .xinw-div .xinwlist .swiper-slide:nth-child(n+4){
		display:none;
	}
	.xinwenbox .xinw-div .xinwlist {
		padding-bottom: 20px;
		padding-top:30px;
	}
	.jtdsj .biaoti{
		width:96%;
		font-weight:400;
		font-size:28px;
	}
}</pre></body></html>