@charset "utf-8";

.banner a{
    display: block;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}

.banner ul{
    width: auto;
    /* bottom: 5px; */
    left: 44%;
    /* top: 0px; */
}
.banner ul li{
    width: 40px;
    height: 7px;
    margin-left: 23px;
    background: rgba(255,255,255,0.8);
    border-radius: 9px;
    transition: all .8s;
}
.banner ul button{
    display: none;
}
.banner ul li.slick-active{
    background: #fff;
}

.tit1{
	width: 100%;
	position: relative;
	height: 50px;
	border-bottom: 2px #f2f2f2 solid;
}
.tit1 h4{
	/* width: 100px; */
	height: 50px;
	font-size: 20px;
	line-height:50px;
	border-bottom:4px #0468c2 solid;
	color: #333333;
	font-weight: bold;
	text-align: center;
	float: left;
}
.tit1 .mores{
	width: 80px;
    float: right;
    font-size: 14px;
    line-height:50px;
    color: #666;
    padding-right:5px;
    text-align: right;

}

.tit{
	width: 100%;
	position: relative;
	height: 50px;
	border-bottom: 2px #fff solid;
}
.tit h4{
	/* width: 100px; */
	height: 50px;
	font-size: 20px;
	line-height:50px;
	border-bottom:4px #0468c2 solid;
	color: #333333;
	font-weight: bold;
	text-align: center;
	float: left;
}
.tit .mores{
	width: 80px;
    float: right;
    font-size: 14px;
    line-height:50px;
    color: #666;
    padding-right:5px;
    text-align: right;

}



.section1{
  
background: rgba(255,255,255,0.6);
  
position:relative;
  
margin-top: -117px;
  
z-index:9;
}

.s1-l{
	  
	  float: left;
	  width: 239px;
	  background:url(../images/rl.jpg) top center no-repeat #e7f3fe;
}


.s1-l .rl{

   width: 90%;
    margin:0px auto;
    text-align: center;
}
.s1-l .rl h1{
	line-height: 34px;
	font-size: 17px;
	font-weight: normal;
}
.s1-l .rl h1 span{
	    color: #0468c2;
    font-size: 20px;
    font-weight: bold;
    padding: 0 9px;
}

.s1-l .rl h2{
   font-size:14px;
   font-weight: normal;
    
}


.s1-l .rl h3{
	line-height:30px;
   font-size: 16px;
   font-weight: normal;
}
.s1-l .rl h3 span{
	color: #000;
   font-size: 16px;
 
}

.s1-l .rl h3{
   font-size: 16px;
}
.s1-l .rl  span{
	line-height: 31px;
	font-size: 14px;
	margin-top: 10px;
}
.s1-l .rl  span a{
	color: #0459A1;
}


.s1-r{

    overflow: hidden;
    padding-left:0px;
}


.s1-ksdh{
    width: 100%;
    }

.s1-ksdh>ul>li{
      width: 25%;
    float: left;
    border-left: 1px #daecfd solid;
    padding-top: 5px;
    padding-bottom: 5px;
    }
.s1-ksdh>ul>li .img{ width:80px; height: 80px;  background:url(../images/ibg.png) left center no-repeat; margin: 0px auto; padding-top: 15px;}
.s1-ksdh>ul>li .img img{width:45px;height:45px;text-align: center;display: block;margin: 0px auto;  transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;}
.s1-ksdh>ul>li:hover .img img{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}

.s1-ksdh>ul>li .p{ width: 100%; line-height: 29px; font-size: 15px; color: #000; text-align: center;}

.s2>h4{
    text-align: center;
    color: #fff;
}
.s2>.mores{
    width: 32px;
    height: 20px;
    padding-right: 0;

}

.s2-item {
    overflow: hidden;
    width: 89%;
    padding: 20px 30px;
    border-radius: 10px;
    margin: auto;
    background: rgba(36, 100, 179, 0.7);
    transition: all .3s;
}
.s2-icon {
    float: left;
    width: 84px;
    height: 84px;
    padding: 20px 0;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .3s;
}
.s2-icon img{
    display: block;
    width: auto;
    height: 39px;
    margin: auto;
}
.s2-info {
    overflow: hidden;
    padding-left: 10px;
}
.s2-info p{
    font-size: 17px;
    line-height: 1;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
.s2-info span{
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 32px;
    margin-top: 16px;
    margin-bottom: 6px;
  
    transition: all .3s;
}
.s2-banner a{
    display: block;
    overflow: hidden;
    padding-top: 10px;
}
.s2-banner a:hover  .s2-item{
    background: rgba(255, 255, 255, 0.7);
    transform: translateY(-10px);
}
.s2-banner a:hover  .s2-item .s2-icon {
    border-color: #0468c2;
}
.s2-banner a:hover  .s2-item p{
    color: #0468c2;
}
.s2-banner a:hover  .s2-item span{
    color: #0468de;
    border-color: #0468c2;
 
}
.s2-banner ul{
    bottom: -100px;
}
.s2-banner li>button{
    display: none;
}
.s2-banner li{
    width: 40px;
    height: 8px;
    background: #fff;
    border-radius: 50px;
    margin-left: 10px;
}
.s2-banner li:first-child{
    margin-left: 0;
}
.s2-banner li.slick-active{
    background: #0468c2;
}
.s2-banner {
    margin-top: 60px;
}
.section2 {
    padding-top: 35px;
    padding-bottom: 35px;
    background:#fff;
}

.s2-l{
    float: left;
    width: 695px;
}


.s2-r{
    overflow: hidden;
    padding-left: 55px;
}


.s1-list1>li{
    float: left;
    width: 46%;
    margin-left: 8%;
    position: relative;
}
.s1-list1>li:first-child{
    margin-left: 0;
}
.s1-list1>li a{
    display: block;
    overflow: hidden;
}
.s1-list1>li .pic{
    padding-top: 67.97%;
   
}

.s1-list1>li .time{height: 62px;width: 60px;padding:5px;position: absolute;z-index: 22;bottom: 20px;left: 20px;background: rgb(4 104 194 / 0.92);}
.s1-list1>li .p{
	height: 31px;
	position: relative;
	display: block;
}

.s1-list1>li .p p{
	height:62px; 
	font-size: 15px;
	padding: 8px;
	/* display: block; */
	line-height: 23px;
	position: absolute;
	float: right;
	color: #ffffff;
	width: 66%;
	left: 80px;
	white-space: normal;
	background: rgb(4 104 194 / 0.92);
	top: -84px;
	margin-top: 33px;
	transition: all .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: initial;
}
.s1-list1>li span{
    display: block;
    font-size: 14px;

    color: #fff;

    text-align:center;
}

.s1-list1>li .time span:first-child{
    font-size: 24px;
    margin-bottom:0px;
}

.s1-list1>li:hover .pic img{
    transform: scale(1.1);
}
.s1-list1>li:hover p{
    color: #ffffff;
}
.s1-list1 {
    overflow: hidden;
    /* padding-bottom: 17px; */
    /* border-bottom: 1px solid #cccdd1; */
    /* margin-top: 20px; */
}


.s1-list2{width: 100%; margin: 0px auto; }
.s1-list2>ul>li{
    text-overflow: ellipsis;
    padding-right: 86px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    width: 100%;
    /* margin-left:2.8%; */
    float: left;
    display: block;
    padding-left:10px;
}
.s1-list2>ul>li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #0468c2;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s;
    margin-right: 5px;
   


}
.s1-list2>ul>li a{
    width: 80%;
    font-size:15px;
    color: #333;
   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s1-list2>ul>li span{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 15px;
    padding-left: 22px;
    color:#999;
}
.s1-list2>ul>li:hover>a{
    color: #0468c2;
}

.s1-list2>ul>li:nth-child(1){ margin-left: 0%;}
.s1-list2>ul>li:nth-child(4){ margin-left: 0%;}
.s1-list2>ul>li:nth-child(7){ margin-left: 0%;}


.s1-main {
    overflow: hidden;
    margin-top: 35px;
}

.s3-list>ul {
    margin-top: 14px;
}
.s3-list>ul>li{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efebeb;
}
.s3-list>ul>li>a{
    display: block;
    
    overflow: hidden;
}
.s3-list>ul>li .tm{
    width: 64px;
    float: left;
    /* padding: 7px; */
    border: 1px solid #0468c2;
}
.s3-list>ul>li .tm span{
	padding-top: 5px;
	display: block;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #0468c2;
	font-weight: bold;
}
.s3-list>ul>li .tm p{
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #0468c2;
}
.s3-list>ul>li .tm span:first-child{
    font-size: 24px;
    margin-bottom: 7px;
}
.s3-info {
    overflow: hidden;
    padding-left: 20px;
}
.s3-info p{
    font-size:15px;
    line-height: 23px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    margin-top: 8px;
}
.s3-list>ul>li:hover .s3-info p{
    color: #0468c2;
}
.s3-r{
    float: left;
    width: 48.71%;
    margin-left:2.79%;
    padding: 32px 32px 55px 36px;
 
}
.s3-r .tit h4 {
    color: #fff;
}
.s3-r .tit .mores{
    width: 32px;
    height: 20px;
    background: url("../images/mores-2.png") no-repeat center center;
}
.s3-list2{width: 100%; margin: 0px auto; margin-top:25px;}
.s3-list2>ul>li{
    position: relative;
   line-height:36px;
    width:47%;
    float: left;
    display: block;
      padding-left:10px;
}
.s3-list2>ul>li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #0468c2;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s;
    margin-right: 5px;
   
}


.s3-list2>ul>li a{
    
    font-size:15px;
    color: #333;
  width: 80%;
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s3-list2>ul>li span{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 15px;
    padding-left: 22px;
    color:#999;
}
.s3-list2>ul>li:hover>a{
    color: #0468c2;
}

.s3-list2>ul>li:nth-child(2n){ margin-left: 6%;}



.section3 {
    padding-top: 30px;
    height: auto;
    background: url("../images/section3.jpg") no-repeat center center;
    padding-bottom: 30px;
}





.section4 {width: 100%; height:auto; min-height: 60px; background: #fff; }
.s4-tit {  float: left; width:100px; margin-top:20px}
.s4-tit h4{  width: 100%;  font-size: 15px;  color: #333333;  text-align: left; font-weight: bold;}
.s4-link{ float: left; margin-top:20px; margin-bottom: 20px;}
.s4-link a{font-size: 15px;color: #333;font-size: 15px;margin:auto 10px;display: block;float: left;}





@media screen and (max-width: 1260px){
    .s2-l{width:100%; float: none;}
 .s2-r{padding-left:0px;}  

}

@media screen and (max-width: 1024px){
    .banner {
        margin-top: 70px;
    }
    .banner ul{
        right: 70px;
    }
    
       .section3{    padding-top: 30px;

    background: url(../images/section3.jpg) center center repeat-y;

}

    
  .s1-list2>ul>li a{line-height: 30px; font-size: 14px; text-overflow: ellipsis; white-space:nowrap;overflow:hidden}
   
 
  
 .s1-list2>ul>li a{width: 60%; font-size: 15px; overflow:hidden;}	
   .s3-list2>ul>li:before { margin-bottom: 10px;}
   
   .s3-list2>ul>li a{line-height: 30px; font-size: 14px; text-overflow: ellipsis; white-space:nowrap;overflow:hidden}

  
}

@media screen and (max-width: 867px){
	

 .s1-list2>ul>li:nth-child(2n){margin-left: 0px;}
 .s3-list2>ul>li:nth-child(2n){margin-left: 0px;}	
	



 .s1-list2>ul>li{width: 100%; line-height: 24px;}
 .s3-list2>ul>li{width: 100%; line-height: 24px;}
 
 .s4-link a{font-size: 14px;}
 
 .lx{margin-left:0px; float: none;}
 .ewm{margin-left:0px; float: none;}
   
}
@media screen and (max-width: 640px){
.s1-list1>li .p p {
    left: 103px;
    margin-top: -8px;
}
	.s1-list1>li .time{width: auto; 
    padding: 5px;
    padding: 0 15px;
    position: absolute;
    z-index: 22;
    bottom: 61px;
    left: 20px;
    background: rgb(4 104 194 / 0.92);}
	
    .banner{
        margin-top: 60px;
    }
    .banner ul{
        right: 39%;
    }
    .banner ul li{
        width: 10px;
        height: 10px;
        background-size: 10px;
        margin-left: 12px;
    }
       .s1-list2>ul>li span{display: none;}
       .s3-list2>ul>li span{display: none;}
    
    .s1-l{
	  padding-top: 20px;
	  padding-bottom: 20px;
	  float: none;
	  width:100%;
	  background: #e7f3fe;
}	
    
     .s1-list1>li{
    position: relative;
   line-height:36px;
    width:100%;
    margin-left: 0px;
    }
   .section1{margin-top:0px}
  .s1-list2>ul>li{
    position: relative;
    line-height:36px;
    width:100%;
    margin-left: 0%;
    }
    


   
}

@media screen and (max-width:480px){
 
}
