@charset "utf-8";
/* CSS Document */
.top-wrap {
  width: 100%;
  background-color:#fff;
  position: fixed;
  top: 0px;
  z-index: 9999;
  padding:5px 0;
}
.top {
  width: 1200px;
  margin: 0 auto;
}
.top a.top-left {
  float: left;
}
.top a.top-left img{
	width:100%;
	height:auto;
}
.top .top-right {
  float: right;
  text-align: right;
}
.top-right span {
 color: #484848;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-family: "微软雅黑", serif;
    margin-right: 14px;
    width: 600px;
}
.top-right .nav {
  margin-top: 40px;
}
.top .top-right a {
  display: block;
  float: left;
  width: 95px;
  margin-left: 25px;
  padding-bottom: 17px;
  position: relative;
}
.top .top-right a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #0166b6;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.top .top-right a b {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #484848;
  font-family: "微软雅黑", serif;
  font-weight: 400;
  line-height: 28px;
}
.top .top-right a i {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #484848;
  font-family: "Arial", serif;
  line-height: 19px;
}
.top .top-right a:hover:after {
  width: 100%;
}
.top .top-right a:hover b {
  color: #0166b6;
  font-weight:bold;
}
.top .top-right a:hover i {
  color: #0166b6;
  font-weight:bold;
}
.top .top-right a.nav-current:after {
  width: 100%;
}
.top .top-right a.nav-current b {
  color: #0166b6;
  font-weight:bold;
}
.top .top-right a.nav-current i {
  color: #0166b6;
  font-weight:bold;
}
.index-banner {
  width: 100%;
  margin:150px auto 0;
}
.index-banner a {
  width: 100%;
  display: block;
}
.index-banner a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.index-banner .slick-dots {
  bottom: 25px;
}
.index-banner .slick-dots li {
  margin: 0 4px;
}
.index-banner .slick-dots li button {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index-banner .slick-dots li.slick-active button {
  background-color: #0166b6;
}
.index-about-wrap {
  width: 100%;
  padding-bottom: 80px;
}
.index-about-wrap .index-about {
  width: 1200px;
  margin: 0 auto;
}
.index-about-wrap .index-about .index-about-tit {
  width: 100%;
  height: 223px;
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
}
.index-about-wrap .index-about .index-about-tit b {
  display: block;
  font-size: 48px;
  color: #0166b6;
  line-height: 50px;
  font-family: "微软雅黑", serif;
  font-weight: 400;
}
.index-about-wrap .index-about .index-about-tit i {
  display: block;
  font-size: 24px;
  color: #0166b6;
  line-height: 45px;
  font-family: "Arial", serif;
}
.index-about-wrap .index-about span {
  display: block;
  font-size: 24px;
  color: #484848;
  line-height: 40px;
  font-family: "微软雅黑", serif;
  font-weight: 400;
  text-align: center;
}
.index-about-wrap .index-about p {
  display: block;
  width: 1020px;
  font-size: 18px;
  color: #666666;
  line-height: 35px;
  font-family: "微软雅黑", serif;
  font-weight: 400;
  text-align: center;
  margin: 40px auto 0 auto;
}
.index-about-wrap .index-about p em {
  color: #0166b6;
}
.index-about-wrap .index-about a {
  display: block;
  width: 76px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
  color: #0166b6;
  font-size: 12px;
  margin: 15px auto 0 auto;
  position: relative;
}
.index-about-wrap .index-about a i {
  text-align: center;
  color: #0166b6;
  font-size: 12px;
  width: 76px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.index-about-wrap .index-about a:after {
  position: absolute;
  display: block;
  width: 100%;
  content: '';
  height: 0;
  z-index: 6;
  background: #0166b6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.index-about-wrap .index-about a:hover i {
  color: #ffffff;
}
.index-about-wrap .index-about a:hover:after {
  height: 100%;
}
.index-case-wrap {
  width: 100%;
  padding-bottom: 26px;
}
.index-case-wrap .index-case {
  width: 1206px;
  margin: 0 auto;
}
.index-case-wrap .index-case .index-case-in {
  width: 100%;
  height: 473px;
  border: 3px solid #cdcdcd;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-case-wrap .index-case .index-case-in .in-case-in {
  width: 590px;
  float: left;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-img {
  width: 295px;
  height: 218px;
  position: relative;
  float: left;
  z-index: 2;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-img img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:295px;
  height:218px;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-img:after {
  position: absolute;
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #3988c6;
  top: 100px;
  right: 0;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen {
  width: 295px;
  height: 218px;
  float: left;
  background-color: #3988c6;
  display: table;
  position: relative;
  z-index: 0;
  padding:20px;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen span {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen span a{
  font-size:18px;
  color:#ffffff;
  line-height:28px;
  
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen span a:hover{border-bottom:1px solid #ffffff;}
.index-case-wrap .index-case .index-case-in .case-in2 .index-case-img {
  float: right;
}
.index-case-wrap .index-case .index-case-in .case-in2 .index-case-img:after {
  position: absolute;
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #3988c6;
  border-right: 0;
  top: 100px;
  left: 0;
}
.index-case-wrap .index-case a.more {
  display: block;
  width: 76px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #0166b6;
  text-align: center;
  color: #0166b6;
  font-size: 12px;
  margin: 42px auto 0 auto;
  position: relative;
}
.index-case-wrap .index-case a.more i {
  text-align: center;
  color: #0166b6;
  font-size: 12px;
  width: 76px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.index-case-wrap .index-case a.more:after {
  position: absolute;
  display: block;
  width: 100%;
  content: '';
  height: 0;
  z-index: 6;
  background: #0166b6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.index-case-wrap .index-case a.more:hover i {
  color: #ffffff;
}
.index-case-wrap .index-case a.more:hover:after {
  height: 100%;
}
.index-case-wrap .index-case .link {
  margin-top: 50px;
}
.index-case-wrap .index-case .link p {
  font-size: 15px;
  color: #484848;
}
.index-case-wrap .index-case .link p a {
  margin-right: 26px;
  color: #898989;
}
.index-case-wrap .index-case .link p a:hover {
  color: #0166b6;
}
.index-case-wrap .index-case .link .line {
  width: 100%;
  height: 2px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #f6f6f6;
  margin-top: 8px;
}
.footer-wrap {
  width: 100%;
  background-color: #0166b6;
  padding: 26px 0 24px 0;
}
.footer-wrap .footer {
  width: 1200px;
  margin: 0 auto;
}
.footer-wrap .footer span {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.footer-wrap .footer span:nth-child(1){
	margin-right:30px;
}

.footer-wrap .footer span a {
  color: #ffffff;
}
.footer-wrap .footer span a:hover {
  text-decoration: underline;
}
.footer-wrap .footer a.wg {
  float: right;
  font-size: 14px;
  color: #ffffff;
}
.footer-wrap .footer a.wg:hover {
  text-decoration: underline;
}
.about-wrap {
  padding: 50px 0 30px 0;
  width: 100%;
}
.about-wrap .about {
  width: 1200px;
  margin: 0 auto;
}
.about-wrap .industry_news {
	background-color:#fff;
	border-radius:5px;
}
.about-wrap .industry_news .poverty{
 margin-left: 0;
}
.about-wrap .industry_news .poverty .info{
 margin-left: 0;
 padding: 40px 33px 0 33px;
}

.about-wrap .about .about-left{
  width: 228px;
  float: left;
}
.about-wrap .about .about-left b {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background-color: #015394;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.about-wrap .about .about-left .about-list {
  padding: 2px 0 40px 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.about-wrap .about .about-left .about-list a {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0 42px;
  color: #000000;
  font-size: 16px;
}
.about-wrap .about .about-left .about-list a:hover {
  color: #fff; 
  font-weight:bold;
  background-color:#0166b6;
}
.about-wrap .about .about-left .about-list a.focus {
  color: #fff; 
  font-weight:bold;
  background-color:#0166b6;
  
}

.about-wrap .about .about-left .about-list .left_navv{
  display: block;
  line-height: 35px;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
}
.about-wrap .about .about-left .about-list .left_navv a{
  line-height: 35px;
  height:35px;
  padding-left:58px;
 
}
.about-wrap .about .about-list-cont {
  margin-left: 22px;
  padding:40px 33px 0 33px;
  float: left;
  width: 950px;
  background-color:#fff;
   margin-bottom: 25px;
   min-height:521px;
   border-radius: 5px;
}
.about-wrap .about .contactus{
  width: 100%;
  padding-bottom:40px;
}
.about-wrap .about .about-list-cont span{ font-size:16px; line-height:25px; }

.about-wrap .about .about-list-cont .left_tag {
    width: 950px;
    float: left;
	padding-top:24px;
}
.about-wrap .about .about-list-cont .left_tag ul {
    margin: 0px;
    padding: 0px;
}
.about-wrap .about .about-list-cont .left_tag li {
    float: left;
}
.about-wrap .about .about-list-cont .left_tag li a {
	font-size: 14px;
	display: block;
	color: #666;
	text-decoration: none;
	background-color: #e9e5e4;
	padding: 8px 15px;;
	line-height: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius:5px;
}
.about-wrap .about .about-list-cont .left_tag li a:hover,.about-wrap .about .about-list-cont  .left_tag li a:active {
	background: #0166b6;
	color:#FFF;
}
.about-wrap .about .about-list-cont p, .about-wrap .about .about-list-cont div{ line-height:40px; font-size:17px; color:#353434;}
.about-wrap .about .about-list-cont p strong{ line-height:40px; font-size:20px; color:#353434;}
.about-wrap .about .about-list-cont .next, .about-wrap .about .about-list-cont .prov {
    font-size: 14px;
	color:#666;
}
.about-wrap .about .about-list-cont a {
  display: block;
  padding-bottom: 25px;
  margin-bottom: 45px;
}
.about-wrap .about .about-list-cont a .about-img {
  width: 169px;
  height: 192px;
  position: relative;
  float: left;
  overflow: hidden;
}
.about-wrap .about .about-list-cont a .about-img img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
    width:169px;
  height:192px;

}
.about-wrap .about .about-list-cont a .about-wen {
  width: 750px;
  margin-left: 20px;
  float: left;
}
.about-wrap .about .about-list-cont a .about-wen b {
  display: block;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 16px;
}
.about-wrap .about .about-list-cont a .about-wen p {
  display: block;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 30px;
  margin-top: 20px;
}
.about-wrap .about .about-list-cont a .about-wen i {
  display: block;
  width: 87px;
  height: 28px;
  line-height: 28px;
  background-color: #0166b6;
  color: #ffffff;
  font-size: 14px;
  float: right;
  text-align: center;
  margin-top: -20px;
}
.about-wrap .about .about-list-cont a:hover {
}
.about-wrap .about .about-list-cont a:hover .about-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  width:169px;
  height:192px;
}
.about-wrap .about .about-list-cont a:last-child {
  margin-bottom: 0;
}
.news-wrap {
  padding: 30px 0 57px 0;
  width: 100%;
  background-color: #e4ecf7;
}
.news-wrap .news {
  width: 1200px;
  margin: 0 auto;
}
.news-wrap .news img {
  display: block;
  margin: 0 auto;
}
.news-wrap .news .news-list {
  padding-bottom: 60px;
}
.news-wrap .news .news-list a {
  display: block;
  padding: 20px 7px;
  border-bottom: 1px solid #e8e8e8;
}
.news-wrap .news .news-list a .date {
  float: left;
}
.news-wrap .news .news-list a .date i {
  display: block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  background-color: #f3f0f0;
  color: #0166b6;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-left: 1px;
}
.news-wrap .news .news-list a .date b {
  display: block;
  width: 95px;
  height: 67px;
  line-height: 67px;
  border: 1px solid #e5e5e5;
  background-color: #f3f0f0;
  color: #0166b6;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  font-size: 36px;
}
.news-wrap .news .news-list a .news-wen {
  float: left;
  width: 1073px;
  margin-left: 15px;
}
.news-wrap .news .news-list a .news-wen b {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  letter-spacing:1px;
}
.news-wrap .news .news-list a .news-wen p {
  display: block;
  color: #757474;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 16px;
  width: 975px;
}
.news-wrap .news .news-list a .news-wen i {
  display: block;
  float: right;
  width: 76px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #dddddd;
  font-size: 12px;
  color: #0166b6;
  margin-top: -8px;
  text-align: center;
}
.news-wrap .news .news-list a:hover {
  border-bottom: 1px solid #0166b6;
}
.news-wrap .news .news-list a:hover .date i {
  background-color: #0166b6;
  color: #ffffff;
}
.news-wrap .news .news-list a:hover .date b {
  background-color: #0166b6;
  color: #ffffff;
}
.news-wrap .news .news-list a:hover .news-wen i {
  background-color: #0166b6;
  color: #ffffff;
}
.news-wrap .news .news-list a:hover .news-wen b {
	color:#0166b6;
}
.news-wrap .news .mulu {
  text-align: center;
}
.news-wrap .news .mulu a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #efefef;
  color: #787878;
  vertical-align: top;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: inset 0 2px 2px #d4d4d4;
  -moz-box-shadow: inset 0 2px 2px #d4d4d4;
  box-shadow: inset 0 2px 2px #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.news-wrap .news .mulu a:hover {
  background-color: #0166b6;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.news-wrap .news .mulu .pre {
  position: relative;
}
.news-wrap .news .mulu .pre:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #c5c5c5;
  top: 9px;
  left: 9px;
}
.news-wrap .news .mulu .pre:hover:after {
  border-right: 10px solid #ffffff;
}
.news-wrap .news .mulu .next {
  position: relative;
}
.news-wrap .news .mulu .next:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 10px solid #c5c5c5;
  top: 9px;
  left: 12px;
}
.news-wrap .news .mulu .next:hover:after {
  border-left: 10px solid #ffffff;
}
.news-wrap .news .mulu a.ccur {
  background-color: #0166b6;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.contact-wrap {
  margin-top: -13px;
  padding: 196px 0 50px 0;
  width: 100%;
  background-color: #f5f6f7;
}
.contact-wrap .contact {
  width: 1200px;
  margin: 0 auto;
}
.contact-wrap .contact img.c-banner {
  display: block;
  margin: 0 auto;
  max-width: 1240px;
}
.contact-wrap .contact .contact-in {
  margin-top: 30px;
  border: 1px solid #cbcccd;
}
.contact-wrap .contact .contact-in .contact-in-in {
  width: 599px;
  float: left;
  padding: 30px 10px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-wrap .contact .contact-in .contact-in-in li {
  margin-bottom: 15px;
}
.contact-wrap .contact .contact-in .contact-in-in li .contact-img {
  width: 33px;
  height: 33px;
  position: relative;
  float: left;
  margin-right: 10px;
}
.contact-wrap .contact .contact-in .contact-in-in li .contact-img img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.contact-wrap .contact .contact-in .contact-in-in li span {
  font-size: 18px;
  color: #353434;
  float: left;
  display: block;
  width: 510px;
  font-family: "微软雅黑", serif;
}
.contact-wrap .contact .contact-in .in2 {
  border-left: 1px solid #a5a6a6;
}
.neibanner {
    width: 100%;
    position: relative;
  margin-top:150px;
}
.neibanner img {
    display: block;
    width: 100%;
}
.kejian {
    width: 1200px;
    margin: 0 auto;
}
.neibanner .neibanner_wen {
    padding-top: 4%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.neibanner .neibanner_wen span {
    display: block;
    font-size: 50px;
    color: #fff;
    line-height: 1.5;
    font-family: "黑体";
	font-weight:bold;
}
.member{
	margin-left: 22px;
    padding: 40px 33px 0 33px;
    float: left;
    width: 950px;
    background-color: #fff;
    margin-bottom: 25px;
    min-height: 521px;
	border-radius: 5px;
}
.member .plist{ margin-top:30px; overflow:hidden;}
.member .plist ul{ width:100%;}
.member .plist ul li{
	width:30%;
	margin-right:4%;
	float:left; 
	margin-bottom:3%;
	overflow:hidden;
	border: 1px #c9c9c9 solid;
}
.member .plist ul li:nth-child(3n){
	margin-right:0;}
.member .plist ul li .member_img{
	 overflow:hidden;
}
.member .plist ul li img{
	 width:100%; 
	 height:auto;
	-webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;}
.about-wrap .about .about-list-cont .member .plist ul li a{padding-bottom: 0;}
.about-wrap .about .about-list-cont .member .plist ul li .pager a{padding-bottom: 0;}

.member .plist ul li a:hover img{ width:100%; height:auto; -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.member .plist ul li h3{ font-size:14px; color:#333333; font-weight: normal; padding-top:5px; background-color:#f1f2f4; padding:8px 10px;}
.member .plist ul li a:hover h3{ color:#0166b6;}



/**分页样式*/
.pager { float:right; margin:auto; text-align:center;}
.pager a { border:#ddd 1px solid; display:block; float:left; ;COLOR: #333; MARGIN-RIGHT:2px; width:26px; line-height:20px; text-align:center; height:20px;text-decoration:none; background:#fff; padding-bottom:0; margin-bottom:0;}
.pager a:hover ,#pager a:active { border:#0166b6 1px solid; color:#fff; background-color:#0166b6;}
.pager span.current { display:block; float:left; border:#0166b6 1px solid;font-weight:bold; color:#fff; margin-right:2px; background-color:#0166b6;width:26px; line-height:20px; text-align:center; height:20px;}
.pager span.disabled { border:#ccc 1px solid; color:#ccc; background:#f3f3f3; margin-right:2px; display:block; float:left;width:26px; line-height:20px; text-align:center; height:20px;}


.i2{ display:block; clear:both; height:2px; line-height:2px; font-size:2px; overflow:hidden;}
.i5{ display:block; clear:both; height:5px; line-height:5px; font-size:5px; overflow:hidden;}
.i6{ display:block; clear:both; height:6px; line-height:6px; font-size:6px; overflow:hidden;}
.i7{ display:block; clear:both; height:7px; line-height:7px; font-size:7px; overflow:hidden;}
.i8{ display:block; clear:both; height:8px; line-height:8px; font-size:8px; overflow:hidden;}
.i10{ display:block; clear:both; height:10px; line-height:10px; font-size:10px; overflow:hidden;}
.i12{ display:block; clear:both; height:10px; line-height:12px; font-size:12px; overflow:hidden;}
.i15{ display:block; clear:both; height:15px; line-height:15px; font-size:15px; overflow:hidden;}
.i20{ display:block; clear:both; height:20px; line-height:20px; font-size:20px; overflow:hidden;}
.i25{ display:block; clear:both; height:25px; line-height:25px; font-size:25px; overflow:hidden;}
.i30{ display:block; clear:both; height:30px; line-height:30px; font-size:30px; overflow:hidden;}
.i50{ display:block; clear:both; height:50px; line-height:50px; font-size:30px; overflow:hidden;}

.organization{ margin-left:22px;width:950px; float:right;}
/*.organization .info { padding:30px 15px;}
*/.organization .info h1{ font-size:24px; text-align:center; line-height:60px; font-weight:bold;}
.organization .info .datetime{ text-align:center; color:#999; padding-bottom:10px;}
.organization .info p,.organization .info div{ font-size:16px; line-height:32px; color:#353434; }

.poverty{ margin-left:22px;width:1200px;}
.poverty .info { padding:30px 15px;}
.poverty .info h1{ font-size:24px; text-align:center; line-height:60px; font-weight:bold;}
.poverty .info .datetime{ text-align:center; color:#999; padding-bottom:10px;}
.poverty .info p{ font-size:16px; line-height:32px; color:#353434; }

.provnext{padding:10px 5px 20px;  }
.prov{ height:34px; line-height:34px; font-size:14px; font-weight:bold; }
.next{ height:34px; line-height:34px;font-size:14px; font-weight:bold;}
.next a:hover,.prov a:hover{ color:#0166b6; font-weight:bold;}
.bread_w {
	display:none;
}
.nav_erji{
	display:none;
}
.map {
    width: 100%;
    height: 527px;
	margin-bottom:30px;
}
.about-wrap .about .contactus .BMap_noprint {
	display:none;
}

/*移动端*/
@media screen and (max-width: 1200px) {
html.bg, body.bg {
    height: 100%;
    overflow: hidden;
}
.top-wrap {
    padding: 10px 0;
	height: 72px;
}
.top {
    width: 100%;
	padding: 0 15px;
}
.top a.top-left {
	width:60%;
}
.top a.top-left img {
    width: 248px;
}

.header_btn {
	float: right;
	width: 40px;
	height: 40px;
	border: 1px solid #0166b6;
	padding: 9px 5px;
	cursor: pointer;
	margin-top:7px;
}
.header_btn .line{
	width:30px;
	height:2px;
	border:1px solid #0166b6;
	margin-bottom:7px;
}
.top .top-right {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform .5s ease;
    z-index: 99;
}
.menu_close {
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 30px;
    background: no-repeat 50%;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    border: 2px solid #0166b6;
}
.menu_close:after,.menu_close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #0166b6;
}
.menu_close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.menu_close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.top .current {
    transform: translateX(0);
}
.top-right .nav {
    margin-top: 100px;
}
.top .top-right a {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
    position: relative;
	margin-bottom:15px;
}
.top .top-right a:after {
	width:100%;
    height: 1px;
	background-color: #ebecf0;
}
.top .top-right a.nav-current:after {
	width:100%;
    height: 1px;
	background-color: #0166b6;
}
.index-banner {
  margin:72px 0 0 0;
}
.index-about-wrap .index-about {
    width: 100%;
	padding:0 15px;
}
.index-about-wrap .index-about .index-about-tit {
    width: 100%;
    height: auto;
    padding-top: 40px;
    text-align: center;
    overflow: hidden;
}
.index-about-wrap .index-about .index-about-tit b {
    font-size: 28px;
    line-height: 40px;
}
.index-about-wrap .index-about .index-about-tit i {
    font-size: 22px;
    line-height: 35px;
}
.index-about-wrap .index-about span {
    font-size: 20px;
    line-height: 35px;
	margin-top:20px;
}
.index-about-wrap .index-about p {
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    margin: 40px auto 0 auto;
}
.index-case-wrap .index-case {
    width: 100%;
	padding:0 15px;
}
.index-case-wrap .index-case .index-case-in {
    width: 100%;
    height: auto;
    border: 0 solid #cdcdcd;
    padding: 0 0;
}
.index-case-wrap .index-case .index-case-in .in-case-in {
    width: 49%;
	margin-right:2%;
	margin-bottom:2%;
}
.index-case-wrap .index-case .index-case-in .in-case-in:nth-child(2n){
	margin-right:0;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-img {
    width: 100%;
    height: auto;
	overflow:hidden;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-img img {
    max-width: 100%;
    position: static;
    width: 100%;
    height: auto;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-img:after {
	display:none;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 10px;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen span {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    display: block;
    vertical-align: baseline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen span a {
    font-size: 16px;
}
.footer-wrap .footer {
    width: 100%;
	padding:0 15px;
	text-align: center;
}
.footer-wrap .footer a.wg {
	display:none;
}
.neibanner {
    margin-top: 72px;
	overflow:hidden;
}
.neibanner img {
    position: relative;
    width: 200%;
    left: -30%;
}
.neibanner .neibanner_wen {
    padding-top: 9%;
}
.neibanner .neibanner_wen span {
    font-size: 30px;
}
.kejian {
    width: 100%;
	padding:0 15px;
}
.bread_w {
	display:block;
	width:100%;
    height: 40px;
	background-color: #f2f3f7;
}
.bread_w .kejian {
    position: relative;
}
.bread_w p {
    font-size: 12px;
    line-height: 40px;
}
.bread_w p a {
    color: #000;
}
.erji_nav {
    width: 30px;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: #fff;
    border-radius: 50%;
}
.erji_nav img {
    display: block;
    width: 45%;
    margin: 0 auto;
}
.aboutleft{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.about-wrap .about .about-left {
    width: 240px;
	height:100%;
	background-color:#fff;
}
.about-wrap .about {
    width: 100%;
	padding:0 15px;
}
.about-wrap .about .about-list-cont {
    margin-left: 0;
    padding:25px 16px 16px 16px;
    width: 100%;
    margin-bottom: 15px;
    min-height: auto;
    border-radius: 5px;
}
.about-wrap {
    padding: 30px 0 30px 0;
    width: 100%;
}
.news-wrap .news {
    width: 100%;
	padding:0 15px;
}
.news-wrap .news .news-list a {
    background-color: #fff;
	width: 100%;
	padding: 20px 0;
}

.news-wrap .news .news-list a .date {
	width:15%;
	 margin-left: 15px;
}
.news-wrap .news .news-list a .news-wen {
    width: 80%;
    margin-left: 8px;
	margin-right:2px;
	margin-top:3px;
}
.news-wrap .news .news-list a .news-wen p {
    height: 52px;
    margin-top: 16px;
    width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}
.news-wrap .news .news-list a .news-wen i {
    display: none;
}
.news-wrap .news .news-list a .news-wen b {
   overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-wrap .news .news-list a .date i {
    width: 80px;
}
.news-wrap .news .news-list a .date b {
    width: 80px;
}
.about-wrap .industry_news .poverty {
    margin-left: 0;
	width:100%;
	background-color:#fff;
	border-radius:5px;
}
.about-wrap .industry_news {
    background-color: transparent;
	padding:0 15px;
}
.news-wrap .news .news-list {
    overflow: hidden;
}
.poverty .info h1 {
    font-size: 20px;
    line-height: 30px;
	margin-bottom:10px;
}
.poverty .info p img{
	max-width:100%;
	height:auto;
}
.index-case-wrap .index-case .link p {
    font-size: 14px;
}
.index-case-wrap .index-case .link p a {
    line-height: 24px;
}
.about-wrap .about .about-list-cont .left_tag {
    width: 100%;
}
.member {
    margin-left: 0;
    padding:25px 16px 16px 16px;
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    min-height: auto;
    border-radius: 5px;
}
.nav_erji{
	display:block;
	width:100%;
	float:left;
	text-align:center;
}
.top .top-right .nav_erji a{
	font-size:16px;
	color: #484848;
    font-family: "微软雅黑", serif;
    font-weight: 400;
}
.top .top-right a i {
    display:none;
}


}
@media (max-width: 480px) {
.header_btn {
    width: 32px;
    height: 32px;
    padding: 7px 3px;
    margin-top: 5px;
	margin-top:8px;
}
.header_btn .line {
    width: 24px;
    margin-bottom: 5px;
}
.menu_close {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 20px;
}
.index-banner a img {
    display: block;
    max-width: 130%;
    position: relative;
    z-index: 9999;
  }
.neibanner .neibanner_wen span {
    font-size: 22px;
}
.news-wrap .news .news-list a .date {
    width: 24%;
    margin-left: 8px;
}
.news-wrap .news .news-list a .news-wen {
    width: 68%;
    margin-left: 8px;
    margin-right: 2px;
    margin-top: 3px;
}
.member .plist {
    margin-top: 0;
}
.member .plist ul li {
    width: 47%;
    margin-right: 4%;
    float: left;
    margin-bottom: 3%;
    overflow: hidden;
    border: 1px #c9c9c9 solid;
}
.member .plist ul li:nth-child(2n){
    margin-right: 0;
}
.member .plist ul li:nth-child(3n) {
    margin-right:4%;
}
.member .plist ul li:nth-child(6n) {
    margin-right: 0;
}
.index-banner .slick-dots li button {
  width: 10px;
  height: 10px;
}
.index-about-wrap .index-about span {
    font-size: 18px;
    line-height: 32px;
}
.index-about-wrap .index-about p {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.index-case-wrap .index-case .index-case-in .in-case-in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
}
.index-case-wrap .index-case .index-case-in .in-case-in .index-case-wen {
    padding: 5px;
}
.index-case-wrap .index-case .link p a {
	display:block;
}
.footer-wrap .footer span {
	display:block;
}
.about-wrap .about .about-list-cont p, .about-wrap .about .about-list-cont div {
    line-height: 28px;
    font-size: 16px;
}
.top-right .nav {
    margin-top: 70px;
}


}