* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	min-width: 1200px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

input,
select,
button {
	border: none;
	outline: none;
}

#zg_wrap {
	overflow: hidden;
}
.zg_container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.zg_bor {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #000;
}

input::-moz-input-placeholder {
	color: #000;
}

input::-ms-input-placeholder {
	color: #000;
}

/* 头部 */
.header {
	max-width: 1000px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	line-height: 50px;
	position: relative;
}

.header a img {
	vertical-align: text-bottom;
}

header ul {
	float: left;
	color: #fff;
}

header ul li {
	display: inline-block;
	padding: 0 14px;
}

header ul li a {
	font-size: 14px;
	color: #838383;
}

header ul li.active a {
	color: #e60012;
}

header span {
	font-size: 16px;
	color: #838383;
	float: right;
}

header a:hover {
	color: #e60012;
}

.telephone {
	color: #838383;
	font-size: 16px;
}

/* banner */
.zg_banner {
	height: 761px;
	background: url(../img/banner.jpg) no-repeat center;
	/* background-size: 100% 100%; */
}

/* .zg_banner img {
	width: 100%;
	height: 100%;
} */

/* 页面主体 */
main {
	height: 6783px;
	padding-top: 50px;
	background: url(../img/bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

main .zg_title {
	text-align: center;
	margin-bottom: 38px;
}

/* 扎根基层 */
.part1 .videos {
	height: 374px;
    padding: 16px 20px;
	display: flex;
	justify-content: space-around;
	text-align: left;
	background-image: linear-gradient(to bottom, #f92222, #860403);
	margin-bottom: 72px;
}

.part1 .videos .video {
	width: 515px;
	height: 343px;
	margin-right: 10px;
	background: #fff;
}

.part1 .videos .video video {
	width: 100%;
	height: 100%;
}

.part1 .videos .video_text {
	color: #fff;
	width: 490px;
	padding-left: 30px;
	padding-right: 15px;
}

.part1 .video_text span {
	color: #ffe0a0;
}

.part1 .video_text span img {
	margin-left: -7px;
	animation: jiantou 1s ease-in infinite;
}

@keyframes jiantou {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.part1 .video_text ul {
	line-height: 30px;
	    font-size: 18px;
	    padding-top: 17px;
}
.part1 .video_text ul li {
	color: #ffc449;
	list-style-type: disc;
}

/* 基层项目 */
.part2{
	margin-bottom: 140px;
}
.part2 .xm>div{
	height: 224px;
	position: relative;
	padding: 25px 34px 14px 79px;
	margin-left: 25px;
	display: flex;
	margin-bottom: 29px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
}
.part2 .xm>div:nth-of-type(odd){
	background: url(../img/kuang1.png) no-repeat center;
	background-size: 100% 100%;
}
.part2 .xm>div:nth-of-type(even){
	background: url(../img/kuang2.png) no-repeat center;
	background-size: 100% 100%;
}
.part2 .xm>div .xm_tit{
    position: absolute;
    top: 43px;
    left: -60px;
}
.part2 .xm>div,.part2 .xm>div a{
	color: #000;
	font-size: 16px;
	line-height: 30px;
}
.part2 .xm .xm_txt{
	width: 73%;
}
.part2 .xm .xm_img{
	width: 245px;
	height: 165px;
}
.part2 .xm .xm_img img{
	width: 100%;
	height: 100%;
}



/* 支农扶贫是什么 */
.part3 .zs{
	height: 332px;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-bottom: 109px;
	background: url(../img/yw.png) no-repeat center;
	background-size: 100% 100%;
}
.part3 .no{
	padding-top: 244px;
	animation: 1s wobble infinite;
}
.part3 .gw{
	height: 1030px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 175px;
}
.part3 .gw>div{
	width: 378px;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	padding: 0px 36px;
	margin-bottom: 20px;
}
.part3 .gw>div .gw_tit{
	width: 278px;
	height: 52px;
	color: #fff;
	margin: 0 auto;
	font-size: 23px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
	margin-bottom: 47px;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	background-image:linear-gradient(to right,#f30206,#960201);
}
.part3 .gw>div .gw_tit span{
	color: #f7ffaf;
	font-size: 25px;
} 	
.part3 .gw .bt{
	width: 232px;
	height: 31px;
	margin: 0 auto;
	display: flex;
	padding-left: 35px;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
	background:url(../img/bt1.png) no-repeat center;
	background-size: 100% 100%;
}
.part3 .gw .bt .num{
	top: -20px;
	font-size: 43px;
    font-weight: bold;
	position: absolute;
	background: linear-gradient(to right, #f00206, #9d0201);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 48px;
}
.part3 .gw .bt .circle{
    color: #f7ffaf;
    font-size: 69px;
    padding-left: 59px;
    line-height: 21px;
}
.part3 .gw .bt .gw_text{
	color: #f7ffaf;
	font-size:22px;
}
.part3 .gw .fp .bt{
	background:url(../img/bt2.png) no-repeat center;
	background-size: 100% 100%;
}
.part3 .gw .peo{
	position: absolute;
}

/* 了解公告 */
.part4 .liaojie{
	display: flex;
	justify-content: space-between;
}
.part4 .liaojie>div{
	width: 305px;
	height: 306px;
	text-align: center;
	padding: 129px 9px;
	margin-bottom: 100px;
}
.part4 .liaojie>div:nth-of-type(1){
	background: url(../img/ce.png) no-repeat center;
	background-size: 100% 100%;
}
.part4 .liaojie>div:nth-of-type(2){
	background: url(../img/kan.png) no-repeat center;
	background-size: 100% 100%;
}
.part4 .liaojie>div:nth-of-type(3){
	background: url(../img/cha.png) no-repeat center;
	background-size: 100% 100%;
}
.part4 .liaojie>div p:nth-of-type(1){
	color: #f22020;
	font-size: 30px;
	margin-bottom: 10px;
}
.part4 .liaojie>div p:nth-of-type(2){
	color: #000;
	font-size: 19px;
	margin-bottom: 25px;
}
.part4 .liaojie>div a{
	color: #fff;
    background-image: linear-gradient(to right,#ff9000,#ff3c00);
    padding: 10px 65px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
}

/* 学习知识 */
.part5 .part5_nr{
	height: 390px;
	padding: 59px 21px;
	background: #fff;
	margin-bottom: 85px;
}
.part5 .part5_nr table{
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.part5 .part5_nr table tr{
	line-height: 42px;
}
.part5 .part5_nr table tr th{
	color: #f7ffaf;
	font-size: 20px;
	background: #e60012;
}
.part5 .part5_nr table tr td{
	background: #ffdfe2;
}
.part5 .part5_nr table a{
	color: #fff;
    background-image: linear-gradient(to right,#ff9000,#ff3c00);
    padding: 6px 27px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius:10px;
    -moz-border-radius: 10px;
}

/* 伴你同行 */
.part6 .js{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.part6 .js>div{
	width: 307px;
	height: 429px;
	position: relative;
	margin-bottom: 33px;
	background-image: linear-gradient(to right,#ff9000,#ff3c00);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}
.part6 .js>div>div{
	width: 97%;
    height: 97%;
	margin: 0 auto;
	color: #000;
	text-align: center;
	font-size: 18px;
	margin-top: 6px;
	padding: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.part6 .js .icon{
	position: absolute;
	top: -20px;
    left: -25px;
}
.part6 .js dl dt{
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.part6 .js dl dd img{
	width: 167px;
	height: 167px;
	border: 3px solid #520e05;
	margin-bottom: 5px;
}
.part6 .js>div>div span{
	color: #ff0000;text-align: left;
}
.part6 .js .js_text{
	text-align: left;
	    font-size: 16px;
	    line-height: 30px;
}

/* 联系我们 */
.addr_prov {
    width: 275px;
    height: 300px;
    overflow: scroll;
    float: left;
}
.scrollbar {
    width: 30px;
    height: 300px;
    margin: 0 auto;
}
.addr_prov::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #555;
}
.addr_prov::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.addr_prov::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #c8010d;
}
.addr_prov::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #ccc;
}
.addr_prov li{
    width: 100px;
}
.addr_prov li,
.city_confirm li {
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    border: 1px solid;
}
.city_confirm li{
    border: none;
}
.addr_prov li.on{
    background: #c8010d;
    color: #fff;
}
.city_confirm li.on{
    border-bottom:4px solid #c8010d;
}
.city_confirm {
    width: 585px;
    height: 300px;
    overflow: hidden;
    float: right;
    white-space: nowrap;
    border: 1px solid #ccc;
    position: relative;
}

.city_confirm ul {
    width: 1002px;
    height: 60px;
    display: none;
    padding-bottom: 20px;
    position: relative;
	left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.city_confirm ul li{
    height: 50px;
}
.city_confirm ul.on {
    display: block;
    border-bottom: 1px solid #bebebe;
}

.scrollbar {
    width: 30px;
    height: 300px;
    margin: 0 auto;
}


.city_confirm::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #555;
}

.city_confirm::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}


/*æ»šåŠ¨æ¡æ»‘å—*/

.city_confirm::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #47a665;
    
}


/*æ»šåŠ¨æ¡è½¨é“*/

.city_confirm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #ccc;
}
.address {
    clear: both;
}

.addrss_s {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    display: none;
     padding:30px 20px;
}

.addrss_s.on {
    display: block;
}
.code{
    display: none;
}
.code.on{
    display: block;
}
.twoCode{
    display: none;
}
.twoCode.on{
    display:block;
}
/*iphoneåº•éƒ¨çœä»½è”ç³»æ–¹å¼*/

.zg_m4 {
    padding: 0.59rem 0.3rem 0;
    box-sizing: border-box;
    height: 4.02rem;
    background: url(../images/m4.jpg) no-repeat center top;
    background-size: 100% auto;
}

.m4_tit {
    display: block;
    margin: 0 auto;
    width: 5.49rem;
    height: 0.38rem;
}

.select_city select {
    width: 3.78rem;
    height: 0.78rem;
    border: 1px solid #666;
    border-radius: 0.14rem;
    background: #fff url(../images/m4_pic1.jpg) no-repeat 2.27rem center;
    background-size: 0.36rem 0.5rem;
    box-sizing: border-box;
    padding-left: 0.15rem;
    font: 0.4rem/0.58rem "microsoft yahei";
    color: #333;
}

.address {
    padding-top: 0.34rem;
}

.addr {
    display: none;
}

.addr p {
    font: 0.3rem/0.5rem "microsoft yahei";
    color: #333;
    display: none;
}

.addr p span {
    color: #ff6600;
}

.addr_prov {
    margin-bottom: 20px;
}
.addr_prov:hover{
    cursor: pointer;
}
@media only screen and (min-width: 800px) {
    .m4_con {
        display: block;
    }
    .address {
        display: none;
    }
    .address.on {
        display: block;
    }
    /* .side_left,.side_right{
        display: none;
    } */
}
@media only screen and (max-width: 1000px) {
    .side_left,.side_right{
        display: none;
    }
}

/* 左侧边栏 */
.side_left{
	width: 126px;
	height: 384px;
	position: fixed;
	top: 20%;
	left:20px;
	color: #fff;
	padding: 20px  5px;
	font-size: 16px;
	text-align: center;
	background-image: linear-gradient(to bottom,#f57575,#a63332);
	border:3px solid #ee1f1f;
}
.side_left .cjwt{
	position: absolute;
    top: -33px;
    left: -7px;
}
.side_left .side_a a{
	color: #fff;
	text-align: left;
	padding:10px 0px;
	border-bottom: 1px dashed #fff;
}
.side_left a{
	display: block;
	color: #ffed5a;
	text-align: left;
}

/* 右侧边栏 */
.zgzf_ycxf {
	width: 62px;
	height: auto;
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -253px;
	z-index: 96;
}

.zgzf_ycxf li {
	width: 62px;
	margin-bottom: 6px;
	height: 73px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #dcdada;
}

.zgzf_ycxf li .cur {
	display: block;
	padding-top: 46px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-family: 'Microsoft Yahei';
	line-height: 24px;
}

.zgzf_ycxf li:hover .cur {
	text-decoration: none;
	color: #fff;
}

.zgzf_ycxf li:hover {
	background: #e60012;
}

.zgzf_ycxf li.on {
	background: #e60012;
}

.zgzf_ycxf li .zgzf_zx {
	background: url(../img/offcn19_104_1.png) no-repeat center 15px;
}

.zgzf_ycxf li .zgzf_xk {
	background: url(../img/offcn19_10711.png) no-repeat center 18px;
}

.zgzf_ycxf li .zg_wx {
	background: url(../img/offcn19_107.png) no-repeat center 21px;
}

.zgzf_ycxf li .zg_gg {
	background: url(../img/offcn19_106.png) no-repeat center 21px;
}

.zgzf_ycxf li .zg_zwb {
	background: url(../img/offcn19_105.png) no-repeat center 21px;
}

.zgzf_ycxf li .zg_xcx {
	background: url(../img/offcn19_108.png) no-repeat center 21px;
}

.zgzf_ycxf .zgzf_ycxfoli1 {
	height: 38px;
	background: #fff url(http://szyf.offcn.com/statics/images/img19/zg_bg11.png) no-repeat center 50%;
    cursor: pointer;
}

.zgzf_ycxf .zgzf_ycxfoli1:hover {
	background: #e60012 url("../img/zg_bg12.png") no-repeat center 50%;
}

.zgzf_ycxf li:hover .zgzf_zx {
	background-image: url(../img/offcn19_104.png);
}

.zgzf_ycxf li:hover .zg_qq {
	background-image: url(../img/offcn19_10711_1.png);
}

.zgzf_ycxf li:hover .zg_wx {
	background-image: url(../img/offcn19_107_1.png);
}

.zgzf_ycxf li:hover .zg_gg {
	background-image: url(../img/offcn19_106_1.png) !important;
}

.zgzf_ycxf li:hover .zg_zwb {
	background-image: url(../img/offcn19_105_1.png);
}

.zgzf_ycxf li:hover .zg_xcx {
	background-image: url(../img/offcn19_108_1.png);
}

.zgzf_ycxf_ewm {
	width: 104px;
	height: 104px;
	position: absolute;
	left: -143px;
	top: -42px;
	z-index: 99;
	display: none;
	text-align: center;
	line-height: 104px;
	padding-top: 3px;
	padding-left: 1px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.zgzf_ycxf_ewmn img {
	display: block;
	width: 100px;
	height: 100px;
}

.zgzf_ycxf_ewmn p {
	font: 14px/18px "Microsoft Yahei";
	color: #333333;
	text-align: center;
	margin-top: 4px;
}

.zgzf_ycxf li:hover>div {
	display: block
}

.zgzf_ycxfdiv1 {
	position: absolute;
	left: -143px;
	top: -12px;
	width: 140px;
	display: none;
}

.zgzf_ycxfdiv1 em {
	display: block;
	width: 11px;
	height: 17px;
	background: url(../img/offcn19_10711_1.png) no-repeat center;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -64px;
}

.zgzf_ycxfdiv1_1 {
	width: 104px;
	height: 104px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
	background: #fff;
	padding-top: 4px;
}

.zgzf_ycxfdiv1_1 a {
	display: block;
	width: 75px;
	height: 36px;
	border: 1px solid #E5E5E5;
	padding-left: 36px;
	font: 14px/36px "Microsoft Yahei";
	color: #333333;
	margin: 8px auto 0;
}

.zgzf_ycxfdiv1_1 a:hover {
	color: #DC000C;
	border-color: #DC000C
}

.zgzf_ycxfdiv1a1 {
	background: url("../img/zg_bg13.png") no-repeat 12px 50%;
}

.zgzf_ycxfdiv1a1:hover {
	background: url("../img/zg_bg13_1.png") no-repeat 12px 50%;
}

.zgzf_ycxfdiv1a2 {
	background: url("../img/zg_bg14.png") no-repeat 16px 50%;
}

.zgzf_ycxfdiv1a2:hover {
	background: url("../img/zg_bg14_1.png") no-repeat 16px 50%;
}

.zgzf_ycxfdiv1a3 {
	background: url("../img/zg_bg15.png") no-repeat 15px 50%;
}

.zgzf_ycxfdiv1a3:hover {
	background: url("../img/zg_bg15_1.png") no-repeat 15px 50%;
}

.zgzf_ycxfdiv1a4 {
	background: url("../img/zg_bg16.png") no-repeat 17px 50%;
}

.zgzf_ycxfdiv1a4:hover {
	background: url("../img/zg_bg16_1.png") no-repeat 17px 50%;
}

.zgzf_ycxfdiv2 {
	position: absolute;
	left: -140px;
	top: 0;
	width: 104px;
	display: none;
}

.zgzf_ycxfdiv2 em {
	display: block;
	width: 11px;
	height: 17px;
	background: url(../img/index_ycxf_05.png) no-repeat center;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -106px;
}

.zgzf_ycxfdiv2_1 {
	width: 104px;
	height: 104px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
	background: #fff;
}

.zgzf_ycxfdiv2_1 h6 {
	font: bold 16px/20px "Microsoft Yahei";
	color: #333333;
	text-align: center;
	background: url("../img/zg_bg19.png") no-repeat center 50%;
}


/* 底部信息 */
footer{
    text-align: center;
    margin-top: 48px;
    line-height: 31px;
}
footer a{
	color: #000;
}