﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
  }
/*取消滚动条*/
.cansel_scrollbar::-webkit-scrollbar              { /* 1 */  width:0px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-button       { /* 2 */ }
.cansel_scrollbar::-webkit-scrollbar-track        { /* 3 */ }
.cansel_scrollbar::-webkit-scrollbar-track-piece  { /* 4 */ }
.cansel_scrollbar::-webkit-scrollbar-thumb        { /* 5 */ border:none; width:5px;  border-radius:4px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-corner       { /* 6 */ background-color:#41475f;}
.cansel_scrollbar::-webkit-resizer                { /* 7 */ }
.cansel_scrollbar::-webkit-scrollbar:horizontal   { height:1px;}
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/*我为群众办实事*/
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.main_container .headBox{
    background: url(../images/head_bg.png) center 0 no-repeat;
    height: 520px;
}
.main_container .headBox .main_title{
    width: 951px;
    margin: 0 auto;
    display: block;
    padding-top: 90px;
}
.main_inner{
   margin-top: -130px;
}
.module1{
    width: 1200px;
    margin: 0 auto 50px;
    background: linear-gradient(top,#f4dedb,#fffefd 40%);
    background: -webkit-linear-gradient(top,#f4dedb,#fffefd 40%);
    background: -moz-linear-gradient(top,#f4dedb,#fffefd 40%);
    background: -ms-linear-gradient(top,#f4dedb,#fffefd 40%);
    background: -o-linear-gradient(top,#f4dedb,#fffefd 40%);
    border: 1px solid #fff9e1;
    border-radius: 25px;
    box-shadow: 0 6px 40px rgba(128,91,54,.1);
}
.module1_left,.module1_right{
    width: 50%;
    height: 100%;
    padding: 50px 20px 20px;
    position: relative;
}
.module1_right{
    border-left: 1px solid #ece9da;
} 
.sub_title{
    width: 360px;
    position: absolute;
    left: -20px;
    top: -35px;
}
.sub_title img{
    width: 100%;
}
.module1 ul li{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}
.module1 ul li a{
    cursor: pointer;
}
.module1 ul li a p{
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 560px;
}
.module1 ul li a:hover p{
   color: #ab0c15;
}
.moreBtn,.moreBtn3{
    width: 80px;
    height: 34px;
    background: linear-gradient(top,#ffe6c6,#ffd2bf);
    background: -webkit-linear-gradient(top,#ffe6c6,#ffd2bf);
    background: -moz-linear-gradient(top,#ffe6c6,#ffd2bf);
    background: -ms-linear-gradient(top,#ffe6c6,#ffd2bf);
    background: -o-linear-gradient(top,#ffe6c6,#ffd2bf);
    border-radius: 17px;
    text-align: center;
    font-size: 15px;
    color: #d13723;
    box-shadow: 0 -2px 8px rgba(157,9,2,.25);
    position: absolute;
    right: 15px;
    bottom: -17px;
    cursor: pointer;
}
.moreBtn img,.moreBtn3 img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.module2{
    width: 1200px;
    margin: 0 auto 50px;
    background: linear-gradient(top,#fffae8,#ffffff 20%);
    background: -webkit-linear-gradient(top,#fffae8,#ffffff 20%);
    background: -moz-linear-gradient(top,#fffae8,#ffffff 20%);
    background: -ms-linear-gradient(top,#fffae8,#ffffff 20%);
    background: -o-linear-gradient(top,#fffae8,#ffffff 20%);
    border: 1px solid #fff9e1;
    border-radius: 25px;
    position: relative;
    padding: 50px 40px 20px;
    box-shadow: 0 6px 40px rgba(128,91,54,.1);
}
.module2 .module2_info .module2_list{
    width: calc(100% - 540px);
}
.module2 .module2_info .module2_list ul li{
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}
.module2 .module2_info .module2_list ul li a{
    cursor: pointer;
}
.module2 .module2_info .module2_list ul li a p{
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 580px;
}
.module2 .module2_info .module2_list ul li a:hover p{
   color: #ab0c15;
}
.module2 .module2_info .module2_pic{
    width: 510px;
    height: 285px;
    margin-left: 30px;
}
.module2 .module2_info .module2_pic img{
    width: 100%;
    height: 100%;
}
.moreBtn2{
    font-size: 15px;
    color: #d13723;
    cursor: pointer;
    justify-content: flex-end;
    margin-top: 25px;
}
.moreBtn2 img{
    width: 35px;
    height: 35px;
    margin-right: 8px;
}
.module3{
    width: 1200px;
    margin: 0 auto 50px;
    background: linear-gradient(top,#fefdfa,#fffefd 20%);
    background: -webkit-linear-gradient(top,#fefdfa,#fffefd 20%);
    background: -moz-linear-gradient(top,#fefdfa,#fffefd 20%);
    background: -ms-linear-gradient(top,#fefdfa,#fffefd 20%);
    background: -o-linear-gradient(top,#fefdfa,#fffefd 20%);
    border-radius: 25px;
    position: relative;
    padding: 85px 40px 30px;
    box-shadow: 0 6px 40px rgba(128,91,54,.1);
}
.module3 ul li{
    width: 340px;
    margin-right: 50px;
}
.module3 ul li:nth-child(3n){
    margin-right: 0;
}
.module3 ul li img{
    width: 100%;
    height: 198px;
}

.module3 ul li video{
    width: 100%;
    height: 198px;
}
.module3 ul li p{
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moreBtn3{
    position: absolute;
    right: 30px;
    bottom: auto;
    top: 30px;
    background: #fff5f5;
    border-radius: 10px;
    box-shadow: none;
}

/*footer*/
.footer {
    width: 100%;
    text-align: center;
    background-color: #ab0c15;
    padding: 25px 0 20px;
}
.footer ul{
    margin-bottom: 10px;
}
.footer ul li a{
    font-size: 12px;
    color: #fff;
}
.footer ul li{
    position: relative;
    padding: 0 15px;
}
.footer ul li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.footer p a:not(:last-child) {
    margin-right: 30px;
}
.footer .bottom_s2 {
    margin-top: 15px;
    width: 50px;
}
.footer p a img {
    margin-right: 5px;
}
.recommendBox{
    width: 1168px;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    padding: 68px 30px 30px;
    position: relative;
}
.recommendBox .pic_title {
    width: 260px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.recommendBox .pic_title img{
    width: 100%;
    height: 100%;
}
.recommendBox a{
    display: block;
    cursor: pointer;
}
.recommendBox a img{
    width: 100%;
}
