.jypx { width:100%;}
.jypx h1 { text-align:center; font-size:38px; font-weight:bold}
.jypx .line {
    width: 100px;
    height: 2px;
    background: #2d94eb;
    margin: 20px auto 20px;
}

.jypx ul{ width:100%; overflow:hidden}
.jypx ul li{ width:22.2%; float:left; height: 200px;

    background-color: #2d94eb; color:#FFF; font-size:16px; line-height:25px; padding:10px;  margin-right:1%; text-align:left; vertical-align:middle;}
.jypx ul li h2{ text-align:center; font-size:28px; padding-top:80px; padding-bottom:10px;}

.jypx ul li:nth-clild(4){ margin-right:0%;}
.jypx ul li a {  color:#FFF}
.jypx ul li:hover{  opacity: 0.8; color:#FFF;}

.kbjh { width:100%;position:relative;}
.kbjh { width:100%;position:relative;}
.kbjh h1 { text-align:center; font-size:38px; font-weight:bold}
.kbjh .line {
    width: 100px;
    height: 2px;
    background: #2d94eb;
    margin: 20px auto 20px;
}
.kbjh ul li { width:24.9%; float:left; background:#fbfbfb; font-size:16px; color:#333; height:60px; line-height:60px; text-align:center; border-right:1px solid #ccc; border-bottom: 1px solid #ccc; }
.kbjh ul li:last-child{ border-right:0px solid #ccc;}
.kbjh ul .first{ color:#000; font-size:20px; font-weight:bold;background:#ccc; border-right:1px solid #fafafa;}
.xqhz { width:100%;position:relative;}
.xqhz h1 { text-align:center; font-size:38px; font-weight:bold}
.xqhz .line {
    width: 100px;
    height: 2px;
    background: #2d94eb;
    margin: 20px auto 20px;
}
.xqhz ul{ width:100%;  position:relative;}

.xqhz ul li{ float: left; width:15%; margin-right:20px; margin-bottom:20px;}
.xqhz ul li : nth-clild(6){ margin-right:0%;}
.xqhz ul li img { height:150px; width:auto; margin:0 auto;}
.xqhz ul li p{ text-align:center; font-size:16px; line-height:30px; padding-top:10px;}
.slick-prev:before, .slick-next:before{ color:#333333; font-size:30px; }

.slick-prev {
    left: -55px;
}
.slick-next {
    right: -35px;
}

.szll { width:100%; height:600px; background:#fbfbfb; padding:50px;}
.szll h1 { text-align:center; font-size:38px; font-weight:bold}
.szll .line {
    width: 100px;
    height: 2px;
    background: #2d94eb;
    margin: 20px auto 20px;
}

.szll .swiper-container{ width: 100%;
      height: 100%;}
.swiper-container .swiper-slide {      text-align: center;
      font-size: 18px;
   

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);} 
	  


.szll	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}

.szll .swiper-container .swiper-slide img{ width:100%; height: auto;} 

.casebg {
    background: rgba(0,0,0,0.5);
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.mln_crumbs {
    background: #f4f4f4;
    line-height: 64px;
    margin-bottom: 60px;
}
.mln_crumbs .wrap {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #7c7c7c;
}
.mln_crumbs span, .mln_crumbs a {
    font-size: 14px;
    color: #7c7c7c;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.inner { width:100%; overflow:hidden;}

.inner .left { width:25%; margin-right:5%;}

.inner .right { width:70%;}
.inner .left  h3{ background:#2d94eb; height:80px; text-align: center; color:#FFF;  font-size:24px;  line-height:80px;}
.side_tit {
    position: relative;
    font-size: 24px;
    color: #1d1d1d;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 14px;
    line-height: 24px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
	text-indent:15px;
	
}
.side_tit:after {
    position: absolute;
    display: block;
    content: '';
    left: 12px;
    bottom: -2px;
    background: #016bbf;
    height: 4px;
    width: 96px;
}

.inner .left >ul>li {
   
    border-bottom: 1px solid #eeeeee;
	
}



.inner .left ul li.active  a {
    color: #0e71bb;
	
}
.inner .left ul li :hover{background:#cfdde9;}
.inner .left >ul>li>a {
	background:#fbfbfb;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 22px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}


.inner .left .contact{ padding:10px; line-height:30px; font-size:14px; margin-bottom:30px;}

.inner .right .nr { line-height:30px; font-size:14px; padding:10px; color:#333; }

.newslist:after {
    *zoom: 1; }
.newslist:after:before, .newslist:after:after {
    content: " ";
    display: table; }
.newslist:after:after {
    clear: both; }
.newslist li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 25px; }
.newslist li:hover .name {
    color: #2d94eb; }
.newslist li .data {
    float: left;
    font-family: thyFont3;
    border: 1px #ccc solid;
    width: 55px;
    margin-right: 2%; }
.newslist li .data .day {
    font-size: 30px;
    font-weight: bold;
    background-color: #ccc;
    line-height: 45px;
    color: #fff;
    display: block;
    text-align: center; }
.newslist li .data .month {
    font-size: 0.77em;
    color: #565656;
    display: block;
    text-align: center; }
.newslist li .name {
    height: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 鍜� Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bolder; }
.newslist li .desc {
    font-family: "microsoft yahei", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", SimHei, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    transition-delay: 0.1s;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
.newscon{100%;}
.newscon .dedail { font-size:20px; text-align:center}
.newscon .tac { margin-top:10px; font-size:14px;}
.newscon .son{margin:0px auto; font-size:14px; padding:10px; line-height:25px;}
.newscon .son img{display: block;margin: 0 auto;max-width: 100%}

.prev dt{width: 100%;height: 45px;line-height: 45px;text-indent: 35px;border-bottom: 1px dashed #ddd;font-size: 14px;
    color: #999}
.prev dt:nth-child(1){background: url("../images/prev.png") left 5px center no-repeat;background-size: 18px 18px}
.prev dt:nth-child(2){background: url("../images/next.png") left 5px center no-repeat;background-size: 18px 18px}
.prev dt a{font-size: 14px;color: #666}
.prev dt a:hover{color:#065ee4}
.i-pro-list{padding: 20px 0}
.i-pro-list li{width: 260px;margin-right: 15px;float: left;}
.i-pro-list li a{display: block;width: 100%}
.i-pro-list li:nth-child(n+4){margin-top: 15px;}
.i-pro-list li:nth-child(3n){margin-right: 0;}
.i-pro-list li a .i{width: 100%;height: 196px;overflow: hidden;box-sizing: border-box;border: 1px solid #eee;}
.i-pro-list li a .i img{transform: scale(0.95);}
.i-pro-list li a .t{height: 40px;width: 100%;background: #f6f6f6;overflow: hidden;transition: 0.3s;-webkit-transition: 0.3s; text-align:center; font-size:14px}

.i-pro-list li a:hover .i{border: 1px solid #ddd}
.i-pro-list li a:hover .i img{transform: scale(1)}
.i-pro-list li a:hover .t{background: #2d94eb; color:#FFF}
.i-pro-list li a:hover .t .t1{color: #fff}
.i-pro-list li a:hover .t .t2{color: #fff}
.fitobj2 {
    object-fit: contain;
    height: 100%!important;
    width: 100%!important;
}

.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC; float: left;margin:0 5px;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#2d94eb;color:#fff;border:1px solid #2d94eb;}

.sier{height: 77px;background: url("../images/sio.png") top center no-repeat;}
.sier li{height: 77px;width: 240px;float: left;background: url("../images/sili.png") right top no-repeat;}
.sier li a{display: block;width: 100%;height: 100%;text-align: center;line-height: 60px;font-size: 18px;color: #4b4b4b}
.sier li a:hover{background: url("../images/sier.png") center no-repeat;color: #fff}
.sier li .xz{background: url("../images/sier.png") center no-repeat;color: #fff}

.honor-n{}
.honor-n li{width: 285px;float: left;margin-right: 20px;margin-bottom: 23px;}
.honor-n li:nth-child(4n){margin-right: 0}
.honor-n li a{display: block;}
.honor-n li a .i{width: 100%;height: 380px;overflow: hidden;box-sizing: border-box;border: 1px solid #bbb}
.honor-n li a .i .son{width: 275px;height: 370px;overflow: hidden}
.honor-n li a img{transition: 0.5s;-webkit-transition:0.5s}
.honor-n li a .t{height: 30px;width: 100%;color: #666;text-align: center;margin-top: 8px;font-size: 15px;
    transition: 0.5s;-webkit-transition:0.5s;line-height: 1.6;}
.honor-n li a:hover .i img{transform: scale(1.05);-webkit-transform: scale(1.05)}
.honor-n li a:hover .t{background: #2d94eb;color: #fff;}

.newsListt {
	padding: 5% 0;

}
.newsBg{
	padding-bottom: 3%;
}
.newsListt li {
	padding: 35px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.newsListt li a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%
}

.newsImg {
	position: relative;
	float: right;
	overflow: hidden;
	width: 263px;
	height: 150px;
}

.newsImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease
}

.newsTime {
	position: relative;
	float: left;
	padding-top: 15px;
	width: 230px;
	color: #333;
	font-size: 32px
}

.newsTime p i {
	display: inline-block;
	margin-left: 25px;
	width: 45px;
	height: 1px;
	background: #d2d2d2;
	vertical-align: middle;
	transition: all .5s ease
}

.newsIco {
	margin-top: 20px;
	width: 48px;
	height: 48px;
	background-image: url(../images/h-jt.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s ease;
	transition: all .5s ease
}

.newsText {
	margin-right: 270px;
	margin-left: 230px;
	max-width: 870px
}

.newsTit {
	margin: 15px 0 25px;
	color: #666;
	font-size: 20px;
	line-height: 26px;
	transition: all .5s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsBrief {
	overflow: hidden;
	height: 52px;
	color: #666;
	font-size: 16px;
	line-height: 26px
}

.newsListt li a:hover .newsImg img {
	transform: scale(1.1)
}

.newsListt li a:hover .newsIco {
	background-color: #01a0e9
}.work-n{}
.work-n li{width: 380px;float: left;margin-right: 30px;margin-bottom: 23px;}
.work-n li:nth-child(3n){margin-right: 0}
.work-n li a{display: block;}
.work-n li a .i{width: 100%;height: 250px;overflow: hidden;box-sizing: border-box;border: 1px solid #bbb}
.work-n li a img{transition: 0.5s;-webkit-transition:0.5s}
.work-n li a .t{height: 40px;width: 100%;background: #eee;color: #666;text-align: center;line-height: 40px;font-size: 15px;
    transition: 0.5s;-webkit-transition:0.5s}
.work-n li a:hover .i img{transform: scale(1.05);-webkit-transform: scale(1.05)}
.work-n li a:hover .t{background: #2d94eb;color: #fff;}