@import "../font/iconfont.css";
*{padding: 0; margin: 0;}
body{
	background: none !important;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #333333;
}
.mt20{
	/* margin-top: 20px; */
}
.w1260{
	width: 1260px;
}
.w1260-t{
	width: 1260px !important;
	margin: 0 auto;
}
.current {
	padding-bottom: 0px;
    height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    width: 1260px;
    margin: 0 auto;
    line-height: 100px;
}
.jycy-main{
	/*background: url(../images/jycy-bg.jpg) top center no-repeat;*/
	overflow: hidden;
}
.jycy-top{
	width: 1260px;
	height: 233px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.jycy-top img{
	width: 100%;
	height: 100%;
}
.jycy-content1{
	width: 1260px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin: 0 auto;
	/* margin-top: 40px; */
	padding-bottom: 30px;
}
.jycy-content1-item{
	width: calc(100% / 2 - 20px);
	
}
.jtfw-common-title {
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 70px;
	height: 92px;
	width: 100%;
}

.jtfw-common-title .border {
	height: 1px;
	width: 100%;
	background: #409C3A;
	margin-top: 44px;
	display: inline-block;
}

.jtfw-common-title .text {
	margin: 0 auto;
	margin-top: -61px;
	padding: 0 30px;
}

.jtfw-common-title a {
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #409C3A;
	padding: 20px 50px;
	background: #FFFFFF;
	position: relative;
}

.jtfw-common-title a label {
	color: #3D3D3D;
}

.jtfw-common-title a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	background-color: #409C3A;
	left: 0px;
	top: 48%;
}

.jtfw-common-title a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	background-color: #409C3A;
	right: 0px;
	top: 48%;
}
.jycy-common-title-2{
	background: url(../images/jycy-list-title-bg2.png) center no-repeat;
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #333333;
	text-align: center;
	line-height: 70px; 
	height: 89px;
	text-indent: 40px;
}
.jycy-common-title-2 a{
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #333333;
	text-align: center;
}
.jycy-common-list{
	overflow: hidden;
	padding: 0 20px;
}
.jycy-common-list li{
	line-height: 40px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
}
.jycy-common-list a{
	float: left;
	width: calc(100% - 120px);
	display: block;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jycy-common-list span{
	float: right;
	display: inline-block;
	line-height: 40px;
}
.jycy-cjwt-bottom{
	margin-top: 30px;
}
.jycy-cjwt-bottom ul{
	background: #EFFFEE;
	width: 620px;
	height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}
.jycy-cjwt-bottom li{
	width: calc(100% / 3);
	text-align: center;
	margin-top: 15px;
}
.jycy-cjwt-bottom li a img{
	transition: .5s all ease;
}
.jycy-cjwt-bottom li:hover img{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg); 	/* IE 9 */
	-moz-transform:rotateY(360deg); 	/* Firefox */
	-webkit-transform:rotateY(360deg); /* Safari Ã¥â€™Å’ Chrome */
	-o-transform:rotateY(360deg); 	/* Opera */
}

.jycy-content2{
	width: 1260px;
	margin: 0 auto;
	/* margin-top:30px; */
	overflow: hidden;
	padding-bottom: 40px;
}
.jycy-content2-item{
	width: 1260px;
}
.jycy-content2-item-pannel{
	width: 1260px;
	margin-top: 30px;
}
.rcfwjg-pannel{
	width: 925px;
	height: 360px;
	background: linear-gradient(180deg, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.43) 100%);
	padding: 20px;
	float: left;
}
.rcfwjg-left{
	width: 419px;
	float: left;
}
.rcfwjg-list{
	width: 419px;
	height:318px;
	overflow: auto;
	padding-right: 10px;
}
.rcfwjg-list::-webkit-scrollbar{
    width:2px;
    height:318px;
    background-color:#ddd;
    border-radius:10px;
}
.rcfwjg-list::-webkit-scrollbar-track{
    background-color:#ddd;
    border-radius:10px;
}
.rcfwjg-list::-webkit-scrollbar-thumb{
    width:2px;
    /*height: 10px;*/
    background-color:#84BE7C;
    border-radius:10px;
}
.rcfwjg-list li{
	padding: 14px 0px;
	border-bottom: 1px dashed #E2772A;
}
.rcfwjg-list li:last-child{
	border-bottom: none;
}
.rcfwjg-list li h4{
	font-weight: bold;
}
.rcfwjg-list li p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0em;
	color: #3D3D3D;
}
.rcfwjg-map{
	float: right;
	width: 484px;
	height: 356px;
}
.rcfwjg-map img{
	width: 484px;
	height: 356px;
	object-fit: cover;
}
.jycy-link-list{
	width: 276px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: space-between;
	float: right;
}
.jycy-link-list li{
	background: url(../images/jycy-link-list-li-bg.png) center no-repeat;
	width: 236px;
	height: 100px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.jycy-link-list li:last-child{
	margin-bottom: 0px;
}
.jycy-link-list li a{
	display: block;
}


.jycy-content3{
	width: 1260px;
	margin: 0 auto;
	/* padding-top: 20px; */
	overflow: hidden;
	/* margin-top: 30px; */
	/* padding-bottom: 40px; */
}
.jycy-content3-container{
	width: 1260px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
}
.jycy-content3-container-item-bt{
	background: url(../images/jycy-jtgg-t-bg1.png) left no-repeat;
	width: 310px;
	height: 42px;
	line-height: 28px;
	text-indent: 10px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3D3D3D;
}
.jycy-content3-item{
	width: 600px;
}
.jycy-content3-item:nth-of-type(2){
	width: 600px;
	padding-right: 20px;
}
.jycy-rsksxx-list{
	width: 580px;
	/* margin-top: 30px; */
	padding-left: 20px;
}
.jycy-rsksxx-list li{
	line-height: 42px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
}
.jycy-rsksxx-list li a{
	float: left;
	width: calc(100% - 120px);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	line-height: 42px;
	letter-spacing: 0em;
	color: #333333;
}
.jycy-rsksxx-list li span{
	float: right;
	display: inline-block;
	line-height: 44px;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 0em;
	color: #333333;
}
.jycy-rcfw-list{
	zoom:1; 
	margin-top: 42px;
	background: url(../images/jycy-rcfw-bg.png) center top no-repeat;
	height: 308px;
}
.jycy-rcfw-list ul{
	overflow: hidden;
	width: 320px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	padding: 65px 20px;
}
.jycy-rcfw-list li{
	height: 40px;
	border-radius: 218px;
	background: #EAFFE7;
	width: calc(100% / 2 - 20px);
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
.jycy-rcfw-list li a{
	display: block;
}

.jycy-gjjbl-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin-top:18px;
}
.jycy-gjjbl-list li{
	background: url(../images/jycy-gjjbl-kstb.png) center no-repeat;
	width: 250px;
	height: 74px;
	text-indent: 105px;
	line-height: 74px;
}
.jycy-gjjbl-list li a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}


.jycy-content4{
	width: 1260px;
	margin: 0 auto;
	/* margin-top: 30px; */
	margin-bottom: 46px;
	overflow: hidden;
}
.jycy-content4-item{
	width: 100%;
}
.jycy-content4-item-ydfx{
	overflow: hidden;
	padding: 20px;
	background: #ffffff;
	margin-top: 20px;
}
.jycy-content4-item-ydfx-nr{
	float: right;
	width: 787px;
}
.jycy-content4-item-ydfx-nr ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin-top: 15px;
}
.jycy-content4-item-ydfx-nr ul li{
	width: calc(100% / 2 - 20px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
}
.jycy-content4-gpsx{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin-top: 20px;
}
.jycy-content4-gpsx-item{
	/*width: calc(100% / 2 - 10px);*/
	width:100%;
	/*padding: 20px;*/
}

.jycy-content4-item-dlyszqlist{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	background: linear-gradient(180deg, rgba(255,255,255,0.48) 0%, rgba(255,255,255,0.66) 100%);
	margin-top: 30px;
	height: 336px;
}
.jycy-content4-item-dlyszqlist li{
	width: calc(100% / 2);
	text-align: center;
	padding: 20px 0;
}
.jycy-content4-item-dlyszqlist li a{
	display: block;
}
.jycy-content4-item-cjgzqlist{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	background: linear-gradient(180deg, rgba(255,255,255,0.70) 0%, rgba(255,255,255,0.59) 100%);
	/* margin-top: 30px; */
	height: 130px;
}
.jycy-content4-item-cjgzqlist li{
	width: calc(100% / 4);
	text-align: center;
	padding: 20px 0;
}
.jycy-content4-item-cjgzqlist li a{
	display: block;
	width: 100%;
    height: 100%;
}



@media screen and (max-width: 515px){
	.jycy-top{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 616px){
	.jycy-top{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 768px){
	.jycy-top{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 996px){
	
}
@media screen and (max-width: 1024px){
	.jycy-top{
		width: 100%;
		height: 100%;
	}
}


.waiwei {
	margin: 0 auto;
	overflow: hidden;
}
.bgc{
	background: rgba(133, 255, 125, 0.13);
}
.ttbjc{
	background: #efffee !important;
}
.mt30{
	margin-top: 30px;
}
/*ä¸€ä»¶äº‹æœåŠ¡*/
.outBox {
	text-align: left;
	background: rgba(133, 255, 125, 0.13);
	margin-top: 30px;
}

.outBox .hd {
	height: 80px;
	line-height: 80px;
	background: #ffffff;
	padding: 0 20px;
	position: relative;
}

.outBox .hd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1260px;
	margin: 0 auto;
}

.outBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 310px;
	height: 80px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.outBox .hd ul li i {
	display: none;
}

.outBox .hd ul li.on {
	height: 80px;
	background: #409C3A;
	color: #FFFFFF;
}

.outBox .hd ul li.on i {
	color: #409C3A;
	display: block;
	margin-top: -37px;
	height: 44px;
}

.outBox .bd {
	/*height: 600px;*/
	padding-bottom: 60px !important;
}

.inBox {
	padding: 15px 15px 0 15px;
	height: auto !important;
}

.inBox .inHd {
	padding: 33px 0 0 0;
	width: 1230px !important;
	margin: 0 auto !important;
}

.inBox .inHd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.inBox .inHd ul li {
	text-align: center;
	float: left;
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 90px;
	height: 150px;
	width: 38px;
}

.inBox .inHd ul li i {
	color: #409C3A;
	font-size: 38px;
}

.inBox .inHd ul li div {
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 273px;
	margin: 0 auto;
}

.inBox .inHd ul li p {
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inBox .inHd ul li.wjt{width: 90px;}
.inBox .inHd ul li.wjt i {
	color: #409C3A;
	font-size: 45px;
	padding: 17.5px;
	display: block;
	line-height: 45px;
}

.inBox .inHd ul li.on {
	color: #409C3A;
	background: url(../images/duobianxing-img.png) bottom center no-repeat;
}

.inBox .inHd ul li.on div {
	background: #409C3A;
}

.inBox .inHd ul li.on i {
	color: #ffffff;
}

.inBox .inBd {
	width: 1230px !important;
	margin: 0 auto !important;
	background: #FFFFFF;
	box-shadow: 0px 4px 38px 0px rgba(13, 85, 108, 0.26);
	padding: 15px;
}

.inBox .inBd ul {
	position: relative;
	zoom: 1;
	overflow: hidden;
	/*height: 243px;*/
	box-shadow: inset 0px 4px 11px 0px rgba(13, 85, 108, 0.26);
	padding: 37px 42px;
	text-indent: 2em;
	line-height: 35px;
}
.inBox .inBd ul *{
	text-indent: 2em;
	line-height: 35px;
}
.inBox .inBd ul .nm-content{
	/*height: 230px;*/
	overflow: hidden;
}
.inBox .inBd ul .more{
	position:absolute;
	bottom: 10px;
	right: 20px;
	color: #409C3A;
}
.inBox .inBd ul .more i{
	color: #409C3A;
	margin-left: 5px;
}