@charset "utf-8";
/* CSS Document */
/* index */

.cont{
	background: url(../images/common/bg.png) no-repeat top center;
}
.cont .search-block{
	width: 100%;
}
.cont .search-text{
	font-size: 22px;
	color: #fff;
}
.cont .search-cont{
	width: 67%;
	margin-right: 20px;
}
.moreing{
            text-align: right;
            display: block;
          }
.cont .search-cont .search-text{
	text-align: center;
	margin: 62px 0 20px 0;
}
.cont .search-cont .search-input{
	position: relative;
	margin-bottom: 66px;
	width: 565px;
	margin-left: 173px;
}
.cont .search-cont .search-input input{
	height: 52px;
	width: 100%;
	border-radius: 50px;
	border: none;
	font-size: 16px;
	padding:0 60px 0 20px;
}
.cont .search-cont .search-kefu{
	width: 55px;
	text-align: center;
	margin-top: -5px;
}
.cont .search-cont .search-kefu img{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.cont .search-cont .search-kefu span{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.cont .search-cont .search-input img{
	position: absolute;
	right:20px;
	top: 10px;
	z-index: 9;
	cursor: pointer;
}
.cont .search-cont .search-input button{
	width: 29px;
	height: 29px;
	background: url(../images/common/search.png) no-repeat;
	border: none;
	position: absolute;
	right:20px;
	top: 10px;
	z-index: 9;
}

.cont .focus-block{
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #d0cfcf;
}
.cont .focus-tzgg .tzgg-tit{
	/* height: 76px; */
}
.cont .focus-tzgg .tzgg-tit dt{
	width: 28px;
	margin-right: 16px;
}
.cont .focus-tzgg .tzgg-tit dt img{
	width: 100%;
	display: block;
}
.cont .focus-tzgg .tzgg-tit dd{
	font-size: 20px;
	font-weight: bold;
	color: #326cde;
}
.cont .focus-tzgg .tzgg-text{
	width: 88%;
	padding:0 0 0 10px;
}
.cont .focus-tzgg .tzgg-text dl dt{
	width: 14px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.cont .focus-tzgg .tzgg-text dl dt img{
	width: 100%;
	display: block;
}
.cont .focus-tzgg .tzgg-text dl{
	display: flex;
	justify-content: flex-start;
	margin-left:10px;
}
.cont .focus-tzgg .tzgg-text dl dd{
	width: 510px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.cont .focus-tzgg .tzgg-text dl dd a{
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cont .focus-tzgg .tzgg-text dl dd p{
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cont .focus-block .focus-wrap{
	width: 100%;
	margin-top: 20px;
}
.cont .focus-block .focus-wrap-l{
	width: 50%;
}
.cont .focus-block .focus-wrap-r{
	width: 48%;
}
.cont .focus-block .focus-wrap-r .focus-nav ul{
	width: 100%;
}
.cont .focus-block .focus-wrap-r .focus-nav li{
	font-size: 20px;
	cursor: pointer;
}
.cont .focus-block .focus-wrap-r .focus-nav li.curr{
	color: #326cde;
}
.cont .focus-wrap-con-li{
	display: none;
	
}
.cont .focus-wrap-con-li:first-child{
	display: block;
}
.cont .focus-wrap-con dl{
	display: flex;
	justify-content:space-between;
	font-size: 16px;
	height: 64px;
	padding: 20px 0;
	border-bottom: 1px #ccc dotted;
}
/* .cont .focus-wrap-con dl:hover dd{
	color: #326cde;
} */
.cont .focus-wrap-con dl dt:hover a{
	color: #326cde;
}
.cont .focus-wrap-con dl dt{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: flex;
	justify-content:flex-start;
}
.cont .focus-wrap-con dl:last-child{
	border-bottom:none;
}
.cont .focus-wrap-con dl dt i{
	width: 14px;
	display:flex;
	align-items: center;
	margin-right:8px;
}
.cont .focus-wrap-con dl dt a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 406px;
}
.cont .focus-wrap-con dl dt i img{
	width:100%;
	display: block;
}
.cont .focus-wrap-con dl dd{
	width: 140px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	color: #999;
}

.swiper-cont .swiper-button-next{
	right: -34px;
}
.swiper-cont .swiper-button-prev{
	left: -34px;
}
.swiper2{
	margin-top:0px;
	height:100%;
}
.swiper2 .img{
	height:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper2 .swiper-slide .text{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 52px;
	z-index: 9;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.swiper2 .swiper-pagination{
	bottom:18px;
}
.swiper2 .swiper-pagination span{
	width: 10px;
	height: 10px;
}
.swiper2 .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active{
	background: #316ddd;
}

.swiper1{
	margin-top:0px;
	height:100%;
}
.swiper1 .img{
	height:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper1 .swiper-slide{
	display: flex;
	align-items: center;
}
.swiper1 .swiper-slide .text{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 52px;
	z-index: 9;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

.zfxxgk-wrap{
	margin-top: 34px;
	height: 590px;
}
.zfxxgk-wrap-l{
	width: 38%;
}
.xxgk-wrap-li dl{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	height: 64px;
	padding: 20px 0;
	border-bottom: 1px #ccc dotted;
}
.xxgk-wrap-li dl dt{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.xxgk-wrap-li dl dt i {
    width: 14px;
    display: inline-block;
    margin-right: 8px;
}
.xxgk-wrap-li dl dt a{
	
}
.xxgk-wrap-li dl dt i img {
    width: 100%;
    display: block;
}
.xxgk-wrap-li dl dd {
    width: 140px;
    padding-left: 20px;
    color: #999;
	border-left: 1px solid #ccc;
}
.zfxxgk-wrap .zfxxgk-wrap-block{
	overflow: hidden;
}
.zfxxgk-wrap .zfxxgk-wrap-block a{
	display: block;
	height: 94px;
	width: 31%;
	float: left;
	border-radius: 5px;
	margin-bottom: 18px;
}
.zfxxgk-wrap-block a.a1{
	background-color: #5e8be2;
}
.zfxxgk-wrap-block a.a2{
	background-color: #88ca8b;
}
.zfxxgk-wrap-block a.a3{
	background-color: #ff8f6c;
}
.zfxxgk-wrap-block a.a4{
	background-color: #808cce;
}
.zfxxgk-wrap-block a.a5{
	background-color: #e68787;
}
.zfxxgk-wrap-block a.a6{
	background-color: #51b5ea;
}
.zfxxgk-wrap .zfxxgk-wrap-block a dl{
	text-align: center;
}
.zfxxgk-wrap .zfxxgk-wrap-block a dl dt{
	margin: 12px 0 5px;
}
.zfxxgk-wrap-block .zfxxgk-wrap-block-a{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.zfxxgk-wrap-block a dd{
	text-align: center;
	color: #fff;
	font-size: 16px;
	
}
.zfxxgk-wrap .zfxxgk-wrap-block a dl dt img{
	transition:width 1s, height 1s;
	-moz-transition:width 1s, height 1s, -moz-transform .4s; /* Firefox 4 */
	-webkit-transition:width 1s, height 1s, -webkit-transform .4s; /* Safari and Chrome */
	-o-transition:width 1s, height 1s, -o-transform .4s; /* Opera */
}
.zfxxgk-wrap .zfxxgk-wrap-block a dl dt img:hover{
transform:rotate(45deg);
-moz-transform:rotate(45deg); /* Firefox 4 */
-webkit-transform:rotate(45deg); /* Safari and Chrome */
-o-transform:rotate(45deg); /* Opera */
}
.cont .xxgk-wrap-li dl:last-child{
	border-bottom:none;
}
.zfxxgk-wrap-r{
	width: 55%;
}
.zfxxgk-wrap-r .card-block{
	width: 30%;
	padding-top: 50px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}

.zfxxgk-wrap-r .card-block .t{
	height: 118px;
	background-color: #e8e8e8;
	text-align: center;
}
.zfxxgk-wrap-r .card-block dt{
	padding-top: 20px;
}
.zfxxgk-wrap-r .card-block .t{
	color: #5c5b5c;
	font-size: 20px;
	border: 1px solid #ccc;
	border-bottom: none;
}
.zfxxgk-wrap-r .card-block .b{
	border-radius:0 0 5px 5px;
	border: 1px solid #ccc;
	border-top: none;
	padding-top: 14px;
	height: 356px;
}
.zfxxgk-wrap-r .card-block .b a{
	height: 50px;
	line-height: 50px;
	display: block;
	width: 80%;
	margin: 16px auto;
	border: 1px solid #ccc;
	border-left: 0;
	border-left: 5px solid #007AFF;
	border-radius: 5px;
	text-align: center;
}
.zfxxgk-wrap-r .card-block .b .a1{
	border-left: 5px solid #51b5ea;
}
.zfxxgk-wrap-r .card-block .b .a2{
	border-left: 5px solid #ffdb6c;
}
.zfxxgk-wrap-r .card-block .b .a3{
	border-left: 5px solid #88ca8b;
}
.zfxxgk-wrap-r .card-block .b .a4{
	border-left: 5px solid #ff8f6c;
}
.zfxxgk-wrap-r .card-block.curr{
	width: 56%;
	padding-top: 0px;
}
.zfxxgk-wrap-r .card-block.curr .t{
	background-color: #007AFF;
	background: url(../images/index/2.png) no-repeat;
	background-size: cover;
	height: 200px;
}
.zfxxgk-wrap-r .card-block.curr .b{
	overflow: hidden;
	height:370px;
	border: 1px solid #316ada;
}
.zfxxgk-wrap-r .card-block.curr .b a{
	/* width: 42%;
	float: left;
	margin-left: 4%; */
}
.zfxxgk-wrap-r .card-block.curr .t dl{
	margin-top: 40px;
}
.zfxxgk-wrap-r .card-block.curr .t dd{
	color: #fff;
}
.ztzl-wrap{
	margin-top: 34px;
}
.ztzl-wrap .ztzl-wrap-l-b{
	height: 243px;
	margin-top: 20px;
}
.ztzl-wrap .ztzl-wrap-l{
	width: 38%;
}
.ztzl-wrap .ztzl-wrap-l-b .swiper3{
	height: 100%;
}
.ztzl-wrap .ztzl-wrap-l-b .swiper3 ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.ztzl-wrap .ztzl-wrap-l-b .swiper3 ul li{
	width: 243px;
	height: 87px;
}
.ztzl-wrap .ztzl-wrap-l-b .swiper3 ul li a{
	display: block;
	width: 243px;
	height: 87px;
}
.ztzl-wrap .ztzl-wrap-l-b .swiper3 ul li a .img{
	height: 100%;
}
.ztzl-wrap .ztzl-wrap-l-b .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.ztzl-wrap .ztzl-wrap-r{
	width: 100%;
}
.ztzl-wrap .ztzl-wrap-r .tith5{
	height: 40px;
	display: flex;
	justify-content: center;
}
.ztzl-wrap .ztzl-wrap-r .tith5 i{
	width:22px;
	border-bottom: 1px #17b592 dotted;
}
.ztzl-wrap .ztzl-wrap-r .tith5 span{
	font-size: 20px;
	font-weight: bold;
	color: #17B592;
	margin: 0 16px;
}
.ztzl-wrap .ztzl-wrap-r .ztzl-wrap-r-l{
	width: 49%;
}
.ztzl-wrap .ztzl-wrap-r .ztzl-wrap-r-cont{
	width: 100%;
	height: 197px;
	border: 1px solid #CCCCCC;
	border-top: 2px solid #17B592;
	padding-top: 50px;
}
.ztzl-wrap .ztzl-wrap-r .ztzl-wrap-r-r{
	width: 49%;
}
.ztzl-wrap .ztzl-wrap-r-r .tith5 span{
	color: #35d3ca;
}
.ztzl-wrap .ztzl-wrap-r-r .ztzl-wrap-r-cont{
	width: 100%;
	height: 197px;
	border: 1px solid #CCCCCC;
	border-top: 2px solid #35d3ca;
	padding-top: 50px;
}

.ztzl-wrap .ztzl-list{
	margin: 10px 0 40px;
}
.ztzl-wrap .ztzl-list ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:space-between;
}
.ztzl-wrap .ztzl-list ul li{
	width: 175px;
	height: 71px;
}
.ztzl-wrap .ztzl-list ul li a{
	display: block;
	width:100%;
	height: 100%;
}
.ztzl-wrap .ztzl-list ul li a .img{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}
@media (max-width: 480px){
	.ztzl-wrap .ztzl-list ul {
    width: 100%;
    height: 100%;
    display:block;
    /* display: flex; */
    /* justify-content: space-between; */
    overflow: hidden;
}

.ztzl-wrap .ztzl-list ul li {
    width: 22%;
    height: 71px;
    float: left;
    margin: 0 1.5% 10px;
}
}
