body {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color:#666666;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #ff6600;
	font-weight: 700;
}

a:visited {
	color:#666666;
}
ul,li {
   list-style: none;
}
img{
	border: none;
	vertical-align: middle;
}
input,textarea,select,a:focus {
   outline: none;
}
.clear{
	clear: both;
}
.content{
	width:1200px;
	margin:auto;	
}
.content *{
	box-sizing: border-box;	
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tj{
	min-width: 1200px;
}
.tj .header_bar{
	background: #e5e5e5;
	padding:10px 0;
}
.tj .header_bar .left{
	float: left;
}
.tj .header_bar .right{
	float: right;
}
.tj .header_bar .content:after,.tj .sign:after,.tj .sign .cell:after,.tj .serve_list ul:after{
	content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tj .header_bar .right span{
	font-size:12px;
	color:#999;
	padding:0 5px;
}
.tj .header_bar .header_login{
	color:#1f7729;
}
.tj .header_bar .left span{
	padding-right:10px;
}
.tj .header_bar .local{
	padding-left:20px;
	color:#129645;
	background: url(../img/tj_icon.png) no-repeat -22px -17px;
}
.tj .header_bar .toggle{
	position: relative;	
	padding-right:18px;
}
.tj .header_bar .toggle i{
	position: absolute;
	height: 14px;
	width:14px;
	right:0px;
	background: url(../img/tj_icon.png) no-repeat -22px -48px;
}
.tj .header_bar .right i{
	font-style: normal;
}
.tj .header_bar .app_code{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.tj .header_bar .app_code .img{
	position:absolute;	
	right:0;
	top:30px;	
}
.tj .header_bar .app_code .img img{
	border:1px solid #dddddd;
	width:72px;
	height:72px;
}
.tj .header_bar .app_code .arrow{
	position: absolute;
	height:14px;
	width:14px;
	right:34px;
	top:26px;
	z-index: 2;
	background: url(../img/tj_icon.png) no-repeat -22px -86px;
}
.tj .header_bar .app_code .code_box{
	/*display: none;*/
}
.tj .header_bar .content{
	padding:0 10px;
	box-sizing: border-box;
}
.tj .header_bar .app_code:hover .code_box{
	display: block;
}
.tj .sign{
	padding:10px 0;
}
.tj .sign .logo{
	float: left;
	padding:0 10px;
}
.tj .sign .search{
	padding-top:25px;
	float: right;
	padding-right:90px;
}
.tj .sign .cell{
	border:1px solid #dddddd;
	width:420px;
	height:35px;
}
.tj .sign .cell .left{
	float: left;
	width:365px;
}
.tj .sign .cell input[type="text"]{
	display: block;
	border:none;
	height:33px;
	width:100%;
	line-height: 33px;
	padding:0 10px;
}
.tj .sign .cell .right{
	float: right;
	width:50px;
	
}
.tj .sign .search_btn{
	height:33px;
	width:50px;
	border:none;
	background: url(../img/tj_icon.png) no-repeat -8px -109px #ff5722;
	cursor: pointer;
}
.tj .navcz{
	background: url(../img/navbg.png);
	height:60px;
	font-size:16px;
	line-height: 60px;
}
.tj .navcz ul>li{
	float: left;
	position: relative;
}

.tj .navcz ul>li>a{
	color:#66a1db;
	display: block;
	width:130px;
	margin-left:-3px;
	text-align: center;
	background: url(../img/nav_line.png) no-repeat right ;	
}
.tj .navcz ul>li:last-child>a{
	background: none;
}
.tj .navcz ul>li>a.active{
	background: url(../img/nav_active.png);
	background-size:100% 100%;
	margin-left:-3px;
	padding-left:3px;
	font-weight: bold;
	display: block;
	border-right: none;
}
.tj .navcz ul>li:hover>a{
	background: url(../img/nav_hover.png);
	background-size:100% 100%;	
	font-weight: bold;
	display: block;
	border-right: none;	
	color:#ffffff;
	margin-left:-3px;
	padding-left:3px;
}
.tj .navcz .child_nav {
	line-height: 36px;
	background: #fff;	
	box-shadow:0 0 6px 3px rgba(204, 204, 204, 0.6);
	position: absolute;
	z-index: 2;	
	white-space: nowrap;
	display: none;	
}
.tj .navcz ul>li:hover .child_nav{
	display: block;
}
.tj .navcz .child_nav a{
	display: block;
	width:100%;
	padding:0 38px;
	line-height:36px;
	font-weight: normal;
	color:#999999;
}
.tj .navcz .child_nav a:hover{
	background: #eeeeee;
	color:#333333;
}
.tj .banner{
	margin-top:10px;
}
.tj .banner img{
	width:100%;
	display: block;
}
.tj .bg_content{
	background: url(../img/bg.jpg) no-repeat #effafe;
	background-size:100%;
	padding-bottom: 30px;
}


.tj .footer{
	background:#f4f4f4;
	border-top:2px solid #dddddd;	
}
.tj .footer ul{
	padding:40px;
	border-bottom: 1px solid #dddddd;
}
.tj .footer ul li{
	float: left;
	
}
.tj .footer ul li .title{
	font-weight: bold;
	color:#222;
	margin-bottom: 20px;
}
.tj .footer ul li .link{
	line-height: 30px;
}
.tj .footer ul li .link a{
	color:#666666;
}
.tj .footer ul:after,.tj .footer .app_code:after{
	content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tj .footer .text{
	width:19%;
}
.tj .footer .app_code{
	width:24%;	
}
.tj .footer .code{
	float: left;
	text-align: center;
}
.tj .footer .code img{
	width: 100px;
}
.tj .footer .code:first-child{
	padding-right:15px;
}
.tj .copyright{
	padding:10px;
	text-align: center;
	font-size:12px;
	line-height: 22px;
}
.tj .copyright span{
	padding:0 5px;
}

.bg_content .bg_white{
	box-shadow: 0 7px 12px rgba(204, 204, 204, 0.6);
}
.village_tag{
	border:1px solid #e1251b;
	color:#e1251b;
	padding:0px 5px;
	font-size:12px;
	border-radius: 3px;
}

/*天气*/
.banner{
	position: relative;
}
.weather_box{
	width: 444px;
	height: 374px;
	padding:10px;
	position: absolute;
	left:30px;
	top:8px;	
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px; 
	color:#ffffff;
	font-family: 'Microsoft YaHei', sans-serif;
}
.standard_weather{
	background: url(../img/standard_weather.png)no-repeat;
	color:#ffb403;
}
.simple_weather{
	background: url(../img/simple_weather.png)no-repeat;
	color:#478ecd;
}
.major_weather{
	background: url(../img/major_weather.png)no-repeat;
	color:#f26c5c;
}
.chara_weather{
	background: url(../img/chara_weather.png)no-repeat;
	color:#199b9e;
}
.weather_box .weather_title{
	font-size:60px;
	height:144px;
	
}

.weather_box .weather_title .title_icon{
	position: absolute;
	top:76px;
	left:40px;
}
.weather_box .weather_title .icon img{
	width:30px;
	height:30px;
}
.weather_box .area{
	font-size:14px;
	position: absolute;
	width:130px;
	height:85px;
	background: rgba(255,255,255,0.2);
	text-align: center;
	border-radius:5px;
	padding:10px;
	line-height: 20px;
	right:26px;
	top:74px;
}
.weather_box .area .icon{
	width: 100%;
	text-align: center;	
}
.weather_box .area .icon img{
	display: inline;
}
.weather_box .weather_list .icon img{
	width:30px;
	height:30px;
	display: inline;
	
}
.weather_box .weather_list .icon{
	padding:11px 0;
}
.weather_box .weather_list{
	text-align: center;
	background: rgba(255,255,255,0.2);
	padding:10px 30px;
	border-radius: 5px;
	margin-top:35px;
}
.weather_box .weather_list .village_title{
	padding-bottom:5px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.weather_box .weather_list ul li{
	line-height: 20px;
	padding-top:10px;
	width:16.66%;
	float: left;
	color:#424242;
}
.weather_box .weather_list ul:after{
	content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.weather_box .weather_num{
	font-weight: bold;
}
.weather_box .now_num{
	position: absolute;
	top: 90px;
	left:65px;
}
.now_title{
	font-size:14px;
	color:#777777;
	position: absolute;
	top:85px;
	left:214px;
}
.weather_name{
	font-size:16px;
	position: absolute;
	top:10px;
	left:0;
	width:100%;
	font-weight: bold;
	text-align: center;
}

.about_content .swiper-slide img{
	max-width: 100%;
    max-height: 100%;
    height: 300px;
    width: 530px;
}


.monitor_iframe{
	border:none;
	height:650px;
	width:100%;
}
 .video_content .video img{
	width: 220px;
    height: 125px;
}


.major .about_content img{
	max-width: 100%;
}
.characulture .about_content img{
	max-width: 100%;
}
.standard .about_content img{
	max-width: 100%;
}
.simple .about_content img{
	max-width: 100%;
}


.about .eppli{
	/*text-overflow:ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;*/
  
  	line-height: 26px;
    max-height:156px;
    overflow:hidden;
    position:relative;
}

.fold{
	font-size: 15px;
	position:absolute; 
	cursor:pointer;
    right: 0;
    top: 130px;
    line-height: 26px;
    background-color: white;
}

.show-more {
    max-height:none;
}
.show-more .fold {
    /* top: unset; */
    bottom: 0;
}


.mlxc {
    position: absolute;
    right: 50px;
    top: 80px;	
    width: 80px;
    height: 80px;
    z-index:9999;
    cursor: pointer;
}
.mlxc img{
	width: 100%;
    height: 100%;
}


 /* 帮扶log */
 
.product_content ul li .img{
	position: relative;
}
.product_content ul li .img .bangfu {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	background: url(../img/bang1.png) no-repeat;
	/* background-size: 100% 100%; */
}
 
.product_content ul {
    height: 673px;
    overflow: hidden;
}
.product_content1 ul {
    height: auto;
    overflow: unset;
}