body {
	background-image: url(../image/bg.png);
	min-width: 1600px;
}

.wrap {
	padding: 0;
}

.cont {
	width: 100%;
	margin: 0 auto;
	display: flex;
	background-image: url(../image/header.png);
	padding: 0 4%;
	justify-content: space-between;
	/* justify-content: space-between; */
	/* align-items: center; */
}

.cont img {
	margin: 1rem 0;
}

.bannner{
	padding: 0;
}	
.bannner img{
	width: 100%;
}
.cont1{
	width: 90%;
	margin: 1rem auto;
}
.cont1 .crow{
	width: 100%;
	margin-top: 3rem;
}
.cont1 .crow .limw{
	padding: 1rem;
	box-sizing: border-box;
	border: 10px solid transparent;
	border-image: url(../image/bk.png) 10 round;
	/* border: 2px solid #00B1AE; */
}

.limw {
	/* height: 55rem; */
}

.cont1 .crow .limw img{
	width: 100%;
	max-height: 55rem;
}
.cont1 .rcon {
	padding: 1rem;
	
}
 .title{
	/* border-image: url(../img/bor.jpg); */
	display: flex;
	align-items: center;
}
 .title img{
	width: 5rem;
	height: 5rem;
	margin-bottom: -0.5rem;
}
 .title .titlecon{
	margin-left: 2rem;
	font-size: 2.6rem;
	color: #00b1ae;
}
.title .titlecon ul{
	line-height: 2.5rem;
}
.title .titlecon .active a{
	font-size: 2.2rem;
}
 .title .titlecon .btit{
	border-right: 2px solid rgb(57,152,199);
	/* display: inline-block; */
	padding-right: 2rem;
}
 .title .titlecon .tchl{
	color: #016096;
	padding-left: 2rem;
}
 .title .mor{
	margin-left: auto;
	padding-right: 1rem;
	font-size: 2rem;
	color: rgb(126,66,66);
}
.cont1  .bor{
	width: 98%;
	height: .6rem;
	margin-left: 2rem;
	background-image: url(../image/hengx.png);
}
.cont1 .rcon .news-list{
	padding: 1rem 0;
}
.cont1 .rcon  .item-left{
	padding-right: 2rem;
	text-align: center;
	border-right: 2px solid rgb(162,210,232);
}
.cont1 .rcon  .item-left p{
	font-size: 1.6rem;
	color: rgb(115,115,115);
	margin: 0;
	padding: 0;
}
.cont1 .rcon  .item-left .day{
	font-size: 6rem;
	line-height: 5rem;
	padding: 0;
	margin: 0;
}
.cont1 .rcon .media-body{
	padding-left: 3rem;
}
.cont1 .rcon .media-body h3{
	color: rgb(46,46,46);
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 550;
}
.cont1 .rcon .media-body p{
	margin-top: 1rem;
	color: rgb(115,115,115);
	font-size: 1.4rem;
	text-indent: 2em;
	 display: -webkit-box;
	  word-break: break-all;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; 
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.cont1 .rcon ul li {
	margin-top: 2rem;
}
.cont1 .rcon ul li:first-child .item-left p{
	color: rgb(115,53,53);
}
.cont1 .rcon ul li:first-child .media-body h3{
	color: rgb(29,101,160);
}
.ksut{
	border: 10px solid transparent;
	border-image: url(../image/bk.png) 10 round;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2rem;
}
.ksut .tong-lift{
	display: flex;
	align-items: center;
}
.ksut .tong-lift .shu{
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	background-color: #6bb5ce;
	font-size: 2rem;
	font-weight: 600;
	color: #1d65a0;
	letter-spacing: 2rem;
	padding: .7rem 0;
	padding-right: 2rem;
}
.ksut .tong-right{
	width: 90%;
	box-sizing: border-box;
	padding-right: 3%;
	display: flex;
	justify-content: space-between;
}
.ksut .tong-right a{
	display: block;
}
.knav{
	margin-top: 4rem;
}
.knav .bigt{
	width: 100%;
}
.bigf{
	/* font-weight: 600; */
	/* letter-spacing: .2rem; */
	color: #1d65a0;
}
.bigf a {
	color: #1d65a0;
}
.knav .bigt .titlecon .btit{
	border-right: none;
	color: #1d65a0;
}
.knav .ke-cont{
	margin: 0;
	margin-top: 3rem;
	width: 100%;
	margin-bottom: 2rem;
	/* background-color: red; */
	/* padding: 10px; */
}

.bkeshi {
	/* height: 580px; */
}

.knav .ke-cont .bkeshi .bkes-titel{
	position: relative;
	background-color: #6bb5ce;
	color: #1d65a0;
	/* letter-spacing: .2rem; */
	font-size: 2rem;
	display: flex;
	align-items: center;
}
.knav .ke-cont .bkeshi .bkes-titel .bkes-right{
	position: absolute;
	right: 12px;
}

.my-col {
	width: 14.2857%;
	margin-top: 2rem;
}

.my-col img {
	/* width: 100%; */
}

.box-sha{
	background-color: white;
	box-sizing: border-box;
	padding: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
	box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
}
.title-wrap{
	/* height: 500px; */
	box-sizing: border-box;
	/* padding: 2rem 1rem 1rem 1rem; */
}
/* .title-wrap .carousel-inner{
	margin-bottom: 2rem;
} */

.main {
    height: 365px;
    display: flex;
    align-content: space-around;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lcks {
	margin: auto 0;
	text-align: center;

}
.lcks img {
	/* width: 100%; */
}
.title-wrap .carousel-inner .col-md-2{
	margin-bottom: 1.2rem;
	/* background-color: #00B1AE; */
	/* padding-left: 5px; */
	/* padding-right: 5px; */
}
.title-wrap .carousel-inner .kitem{
	background-color: rgb(186,229,245);
	padding: 1rem;
	text-align: center;
	color: #1d65a0;
	display: block;
                height:10rem;
}
.title-wrap .contr{
	float: right;
	padding: 4px 10px;
	margin-right: 3rem;
	margin-bottom: 2rem;
	background-color: rgb(128,70,70);
}
.bigic{
	font-size: 30px;
}
	
.title-wrap .carousel-inner .kitem h3{
	margin-top: 0;
	margin-bottom: 4px;
}
.title-wrap .carousel-inner .kitem p{
	margin: 0;
	line-height: 1rem;
	height: 1.6rem;
	line-height: 1.6rem;
}
.krght{
	padding-left: 3rem;
	/* height: 580px; */
	position: relative;
}
.krght .zdk img{
	width: 100%;
}
.krght div:nth-child(2){
	/* margin-top: 1.5rem; */
	padding: 3% 17% 0 7%;
	height: 18rem;
	background: url(../image/rt.png) no-repeat;
	background-size: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
	box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
}
.krght div:nth-child(2) h3{
	margin-top: 1rem;
	color: #1d65a0;
	font-size: 2rem;
}
.krght div:nth-child(2) p{
	margin-bottom: .4rem;
	font-size: 1.6rem;
	line-height: 2.5rem;
	font-weight: 600;
}
.krght div:nth-child(2)  span{
	font-weight: 400;
}
.krght div:nth-child(2) a{
	float: right;
}
.krght div:nth-child(3){
	/* position: absolute; */
	/* bottom: 0; */
	margin-top: 10px;
	padding: 1% 17% 0 7%;
	height: 18rem;
	background: url(../image/rb.png) no-repeat;
	background-size: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
	box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
}
.krght div:nth-child(3) h3{
	margin-top: 1rem;
	color: #1d65a0;
	font-size: 2rem;
}
.krght div:nth-child(3) p{
	margin-bottom: .6rem;
	font-size: 1.6rem;
	line-height: 2.5rem;
	font-weight: 600;
}
.krght div:nth-child(3) a{
	float: right;
}
.zhuan .title .titlecon a span{
	padding: 0 1rem;
	color: black;
	border-right: 2px solid rgb(186,229,245);
	font-size: 1.8rem;
	/* font-weight: bold; */
}
.zhuan .title .titlecon a span:hover{
	color:#1d65a0 ;
}
.zhuan-cont{
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.zhuan-cont .carousel-inner{
	width: 90%;
	margin: 0 auto;
	background-color: #e4f4f9;
}
.zhuan-cont .carousel-control{
	width: 5%;
	top: 40%;
}
.zhuan-cont .carousel-control.left{
	background-image: none;
}
.zhuan-cont .carousel-control.right{
	background-image: none;
}
.zhuan-cont .carousel-inner .item ul{
	display: flex;
	width: 100%;
	padding: 0 2rem;
	justify-content: space-between;
}
.zhuan-cont .carousel-inner .item ul li{
	box-sizing: border-box;
	padding: 1.4rem;
	border: 10px solid transparent;
	border-image: url(../image/dbor.png) 10 round;
	background-color: white;
}
.zhuan-cont .carousel-inner .item ul li:hover {
	box-shadow: 0 6px 15px rgba(85, 170, 255, 0.3) !important;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	/* opacity:-75; */
	background-color: rgb(229 231 235 / .1);
	}
.zhuan-cont .carousel-inner .item ul li a{
	/* position: relative; */
}
.zhuan-cont .carousel-inner .item ul li a .mack{
	margin: 0;
	/* position: absolute; */
	/* margin-top: -2rem; */
	line-height: 3rem;
	box-sizing: border-box;
	padding: .5rem 1rem;
	/* padding-bottom: 2rem; */
	font-size: .16rem;
	color: white;
	height: 4rem;
	background-color: rgba(170, 0, 0, 0.3);
	font-size: 1.6rem;
	display: flex;
}
.zhuan-cont .carousel-inner .item ul li a .mack .name{
	font-weight: bold;
	display: inline-block;
}
.zhuan-cont .carousel-inner .item ul li a .nameb{
	width: 76%;
	display: inline-block;
	/* display: -webkit-box; */
	 word-break: break-all;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 1; 
	 overflow: hidden;
	 text-overflow: ellipsis;
	
}
.ban2 img{
	width: 100%;
}
.ban2 .vidw{
	margin: 2rem 0;
	-webkit-box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
	box-shadow: 0 2px 5px 0 rgb(55 161 255 / 26%), 0 4px 12px 0 rgb(121 155 254 / 25%);
}
.ban2 .vidw .title img{
	width: 5rem;
	height: 5rem;
}
.ban2 .vidw .col-md-4{
	padding: 1rem;
}
.ban2 .vidw .bor{
	width: 93%;
}
.ky-wrap {
	height: 35rem;
}
.ban2 .vidw .ky-wrap{
	padding: 1rem 2rem 1rem 2rem;
	box-sizing: border-box;
}
.ban2 .vidw .ky-wrap ul{
	margin: 0;
	padding: 0;
	margin-top: 1rem;
}
.ky-wrap iframe {
	width: 100%;
	height: 30rem;
}
.ky-wrap ul li{
	padding: 1.2rem 0;
	border-bottom: 1px solid rgb(186,229,245);
}
.ky-wrap ul li a .ky-tite{
	display: -webkit-box;
	 word-break: break-all;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 1; 
	 overflow: hidden;
	 text-overflow: ellipsis;
	 color: black;
	 margin-bottom: .6rem;
	 font-size: 1.8rem;
}
.ky-wrap ul li a .ky-time{
	margin-bottom: 0;
	color: rgb(128,70,70);
}

/* footer */
footer{
	background-color: rgb(7,63,112);
	border-top: 5px solid rgb(0,177,174);
}
footer .cont2{
	width: 90%;
	margin: 0 auto;
}
footer .footop{
	width: 100%;
	background-color: rgb(30,100,162);
}
footer .footop .cont2{
	display: flex;
	
	align-items: center;
	justify-content: space-between;
	padding-right: 30rem;
}
footer .footop .cont2 .yl{
	color: white;
	font-size: 2.2rem;
}
.lbtn{
	background-color: rgb(149,200,224);
	color: rgb(30,100,162) ;
	padding: 0.2rem 1rem .2rem 6rem;
	font-size: 1.8rem;
	width: 28rem;
}
.lbtn:hover{
	background-color: rgb(30,100,162) ;
	color: white ;
}
.lbtn  .caret{
	margin-left: 6rem;
	font-size: 1.8rem;
	border-top: 8px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	background-color: rgb(30,100,162) ;
	color: white ;
	border-color: #00B1AE;
}
.xdrop{
	min-width: 30rem;
	background-color: rgb(30,100,162) ;
	color: white ;
	border-color: #00B1AE;
}
.xdrop li a{
	color: #00B1AE;
	font-size: 1.6rem;
}
.cont2 .row{
	padding: 4rem 0;
}
.cont2 .row .foobl{
	padding-left: 14rem;
	
}
.cont2 .row .foobl p{
	color: white;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.cont2 .row .foobl p span{
	font-weight: 600;
	margin-right: 1rem;
}
.cont2 .row  .fooblr{
	display: flex;
}
.cont2 .row  .fooblr p{
	color: #00B1AE;
	font-size: 1.8rem;
	text-align: center;
}
.cont2 .row  .fooblr .dyh{
	margin-left: 4rem;
}
