@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea,a {
    font:14px "微软雅黑",arial,sans-serif;
}
body{
    line-height: 1.5;
    color: #444;
    min-width: 1200px;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
a{color: #444;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
    color: #ab691d;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.topnav{
	height: 28px;
	line-height: 28px;
	background:#f1f1f0;
	font-size: 12px;
	color: #666;
}
.topnav .inner{
	width: 1200px;
	margin: 0 auto;
}
.topnav .date{
	float: left;
}
.topnav .weather{
	margin-left: 20px;
	margin-top: -3px;
	float: left;
	height: 26px;
	overflow: hidden;
}
.topnav .logininfo{
	float: right;
}
.topnav .logininfo-login{
	  position: relative;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding-right: 5px;
}
.topnav .logininfo-login:hover .login-menus{
	display: block;
}
.topnav .logininfo-login .login-menus{
	display: none;
	position: absolute;
	top: 25px;
	left: -10px;
	width: 65px;
	border: solid 1px #ececec;
	background-color: #fafafa;
	padding: 5px 0;
	border-radius: 5px;
	z-index: 99999;
}
.topnav .logininfo-login .login-menus a{
	display: block;
	line-height: 20px;
	text-align: center;
}
.topnav .logininfo-login .login-menus .arrow{
	position: absolute;
	top: -5px;
	left: 20px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width:0 6px 6px;
  border-style:solid;
  border-color:transparent transparent #fafafa ;
}
.topnav .logininfo a{
	padding: 0 5px;
	color: #666;
	font-size: 12px;
}
.bodybg{
}
.head{
	position: relative;
	width:100%;
	height:318px;
	background:#fff url(../images/head-bg.png) center center no-repeat;
}
.topframe{
	width:1200px;
	height:170px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom: 36px;
	position:relative;
	z-index: 999;
}
.topLeft{
	float:left;
	position: relative;
}
.topLeft .logo_zgzj img{
	
	width:297px;
}
.topLeft .logo_square{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 20px;
	height: 84px;
	line-height: 84px;
}
.topLeft .logo_dishi{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 103px;
	height: 84px;
	padding-right: 10px;
	font-size: 20px;
	color: #fff88c;
	line-height: 84px;
	background: url(../images/logo_dishi.png) center no-repeat;
}
.topLeft .logo_dishi img,.topLeft .logo_square img{
	display: inline-block;
	vertical-align: middle;
}
.topLeft .logo_dishi2{
	margin-left: 85px;
	margin-top: 15px;
	width: 332px;
	height: 48px;
}
.topLeft .logo_zgzj{
	display:block;
	float:left;
}
.topRight{
	float:right;
	margin-top:50px;
}
.topRight .logo_zjzw{
	float:left;
	width:161px;
	display:inline-block;
	margin-top:50px;
	margin-left:20px;
}
.banner_logo .topbot{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-left: 15px;
}
#main_nav{
	width:100%;
	height:50px;
	line-height:50px;
	margin:0 auto 0 auto;
	position:relative;
	background: rgba(255,255,255,0.5);
	z-index:99;
	border-top: 1px solid #eb9ea2;
	border-bottom: 1px solid #eb9ea2;
}
#main_nav ul{
	width:1200px;
	margin:0 auto;
}
#main_nav ul li{
	float:left;
	padding:0 55px;
	font-size:16px;
	height:50px;
	line-height:50px;
	position:relative;
	text-align:center;
}
#main_nav ul li a{
	font-size:16px;
	color:#000;
}
#main_nav ul li a:hover{
	color:#d83d45;
}
#main_nav ul .item{
	background-color: #d83d45;
}
#main_nav ul .item a{
	color:#fff;
}
#main_nav li ul {
	position: absolute;
	top: 40px;
	left: 20px;
	display: none;
	z-index:999;
}
.navbg{
	width:100%;
	height:40px;
	position:absolute;
	top:180px;
	z-index:888;
	border:1px solid #d3d3d3;
	background:#f6f6f6;
	display:none;
}

#main_nav ul .focus {
}
#main_nav ul .focus>a{
	color:#000;
}
#main_nav li ul li{
	padding:0;
}
#main_nav ul li .current1{
	width:130px;
	margin-top:5px;
	padding:25px 0 10px 0;
	background:url(../images/nav_arrow1.png) center 5px no-repeat;
}
#main_nav ul li .current1>li{
	width:100%;
}
#main_nav li ul li{
	height:40px;
	line-height:40px;
}
#main_nav li ul li a{
	width:102px;
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:14px;
	color:#fff!important;
}
#main_nav li ul li a:hover{
	background:#fff;
	color:#ab691d!important;
}
#main_nav ul .item a:hover{
	color:#000!important;
}
.bannerdiv{
	width:100%;
	height:375px;
	z-index:0;
	background-color:#f6f6f6;
}

.mainbg{
	width:1200px;
	height:455px;
	background-color:#fff;
	 filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;
	  position:absolute;
	  top:0px;
	  left:0px;
	  box-shadow:0 0 10px #ccc; 
}





/*地区选择*/
.citys {
    position: absolute;
    top:70px;
    left:100px;
	background:url(../images/final_banner_top.png) left top no-repeat;
	background-size: 100% 100%;
    z-index: 99999;
	width:1000px;
	height:400px;
	padding:30px 10px;
	display:none;
}
.citys .gonghui{
	width:90%;
	margin:10px auto 0 auto;
	height:60px;
	line-height:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
}
.citys .gonghui h3{
	width:120px;
	float:left;
	font-size:16px;
	color:#ff4112;
	text-align:left;
}
.citys .province{
	width:90%;
	margin:20px auto 0 auto;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
}
.citys .province h3{
	width:120px;
	float:left;
	font-size:16px;
	color:#ff4112;
	text-align:left;
}
.citys .province ul{
	float:left;
}
.citys .province ul li{
	float:left;
	font-size:14px;
}
.citys .province ul li a{
	line-height:30px;
}
.citys .gonghui {
    width: 90%;
    margin: 20px auto 0 auto;
    height: 60px;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.citys .gonghui h3 {
    width: 120px;
    float: left;
    font-size: 16px;
    color: #f55600;
    text-align: left;
}
.citys .gonghui ul {
    float: left;
    width: 700px;
}
.citys .gonghui ul li {
    float: left;
	font-size:14px;
}
.citys .gonghui ul li a{
	line-height:30px;
}
.citys .city{
	width:90%;
	margin:10px auto 0 auto;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
}
.citys .city h3{
	width:120px;
	float:left;
	font-size:16px;
	color:#ff4112;
	text-align:left;
}
.citys .city ul{
	float:left;
}
.citys .city ul li{
	float:left;
	font-size:14px;
}
.citys .city ul li a{
	line-height:30px;
}
.citys .county{
	width:90%;
	margin:20px auto 0 auto;
	height:60px;
	line-height:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
	position:relative;
}
.citys .county h3{
	width:120px;
	float:left;
	font-size:16px;
	color:#ff4112;
	text-align:left;
}
.citys .county ul{
	float:left;
	width:600px;
}
.citys .county ul li{
	float:left;
	font-size:14px;
}
.citys .county ul li a{
	line-height:30px;
}
.jiaxing .item{
	height:30px;
	padding:0px;
}
.item .area{
	background-color:#e42d30;
	color:#fff!important;
}
.nanhustreet{
	top:30px;
	left:0px;
	z-index:999999;
	position:absolute;
	background-color:#fff;
	padding:10px;
	width:770px;
	border:1px solid #e42d30;
	box-shadow:0 0 20px #ccc;
}
.nanhustreet li{
	float:left;
	font-size:14px;
	height:30px;
	line-height:30px;
}
.nanhustreet li a{
	height:30px!important;
	line-height:30px;
	margin:0;
	padding:0px 10px!important;
	color:#333!important;
	float:left;
}
.cyghstreet{
	top:30px;
	left:0px;
	z-index:999999;
	position:absolute;
	background-color:#fff;
	padding:10px;
	width:520px !important;
	border:1px solid #e42d30;
	box-shadow:0 0 20px #ccc;
}
.cyghstreet li{
	float:left;
	font-size:14px;
	height:30px;
	line-height:30px;
}
.cyghstreet li a{
	height:30px!important;
	margin:0;
	padding:2px 10px!important;
	color:#333!important;
}
.citys  ul li a{
	display:inline-block;
	padding:0 10px;
}
.citys  ul li a:hover{
	background-color:#e42d30;
	color:#fff!important;
	padding:0 10px;
}
.citys .item{
	background-color:#e42d30;
	color:#fff!important;
}
.citys .item>a{
	color:#fff;
}
.region{
	width:540px;
	position:absolute;
	top:195px;
	left:180px;
	z-index:10;
	margin-top:15px;
}
.region .province{
	width:90%;
	margin:0 auto;
	border-bottom:1px dashed #CCC;
	text-align:left;
	font-size:15px;
	height:30px;
	padding:10px 0;
}
.region .province a{
	padding:5px 18px;
	display:inline-block;
}
.region .province a:hover{
	background-color:#ef3438;
	color:#fff;
}
.region .prefecture-level{
	width:90%;
	margin:10px auto;
	border-bottom:1px dashed #CCC;
	padding:10px 0;
	text-align:left;
	font-size:15px;
	height:120px;
}
.region .prefecture-level li{
	float:left;
	padding:5px 18px;
}
.region .areacontent{
	width:90%;
	margin:10px auto;
	padding:10px 0;
	text-align:left;
	height:200px;
}
.region .areacontent li{
	float:left;
	font-size:15px;
}
.region .areacontent li a{
	padding:5px 18px;
	display:inline-block;
}
.region .areacontent li a:hover{
	background-color:#ef3438;
	color:#fff;
}
.region .current{
	background-color:#ef3438;
}
.region .current a{
	color:#fff;
}
.hideblock{
	display: none;
}

/*tabs*/
.rightcontent .tabs{
  padding: 20px;
}
.tabs .tabs-hd {
    height: 35px;
}

.tabs .tabs-hd ul {
    height: 34px;
    border-bottom: solid 1px #d7d4d4;
}

.tabs .tabs-hd li {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.tabs .tabs-hd li a {
    display: block;
    color: #444;
    height: 33px;
    padding: 0 15px;
	font-size:16px;
}

.tabs .tabs-hd .item {
    border-bottom: solid 2px #e42d30;
}

.tabs .tabs-hd .item a,
.tabs .tabs-hd li a:hover {
    color: #e42d30;
}

.tabs .tab-panel {
    padding-top: 10px;
    display: none;
    overflow: hidden;
}

.tabs .tab-panel.item {
    display: block;
}
.tabs .tab-panel .newspaper{
  margin: 0 auto;
}
.tabs .tab-panel .newspaper img{
  height: 390px;
}


/*tabs end*/


/*焦点图*/
.banner{height:318px;position:absolute; width:100%; left: 0;top: 0;}
.banner .d1{width:100%;height:318px;display:block; position: absolute;left: 0;top: 0;}
.banner .d2{width:100%;height:30px;clear:both;position:absolute;z-index:10;left:0px;top:380px;}
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;margin:0 0 0 -96px;display:inline;}
.banner .d2 li{width:30px;height:6px;overflow:hidden;cursor:pointer;background:#fff;opacity: 0.8;filter:alpha(opacity=80);float:left;margin:0 5px;display:inline;}
.banner .d2 li.nuw{background:#e42d30;}

.bannerdiv{min-width:1200px;height:318px;position:relative;overflow:hidden;}
.bannerdiv .lubo{ width:100% !important;}
.bannerdiv .lubo li .m-width {width:1600px;margin:0 auto;overflow:hidden; text-align:center;background: url(../images/mainbg.gif) center top repeat;}
.bannerdiv .lubo li .m-width img{}
.bannerdiv .lubo li{width:100% !important;height:318px;}
.bannerdiv .lubo li a{display:block;}
/*圆点*/
.cir_box{ overflow: hidden; position: absolute; z-index: 100;}
.cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
.cir_on{ background: #e42d30 !important;}
.banner_id {
    width: 1200px;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -600px;
}
.banner-btn .hd {position:absolute;top:30px;left:537px;}
.banner-btn .hd ul li{width:30px;height:6px;text-indent:-9999px;margin-right:20px;background:#ccc;float:left;cursor:pointer;}
.banner-btn .hd ul li.on{background:#e42d30;}


/*按钮*/
.lubo_btn{ position: absolute; width: 100%; top: 140px; display:none;}
.left_btn, .right_btn{ width: 30px; height: 80px; background: #000;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.left_btn{ float: left;}
.right_btn{ float: right;}
#imgConac{
	width:50px;
}

.topnav0828{
	height: 47px;
	line-height: 47px;
	background:#f1f1f0;
	font-size: 12px;
	color: #666;
}
.topnav0828 .search{
	width:240px;
	height:30px;
	margin-top:10px;
	margin-right: 10px;
	position:relative;
	float:right;
	background:url(../images/search_bg.png) left top no-repeat;
}
.topnav0828 .search input{
	padding:2px;
	width:180px;
	border:none;
	background-color:none;
	position:absolute;
	left:10px;
	top:4px;
}
.topnav0828 .search .button_search{
	width:18px;
	height:17px;
	display:block;
	position:absolute;
	right:4px;
	top:9px;
}
.topnav0828 .weather {
    margin-left: 20px;
    margin-top: 6px;
    float: left;
    height: 26px;
    overflow: hidden;
}
.head0828 {
    position: relative;
    width: 100%;
    height: 50px;
    background: #ae6e24 ;
}

.banner .banner_logo{
	position:relative;
	left:50%;
	margin-left:-600px;
	width:1200px;
	top: 20px;
	z-index: 55;
}
.banner .topLeft0828{
	/*margin-left:200px;
	margin-top:35px; */
	position: absolute;
	left: 35px;
	top: 35px;
	z-index: 15;
}
.banner .topLeft0828 .logo_zgzj img{
	margin-top:6px;
	width:340px;
}
.banner .topLeft0828 .sdck{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	float:left;
	margin-left:30px;
	margin-top:35px;
	cursor:pointer;
}
.banner .topLeft0828 .sdck img{
	padding-left:8px;
	vertical-align:middle;
	-webkit-transition: -webkit-transform 0.4s ease-out; 
    -moz-transition: -moz-transform 0.4s ease-out; 
    transition: transform 0.4s ease-out; 
}
.banner .topLeft0828 .sdck:hover img{
	-webkit-transform: rotate(-360deg); 
    -moz-transform: rotate(-360deg); 
    transform: rotate(-360deg);
}
.banner .topLeft0828 .logo_zgzj{
	display:block;
	float:left;
}

.mainframe{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}
.maintop{
	height: 48px;
	border-bottom: 1px solid #eeeeee;
	width:1200px;
	margin:0px auto;
}
.maintop .maintop_left{
	float: left;
}
.maintop .search{
	float: right;
}
.maintop .maintop_left .date{
	display: inline-block;
	padding-left: 25px;
	background: url(../images/toploc.png) left center no-repeat;
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.maintop .maintop_left .weather{
	display: inline-block;
	float: left;
	padding-left: 10px;
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	color: #888888;
}
.maintop .maintop_left .weather>iframe{
	display: inline-block;
}
.maintop .search{
	width:300px;
	height:48px;
	float: right;
}
.maintop .search form{
	width:300px;
	height:30px;

	position:relative;
	float: right;
}
.maintop .search input{
	/*padding:2px;*/
	width:220px;
	height: 30px;
	padding: 0 10px;
	border:none;
	background-color: #eeeeee;
	position:absolute;
	/*left:10px;*/
	top:9px;
}
.maintop .search .button_search{
	width:60px;
	height:30px;
	line-height: 30px;
	display:block;
	position:absolute;
	right:0px;
	top:9px;
	text-align: center;
    display: inline-block;
    background: #cb1d15;
    color: #fff;
}
.maincontent1{
	margin-top: 20px;

}
.news-slide{
	width:608px;
	height:348px;
	margin-top: 10px;
	float:left;
}
#swiper-slide{
  width:608px;
	height:348px;
}
#swiper-slide .swiper-slide{
  width:608px;
	height:348px;
}
/*#swiper-slide .page {
  position: absolute;
  bottom: 18px;
  right: 10px;
  text-align: center;
}*/
#swiper-slide .page {
  position: absolute;
  bottom: 18px;
  right: 5px;
  text-align: center;
  z-index: 22;
    width: auto;
    left: auto;
}
#swiper-slide .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
#swiper-slide .swiper-active-switch {
  background: #ea1117;
}
#swiper-slide .item{
  position: relative;
  display: block;
  width:608px;
	height:348px;
}
#swiper-slide .item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    text-align: left;
    white-space: nowrap;
    font: 16px 微软雅黑, 黑体;
    overflow: hidden;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    height: 50px;
    padding-left: 10px;
    padding-right: 120px;
    line-height: 50px;
    text-overflow:ellipsis;
    overflow:hidden;
}
#swiper-slide .swiper-button-next,#swiper-slide .swiper-button-prev {
    display: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat
}

#swiper-slide .swiper-button-prev {
  background-image: url(../images/picscroll/bg17.png);
  left: 0;
  right: auto
}

#swiper-slide .swiper-button-next {
  background-image: url(../images/picscroll/bg18.png);
  right: 0;
  left: auto
}

#swiper-slide .swiper-button-prev:hover {
  background-image: url(../images/picscroll/bg19.png);
}

#swiper-slide .swiper-button-next:hover {
  background-image: url(../images/picscroll/bg20.png);
}

#swiper-slide img{
	display:block;
	width:608px;
	height:348px;
	object-fit: cover;
	transition-duration: 0.5s;
}
#swiper-slide img:hover{
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
#swiper-slide .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#fff;
      opacity: 1;
      background: #6a6a6a;
      border-radius: 0%;
      border:1px solid #b3b3b2;
}
#swiper-slide .swiper-pagination-bullet-active {
      color:#fff;
      background: #cd1e2a;
      border:1px solid #f03c40;
}

.news{
	width:561px;
	float:right;
	/*margin:20px 0;*/
}
.news .tabs{
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #cccccc;
	padding:0px!important;
}
.news .tabs li{
	float:left;
	padding:0 30px;
	font-size:18px;
	/*margin-right: 20px;*/
}
.news .tabs .item{
	border-bottom:3px solid #e60012;
}
.news .tabs .item a{
	color:#e54e4d;
}
.news .tabs li a{
	color:#666666;
	font-size:18px;
}
.news .tabcontent{
	width:100%;
}
.news .list{
	width:100%;
	margin-top:20px;
	height:295px;
    font-family: "SimSun",arial,sans-serif;
}
.news .list li{
	text-align:left;
	float:left;
	width:100%;
	height:40px;
}
.news .list li a{
	/*background:url(../images/point3.png) 10px center no-repeat;*/
	font-size:14px;
	line-height:40px;
	height:40px;
	width:100%;
	display:inline-block;
	/*text-indent:30px;*/
}
.news .list li a:hover{
	/*background:url(../images/point2.png) 10px center no-repeat;*/
	text-decoration:underline;
	width:100%;
	color: #e62532;
}
 .news .list li .message_title{
     /*width:710px;*/
      text-overflow:ellipsis; 
      white-space:nowrap; 
      overflow:hidden; 
      float: left;
      font-size:16px;
      line-height: 40px;
      /*color: #666666;*/
 }

  .news .list li .riqi{
     width:100px;
     float: right;
     color:#aaa7a7;
     font-size: 14px;
     line-height: 40px;
 }

.service{
	width:1200px;
	height: 272px;
	margin: 45px auto;
	background-color: #f8f7f7;
    /*background: rgba(255,255,255,0.3);*/
    z-index: 22;
    position: relative;
}
.service .tabs_left{
	width: 68px;
	height: 272px;
	float: left;
	background-color: #eeeeee;
}
.service .tabs_right{
	float: left;
	width:1132px;
	height: 272px;
	background: url(../images/tab_serbg.png) right bottom no-repeat;
}
.service .tabs_left div{
	height: 136px;
	text-align: center;
}
.service .tabs_left a{
	width: 28px;
	display: inline-block;
	font-size: 18px;
	padding-top: 20px;
	color: #d83d45;
}
.service .tabs_left .item{
	background-color: #d83d45;
	color: #fff;
}
.service .tabs_left .item a{
	background-color: #d83d45;
	color: #fff;
}

.service ul{
	width:1132px;
	margin-top: 60px;
}
.service ul li{
	float:left;
	width:95px;
	height:148px;
	/*margin:20px 30px 20px 30px;*/
	margin: 5px;
	text-align:center;
	font-size:15px;
	margin-left: 35px;
}
.service ul .firstse{
	/*margin-left: 0px;*/
}
.service ul .number1{
	float:left;
	margin-left:0px;
	margin-right:32px;
}
.service ul .numberlast{
	float:right;
	margin-right:0px;
	margin-left:32px;
}
.service ul li a{
	width:95px;
	height:108px;
	display:inline-block;
	/*color:#000;*/
	/*transform: rotate(-45deg);*/
	line-height:12px;
	 transition-duration:1s;
}
.service ul li a:hover{
	transform: rotate(0);
	 transition-duration:1s;
}
.service ul li a .imgdiv img{
	vertical-align: middle;
	/*transform: rotate(45deg);*/
}
.service ul li a:hover .imgdiv img{
	/*transform: rotate(0);
	transform:none;*/
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.service ul li a .imgdiv{
	height:110px;
	width:90px;
	line-height:90px;
	/*box-shadow:0 0 20px #ccc;*/
	/*background-color:#fff;*/
	text-align:center;
	border-radius:6px;
}
.service ul li a .imgdiv .second-img{
	display: none;
}
.service ul li a span{
}



.maincontent2{
	margin: 20px auto;
}
.maincontent2 .index_xxgk{
	float: left;
	width: 759px;
	height: 360px;
	border:1px solid #eeeeee;
	border-top: 8px solid #d83d45;
}
.maincontent2 .index_xxgk .index_xxgktop{
	height: 50px;
	background-color: #f7f5f5;
}
.maincontent2 .index_xxgk .index_xxgktop span{
	float: left;
	font-size: 18px;
	line-height: 50px;
	color: #d83d45;
	display: inline-block;
	margin: 0 30px;
	font-weight: bold;
}
.maincontent2 .index_xxgk .index_xxgktop{
	width:100%;
	line-height: 47px;

}
.maincontent2 .index_xxgk .index_xxgktop li{
	float:left;
	padding:0 0px;
	font-size:16px;
	margin-right: 25px;
}
.maincontent2 .index_xxgk .index_xxgktop .item{
	border-bottom:3px solid #e60012;
}
.maincontent2 .index_xxgk .index_xxgktop .item a{
	color:#a68268;
}
.maincontent2 .index_xxgk .index_xxgktop li a{
	color:#666666;
	font-size:16px;
}
.maincontent2 .index_xxgk .index_xxgktop .more{
	float: right;
	margin-right: 25px;
	line-height: 50px;
	color: #be9075;
	font-size: 14px;
}
.maincontent2 .index_xxgk .tabcontent{
	width: 100%;
}
.maincontent2 .index_xxgk .tabcontent .list{
	width:100%;
	padding: 25px;
	/*height:295px;*/
    font-family: "SimSun",arial,sans-serif;
}
.maincontent2 .index_xxgk .tabcontent .list li{
	text-align:left;
	float:left;
	width:100%;
	height:40px;
}
.maincontent2 .index_xxgk .tabcontent .list li a{
	/*background:url(../images/point3.png) 10px center no-repeat;*/
	font-size:16px;
	line-height:40px;
	height:40px;
	width:716px;
	display:inline-block;
	/*text-indent:30px;*/
}
.maincontent2 .index_xxgk .tabcontent .list li a:hover{
	/*background:url(../images/point2.png) 10px center no-repeat;*/
	text-decoration:underline;
	width:716px;
	color: #e62532;
}
 .maincontent2 .index_xxgk .tabcontent .list li .message_title{
     /*width:710px;*/
      text-overflow:ellipsis; 
      white-space:nowrap; 
      overflow:hidden; 
      float: left;
      font-size:16px;
      line-height: 40px;
      /*color: rgb(99,99,99);*/
 }

  .maincontent2 .index_xxgk .tabcontent .list li .time{
     width:100px;
     float: right;
     color:#aaa7a7;
     font-size: 14px;
     line-height: 40px;
 }
 .maincontent2 .index_fwdt{
 	float: right;
 	width: 403px;
 	height: 360px;
	border:1px solid #eeeeee;
	border-top: 8px solid #d83d45;
 }
  .maincontent2 .index_fwdt .index_fwdttop {
    height: 50px;
    background-color: #f7f5f5;
    line-height: 50px;
    text-align: center;
}
  .maincontent2 .index_fwdt .index_fwdttop span{
  	font-size: 18px;
  	font-weight: bold;
  	color: #d83d45;
  }
.maincontent2 .index_fwdt .index_fwdtcon{
	padding: 30px;
}
.maincontent2 .index_fwdt .index_fwdtcon a{
	display: inline-block;
	margin-bottom: 10px;
	width: 338px;
	height: 116px;
}
.maincontent2 .index_fwdt .index_fwdtcon img{
	display: inline-block;
	width: 338px;
	height: 116px;
}


.maincontent3 .index_zglist .index_zglist_top{
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #cccccc;
	padding:0px!important;
}

.maincontent3 .index_zglist .index_zglist_top span {
    float: left;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #d83d45;
    display: inline-block;
    margin: 0 30px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 10px;
	border-left: 6px solid #d83d45;
	margin-top: 8px;
}
.maincontent3 .index_zglist .index_zglist_top li{
	float:left;
	padding:0 10px;
	font-size:18px;
	margin-right: 10px;
}
.maincontent3 .index_zglist .index_zglist_top .item{
	border-bottom:3px solid #e60012;
}
.maincontent3 .index_zglist .index_zglist_top .item a{
	color:#e54e4d;
	/*padding: 0 10px;*/
}
.maincontent3 .index_zglist .index_zglist_top li a{
	color:#666666;
	font-size:18px;
}
.maincontent3 .index_zglist .index_zglist_top .more{
	float: right;
	margin-right: 10px;
	color: #c4c4c4;
	font-size: 14px;
	line-height: 40px;
}

.maincontent3 .tabcontent .list{
  float: left;
  width: 1200px;
  height: 250px;
}
.maincontent3 .tabcontent .list li{
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  width: 220px;
  height: 219px;
  background-color: #fff;
  text-align: center;
}
.maincontent3 .tabcontent .list li a{
	width:100%;
    height:100%;
}
.maincontent3 .tabcontent .list li .img{
    width:220px;
    height:167px;
    margin:0 auto;
    overflow:hidden;
   
}
.maincontent3 .tabcontent .list li .img img{
    width:100%;
    height:100%;
  object-fit: contain; 
}

.maincontent3 .tabcontent .list li:hover .img{
-webkit-transform:translateY(-8px);
-moz-transform:translateY(-8px);
-ms-transform:translateY(-8px);
-o-transform:translateY(-8px);
transform:translateY(-8px);
 transition-duration: 0.5s;
}

.maincontent3 .tabcontent .list li p{
  margin-top: 10px;
  font-size: 14px;
  width: 220px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.maincontent3 .tabcontent .firstli {
    margin-left: 0px !important;
}
.maincontent3 .tabcontent .list li a:hover{
	color: #d83d45;
}


.bottomframe{
	width:100%;
	height:170px;
	padding-top:25px;
	line-height:30px;
	text-align:center;
	background-color: #eaeaea;
}
.bottomframe .bottombody{
	width: 755px;
	margin: 0 auto;
}
.bottomframe .bottom_wx{
	float: left;
	width: 210px;
	text-align:center;
	border-right: 1px solid #d5d5d5;
}
.bottomframe .bottom_wx img{
	width: 120px;
	height: 114px;
}
.bottomframe .bottom_text{
	float: left;
	margin-left: 45px;
	text-align: left;
}
.bottomframe .bottom_text p{
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	margin-bottom: 10px;
}
.bottomframe .bottom_text span{
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	margin-bottom: 10px;
}