﻿body {
	font-family: "思源黑体"!important;
  width:100%;
}
*{
  padding:0px;
  margin:0px;
}
a {
	color: #000;
	cursor: pointer;
}
a:hover{
  text-decoration: none;
}
p{
  margin:0px;
  font-family: "思源黑体"!important;
}
span{
	font-family: "思源黑体"!important;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
hr {
  border: 0;
  border-top: 1px solid #eee
}
a,a:hover,a:active,a:focus{
  text-decoration:none!important;
  }
ul li{
  list-style:none;
  }
ol,ul{
  margin-bottom: 0px;
  padding-left: 0px;
}
.container{
  width:1200px;
  padding:0px;
}
.clearfix{
  clear:both;
}
.btn-group.open .dropdown-toggle{
  box-shadow: none!important;
}
@media (max-width: 992px){
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,
.col-md-1,.col-md-10,.col-md-11,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9, 
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, 
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
  float:left;
}
.col-lg-12,.col-md-12,.col-sm-12,.col-xs-12{
  width: 100%
}
.col-lg-11,.col-md-11,.col-sm-11,.col-xs-11{
width: 91.66666667%
}
.col-lg-10,.col-md-10,.col-sm-10,.col-xs-10{
width: 83.33333333%
}
.col-lg-9,.col-md-9,.col-sm-9,.col-xs-9{
width: 75%
}
.col-lg-8,.col-md-8,.col-sm-8,.col-xs-8{
width: 66.66666667%
}
.col-lg-7,.col-md-7,.col-sm-7,.col-xs-7{
width: 58.33333333%
}
.col-lg-6,.col-md-6,.col-sm-6,.col-xs-6{
width: 50%
}
.col-lg-5,.col-md-5,.col-sm-5,.col-xs-5{
width: 41.66666667%
}
.col-lg-4,.col-md-4,.col-sm-4,.col-xs-4{
 width: 33.33333333%
}
.col-lg-3,.col-md-3,.col-sm-3,.col-xs-3{
width: 25%
}
.col-lg-2,.col-md-2,.col-sm-2,.col-xs-2{
 width: 16.66666667%
}
.col-lg-1,.col-md-1,.col-sm-1,.col-xs-1{
  width: 8.33333333%
}
}
@media only screen and (max-width: 1366px){
body{
  width:100%;
  margin:0 auto;
}
}
/* @media only screen and (min-width:1367px) and (max-width: 1440px){
body{
  width:1423px;
  margin:0 auto;
}
} */

/********index*******/
/*头部微信二维码*/

 .weixin{
   position:relative;
 }
 .weixin img{
  margin-top:20px;
 }
.weixin::after{
  content: url(img/ewm.jpg);
  position: absolute;
  left: -40px;
  top: 60px;
  z-index: 9999999999999;
  width:120px;
  height: 120px;
  border-radius: 4px;
  transform-origin:right top;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.weixin:hover::after{
  transform:scale(1);
  opacity: 1;
}
/*头部微信二维码*/
.header_top{
  background: url(img/header_top1.png) center center no-repeat;
  height:70px;
}
.logo{
  height:70px;
  width:50%;
}
.logo img{
  margin-top:20px;
  width:50%;
}
.search{
  height:70px;
}
.search form{
  margin-top: 20px;
}
.index_search_input{
  width:224px;
  height:30px;
  line-height: 30px;
  padding:0px 0px 0px 30px;
  border-radius:5px 0px 0px 5px;
  background: url(img/search.png) #fff 10px center no-repeat;
  border:none;
  color:#dddddd;
  font-family: "思源黑体";
}
.index_search_input::-webkit-input-placeholder {/*Chrome/Safari*/
  color:#dddddd;
  font-size: 12px;
}
.index_search_input::-moz-placeholder {/*Firefox*/
  color:#dddddd;
  font-size: 12px;
}
.index_search_input::-ms-input-placeholder {/*IE*/
  color:#dddddd;
  font-size: 12px;
}
.index_search_submit{
  width:52px;
  height:30px;
  line-height: 30px;
  margin-right: 42px;
  padding:0px;
  border-radius:0px 5px 5px 0px;
  border:none;
  background-color: #ea8b00;
  color:#ffffff;
  font-family: "思源黑体";  
}
.search form{
  
}
.search .weixin{
  display: block;
  line-height: 70px;
}
.search_result p{
  font-size: 18px;
  color:#ea8b00;
  margin:10px 0px 30px;
}
.header_bottom{
  background: #ea8b00;
}
/*nav**/
  .navBar{  
    position:relative; 
    z-index:1;   
    color:#fff; 
    height:60px; 
    line-height:60px;   
  }
  .nav{
    height: 60px;
    line-height: 60px;
  }
  .nav h3{ 
    font-size:100%; 
    font-weight:normal; 
    font-size:14px;
    margin:0px; 
    height: 60px;
    line-height: 60px; 
  }
  .nav .m{  
    position:relative; 
    float:left; 
    width:165px;
    margin-right: -1px; 
    height: 60px;
    line-height: 60px;
    display:inline; 
    text-align:center;   
  }
  .nav span{
    float:left; 
    display: block;
    width: 1px;
    color:#ff9668;
  }
  .nav h3 a{  
    zoom:1; 
    height: 60px;
    line-height: 60px; 
    display:block; 
    color:#fff ;
    font-size: 16px;
  }
  .nav h3 a:hover{
    background: #eef8ff!important;
    color: #005bac!important;
  }
  .nav_active{
    background: #ffe9e0;
    color:#ea8b00!important; 
  }
  /* .nav .on h3 a{ 
    background: #eef8ff;
    color:#ea8b00; 
  } */
  .nav .sub{ 
    display:none; /*默认隐藏*/ 
    width:165px; 
    position:absolute; 
    left:0px; 
    top:60px;  
    background:#ffffff;  
    float:left; 
    line-height:30px; 
  }
  .nav .sub li{ 
    text-align:center;  
  }
  .nav .sub li a{ 
    color:#333; 
    display:block; 
    padding: 10px 0px;
    zoom:1;
  }
  .nav .sub li a:hover{  
    background:#ffe9e0; 
    color:#ea8b00;   
  }
.mobile{
  display: none;
}
 

/* banner */
.fullSlide{ 
  position:relative; 
  /* background:#000;  */
  margin:0 auto; 
}
.fullSlide .bd{ 
  position:relative; 
  z-index:0; 
}
.fullSlide .bd li{
  height:400px;
  width:100%!important;
}
.fullSlide .bd ul{
   width:100%!important; 
}
.fullSlide .bd li img{
  width:100%; 
  vertical-align:top; 
} 
.fullSlide .hd{
  position:relative; 
  z-index:1; 
  margin-top:-30px; 
  height:30px; 
  line-height:30px; 
  text-align:center;
  filter:alpha(opacity=60);opacity:0.6 
}
.fullSlide .hd ul{ 
  text-align:center;  
  padding-top:5px;  
}
.fullSlide .hd ul li{ 
  cursor:pointer; 
  display:inline-block; 
  *display:inline; 
  zoom:1; 
  width:25px; 
  height:6px; 
  margin-right: 10px;
  background:url(img/tg_flash_p.png) -35px 0; 
  overflow:hidden; 
  font-size:0;
}
.fullSlide .hd ul .on{ 
  background-position:0 0; 
}
.fullSlide .prev,.fullSlide .next{ 
  z-index:1; 
  display:block; 
  width:55px; 
  height:55px; 
  position:relative; 
  margin:-17% 0 0 3%; 
  float:left;  
  background:url(img/arrow.png) 0 0 no-repeat; 
  filter:alpha(opacity=40);opacity:0.4  
}
.fullSlide .next{  
  background-position:right 0; 
  float:right; 
  margin-right:3%  
}
.fullSlide .prev:hover,.fullSlide .next:hover{ 
  filter:alpha(opacity=80);
  opacity:0.8 
}
.zy_banner{
  margin:35px auto;
  position: relative;
}
.nr_content_top_wz{
  position: absolute;bottom:10px;right:10px;
}
/**news***/
.news{
  margin-top:30px;
}
.top_news{
  padding:35px 90px 32px;
  background:url(img/ttnews.png) #f4f4f4 left top no-repeat;
  margin-bottom:70px;
}
.top_news_title a{
  display: block;
  font-size: 34px;
  color:#ea8b00;
  font-weight:900;
  text-align: center;
}
.top_news_desc{
  font-size: 14px;
  color:#424242;
  text-align: center;
}
.txtScroll-top .bd{ padding:15px;  }
.txtScroll-top .infoList li{ height:70px;overflow:hidden; }

/* 焦点图 */
.focusBox { 
  float:left; 
  position: 
  relative; 
  width: 435px; 
  height: 295px; 
  overflow: hidden; 
  text-align: left; 
  background:#fff; 
}
.focusBox .pic img { 
  width: 435px; 
  height: 295px;  
  display: block; 
}
.focusBox .txt-bg { 
  position: absolute; 
  bottom: 0; 
  z-index: 1; 
  height: 36px; 
  width:100%;  
  background: #333; 
  filter: alpha(opacity=40); 
  opacity: 0.4; 
  overflow: hidden; 
}
.focusBox .txt { 
  position: absolute; 
  bottom: 0; 
  z-index: 2; 
  height: 36px; 
  width:100%; 
  overflow: hidden; 
}
.focusBox .txt ul{
  padding-left: 10px;
}
.focusBox .txt li{ 
  height:36px; 
  line-height:36px; 
  position:absolute; 
  bottom:-36px;
}
.focusBox .txt li a{ 
  display: block; 
  color: white; 
  padding: 0 0 0 10px; 
  font-size: 12px; 
  font-weight: bold; 
  text-decoration: none; 
}
.focusBox .num { 
  position: absolute; 
  z-index: 3; 
  bottom: 14px; 
  right: 8px; 
}
.focusBox .num li{ 
  float: left; 
  position: relative; 
  width: 15px; 
  height: 5px; 
  line-height: 15px; 
  overflow: hidden; 
  text-align: center; 
  margin-right:5px; 
  cursor: pointer; 
}
.focusBox .num li a,.focusBox .num li span { 
  position: absolute; 
  z-index: 2; 
  display: block; 
  color: white; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  text-decoration: none; 
}
.focusBox .num li span { 
  z-index: 1; 
  background: #ffffff; 
  filter: alpha(opacity=80); 
  opacity: 0.8; 
}
.focusBox .num li.on a,.focusBox .num a:hover{ 
  background:#ea8b00;  
}
/* Tab切换 */
.hasMoreTab{ 
  float:right;
  width:725px; 
  height:295px;
}
.hasMoreTab .hd{ 
  line-height:47px; 
  height:47px; 
  border-bottom:1px solid #C8D1D5;  
  position:relative;  
}
.hasMoreTab .hd .more{ 
  float:right; 
}
.hasMoreTab .hd .more a{
  color:#999999;
  font-size: 12px;
}
.hasMoreTab .hd ul{ 
  z-index:5; 
  position:absolute; 
  height:47px;  
  padding-left: 0px;
  overflow:hidden; zoom:1; 
}
.hasMoreTab .hd li{ 
  float:left;  
  padding:0 30px;
  font-size: 24px; 
  cursor:pointer; 
  margin-left:-1px;  
}
.hasMoreTab .hd li.on{ 
    height: 46px;
    line-height: 47px;
    background: #ea8b00;
    color: #ffffff; 
}
.hasMoreTab .bd{  
  clear:both; 
  position:relative;  
}
.hasMoreTab .bd .con ul{
  padding-left: 0px;
  margin-top:18px;
}
.hasMoreTab .bd .con ul li{
  height:39px;
  line-height: 39px;
  border-bottom:1px dashed #eee;
  background: url(img/list_arrow.png) left 15px no-repeat;
}
.hasMoreTab .bd .con ul li:hover{
  background: url(img/list_arrow.png) left -22px no-repeat;
}
.hasMoreTab .bd .con ul li:nth-child(6){
  border-bottom:none;
}
.hasMoreTab .bd .con ul li a{
  padding-left: 15px;
}
.hasMoreTab .bd .con ul li a:hover{
  color:#ea8b00;
}
.hasMoreTab .bd .con ul li .news_title{
  font-size: 14px;
  color:#666666;
    font-weight:100;
}
.hasMoreTab .bd .con ul li .news_time{
  font-size: 12px;
  color:#bebebe;
  margin-bottom:0px;
}
.gsdt_title{
  font-size: 18px;
  color: #333333;
  font-weight: 900;
  margin-bottom: 20px;
}
.gsdt_title:hover{
  color:#ea8b00;
}
.gsdt_desc{
  font-size: 14px;
  color:#666666;
  margin-bottom:15px;
  padding-bottom: 15px;
  border-bottom:1px solid #eee;
}
/***dang***/
.dang{
  margin-top:70px;
}
.dang_top{
  border-bottom:1px solid #e7e7e7;
  height:48px;
  line-height: 47px;
  margin-bottom:35px;
}
.dang_top_title{
  font-size:24px;
  width:162px;
  text-align: center;
  color:#ffffff;
  background-color:#0e62a9;
}
.dang_top_more{
  font-size: 12px;
  color:#999999;
}
.dang_left{
  width:560px;
}
.dang_right{
  width:560px;
}
.dang_left_img{
  width:180px;
}
.dang_left_img img{
  width:100%;
  height:100px;
}
.dang_left_top_news{
  width:350px;
}
.dang_left_top_title{
  font-size: 18px;
  color:#333333;
  font-weight:900;
  margin-bottom:15px;
}
.dang_left_top_desc{
  font-size: 14px;
  color:#999999;
}
.dang_list{
  margin-top:25px;
}
.dang_list li{
  height:39px;
  line-height: 39px;
  background: url(img/list_arrow.png) left 15px no-repeat;
}
.dang_list li:hover{
  background: url(img/list_arrow.png) left -22px no-repeat;
}
.dang_list li a{
  padding-left: 15px;
}
.dang_list li a:hover{
  color:#ea8b00;
}
.dang_list li .dang_list_title{
  font-size: 14px;
  color:#333333;
}
.dang_list li .dang_time{
  font-size: 12px;
  color:#bebebe;
}
.dang_right ul li{
  margin-bottom: 20px;
  width:270px;
  float:left;
  margin-right:20px;
}
.dang_right ul li:nth-child(2n){
  margin-right: 0px;
}
.dang_right ul li:first-child+li+li+li,.dang_right ul li:first-child+li{
  margin-right: 0px;
}
.dang_right ul li img{
  width:270px;
}

/***业务领域***/
.ywly{
  margin-top: 70px;
  background-color: #f4f4f4;
  padding:40px 0px 45px;
}
.ywly_top_title{
  font-size: 24px;
  height:25px;
  line-height: 25px;
  color:#333333;
  padding-left: 10px;
  border-left:6px solid #ea8b00;
}
.ywly_top_title span{
  font-size: 24px;
  color:#dddddd;
  margin-left:5px;
  text-transform: uppercase;
}
.ywly_list{
  margin-top:32px;
}
.ywly_list li{
  float:left;
  height:235px;
  width:48%;
  margin-right:24px;
  padding:35px 37px 30px 33px;
}
.ywly_list li:nth-child(3){
  margin-right:0px;
}
.ywly_list li:first-child+li+li{
  margin-right:0px;
}
.ywly_list_one{
  background: url(img/ywly1.jpg) center center no-repeat;
}
.ywly_list_two{
  background: url(img/ywly2.jpg) center center no-repeat;
}
.ywly_list_three{
  background: url(img/ywly3.jpg) center center no-repeat;
}
.ywly_list_one:hover{
  background: url(img/ywly1_h.jpg) center center no-repeat;
}
.ywly_list_two:hover{
  background: url(img/ywly2_h.jpg) center center no-repeat;
}
.ywly_list_three:hover{
  background: url(img/ywly3_h.jpg) center center no-repeat;
}
.ywly_title{
  font-size: 24px;
  color:#555555;
  font-weight:900;
  margin-bottom: 15px;
}
.ywly_title span{
  font-size: 14px;
  color:#555555;
  margin-left:10px;
  text-transform: uppercase;
}
.ywly_desc{
  font-size: 14px;
  color:#555555;
  height:40px;
  margin-bottom: 50px;
}
.ywly_more{
  font-size: 14px;
  color:#e6e6e6;
  width:111px;
  height:39px;
  line-height: 39px;
  text-align: center;
  margin:0 auto;
  background-color: #585858;
  border-radius:5px;
  display: block;
}
.ywly_list li:hover .ywly_title,
.ywly_list li:hover .ywly_desc,
.ywly_list li:hover .ywly_more,
.ywly_list li:hover .ywly_title span{
  color:#e2f1fb;
}
.ywly_list li:hover .ywly_more{
  background-color: #e2f1fb;
  color:#ea8b00;
}
/*****企业文化*****/
.cluture{
  margin-top:70px;
}
.qywh{
  width:560px;
}
.shzr{
  width:560px;
}
.qywh_list{
  padding:45px 0px 35px;
  background-color: #f4f4f4;
}
.qywh_list ul li{
  float:left;
  width:140px;
  height:98px;
  border-right:1px dashed #d6d5d5;
  text-align: center;
}
.qywh_list ul li:first-child+li+li+li{
  border-right:none;
}
.qywh_list ul li a img{
  height:37px;
  margin-bottom: 15px;
  margin-top:15px;
}
.qywh_list ul li a{
  display:block;
  height:37px;
}
.qywh_list_one{
  background: url(img/1.png) center 10px no-repeat;
}
.qywh_list_two{
  background: url(img/2.png) center 10px no-repeat;
}
.qywh_list_three{
  background: url(img/3.png) center 10px no-repeat;
}
.qywh_list_four{
  background: url(img/4.png) center 10px no-repeat;
}
.qywh_list_one:hover{
  background: url(img/1-hover.png) center 10px no-repeat;
}
.qywh_list_two:hover{
  background: url(img/2-hover.png) center 10px no-repeat;
}
.qywh_list_three:hover{
  background: url(img/3-hover.png) center 10px no-repeat;
}
.qywh_list_four:hover{
  background: url(img/4-hover.png) center 10px no-repeat;
}
.qywh_list ul li a p{
  font-size: 14px;
  color:#848484;
  padding-top: 60px;
}
.qywh_list ul li:hover p{
  color:#ea8b00;
}
/* Tab切换 */
.slideTxtBox{ 
  width:100%; 
  height:220px; 
  overflow:hidden;  
  background:#fff;  
  text-align:left;  
}
.slideTxtBox .hd{ 
  padding:10px 0px; 
  border-top:1px solid #dcdcdc; 
  border-bottom:1px solid #dcdcdc; 
  font-size:16px; 
}
.slideTxtBox .hd ul{ 
  overflow:hidden; 
  zoom:1;  
}
.slideTxtBox .hd ul li{ 
  float:left; 
  width:33.333%;
}
.slideTxtBox .hd ul li a{ 
  display:block; 
  padding:3px 15px;
  text-align: center; 
  color: #333333; 
}
.slideTxtBox .hd ul li a:hover{ 
  text-decoration:none;  
}
.slideTxtBox .hd ul li.on a{ 
  background:#ea8b00; 
  color:#fff;  
}
.slideTxtBox .bd{ 
  padding:10px;  
}
.slideTxtBox .bd li{ 
  height:40px; 
  line-height:40px; 
  padding-left: 20px;  
  background: url(img/list_arrow.png) left 15px no-repeat;
}
.slideTxtBox .bd li a{
  color:#333333;
  font-size: 14px;
}
.slideTxtBox .bd li a:hover{
  color:#ea8b00;
}
.slideTxtBox .bd li:hover{
  background: url(img/list_arrow.png) left -22px no-repeat;
}
.slideTxtBox .bd li .date{ 
  float:right; 
  color:#a7a7a7;  
  font-size: 14px;
}

/*****link****/
.taba1 {
  width:100%;
}
.taba1 .hd{
  height:90px; 
  position: relative;    
  float: right;
  width: 89%;
}
.taba1 .hd ul{
  position: absolute;
  float: left; 
  font:14px "思源黑体"; 
  width:100%;
}
.taba1 .hd li{
  float: left;
  width:328px;
  margin-right:42px;
  margin-top:24px;
  background-color: #ffffff; 
  cursor:pointer;
  height:40px;
  line-height:40px; 
  text-align:center;
  padding-left: 0px; 
}
.taba1 .hd li:nth-child(3),.taba1 .hd li:first-child+li+li{
  margin-right:0px;
}
.taba1 .hd li a{
  line-height: 26px; 
  text-align:center; 
  font-size:14px; 
  color:#333; 
  font:14px "思源黑体";
}
.taba1 .hd li.on { 
  height:40px;
  line-height:40px; 
  background-color:#ffffff;
}
.taba1 .hd li.on a{ 
  color:#fff; 
  text-decoration:none;
}
.taba1 .bd{
  float:right;
  width:89%;
}
.taba1 .bd ul{
  zoom:1; 
  margin-top:20px;
  float:right;
  width:100%;
  height:auto;
}
.taba1 .bd ul.on{
  display:block;
}
.taba1 .bd li{
  width:25%;
  height:45px;
  line-height: 45px;
  float:left;
}
.taba1 .bd ul li a{
  color:#eaeaea;
}
.taba1 .bd ul li a img{
	height: 12px;
	width: 12px;
	margin-bottom: 3px; 
	margin-right: 5px;
}

.taba1 .bd a:hover{
  color:#ffffff;
  text-decoration: underline!important;
}
.zgs_link{
  /* height:90px; */
  background-color: #ea8b00;
}
.zgslins_title{
  height:90px;
  line-height: 90px;
  font-size: 18px;
  color:#ffffff;
  margin-left:24px;
}
/****footer****/
.footer_bottom{
  height:50px;
  line-height: 50px;
  background-color: #ffffff;
  color:#333333;
  font-size: 12px;
  text-align: center;
}
.footer_bottom_main span{
  margin-right:15px;
}
.footer_top{
  background-color: #ea8b00;
  color:white;
  padding:20px 0px 60px;
}
.footer_left{
  width:36.33333%;
  background: url(img/footer_sx.png) right center no-repeat;
  height:127px;
}
.footer_center{
  width:30.33333%;
  padding:0px 50px 0px 50px;
   background: url(img/footer_sx.png) right center no-repeat;
  height:127px;
}
.footer_center ul{
  margin-top:5px;
}
.footer_center ul li{
  width:33.33333%;
  text-align: center;
  float:left;
  height:45px;
  line-height: 45px;
}
.footer_center ul li a{
  display: block;
  color:white;
}
.footer_center ul li a:hover{
  color:white;
  text-decoration: underline!important;
}
.footer_left_tel{
  font-size: 26px;
  font-weight:900;
}
.footer_left_hx{
  width:317px;
  height:1px;
  background-color:#c5c7cc;
  margin-bottom:15px;
  margin-top:15px;
}
.footer_left_address{
  font-size: 14px;
  color:white;
  margin-bottom: 5px;
}
.footer_left_email{
  font-size: 14px;
  color:white;
  margin-bottom: 5px;
}
.footer_left_fax{
  font-size: 14px;
  color:white;
  margin-bottom: 5px;
}
.footer_center_cn{
  font-size: 20px;
  font-weight:900;
  color:white;
}
.footer_center_en{
  font-size: 14px;
  color:#a5a5a5;
  margin:5px 0px 15px;
}
.footer_center_link .btn{
  width:260px;
  text-align: left;
  background-color: #ffffff;
  font-size: 14px;
  color:#a5a5a5;
}
.footer_center_link .btn .caret{
  float:right;
  margin-top:10px;
  margin-right:10px;
  color:#a5a5a5;
}
.footer_right{
  width:33.33333%;
  height:127px;
}
.footer_right ul li{
  float:left;
  width:75px;
  margin-right:30px;
}
.footer_right ul li img{
  margin:17px 0px 30px;
  width: 80px;
  height: 80px;
}
.footer_right ul li p{
  font-size:14px;
  color:#444444;
}
/*底部微信二维码*/

 .weixinn{
   position:relative;
 }
.weixinn::after{
    content: url(img/ewm.png);
    position: absolute;
    right: -55px;
    top: -249px;
    z-index: 9999999999999;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    transform-origin: right bottom;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.weixinn:hover::after{
  transform:scale(1);
  opacity: 1;
}
/*底部微信二维码*/


/*****单页******/
.zy_hr{
  margin: 0px;    
  border-top: 1px solid #e9e9e9;    
  margin-top: 94px;
  position: absolute;
  display: block;
  width: 100%;
}
.slide_menu{
  width:255px;
  float:left;
  padding-bottom: 130px;
  background-color: #fafafa;
}
.slide_menu ul li{
  height:60px;
  line-height: 60px;
}
.slide_menu ul li a{
  display: block;
  padding-right:30px;
  text-align: right;
  border-top: 1px solid #e7e7e7;
  background-color: #fafafa;
}
.slide_menu ul li a:hover,.slide_menu_active{
  background: #eef8ff!important;
  color: #005bac!important;
}
.slide_menu_top{
  height:94px;
  background-color: #ea8b00;
}
.slide_menu_top_cn{
  font-size: 24px;
  text-align: right;
  font-weight:900;
  padding-right:25px;
  padding-top:18px;
  color:#eef8ff;
}
.slide_menu_top_en{
  font-size: 18px;
  text-align: right;
  padding-right:25px;
  color:#eef8ff;
  text-transform: uppercase;
}
.nr_content_top{
  /* height:94px; */
}
.nr_content_top_cn{
  font-size: 24px;
  color:#ea8b00;
  padding-top:18px;
}
.nr_content_top_wz,.nr_content_top_wz a{
  font-size: 14px;
  color:#ffffff;
}
.nr_main_content{
  margin-top:0px;
  margin-bottom: 100px;
}
.nr_content{
  float:right;
  width:895px;
}


/******列表页******/
.nr_content_list ul{
  margin-top:-40px;
}
.nr_content_list ul li{
  height:200px;
  border-bottom:1px solid #dfdedf;
  padding-top:40px;
}
.nr_content_list ul li a:hover .news_title{
  color:#ea8b00;
}
.news_title{
  font-size: 20px;
  color:#333333;
  font-weight:900;
  margin-bottom:10px;
}
.news_time{
  font-size: 14px;
  color:#c7c7c7;
  margin-bottom:25px;
}
.news_desc{
  font-size: 16px;
  color:#727272;
}
.fy{
  width: 100%;
  margin: 20px 0px 0px;
  padding-bottom: 0px;
}
.fy a:hover,.pn a:hover,.aa a:hover,.ym a:hover {
    color: #fff;
    background-color: #ea8b00;
  }
.pn a{
  color:#Fff ;
    background-color: #ea8b00;
    padding: 4px 10px;
    margin: 1px;
    float: left;
}
.aa a{
    padding: 4px 10px 4px;
     margin: 6px 10px 0px;
    float: left;
    background-color: #ffe9e0;
    color:#ea8b00;
}
.star a{
    padding: 4px 10px 4px;
    margin: 1px 10px 0px;
    float: left;
    background-color: #eef8ff;
    color: #ea8b00;
}

.aa span{
  float:left;
  display: block;
  margin-top: 6px!important;
}
.star{
  float: left;
}
.ym a{
    padding: 4px 10px 4px;
    margin: 1px 10px 0px;
    float: left;
    background-color: #ffe9e0;
    color:#ea8b00;
}
.ym .current {
  float:left;
    color: #fff;
    background-color: #ea8b00;
    padding: 4px 10px 4px;
    margin-right: 10px;
  }
.pn a:hover{
  color: #fff;
    background-color: #ea8b00;
}
.fy span {
    
    padding: 4px;
    margin: 1px;
  }


/*******pic-news*******/
.news_pic{
  float:left;
  width:200px;
}
.news_pic img{
  width:204px;
  height:135px;
}
.news_content{
  float:right;
  width:655px;
}
/****zgsnews****/
.zgs_name a{
  display: block;
  float:left;
  width:299px;
  text-align: center;
  height:45px;
  line-height: 45px;
  /* border:1px solid #ededed; */
  background-color: #ededed;
  margin-right:-1px;
}
.zgs_name a:hover,.zgs_name_active{
  background-color: #ea8b00!important;
  color:#ffffff;
}
.news_arrow_title{
  margin:40px 0px 30px;
  font-size: 20px;
  color:#ea8b00;
  font-weight:900;
}
.news_arrow_title img{
  margin-top:-1px;
  margin-left:5px;
}


/****show****/
.show_news_title{
  font-size: 23px;
  color:#333333;
  font-weight:900;
  text-align: center;
  margin:30px auto 10px;
  width:85%;
}
.show_news_futitle{
	font-size:20px;
	color:#999999;
	 text-align: center;
	 margin:20px 0px 20px;
}
.show_news_time{
  font-size: 12px;
  color:#cecece;
  text-align: center;
}
.show_news_time span{
  margin-right:20px;
}


/*****list_leader*****/
.leader_list{
  padding-bottom:0px;
}
.leader_list ul li{
  float:left;
  width:33.333333%;
  text-align: center;
  margin-bottom:30px;
}
.leader_list ul li:nth-child(1){
  margin-top:-2px;
}
.leader_list ul li:nth-child(1) .leader_desc{
  width: 76%;
}
.leader_list ul li:nth-child(1) img{
  width:227px;
}
.leader_list ul li img{
  width:225px;
}
.leader_list ul li:nth-child(3n),
.leader_list ul li:first-child+li+li{
  margin-right:0px;
}
.leader_desc{
  background-color: #ededed;
  padding:10px 0px;
  width: 76%;
    margin: 10px auto 0;
}
.leader_title{
  font-size: 24px;
  color:#333333;
}
.leader_zhiwu{
  font-size: 12px;
  color:#777777;
}



/*****dsj*****/
/* 本例子css */
.slide_dsj{ }
.slide_dsj .hd{ 
  height:30px; 
  line-height:30px; 
  position:relative; 
}
.slide_dsj .hd ul{ 
  float:left;  
  position:absolute; 
  left:20px; 
  top:-1px; 
  height:32px;   
}
.slide_dsj .hd ul li{ 
  float:left; 
  padding:0 70px 0px 0px; 
  font-size: 20px;
  color:#717171;
  cursor:pointer;  
}
.slide_dsj .hd ul li.on{ 
  height:30px;  
  color:#ea8b00;
}
.slide_dsj .bd ul{ 
  padding:15px; 
  margin-top:30px; 
  zoom:1;  
}
.slide_dsj .bd li{ 
  height:60px; 
  line-height:25px;   
}
.slide_dsj .bd li .date{ 
  float:right; color:#999;  
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slide_dsj .arrow{  
  position:absolute; 
  right:10px; 
  top:0; 
}
.slide_dsj .hd .next{ 
  display:none;/******有需要时，改成block*******/  
  width:11px; 
  height:18px; 
  float:right; 
  margin-right:5px; 
  margin-top:3px;  
  overflow:hidden;
  cursor:pointer; 
  background:url("img/arrow01.png") 0 0 no-repeat; 
}
.slide_dsj .hd .prev{
  display:none;/******有需要时，改成block*******/  
  width:11px; 
  height:18px; 
  float:left; 
  margin-right:5px; 
  margin-top:3px;  
  overflow:hidden;
  cursor:pointer; 
  background:url("img/arrow01.png") 0 0 no-repeat; 
}
.slide_dsj .hd .next{ 
  background-position:-25px 0px;  
}
.slide_dsj .hd .prevStop{ 
  background-position:0px -29px; 
}
.slide_dsj .hd .nextStop{ 
  background-position:-25px -29px; 
}


/****出资企业*****/
.czqy_list ul li{
  width:220px;
  margin-right:25px;
  float:left;
  margin-bottom:20px;
  height:110px;
  transition: 0.4s;
}
.czqy_list ul li:hover{
      transform: translate3d(0, -5px, 0);
}
.czqy_list ul li:nth-child(5n),
.czqy_list ul li:first-child+li+li+li+li,
.czqy_list ul li:first-child+li+li+li+li+li+li+li+li+li,
.czqy_list ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.czqy_list ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li,
.czqy_list ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{
  margin-right:0px;  
}
.czqy_list ul li img{
  width:100%;
  height:110px;
  transition: 0.4s;
}
/* .czqy_list ul li img:hover{
  transform: translate3d(0, -5px, 0); 
} */
.box{
  position: relative;
  /* overflow: hidden; */
}
.box .cover{
    width: 220px;
    height: 0px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    display: none; 
     top:0 ; 
    text-align: center;
    color: #ffffff;
  }
.box .cover p{
  height: 0px;
  display: none;
  overflow: hidden;
}


/******show_czgs******/
.czgs_main{
  margin-top:30px;
}
.slide_czgs_list{
  float:left;
  width:256px;
}
.slide_czgs_list ul li:nth-last-child(1){
  margin-bottom:100px;
}
.slide_czgs_list ul li a{
  display: block;
  height:49px;
  line-height: 49px;
  font-size:14px;
  text-align: right;
  color:#333333;
  border-bottom:1px dashed #eee;
}
.slide_czgs_list ul li a:hover,.slide_czgs_active{
  color:#ea8b00!important;
}
.showMorehandle{
  color:#333333;
  font-size: 16px;
  text-align: center;
  height:49px;
  line-height: 49px;
  font-weight:900;
  cursor:pointer;
  margin-bottom: 100px;
}
.showMorehandle:hover{
  color:#ea8b00!important;
}
.czgs_content{
  float:right;
  width:895px;
}
.show_czgs_top{
  height:58px;
  line-height: 58px;
  border-top:1px solid #cbc9ca;
  border-bottom:1px solid #cbc9ca;
}
.show_czgs_title{
  float:left;
  font-weight: 900;
  font-size: 24px;
  color:#ea8b00;
}
.show_czgs_link{
  display: block;
  float:right;
  font-weight: 900;
  font-size: 16px;
  color:#666666;
}
.show_czgs_link img{
  margin-right:5px;
}
.show_czgs_desc{
  margin-top:50px;
  font-size: 16px;
  color:#333333;
  line-height: 35px;
  text-indent: 2rem;
  margin-bottom:100px;
  text-align: justify;
}


/*******党群首页******/
/* 本例子css */
.back_to_index{
  display: block;
  width:110px;
  border-radius:10px;
  height:51px;
  line-height: 51px;
  background: #b50000;
  text-align: center;
  color:#ffffff;
  font-size: 16px;
  margin-left:20px;
}
.back_to_index:hover{
  color:#ffffff;
}
.m-slide{ 
  position: relative; 
  width:100%;  
  height: 350px; 
  margin-bottom:55px;
  margin-top:0px;
}
.m-slide .img { 
  float: left; 
  position: relative 
}
.m-slide .img li, .m-slide .img a, .m-slide .img img { 
  display: block; 
  width: 545px; 
  height: 350px; 
  position: relative;
}
.m-slide .img .title{
  position: absolute;
  bottom:0;
  width:100%;
  height:45px;
  line-height: 45px;
  text-align: center;
  background:rgba(0,0,0,0.7);
  color:#ffffff;
}
.m-slide .img li { 
  display: none; 
  position: absolute; 
  left: 0; 
  top: 0 
}
.m-slide .tab { 
  float: right;
  width:555px; 
}
.m-slide .tab li { 
  width: 100%;
  cursor:pointer; 
}
.m-slide .tab hr{
  margin:25px 0px;
}
.m-slide .tab li:hover .dang_index_top_title a,
.m-slide .tab li:hover .show_details{
  color:#b40000;
}
.m-slide .tab .on .dang_index_top_title a,
.m-slide .tab .on .show_details{
  color:#b40000;
}
.dang_index_top_title a{
  display: block;
  font-size: 18px;
  color:#555555;
  font-weight:900;
  margin-bottom: 10px;
}
.dang_index_top_desc .show_details{
  font-size: 14px;
  color:#aaaaaa;
}
.dang_index_top_desc{
  font-size: 14px;
  color:#aaaaaa;
}
.dang_index_left{
  float:left;
  width:357px;
  margin-right:34px;
}
.dang_index_center{
  float:left;
  width:357px;
  margin-right:34px;
}
.dang_index_right{
  float:left;
  width:357px;
  margin-right:0px;
}
.dang_title{
  height:48px;
  font-size: 24px;
  color:#333333;
  background: url(img/title.png) center bottom no-repeat;
}
.dang_title img{
  margin-right:15px;
}
.dang_title a{
  display: block;
  float:right;
  font-size: 14px;
  color:#ababab;
  line-height:35px;
}
.dang_index_left ul{
  margin-top:20px;
  margin-bottom: 0px;
}
.dang_index_center ul{
  margin-top:20px;
  margin-bottom: 0px;
}
.dang_index_right ul{
  margin-top:20px;
  margin-bottom: 0px;
}
.dang_index_left ul li a{
  display: block;
  height:35px;
  line-height: 35px;
  padding-left: 17px;
  background: url(img/da_icon.png) left center no-repeat;
  color:#333333;
  font-size: 14px;
}
.dang_index_center ul li a{
  display: block;
  height:35px;
  line-height: 35px;
  padding-left: 17px;
  background: url(img/da_icon.png) left center no-repeat;
  color:#333333;
  font-size: 14px;
}
.dang_index_right ul li a{
  display: block;
  height:35px;
  line-height: 35px;
  padding-left: 17px;
  background: url(img/da_icon.png) left center no-repeat;
  color:#333333;
  font-size: 14px;
}
.dang_index_left ul li a:hover{
  color:#b40000;
}
.dang_index_center ul li a:hover{
  color:#b40000;
}
.dang_index_right ul li a:hover{
  color:#b40000;
}



/*****contact_us*****/
.contact_us_details{
  margin-top:90px;
}
.contact_us_details hr{
  border-top:1px dashed #c9c7c8;
}
.contact_us_details_tel{
  font-size: 34px;
  color:#ea8b00;
  font-weight:900;
}
.contact_us_details_address{
  font-size: 16px;
  color:#333333;
}
.contact_us_details_email{
  font-size: 16px;
  color:#333333;
  margin:5px 0px;
}
.contact_us_details_fax{
  font-size: 16px;
  color:#333333;
}

.contact_form_top{
  margin-bottom:45px;
}
.contact_form_top_title{
  font-size: 34px;
  color:#ea8b00;
  font-weight:900;
  margin-bottom:8px;
}
.contact_form_top_desc{
  font-size: 14px;
  color:#afafaf;
}
.contact_form_top_desc span{
  color:#ea8b00;
}

.contact_form_name{
  height:35px;
  line-height: 35px;
  margin-bottom:25px;
}
.contact_form_tel{
  height:35px;
  line-height: 35px;
  margin-bottom:25px;
}
.contact_form_email{
  height:35px;
  line-height: 35px;
  margin-bottom:25px;
}
.contact_form_name p{
  float:left;
}
.contact_form_tel p{
  float:left;
}
.contact_form_email p{
  float:left;
}
.contact_form_text p{
  float:left;
}
.contact_form_name input[type="text"]{
  width:369px;
  height:33px;
  line-height: 35px;
  padding-left: 10px;
  border:1px solid #c9c9c9;
  background-color: #fbfbfb;
}
.contact_form_tel input[type="text"]{
  width:369px;
  height:33px;
  line-height: 35px;
  padding-left: 10px;
  border:1px solid #c9c9c9;
  background-color: #fbfbfb;
}
.contact_form_email input[type="text"]{
  width:369px;
  height:33px;
  line-height: 35px;
  padding-left: 10px;
  border:1px solid #c9c9c9;
  background-color: #fbfbfb;
}
.contact_form_textarea{
  width:800px;
  height:197px;
  resize:none;
  border:1px solid #c9c9c9;
  background-color: #fbfbfb;
  padding:10px;
}
.contact_form_submit{
  width:265px;
  margin:40px auto 0;
}
.contact_form_submit input[type="submit"]{
  width:100px;
  float:left;
  height:40px;
  line-height: 40px;
  background-color: #ea8b00;
  color:#ffffff;
  text-align: center;
  border:none;
  margin-right:65px;
  display: block;
}
.contact_form_submit input[type="reset"]{
  width:100px;
  float:left;
  height:40px;
  line-height: 40px;
  background-color: #333332;
  color:#ffffff;
  text-align: center;
  border:none;
  display: block;
}
.tips{
  margin-left:10px;
  color:#ea8b00;
}