﻿@charset "utf-8";
@font-face {
  font-family: 'iconfont';
  src: url('/at.alicdn.com/t/font_1461287598_9928925.eot');
  src: url('/at.alicdn.com/t/font_1461287598_9928925.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/at.alicdn.com/t/font_1461287598_9928925.woff') format('woff'), /* chrome、firefox */ url('/at.alicdn.com/t/font_1461287598_9928925.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('/at.alicdn.com/t/font_1461287598_9928925.svg#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.clear{clear:both;}
img {
  max-width: 100%;
  outline: none;
}

.fixs {
    display: none;
}

.owl {
    position: relative
}
.banner .item {
    position: relative;
    font-family: Arial
}
.banner .item .text {
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 24px
}
.banner .text h2 {
    font-size: 2em;
    margin-bottom: 1em
}
.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
    border-radius: 0;
    margin: 0 5px;
    background: url(../img/icon2.png) no-repeat center center
}
.owl-theme .owl-dots {
    margin-bottom: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: url(../img/icon1.png) no-repeat center center;
    opacity: 1
}
.banner .img1 {
    overflow: hidden
}
.owl {
    position: relative
}
.banner_cur {
    position: absolute;
    top: 40%;
    left: 5%;
    right: 5%;
    z-index: 10
}
.banner_cur span {
    display: block;
    width: 54px;
    height: 54px;
    background: url(../img/cur1.png) no-repeat center center;
    float: left;
    cursor: pointer;
    border-radius: 100%
}
.banner_cur span.next {
    float: right;
    background: url(../img/cur2.png) no-repeat center center
}
.banner_cur span:hover {
    background-color: rgba(255,255,255,.1)
}

.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a:hover {
  color: #07913c;
}
* {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
body {
  font-family: "微软雅黑";
  overflow-x: hidden;
}
ul {
  padding: 0px;
}
ul li {
  list-style: none;
}
.pagelist{text-align:center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #07913c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.proimg{text-align:center;}
.proimg img{max-width:100%; height: auto;}

.ny_main{padding:30px 0; line-height: 28px; font-size: 14px; color: #333;}

/*优势*/
.advBg .PostBox ul {
    font-size: 0;
    padding: 20px 0px 0 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.advBg .PostBox ul li {
    width: 25%;
	float: left;
}
.advBg .PostBox ul li .liBox {
    height: 100%;
    text-align: center;
    font-size: 14px;
}
.advBg .PostBox ul li .liBox .imgBox {
    width: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.advBg .PostBox ul li .liBox .imgBox:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.advBg .PostBox ul li .liBox h4 {
    font-size: 20px;
    color: #3D444F;
    padding: 5px 0;
    font-weight: normal
}
.advBg .PostBox ul li .liBox p {
    line-height: 22px;
    padding: 0px 8px;
    font-size: 14px;
    color: #646A75
}
.advBg.PostBox .PostBox {
    overflow: visible;
}
.advBg{padding:30px 0;}


/*About us*/
.PostBox.aboutBg {
    background: #FCFCFC;
}
.PostBox.about .post {
    padding: 0;
    max-width: 100%;
    position: relative;
}
.PostBox.about .post .postAbout {
    height: 500px;
    width: 50%;
    float: right;
    position: relative;
    z-index: 1;
}
.PostBox.about .post .aboutImg {
    height: 500px;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.PostBox.about .post .postTitle {
    padding: 110px 30px 20px 0;
    text-align: left;
}
.PostBox.about .post .postTitle h3{font-size:20px; color: #333;}
.PostBox.about .post .postTitle .title2{ color:#666; font-size: 14px;}
.post .postTitle {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 1.5%;
    z-index: 2;
}
.PostBox.about .post .PostText {
    line-height: 24px;
    color: #666;
    padding-right: 60px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.PostBox.about .post .more {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 115px;
}
.post .more {
    padding: 35px 0 0;
    text-align: center;
    clear: both;
}
.post .more a {
    padding: 8px 30px;
    display: inline-block;
    background: #07913c;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: relative;
    border: 1px solid #ddd;
    color: #FFF;

}


.PostBox.about .post .postAbout:after {
    content: "";
    display: block;
    width: 110%;
    height: 400px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0%;
    top: 50%;
    z-index: 0;
    box-shadow: 0 6px 40px rgba(128, 128, 128, 0);
    transform: translateY(-50%);
}

.in-tab{ text-align: center;}
.in-tab ul{}
.in-tab ul li{    
    display: inline-block;
	padding:15px;
    vertical-align: middle;}
.in-tab ul li .pic{ text-align: center;}
.in-tab ul li .pic img{width:120px; height: 120px; border-radius: 50%; border: 1px solid #DDD;}
.in-tab ul li p{ font-size: 18px; text-align: center; margin-top: 20px;}


.newstab {
}
.newstab ul {
	list-style:none; text-align: center;
}
.newstab li {line-height: 50px;
    display: inline-block;
    margin-bottom: 10p;
    vertical-align: middle;
	line-height: 45px;
	padding: 0 10px;
	color: #000;
	border: 1px solid #DDD;
	margin: 0 5px;
}
.newstab li:hover {
	text-decoration:none;
}
.newstab li.curr {
	background:#07913c;
	border-bottom-color:#fff;
	cursor:pointer;
	color: #fff;
}





@media (min-width: 1240px) {
  .container {
    width: 1210px;
  }
  .header {
    background-color: #ffffff;
    border-top: 5px solid #07913c;
  }
  .header .container {
    width: 1210px;
  }
  .header .container .en {
    text-align: right;
    text-transform: capitalize;
    margin-top: 10px;
  }
  .header .container .en a {
    color: #000000;
    font-size: 12px;
    margin-left: 5px;
  }
  .header .container .main {
    padding: 18px 0px 5px;
    display: inline-block;
    width: 100%;
  }
	
	.navbj{background: #07913c;}	
	
	
  .header .container .main .logo {
    float: left;
    margin-bottom: 10px;
  }
  .header .container .main .logo img {
    border: none;
    outline: none;
  }
  .header .container .main .logo_text{ float:left; margin-left: 15px; padding-top: 8px;}
  .header .container .main .logo_text h3{ font-size:18px; color:#333; margin:5px 0; padding:0;}
  .header .container .main .logo_text p{ color:#333;}
  
  .header .container .main .header_right {
	  padding-top: 8px;
    width: 35%;
    float: right;
  }
  .header .container .main .header_right .fa-map-marker {
    font-size: 36px !important;
    color: #07913c;
  }
  .header .container .main .header_right .fa-phone {
    font-size: 36px !important;
    color: #07913c;
  }
  .header .container .main .header_right .tel,
  .header .container .main .header_right .addr {
    width: 50%;
    padding: 0 2%;
    float: left;
    display: inline-block;
    border-right: 1px solid #e0e0e0;
  }
  .header .container .main .header_right .tel .left,
  .header .container .main .header_right .addr .left {
    width: 20%;
    float: left;
    padding-top: 10px;
    text-align: center;
  }
  .header .container .main .header_right .tel .right,
  .header .container .main .header_right .addr .right {
    width: 75%;
    margin-left: 5%;
    float: left;
  }
  .header .container .main .header_right .tel .right p,
  .header .container .main .header_right .addr .right p {
    color: #1e1e1e;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .container .main .header_right .tel .right span,
  .header .container .main .header_right .addr .right span {
    color: #585858;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .header .container .main .header_right .addr {
    width: 38%;
  }
  .header .container .main .header_right .header_cont {
    border: 2px solid #07913c;
    padding: 10px;
    width: 47%;
    float: left;
    margin-left: 3%;
  }
  .header .container .main .header_right .header_cont a {
    color: #07913c;
    text-transform: capitalize;
    margin: 0 5%;
    font-size: 15px;
  }
  .header .container .main .header_right .header_cont a:hover {
    color: #000;
  }
  .header .container .search {
    width: 25%;
    padding-top: 12px;
    text-align: right;
    float: right;
  }
  .header .container .search .search_input {
    outline: none;
    width: 180px;
    height:22px;
    line-height:22px;
    color: #c4c4c4;
    font-size: 12px;
    padding: 0px 5px;
    border: none;
    border-bottom: 1px solid #444444;
  }
  .header .container .search .fa-search {
    font-size: 18px;
  }
  .header .container .nav {
    margin:0 auto;
  }
  .header .container .nav ul {
    margin-left: 20px;
  }

  .header .container .nav .active a {
    color: #fff;
	background: #ffba00;  
  }
  .header .container .nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0 5px;
    line-height: 60px;
  }

  .header .container .nav li:hover a {
    color: #FFF;
	background: #ffba00;  
  }
  .header .container .nav li > a {
    color: #FFF;
    font-size: 16px;
    padding: 0px 30px;
	  display: block;
  }
  .header .container .nav li > a:hover {
    color: #FFF;
	background: #ffba00;  
  }	
  .header .container .nav li ul {
    position: absolute;
    z-index: 9;
    padding: 0px;
    background: #FFF;
    opacity: 0.9;
    left: -20px;
    display: none;
    margin-top: 0px;
    width: 100%;
  }
  .header .container .nav li ul li {
    width: 100%;
    padding: 0px;
    margin: 3px 0px;
    line-height: 40px;
    text-align: center;

  }
  .header .container .nav li ul li:hover {
    background: #07913c;
  }
	
  .header .container .nav li ul li a {
    color: #fff !important;
    font-size: 14px;
	background: none !important;  
  }	
	
  .header .container .nav li ul li:hover a {
    color: #fff !important;
    font-size: 14px;
	background: none !important;  
  }
  .header .container .nav li ul li > a {
    color: #000000 !important;
	padding:0;
	text-align: center;  
    font-size: 14px;
	  
  }
  .phone-nav {
    display: none;
  }
  
}
@media (min-width: 992px) and (max-width: 1239px) {
  .container {
    width: 970px;
  }
  .header {
    background-color: #ffffff;
    border-top: 5px solid #07913c;
  }
  .header .container .en {
    text-align: right;
    text-transform: capitalize;
    margin-top: 10px;
  }
  .header .container .en a {
    color: #000000;
    font-size: 12px;
    margin-left: 5px;
  }
  .header .container .main {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
  }
  .header .container .main .logo {
    width: 50%;
    float: left;
  }
  .header .container .main .header_right {
    width: 35%;
    float: right;
  }
  .header .container .main .header_right .fa-map-marker {
    font-size: 36px !important;
    color: #07913c;
  }
  .header .container .main .header_right .fa-phone {
    font-size: 36px !important;
    color: #07913c;
  }

  .header .container .main .header_right .tel .left,
  .header .container .main .header_right .addr .left {
    width: 20%;
    float: left;
    padding-top: 10px;
    text-align: center;
  }
  .header .container .main .header_right .tel .right,
  .header .container .main .header_right .addr .right {
    width: 75%;
    margin-left: 5%;
    float: left;
  }
  .header .container .main .header_right .tel .right p,
  .header .container .main .header_right .addr .right p {
    color: #1e1e1e;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .container .main .header_right .tel .right span,
  .header .container .main .header_right .addr .right span {
    color: #585858;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .header .container .main .header_right .addr {
    width: 38%;
  }
  .header .container .main .header_right .header_cont {
    border: 2px solid #07913c;
    padding: 8px;
    width: 47%;
    float: left;
    margin-left: 3%;
  }
  .header .container .main .header_right .header_cont a {
    color: #07913c;
    text-transform: capitalize;
    margin: 0 2%;
    font-size: 14px;
  }
  .header .container .main .header_right .header_cont a:hover {
    color: #000;
  }
  .nav {
    width: 70%;
    float: left;
  }
  .nav ul {
    margin-left: -50px;
  }
  .nav .active {
    border-bottom: 4px solid #07913c;
  }
  .nav .active a {
    color: #07913c;
  }
  .nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0 5px;
    line-height: 65px;
  }
  .nav li:hover {
    border-bottom: 4px solid #07913c;
  }
  .nav li:hover a {
    color: #07913c;
  }
  .nav li > a {
    color: #000000;
    font-size: 15px;
    padding: 0px 10px;
  }
  .nav li ul {
    position: absolute;
    z-index: 9;
    padding: 0px;
    background: #ccc;
    opacity: 0.85;
    left: 50px;
    display: none;
    margin-top: 4px;
    width: 100%;
  }
  .nav li ul li {
    width: 100%;
    padding: 0px;
    margin: 3px 0px;
    line-height: 25px;
    text-align: center;
  }
  .nav li ul li:hover {
    background: #07913c;
  }
  .nav li ul li:hover a {
    color: #fff !important;
    font-size: 14px;
  }
  .nav li ul li > a {
    color: #000000 !important;
    font-size: 14px;
  }
  .phone-nav {
    display: none;
  }
 
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo_text{display:none;}      
  .header {
    background-color: #ffffff;
    border-top: 5px solid #07913c;
    border-bottom: 1px solid #e0e0e0;
  }
  .header .container {
    width: 100%;
  }
  .header .container .en {
    display: none;
  }
  .header .container .main {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
  }
  .header .container .main .logo {
    width: 60%;
    float: left;
  }
  .header .container .main .header_right {
    display: none;
  }
  .nav {
    display: none;
  }
  .phone-nav {
    position: absolute;
    font-size: 30px;
    right: 20px;
    line-height: 60px;
    display: none;
    color: #07913c;
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .header {
    background-color: #ffffff;
    border-top: 5px solid #07913c;
    border-bottom: 1px solid #e0e0e0;
  }
  .header .container {
    display: block;
  }
  .header .container .en {
    display: none;
  }
  .header .container .main {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
  }
  .header .container .main .logo {
    width: 80%;
    float: left;
  }
  .header .container .main .header_right {
    display: none;
  }
  .nav {
    display: none;
  }
  .phone-nav {
    position: absolute;
    font-size: 28px;
    right: 25px;
    line-height: 60px;
    display: none;
    color: #07913c;
    display: block;
  }
}
@media (max-width: 640px) {
    .ny_main{padding:15px 10px;}
  .logo_text{display:none;}    
  .header {
    background-color: #ffffff;
    border-top: 5px solid #07913c;
    border-bottom: 1px solid #e0e0e0;
  }
  .header .container {
    display: block;
  }
  .header .container .en {
    display: none;
  }
  .header .container .main {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
  }
  .header .container .main .logo {
    width: 80%;
    float: left;
  }
  .header .container .main .header_right {
    display: none;
  }
  .nav {
    display: none;
  }
  .phone-nav {
    position: absolute;
    font-size: 24px;
    right: 25px;
    line-height: 60px;
    display: none;
    color: #07913c;
    display: block;
  }
}
#mmenu {
  z-index: 9999;
}

.home_sevice {
  width: 100%;
  padding: 35px 0px 40px 0px;
}
.home_sevice .container .title_cn {
  color: #000000;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px;	
}
.home_sevice .container .title_en {
  color: #000000;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}
.home_sevice .container .service_main {
  padding: 0px;
  margin-left: -3%;
  padding: 20px 0px;
}
.home_sevice .container .service_main li {
  width: 22%;
  float: left;
  list-style: none;
  background: #f5f5f5;
  margin-left: 3%;
  padding: 45px 35px;
  min-height: 197px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .home_sevice .container .service_main li {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_sevice .container .service_main li {
    width: 47%;
    padding: 35px 25px;
    min-height: 155px;
    float: left;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_sevice .container .service_main li {
    width: 47%;
    padding: 35px 25px;
    min-height: 155px;
    float: left;
  }
}
@media (max-width: 640px) {
  .home_sevice .container .service_main li {
    width: 97%;
    padding: 30px 25px;
    min-height: 145px;
    float: left;
  }
	
.PostBox.about .post .postAbout {
    width: 100%;
}
.PostBox.about .post .postTitle {
    text-align: center;
    padding: 90px 50px 0px;
    margin-bottom: 20px;
}
.PostBox.about .post .PostText {
    text-align: left;
    padding: 0 50px;
}
.PostBox.about .post .more {
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
}
.PostBox.about .post .postAbout:after {
    width: auto;
    right: 5%;
    left: 5%;
}
.PostBox.about .post .aboutImg {
    width: 100%;
}	
	
	
	
}
.home_sevice .container .service_main li:hover {
  background: #07913c;
}
.home_sevice .container .service_main li:hover .left_img {
  display: none;
}
.home_sevice .container .service_main li:hover .img_hover {
  display: block !important;
}
.home_sevice .container .service_main li:hover .right .title a {
  color: #fff;
}
.home_sevice .container .service_main li:hover .right .text a {
  color: #fff;
}
.home_sevice .container .service_main li .left {
  width: 25%;
  float: left;
  position: relative;
}
.home_sevice .container .service_main li .left .img_hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.home_sevice .container .service_main li .right {
  width: 65%;
  float: right;
}
.home_sevice .container .service_main li .right .title {
  color: #000000;
  font-size: 18px;
}
.home_sevice .container .service_main li .right .title a {
  color: #000000;
}
.home_sevice .container .service_main li .right .text {
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.home_sevice .container .service_main li .right .text a {
  color: #858585;
}
.home_case {
  width: 100%;
  overflow: hidden;
}
.home_case_bg{  background: #f8f8f8;}
.pd40{padding:40px 0;}

.home_case .submit {
  border: 2px solid #07913c;
  width: 200px;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
  line-height: 45px;
}


@media (max-width: 640px) {
  .home_case .submit {
    line-height: 40px;
  }
}
.home_case .submit:hover {
  background: #07913c;
}
.home_case .submit:hover a {
  color: #fff;
}
.home_case .submit a {
  color: #07913c;
  padding: 0px 45px;
  font-size: 15px;
}
@media (max-width: 640px) {
  .home_case .submit a {
    padding: 0px 35px;
  }
}
.home_case .case_title {
  color: #000000;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  margin: 40px 0 50px;	
  	
}
.home_case .case_title span {
  text-transform: uppercase;
  padding:0 10px;
}
@media (max-width: 768px) {
  .home_case .case_title { font-size: 16px; margin: 15px 0;}
  
  .fixs {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999999;
	display: block;
}
.juzhong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.kfsxs a {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 8px 0px;
}
.lix {
    background-image: linear-gradient(to bottom right, #1acfae, #39b5c4);
}

.zix {
    background-image: linear-gradient(to bottom right, #ea6b40, #ff4840);
}

.kfsxs a img {
    max-width: 30px;
    margin-right: 10px;
    display: block;
} 
   
  
.banner img {
    max-width: initial;
    width: 150%;
    margin-left: -25%
}
.owl-theme .owl-dots {
    margin-bottom: 20px
}
.banner_cur {
    display: none
}	
	
.advBg .PostBox ul li {
    width: 50%;
	float: left;
	margin-bottom: 10px;
}

.in-tab ul li{    
    display: inline-block;
	padding:8px;
    vertical-align: middle;}
.in-tab ul li .pic{ text-align: center;}
.in-tab ul li .pic img{width:80px; height:80px;}
.in-tab ul li p{ font-size: 15px;}	
	
}
.home_case .case_main {
  padding-top: 10px;
  margin-bottom: 10px;
}
.home_case .case_main .tabs {
  text-align: center;
}

.home_case .case_main .tabs ul li {
    line-height: 40px;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
	margin-right: 10px;
}
.home_case .case_main .tabs ul li a {
    display: block;
    padding: 0 15px;
    border: 1px solid #d5d5d5;
}
.home_case .case_main .tabs ul li a:hover{color:#FFF; background: #07913c;}



.home_case .case_main .tabs a.active {
  color: #fff;
  background: #07913c;
}
.home_case .case_main .swiper-container {
  width: 100%;
  border-top: 0px;
}
.home_case .case_main .swiper-slide {
  width: 100%;
  background: none;
  color: #fff;
}

.home_case .case_main .swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home_case .case_main .swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.home_case .case_main .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.home_case .case_main .swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.home_case .case_main .all_tab {
  padding: 0px;
}
@media (max-width: 768px) {
  .home_case .case_main .all_tab {
    padding: 5px;
  }
	
.home_case .case_main .tabs ul li {
    line-height: 30px;
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
	margin-right: 10px;
}
.home_case .case_main .tabs ul li a {
    display: block;
    padding: 0 10px;
    border: 1px solid #d5d5d5;
}

	
	
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab {
    padding: 15px;
  }
}
.home_case .case_main .all_tab li {
  width:calc(25% - 20px);
  position: relative;
  display: block;
  height: 100%;
  float: left;
  list-style: none;
  margin: 10px;	
  box-shadow: 0px 3px 7px 0px rgb(153 153 153 / 20%);	
}

.home_case .case_main .all_tab li .pic{}
.home_case .case_main .all_tab li .pic img{width:100%; height: auto;}
.home_case .case_main .all_tab li .tit{ padding: 30px 0;
    text-align: center;
    font-size: 22px;
    color: #666;}
.home_case .case_main .all_tab li:hover {
    box-shadow: 0px 20px 25px 0px rgb(153 153 153 / 20%);
}
@media (max-width: 768px) {
  .home_case .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px;    
  }
	
.home_case .case_main .all_tab li .tit {
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
	height: 40px;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
		
}	
	
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px; 
  }
}
.home_case .case_main .all_tab li:hover .hover {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li:hover .hover {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover {
    display: none;
  }
}
.home_case .case_main .all_tab li .hover .title {
  color: #fff;
  font-size: 22px;
  margin-top: 23%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .home_case .case_main .all_tab li .hover .title {
    margin-top: 8%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover .title {
    display: none;
  }
}
.home_case .case_main .all_tab li .hover .text {
  color: #fff;
  font-size: 12px;
  padding: 5% 8%;
  line-height: 24px;
  height:120px;
  overflow:hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover .text {
    display: none;
  }
}
.home_case .case_main .all_tab li .hover .case_more {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .home_case .case_main .all_tab li .hover .case_more {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
.home_case .case_main .tab {
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
}
.home_case .case_main .tab_tit {
  margin: 0 auto;
  margin-top: 30px;
  height: 30px;
  border-bottom: 1px solid #CCC;
  width: 90%;
}
.home_case .case_main .tab_tit p {
  font-size: 14px;
  text-indent: 10px;
}
.home_case .case_main .tabBtn {
  margin: 0 auto;
  text-align: center;
  display: table;
  height: 30px;
  margin-bottom: 35px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .home_case .case_main .tabBtn {
    padding: 0px 18px;
    margin-bottom: 10px;
  }
}
.home_case .case_main .tabBtn span {
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 3px 25px;
  line-height: 30px;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .tabBtn span {
    padding: 3px 15px;
  }
}
@media (max-width: 768px) {
  .home_case .case_main .tabBtn span {
    padding: 0px 15px;
    margin: 5px;
  }
}
.home_case .case_main .tabBtn span:hover,
.home_case .case_main .tabBtn span.active {
  background: #07913c;
  color: #fff;
  line-height: 30px;
}
.home_case .case_main .tabBtn a {
  float: right;
  display: inline-block;
  line-height: 30px;
  padding-right: 5px;
}
.home_case .case_main .tabBtn a:link {
  color: #000;
}
.home_case .case_main .tabBtn a:visited {
  color: #000;
}
.home_case .case_main .tabBtn a:hover {
  color: #09F;
}
.home_case .case_main .tabBtn a:active {
  color: #09F;
}
.home_case .case_main .tabBtn .moretwo {
  display: none;
}
.home_case .case_main .tabSec {
  width: 100%;
  overflow: hidden;
}
.home_case .case_main .tabSec img {
  max-width: 100%;
  max-height: 100%;
}
.home_case .case_main .tabArt {
  display: none;
}
.home_news {
  padding: 50px 0px;
}
@media (max-width: 640px) {
  .home_news {
    padding: 25px 0px;
  }
}
.home_news .container .news_title {
  color: #000000;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .home_news .container .news_title {
    padding-bottom: 25px;
  }
}
.home_news .container .news_title span {
  text-transform: uppercase;
  padding:0 10px;
}
@media (max-width: 768px) {
  .home_news .container .news_title {
    font-size: 16px;
  }
}
.home_news .container .news_main {
  padding: 50px 0px;
  margin-left: -4%;
}
@media (max-width: 640px) {
  .home_news .container .news_main {
    padding: 25px 0px;
  }
}
.home_news .container .news_main .pic {
  position: relative;
}


.home_news .container .news_main li {
  width: 21%;
  float: left;
  list-style: none;
  margin-left: 4%;
}
@media (max-width: 640px) {
  .home_news .container .news_main li {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_news .container .news_main li {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_news .container .news_main li {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .home_news .container .news_main li {
    margin-bottom: 20px;
  }
}
.home_news .container .news_main li .title {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  overflow: hidden;
  height: 24px;
}
@media (max-width: 640px) {
  .home_news .container .news_main li .title {
    margin-top: 10px;
    font-size: 14px;
    height: 48px;
  }
}
.home_news .container .news_main li .title a {
  color: #000000;
}
.home_news .container .news_main li .title a:hover {
  color: #07913c;
}
.home_news .container .news_main li span {
  color: #07913c;
  font-size: 15px;
}
.home_news .container .news_main li .text {
  font-size: 12px;
  line-height: 22px;
  color: #777777;
  margin-top: 10px;
  max-height: 66px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .home_news .container .news_main li .text {
    margin-top: 5px;
  }
}
.footer {
  background: #07913c;
}
.footer .footer_main {
  border-bottom: 1px solid #077e3c;
  display: inline-block;
  width: 100%;
}
.footer .footer_main .footer_left {
  width: 40%;
  float: left;
  padding: 45px 0px 35px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_main .footer_left {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .footer .footer_main .footer_left {
    width: 100%;
    border-bottom: 1px solid #373737;
    padding: 20px 0px 25px 0px;
  }
}
.footer .footer_main .footer_left .title {
  color: #fff;
  font-size: 15px;
}
.footer .footer_main .footer_left .text {
  font-size: 12px;
  color: #F8F8F8;
  line-height: 30px;
  margin-top: 15px;
}
.footer .footer_main .footer_left .submit {
  border: 2px solid #fff000;
  display: table;
  margin: 35px 0px 0px 0px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_main .footer_left .submit {
    line-height: 35px;
    margin: 25px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .footer .footer_main .footer_left .submit {
    line-height: 35px;
    margin: 25px 0px 0px 0px;
  }
}
.footer .footer_main .footer_left .submit:hover {
  background: #07913c;
}
.footer .footer_main .footer_left .submit:hover a {
  color: #fff;
}
.footer .footer_main .footer_left .submit a {
  color: #fff;
  padding: 0px 90px;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_main .footer_left .submit a {
    padding: 0px 50px;
  }
}
@media (max-width: 768px) {
  .footer .footer_main .footer_left .submit a {
    padding: 0px 50px;
  }
}
.footer .footer_main .footer_lanmu {
  width: 25%;
  float: left;
  margin-left: 5%;
  padding: 45px 0px 35px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_main .footer_lanmu {
    width: 36%;
  }
}
@media (max-width: 768px) {
  .footer .footer_main .footer_lanmu {
    width: 100%;
    border-bottom: 1px solid #373737;
    padding: 20px 0px 15px 0px;
    margin-left: 0%;
  }
}
.footer .footer_main .footer_lanmu .title {
  color: #fff;
  font-size: 15px;
}
.footer .footer_main .footer_lanmu ul {
  list-style: none;
  padding: 0px;
  padding: 15px 0px 0px 0px;
}
.footer .footer_main .footer_lanmu ul li {
  float: left;
  width: 33%;
  line-height: 30px;
}
.footer .footer_main .footer_lanmu ul li a {
  color: #F8F8F8;
  font-size: 12px;
}
.footer .footer_main .footer_lanmu ul li a:hover {
  color: #f8f8f8;
}
.footer .footer_main .footer_lanmu ul li a:hover .fa-caret-right {
  color: #f8f8f8;
}
.footer .footer_main .footer_lanmu ul li .fa-caret-right {
  color: #dddddd;
  margin-right: 10px;
}
.footer .footer_main .footer_contact {
  width: 25%;
  float: right;
  padding: 45px 0px 35px 0px;
}
@media (max-width: 640px) {
  .footer .footer_main .footer_contact {
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
}
.footer .footer_main .footer_contact .title {
  color: #fff;
  font-size: 15px;
}
.footer .footer_main .footer_contact .phone {
  color: #fff;
  font-size: 13px;
  margin: 15px 0px 0px 0px;
}
.footer .footer_main .footer_contact .phone span {
  color: #dcdcdc;
  font-size: 13px;
}
.footer .footer_main .footer_contact .phone1 {
  color: #FFF;
  font-size: 13px;
  margin-top: 12px;
}
.footer .footer_main .footer_contact .phone1 span {
  color: #dcdcdc;
  font-size: 13px;
}
.footer .footer_main .footer_contact .ewm {
  margin: 20px 0px 0px 0px;
}
.footer .copy {
  text-align: center;
  padding: 30px 0px 60px;
  color: #FFF;
  font-size: 13px;
}
.footer .copy a {
  color: #dbdbdb;
}
.footer .copy a:hover {
  color: #07913c;
}
.footer .links {
  width: 100%;
  background: #3b3b3b;
  padding: 12px 0px;
}
@media (max-width: 640px) {
  .footer .links {
    display: none;
  }
}
.footer .links p {
  color: #fefefe;
  font-size: 12px;
  width: 7%;
  overflow: hidden;
  float: left;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .footer .links p {
    width: 9%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .links p {
    width: 11%;
  }
}
@media (max-width: 768px) {
  .footer .links p {
    width: 100%;
  }
}
.footer .links p .fa-link {
  margin-right: 5px;
  transform: rotateY(180deg);
  color: #e2e2e2;
  font-size: 14px;
}
.footer .links ul {
  float: right;
  width: 93%;
  overflow: hidden;
  padding: 0px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .footer .links ul {
    width: 91%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .links ul {
    width: 89%;
  }
}
@media (max-width: 768px) {
  .footer .links ul {
    width: 100%;
    margin-top: 5px;
  }
}
.footer .links ul li {
  float: left;
  list-style: none;
}
.footer .links ul li:last-child a {
  border-right: none;
}
.footer .links ul li a {
  color: #9f9f9f;
  font-size: 12px;
  border-right: 1px solid #9f9f9f;
  padding: 0px 10px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
}
.footer .links ul li a:hover {
  color: #07913c;
}
/*service*/
.breadcrumb {
  width: 100%;
  background: #f6f6f6;
  padding: 20px 0px;
}
@media (max-width: 640px) {
  .breadcrumb {
    padding: 20px 0px;
  }
}
.breadcrumb .left_title {
  float: left;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 640px) {
  .breadcrumb .left_title {
    font-size: 18px;
  }
}
.breadcrumb .bread {
  float: right;
}
.breadcrumb .bread h2 {
  margin: 0px;
  padding: 0px;
  color: #6e6e6e;
  font-size: 14px;
  font-weight:normal;
}
.seivice_main {
  margin: 0px auto 110px auto;
}
@media (max-width: 640px) {
  .seivice_main {
    margin: 0px auto 60px auto;
  }
}
@media (max-width: 991px) {
  .seivice_main {
    margin: 0px auto 80px auto;
  }
}
.seivice_main .text {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  margin: 35px 0px 0px 0px;
}
@media (max-width: 640px) {
  .seivice_main .text {
    margin: 20px 0px 0px 0px;
  }
}
.seivice_main .service_img {
  padding: 45px 0px 0px 0px;
  margin-left: -2%;
}
@media (max-width: 640px) {
  .seivice_main .service_img {
    padding: 25px 0px 0px 0px;
  }
}
.seivice_main .service_img li {
  width: 48%;
  float: left;
  margin-left: 2%;
}
.seivice_main .service_img li .pic {
  position: relative;
}
.seivice_main .service_img li .pic:after {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.seivice_main .ser_overview {
  font-size: 30px;
  color: #000000;
  margin: 45px 0px 0px 0px;
  display: inline-block;
  position: relative;
  line-height: 80px;
}
@media (max-width: 991px) {
  .seivice_main .ser_overview {
    margin: 35px 0px 0px 0px;
    line-height: 75px;
  }
}
@media (max-width: 640px) {
  .seivice_main .ser_overview {
    margin: 25px 0px 0px 0px;
    line-height: 58px;
    font-size: 28px;
  }
}
.seivice_main .ser_overview:after {
  content: "";
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #07913c;
}
.seivice_main .ser_detail {
  padding: 0px;
  margin: 50px 0px 0px 0px;
}
@media (max-width: 640px) {
  .seivice_main .ser_detail {
    margin: 40px 0px 0px 0px;
  }
}
.seivice_main .ser_detail li {
  background: #f5f5f5;
  width: 50%;
  float: left;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  padding: 0 5%;
  text-align: right;
  border-right: 1px solid #ccc;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 640px) {
  .seivice_main .ser_detail li {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
.seivice_main .ser_detail li:nth-child(2n) {
  border: none;
  text-align: left;
  padding-left: 60px;
}
@media (max-width: 640px) {
  .seivice_main .ser_detail li:nth-child(2n) {
    padding-left: 10px;
  }
}
.seivice_main .ser_detail li:nth-child(3),
.seivice_main .ser_detail li:nth-child(4),
.seivice_main .ser_detail li:nth-child(7),
.seivice_main .ser_detail li:nth-child(8) {
  background: #fff;
}
.contact_two {
  position: relative;
  margin-top: -220px;
  margin-bottom: 75px;
}
@media (max-width: 640px) {
  .contact_two {
    margin-top: -280px;
    margin-bottom: 55px;
  }
}
@media (max-width: 320px) {
  .contact_two {
    margin-top: -250px;
    margin-bottom: 35px;
  }
}
.contact_all,
.contact_two {
  background: #07913c;
  padding: 30px 0px 15px 0px;
}
.contact_all .cont,
.contact_two .cont {
  margin-left: -8%;
}
@media (max-width: 640px) {
  .contact_all .cont,
  .contact_two .cont {
    padding: 0px;
    margin-left: 0px;
  }
}
.contact_all .cont li,
.contact_two .cont li {
  float: left;
  width: 25%;
  margin-left: 8%;
}
@media (max-width: 640px) {
  .contact_all .cont li,
  .contact_two .cont li {
    margin: 2%;
    width: 28%;
  }
}
.contact_all .cont li:last-child,
.contact_two .cont li:last-child {
  float: right;
}
@media (max-width: 640px) {
  .contact_all .cont li:last-child,
  .contact_two .cont li:last-child {
    float: left;
  }
}
.contact_all .cont li .pic,
.contact_two .cont li .pic {
  width: 22%;
  float: left;
}
@media (max-width: 640px) {
  .contact_all .cont li .pic,
  .contact_two .cont li .pic {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contact_all .cont li .pic img,
  .contact_two .cont li .pic img {
    width: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .contact_all .cont li .pic,
  .contact_two .cont li .pic {
    width: 25%;
    padding-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact_all .cont li .pic,
  .contact_two .cont li .pic {
    width: 25%;
    padding-top: 10px;
  }
}
.contact_all .cont li .pic img,
.contact_two .cont li .pic img {
  max-width: 100%;
}
.contact_all .cont li .cont_email,
.contact_two .cont li .cont_email {
  width: 70%;
  float: left;
  margin-left: 8%;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact_all .cont li .cont_email,
  .contact_two .cont li .cont_email {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .contact_all .cont li .cont_email,
  .contact_two .cont li .cont_email {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .contact_all .cont li .cont_email,
  .contact_two .cont li .cont_email {
    width: 100%;
    margin-left: 0px;
    font-size: 12px;
  }
}
.contact_all .cont li .cont_email p,
.contact_two .cont li .cont_email p {
  margin-top: 10px;
  height: 24px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .contact_all .cont li .cont_email p,
  .contact_two .cont li .cont_email p {
    text-align: center;
  }
}
.contact_all .cont li .cont_email span,
.contact_two .cont li .cont_email span {
  margin-top: 10px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  line-height: 18px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact_all .cont li .cont_email span,
  .contact_two .cont li .cont_email span {
    min-height: 48px;
    overflow: inherit;
  }
}
@media (max-width: 640px) {
  .contact_all .cont li .cont_email span,
  .contact_two .cont li .cont_email span {
    min-height: 48px;
    overflow: inherit;
  }
}
.contact_all .cont li .cont_email span a,
.contact_two .cont li .cont_email span a {
  color: #fff;
}
.contact_all .cont li .cont_email span a:hover,
.contact_two .cont li .cont_email span a:hover {
  text-decoration: underline;
}
.information {
  background: #f2f2f2;
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .information {
    padding-bottom: 15px;
  }
}
.information .infor_list {
  margin-left: -3%;
  margin-top: 45px;
}
@media (max-width: 640px) {
  .information .infor_list {
    margin-top: 35px;
  }
}
.information .infor_list li {
  width: 47%;
  background: #fff;
  box-shadow: 0px 3px 10px 1px #D6D6D4;
  border-radius: 20px;
  margin-left: 3%;
  margin-bottom: 30px;
  padding: 35px;
  float: left;
  position: relative;
}
.information .infor_list li:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -28px;
  left: 55px;
  height: 0;
  border-top: 35px solid #fff;
  border-right: 35px solid transparent;
}
.information .infor_list li .pic {
  position: relative;
  width: 160px;
  height: 100px;
  float: left;
  background: #fff;
  cursor: pointer;
  z-index: 999;
}
.information .infor_list li .infor_right {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 25px 0 220px;
  height: 100px;
  float: left;
}
.information .infor_list li .infor_right .title_1 {
  color: #0d0d0d;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
}
.information .infor_list li .infor_right .title_1 a {
  color: #0d0d0d;
}
.information .infor_list li .infor_right .title_1 a:hover {
  color: #07913c;
}
.information .infor_list li .infor_right span {
  color: #07913c;
  font-size: 13px;
}
.information .infor_list li .infor_right .text_1 {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 991px) and (max-width: 991px) {
  .information .infor_list li {
    width: 97%;
    clear: both;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .information .infor_list li {
    width: 97%;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .information .infor_list li .pic {
    width: 120px;
    height: 75px;
    z-index: 9999999;
    cursor: pointer;
  }
  .information .infor_list li .infor_right {
    padding: 0 25px 0 160px;
  }
  .information .infor_list li .infor_right span {
    display: none;
  }
  .information .infor_list li .infor_right .title_1 {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
  .information .infor_list li .infor_right .text_1 {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .information .infor_list li {
    width: 97%;
    padding: 25px 20px;
    margin-bottom: 50px;
  }
  .information .infor_list li .pic {
    width: 110px;
    height: 69px;
  }
  .information .infor_list li .infor_right {
    padding: 0 20px 0 150px;
  }
  .information .infor_list li .infor_right span {
    display: block;
    margin-top: 10px;
  }
  .information .infor_list li .infor_right .title_1 {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
  }
  .information .infor_list li .infor_right .text_1 {
    display: none;
  }
}
.information .title {
  text-align: center;
  color: #1d1d1d;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0px 0px 0px;
  line-height: 68px;
}
@media (max-width: 640px) {
  .information .title {
    margin: 25px 0px 0px 0px;
    font-size: 28px;
    line-height: 58px;
  }
}
.information .title:after {
  content: "";
  text-align: center;
  margin: 0 auto;
  display: table;
  background: #07913c;
  width: 85px;
  height: 2px;
}
.information .text {
  text-align: center;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 22px;
  margin-top: 15px;
}
/*case*/
.sub {
  padding-top: 20px;
}
.sub li {
  float: left;
  text-align: center;
  font-size: 15px;
  width: 10%;
  position: relative;
}
.sub li:hover ul {
  display: block;
}
@media (min-width: 641px) and (max-width: 767px) {
  .sub li:hover ul {
    display: none;
  }
}
@media (max-width: 640px) {
  .sub li:hover ul {
    display: none;
  }
}
.sub li ul {
  width: 100%;
  position: absolute;
  background: #ccc;
  opacity: 0.8;
  display: none;
  z-index: 999999;
}
.sub li ul li {
  text-align: center;
  width: 100%;
  line-height: 25px;
}
.sub li ul li:hover {
  background: #07913c;
}
.sub li ul li a {
  color: #000000;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub li {
    width: 14.28571429%;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .sub li {
    width: 14.28571429%;
  }
}
@media (max-width: 640px) {
  .sub li {
    width: 25%;
  }
}
.sub li a {
  width: 100%;
  text-align: center;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  overflow:hidden;
}
.sub li a:hover {
  background: #07913c;
  color: #fff;
}
.sub li .active {
  background: #07913c;
  color: #fff;
}
.ny_main .case_title {
  text-align: center;
  color: #7a7a7a;
  font-size: 13px;
  padding: 60px 0px 50px 0px;
}
@media (max-width: 640px) {
  .ny_main .case_title {
    padding: 30px 15px 20px 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .ny_main .case_title {
    padding: 50px 15px 30px 15px;
  }
}
.ny_main .page {
  margin: 0px 0px 40px 0px;
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
  text-align: center;
}
.ny_main .page .fa-caret-left {
  font-size: 14px;
  padding: 0px 3px;
}
.ny_main .page .fa-caret-right {
  font-size: 14px;
  padding: 0px 3px;
}
.ny_main .page .fa-backward {
  font-size: 10px;
}
.ny_main .page .fa-forward {
  font-size: 10px;
}
.ny_main .page .cpb {
  color: #fff;
  background: #474747;
}
.ny_main .page a {
  color: #474747;
  margin: 0px 2px;
  padding: 2px 10px;
  display: inline-block;
  background: #efefef;
}
.ny_main .page a:hover {
  color: #fff;
  background: #474747;
}
.ny_main .case_main {
  padding-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.ny_main .case_main .all_tab {
  padding: 0px;
}
@media (max-width: 768px) {
  .ny_main .case_main .all_tab {
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab {
    padding: 5px;
  }
}
.ny_main .case_main .all_tab li {
  width: calc(25% - 20px);
  position: relative;
  display: block;
  height: 100%;
  float: left;
  margin: 10px;	
  list-style: none;
}
@media (max-width: 768px) {
  .ny_main .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px;  
  }
			
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px;  
  }
}
.ny_main .case_main .all_tab li:hover .hover {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li:hover .hover {
    display: none;
  }
}


@media (min-width: 992px) and (max-width: 1239px) {
  .ny_main .case_main .all_tab li .hover .title {
    margin-top: 8%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li .hover .title {
    display: none;
  }
}
.ny_main .case_main .all_tab li .hover .text {
  color: #fff;
  font-size: 12px;
  padding: 5% 8%;
  line-height: 24px;
  height:120px;
  overflow:hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li .hover .text {
    display: none;
  }
}
.ny_main .case_main .all_tab li .hover .case_more {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
/*about*/
.about_left {
  width: 45%;
  float: left;
  position: relative;
  margin: 70px 0px;
}
@media (max-width: 640px) {
  .about_left {
    width: 80%;
    clear: both;
    margin: 30px auto 0 auto;
    float: none;
  }
}
.about_left:after {
  content: "";
  display: block;
  padding-bottom: 91%;
}
.about_right {
  width: 50%;
  float: right;
  margin: 70px 0px;
}
@media (max-width: 640px) {
  .about_right {
    width: 100%;
    margin: 25px 0px;
  }
}
.about_right .submit {
  margin-top: 30px;
}
.about_right .submit a {
  color: #fff;
  background: #07913c;
  display: inline-block;
  font-size: 15px;
  padding: 13px 38px;
  border-radius: 30px;
}
.about_right p {
  line-height: 30px;
  color: #6d6d6d;
  font-size: 12px;
}
.about_right .fa-check {
  color: #07913c;
  font-size: 16px;
  margin-right: 15px;
}
.about_right .text {
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #1D1D1D;
  line-height: 24px;
  padding: 25px 0px;
  margin-bottom: 30px;
}
.about_right .title {
  font-size: 30px;
  color: #1d1d1d;
  font-weight: bold;
  margin: 0px;
  display: inline-block;
  position: relative;
  line-height: 80px;
}
@media (max-width: 640px) {
  .about_right .title {
    line-height: 60px;
    font-size: 28px;
  }
}
.about_right .title:after {
  content: "";
  width: 85px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #07913c;
}
/*news*/
.news {
  margin-left: -3%;
  padding: 5px 0px 0px 0px;
  width: 103%;
  margin-bottom: 40px;
}
.news li {
  width: 47%;
  float: left;
  height: 100%;
  margin-left: 3%;
  background: #f9f9f9;
  margin-top: 20px;
  padding: 40px 20px;
  position: relative;
  border-bottom: 3px solid #fff;
}
.news li:hover {
  border-bottom: 3px solid #07913c;
}
.news li .pic {
  position: relative;
  width: 160px;
  height: 100px;
  float: left;
  background: #fff;
  cursor: pointer;
  z-index: 999;
}
.news li .news_right {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 25px 0 200px;
  height: 100px;
  float: left;
}
.news li .news_right .title_1 {
  color: #0d0d0d;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
}
.news li .news_right .title_1 a {
  color: #0d0d0d;
}
.news li .news_right .title_1 a:hover {
  color: #07913c;
}
.news li .news_right span {
  color: #07913c;
  font-size: 13px;
}
.news li .news_right .text_1 {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news li {
    width: 97%;
    clear: both;
  }
}
@media (max-width: 640px) {
  .news li .pic {
    width: 120px;
    height: 75px;
  }
  .news li .news_right {
    padding: 0 20px 0 160px;
    float: left;
  }
  .news li .news_right span {
    display: none;
  }
  .news li .news_right .text_1 {
    margin-top: 5px;
  }
  .news li .news_right .title_1 {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
}
@media (max-width: 320px) {
  .news li .pic {
    width: 120px;
    height: 75px;
  }
  .news li .text_1 {
    display: none;
  }
  .news li .news_right {
    padding: 0 20px 0 160px;
    float: left;
  }
  .news li .news_right span {
    display: block;
    margin-top: 15px;
  }
  .news li .news_right .title_1 {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .news li {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .news li {
    padding: 30px 20px;
  }
}
@media (max-width: 320px) {
  .news li {
    padding: 20px;
  }
}
/*news_show*/
.news_show_title {
  color: #434b4e;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0px 10px 0px;
  line-height: 60px;
}
@media (max-width: 640px) {
  .news_show_title {
    padding: 40px 0px 10px 0px;
    line-height: 40px;
    font-size: 24px;
  }
}
.news_show_title:after {
  content: "";
  text-align: center;
  margin: 0 auto;
  display: table;
  width: 85px;
  height: 3px;
  background: #07913c;
}
.write {
  color: #2a2a2a;
  font-size: 14px;
  text-align: center;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 640px) {
  .write {
    margin: 15px 0px 20px 0px;
  }
}
.ns_title2 {
  background: #07913c;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-top: 35px;
}
.ns_text {
  color: #2a2a2a;
  line-height: 24px;
  margin-top: 20px;
}
.sx {
  line-height: 35px;
  display: table;
  width: 100%;
  margin: 75px 0px 50px 0px;
}
@media (max-width: 640px) {
  .sx {
    padding: 0px;
    margin: 35px 0px;
  }
}
.sx li {
  width: 50%;
  padding-left: 22px;
  background: #ededed;
  overflow: hidden;
  height: 35px;
  float: left;
}
@media (max-width: 640px) {
  .sx li {
    width: 100%;
    padding: 0px 15px;
  }
}
.sx li a {
  color: #666666;
  font-size: 14px;
}
.sx li a:hover {
  color: #07913c;
}
.sx li:last-child {
  text-align: right;
  padding: 0px 22px 0px 0px;
}
@media (max-width: 640px) {
  .sx li:last-child {
    text-align: left;
    margin-top: 10px;
    padding: 0px 0px 0px 15px;
  }
}
.related_news .title {
  background: url(../images/news_show02.jpg) no-repeat left;
  padding-left: 2.7%;
  height: 24px;
  overflow: hidden;
  width: 100%;
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title {
    padding-left: 4.5%;
  }
}
@media (max-width: 640px) {
  .related_news .title {
    padding-left: 10%;
  }
}
.related_news .title .zn_en {
  color: #010101;
  font-size: 18px;
  width: 15%;
  float: left;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title .zn_en {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .related_news .title .zn_en {
    width: 45%;
  }
}
.related_news .title .zn_en span {
  color: #afafaf;
  font-size: 12px;
  text-transform: uppercase;
}
.related_news .title .line {
  width: 78%;
  float: left;
  margin-left: 1%;
}
@media (max-width: 640px) {
  .related_news .title .line {
    width: 32%;
  }
  .related_news .title .line img {
    height: 5px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title .line {
    width: 64%;
  }
}
.related_news .title .more {
  width: 5%;
  float: right;
  text-align: right;
}
@media (max-width: 640px) {
  .related_news .title .more {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title .more {
    width: 10%;
  }
}
.related_list {
  background: #f4f4f4;
  padding: 10px 35px;
  display: inline-block;
  width: 100%;
  margin: 20px 0px 40px 0px;
}
@media (max-width: 640px) {
  .related_list {
    padding: 10px 15px;
  }
}
.related_list li {

  float: left;
  width: 50%;
  line-height: 35px;
  padding-right: 5%;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li {
    padding-right: 3%;
  }
}
@media (max-width: 640px) {
  .related_list li {
    width: 100%;
    font-size: 12px;
    padding-right: 0%;
  }
}
.related_list li:last-child {
  border-bottom: none;
}
.related_list li:nth-last-child(2) {
  border-bottom: none;
}
@media (max-width: 640px) {
  .related_list li:nth-last-child(2) {
    border-bottom: 1px solid #d9d9d9;
  }
}
.related_list li .left {
  width: 75%;
  overflow: hidden;
  height: 35px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li .left {
    width: 70%;
  }
}
.related_list li .fa-caret-right {
  color: #07913c;
  font-size: 10px;
  margin-right: 10px;
}
.related_list li:nth-child(2n) {
  padding-left: 5%;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li:nth-child(2n) {
    padding-left: 3%;
  }
}
@media (max-width: 640px) {
  .related_list li:nth-child(2n) {
    padding-left: 0%;
  }
}
.related_list li .date {
  width: 20%;
  overflow: hidden;
  float: right;
  height: 35px;
  color: #a0a0a0;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li .date {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .related_list li .date {
    width: 25%;
  }
}
.related_list li a {
  color: #666;
}
.related_list li a:hover {
  color: #07913c;
}
/*message*/
.message_nr {
  width: 100%;
  background: url(../images/message_back.jpg) no-repeat center center;
  padding: 45px 0px 110px 0px;
  background-size: auto 100%;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/message_back.jpg', sizingMethod='scale');
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr {
    padding: 50px 0px 40px 0px;
  }
}
@media (max-width: 640px) {
  .message_nr {
    padding: 40px 0px;
  }
}
.message_nr .title {
  color: #000000;
  font-size: 44px;
  line-height: 75px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .message_nr .title {
    font-size: 30px;
  }
}
.message_nr ul {
  margin-left: -3%;
  margin-top: 30px;
}
.message_nr ul li {
  width: 47%;
  word-wrap: break-word;
  margin-left: 3%;
  float: left;
  position: relative;
}
.message_nr ul li b {
  color:#FF0004;
  position: absolute;
  right: 10px;
  top: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li b {
    top: 15px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li b {
    top: 4.5%;
  }
}
@media (max-width: 640px) {
  .message_nr ul li {
    width: 97%;
  }
}
.message_nr ul li .online_input {
  position: relative;
  background: #fff;
  border: none;
  width: 48%;
  color: #333;
  min-height: 52px;
  display: table;
  padding: 15px 20px;
  margin-right: 4%;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input {
    padding: 12px 15px;
    min-height: 45px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input {
    padding: 10px 15px;
    min-height: 40px;
  }
}
.message_nr ul li .online_input3 {
  background: #fff;
  border: none;
  width: 48%;
  color: #333;
  min-height: 52px;
  display: table;
  padding: 15px 20px;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input3 {
    padding: 12px 15px;
    min-height: 45px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input3 {
    padding: 10px 15px;
    min-height: 40px;
  }
}
.message_nr ul li .online_input1 {
  background: #fff;
  border: none;
  color: #333;
  min-height: 52px;
  display: table;
  width: 100%;
  padding: 15px 20px;
  margin-right: 10px;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input1 {
    padding: 12px 15px;
    min-height: 45px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input1 {
    padding: 10px 15px;
    min-height: 40px;
  }
}
.message_nr ul li .online_input2 {
  background: #fff;
  border: none;
  min-height: 52px;
  display: table;
  color: #333;
  width: 20%;
  padding: 15px 20px;
  margin-right: 10px;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input2 {
    padding: 12px 15px;
    min-height: 45px;
    width: 30%;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input2 {
    padding: 10px 15px;
    min-height: 40px;
    width: 36%;
  }
}
.message_nr ul li .input_img {
  width: 20%;
  height: 53px;
  display: table;
  float: left;
  border: 1px solid #ccc;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .input_img {
    height: 48px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .input_img {
    height: 45px;
    width: 30%;
  }
}
@media (max-width: 320px) {
  .message_nr ul li .input_img {
    height: 45px;
    width: 30%;
  }
}
.message_nr ul li .online_content1 {
  width: 100%;
  border: none;
  padding: 15px;
  min-height: 215px;
  color: #333;
  font-size: 12px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_content1 {
    min-height: 205px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_content1 {
    min-height: 180px;
  }
}
.message_nr ul li .btn {
  color: #ffffff;
  float: right;
  margin-top: 40px;
  font-size: 20px;
  border-radius: 1px;
  outline: none;
  padding:10px 15px;
  background: #07913c;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .btn {
    margin-top: 35px;
  }
}
.message_nr ul li .btn .fa-chevron-right {
  font-size: 18px;
  margin-right: 30px;
}
.message_nr ul li .btn a {
  background: #07913c;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 16px 35px;
}
@media (max-width: 640px) {
  .message_nr ul li .btn a {
    padding: 13px 25px;
  }
}
.message_nr ul li .btn a:hover {
  background: #4C4D4E;
}
/*contact*/
.about_nr p {
  line-height: 26px;
  margin-top: 18px;
  color: #343434;
  font-size: 16px;
}
.about_nr p .fa-map-marker {
  font-size: 24px;
  margin-right: 15px;
  color: #07913c;
  text-align: right;
  width: 30px;
}
@media (max-width: 640px) {
  .about_nr p .fa-map-marker {
    font-size: 18px;
    margin-right: 10px;
  }
}
.about_nr p .fa-phone {
  font-size: 20px;
  margin-right: 15px;
  color: #07913c;
  text-align: right;
  width: 30px;
}
@media (max-width: 640px) {
  .about_nr p .fa-phone {
    font-size: 16px;
    margin-right: 10px;
  }
}
.about_nr p .fa-fw {
  font-size: 20px;
  margin-right: 15px;
  color: #07913c;
  text-align: right;
  width: 30px;
}

.about_nr p .fa-internet-explorer {
    font-size: 20px;
    margin-right: 15px;
    color: #07913c;
    text-align: right;
    width: 30px;
}

.about_nr p .fa-tty {
    font-size: 20px;
    margin-right: 15px;
    color: #07913c;
    text-align: right;
    width: 30px;
}

.about_nr p .fa-qq {
  font-size: 20px;
  margin-right: 15px;
  color: #07913c;
  text-align: right;
  width: 30px;
}

@media (max-width: 640px) {
  .about_nr p .fa-fw {
    font-size: 14px;
    margin-right: 10px;
  }
}
.about_nr p .fa-mobile {
  font-size: 24px;
  margin-right: 15px;
  color: #07913c;
  text-align: right;
  width: 30px;
}
@media (max-width: 640px) {
  .about_nr p .fa-mobile {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .about_nr p {
    line-height: 23px;
    margin: 10px 0px;
    font-size: 14px;
  }
}
.about_nr .addr {
  background: url(../images/addr.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .addr {
    background: url(../images/addr.png) no-repeat left top;
  }
}
.about_nr .phone {
  background: url(../images/tel.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .phone {
    background: url(../images/tel.png) no-repeat left top;
  }
}
.about_nr .hotline {
  background: url(../images/hot.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .hotline {
    background: url(../images/hot.png) no-repeat left top;
  }
}
.about_nr .web {
  background: url(../images/web.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .web {
    background: url(../images/web.png) no-repeat left top;
  }
}
.about_nr .fix {
  background: url(../images/fix.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .fix {
    background: url(../images/fix.png) no-repeat left top;
  }
}
.about_nr .company {
  color: #000000;
  font-size: 26px;
  margin: 35px 0px 20px 0px;
}
@media (max-width: 640px) {
  .about_nr .company {
    font-size: 24px;
  }
}
.about_nr ul {
  margin-left: -5%;
}
.about_nr ul li {
  width: 45%;
  float: left;
  margin-left: 2.5%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .about_nr ul li {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .about_nr ul li {
    width: 95%;
  }
}
.about_nr .contact_map {
  width: 100%;
  margin: 40px auto 0px auto;
  max-height: 400px;	
  overflow: hidden;
}
@media (max-width: 640px) {
  .about_nr .contact_map {
    margin: 20px auto 0px auto;
  }
}
.about_nr .contact_map #map {
  width: 100%;
  height: 685px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .about_nr .contact_map #map {
    height: 485px;
    min-width: 640px;
    overflow: hidden;
  }
}
/*team*/
.team {
  display: inline-block;
  width: 100%;
  margin: 60px 0px 0px 0px;
}
.team li {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 640px) {
  .team li {
    width: 100%;
  }
}
.team li .title {
  color: #000000;
  font-size: 17px;
  text-align: center;
  margin-top: 25px;
  height: 24px;
  overflow: hidden;
  padding:0 3px;
}
.team li .title a {
  color: #000000;
}
.team li .title a:hover {
  color: #07913c;
}
.team li .title2 {
  color: #949494;
  text-align: center;
  line-height: 60px;
}
.team li .title2:after {
  content: "";
  width: 40px;
  height: 2px;
  text-align: center;
  margin: 0 auto;
  display: table;
  background: #07913c;
}
.team li .text {
  color: #8e8e8e;
  font-size: 13px;
  padding: 0 25px;
  text-align: center;
  height: 48px;
  overflow: hidden;
  margin: 20px 0px 50px 0px;
}
@media (max-width: 640px) {
  .team li .text {
    height: auto;
  }
}
.team li .text a {
  color: #8e8e8e;
}
.team li .text a:hover {
  color: #07913c;
}
.team li .pic {
  width: 100%;
  background: #f5f5f5;
  position: relative;
}
.team li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67%;
}
/*case_show*/
.case_show_title {
  color: #07913c;
  font-size: 28px;
  margin: 25px 0px 20px 0px;
}
.case_show_text {
  color: #323232;
  line-height: 24px;
  font-size: 13px;
}
.lunbo {
  width: 100%;
  height: 710px;
  margin: 0px 0px 40px 0px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .lunbo {
    height: 580px;
    background: #000;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .lunbo {
    display: none;
  }
}
@media (max-width: 640px) {
  .lunbo {
    display: none;
  }
}
.case_banner {
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .case_banner {
    margin-bottom: 25px;
  }
}
.team_show_title5 {
  background: #07913c;
  font-size: 17px;
  color: #fff;
  margin: 0 auto;
  padding: 12px 30px;
  display: table;
  margin-bottom: 25px;
}
.team_show_text5 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 15px;
}
/*map*/
.w1004 {
  border: solid 1px #cfcfcf;
  max-width: 1180px;
  padding: 20px;
  margin: 50px auto 50px auto;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #EDF2F3;
  line-height: 30px;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #e0e9f3;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #07913c;
}
.map dt:hover {
  background: #439CAF;
}
.map dt a {
  color: #fff;
  display: block;
  padding: 8px 0px;
}
.map dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #07913c;
  color: #fff;
}
@media (max-width: 768px) {
  .w1004 {
    max-width: 1100px;
    margin: 20px auto;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    border-right: none;
    border-left: none;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
  }
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 85%;
  }
}
/* ui-banner */
.ui-banner {
  display: block;
  position: relative;
  width: 100%;
}
.ui-banner.ui-banner-invalid {
  display: none;
}
.ui-banner,
.ui-banner .ui-banner-slides,
.ui-banner .ui-banner-slogans,
.ui-banner .ui-banner-arrow {
  height: 680px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner,
  .ui-banner .ui-banner-slides,
  .ui-banner .ui-banner-slogans,
  .ui-banner .ui-banner-arrow {
    height: 550px;
  }
}
.ui-banner .ui-banner-slides,
.ui-banner .ui-banner-slogans,
.ui-banner .ui-banner-arrow {
  position: absolute;
  top: 0;
}
.ui-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ui-banner .ui-banner-slides {
  width: 80%;
  height: 710px;
  left: 1px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-slides {
    height: 580px;
  }
}
.ui-banner .ui-banner-slides li {
  display: none;
  position: absolute;
}
.ui-banner .ui-banner-slides li img {
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-current,
.ui-banner .ui-banner-slides li.ui-banner-slides-prev,
.ui-banner .ui-banner-slides li.ui-banner-slides-next {
  display: block;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-current {
  left: 0;
  width: 100%;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-prev {
  left: -654px;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-next {
  left: 654px;
}
.ui-banner .ui-banner-slogans {
  overflow: hidden;
  width: 19%;
  right: 0;
  margin-top: 25px;
}
.ui-bnnerimg {
  max-width: 100%;
  max-height: 100%;
}
.ui-bnnerp {
  width: 100%;
  height: 97%;
  padding-left: 20px;
}
.ui-bnnerp h3 {
  font-size: 14px;
  color: #666;
}
.ui-bnnerp p {
  color: #666;
}
.ui-line {
  zoom: 1;
  overflow: hidden;
}
.ui-line-hover {
  background: url("../images/stuj.png") no-repeat left center;
}
.ullinehover {
  margin: 0 0 3px 13px;
  padding: 4px 0;
}
.ui-bnnerp-hover {
  background-color: #9b040d;
  color: #fff;
}
/*.ullinehover:hover .ui-bnnerp h3,.ullinehover:hover .ui-bnnerp p{
    color: #fff;
}*/
.uibannerslog ul li {
  border: 1px solid red;
}
.ui-bnnerp-hover h3,
.ui-bnnerp-hover p {
  color: #fff;
}
.ui-banner .ui-banner-arrow {
  display: block;
  width: 23px;
  outline: none;
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
  background: transparent url(../images/prew_top.jpg) no-repeat right;
  height: 20px;
  right: 0px;
  top: 0px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
    width: 17.8%;
    background: transparent url(../images/prew_top.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-prev:hover {
  background: transparent url(../images/prew_top1.jpg) no-repeat right;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-prev:hover {
    width: 17.8%;
    background: transparent url(../images/prew_top1.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next {
  background: transparent url(../images/prew_bottom.jpg) no-repeat right;
  height: 23px;
  right: 0px;
  top: 688px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-next {
    width: 17.8%;
    top: 558px;
    background: transparent url(../images/prew_bottom.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next:hover {
  background: transparent url(../images/prew_bottom1.jpg) no-repeat right;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-next:hover {
    width: 17.8%;
    background: transparent url(../images/prew_bottom1.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next img {
  left: -15px;
}
.ui-banner .ui-banner-overlay {
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 0;
  width: 173px;
}

/*内页案例展示*/
.ny-case-show {
  width: 100%;
  margin: 0 auto 50px auto;
}
@media (max-width: 1199px) {
  .ny-case-show {
    display: none;
  }
}
.ny-case-show .banner-pro .banner-pro {
  overflow: hidden;
}
.ny-case-show .banner-pro .large_box {
  width: 947px;
  height: 700px;
  overflow: hidden;
  float: left;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .large_box {
    width: 720px;
    height: 532px;
  }
}
.ny-case-show .banner-pro .large_box li {
  width: 947px;
  height: 700px;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .large_box li {
    width: 720px;
    height: 532px;
  }
}
.ny-case-show .banner-pro .large_box li p {
  font-size: 16px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background: #cf3140;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-left: 20px;
}
.ny-case-show .banner-pro .large_box img {
  display: block;
}
.ny-case-show .banner-pro .small_box {
  width: 210px;
  height: 700px;
  overflow: hidden;
  float: right;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .small_box {
    width: 203px;
    height: 532px;
  }
}
.ny-case-show .banner-pro .small_list {
  position: relative;
  width: 210px;
  height: 650px;
  overflow: hidden;
  margin-bottom: 1px;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .small_list {
    height: 480px;
    width: 203px;
  }
}
.ny-case-show .banner-pro .small_list ul {
  height: 650px;
  overflow: hidden;
}
.ny-case-show .banner-pro .small_list ul li {
  position: relative;
  width: 210px;
  margin-bottom: 8px;
  height: 155px;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .small_list ul li {
    width: 203px;
    margin-bottom: 11px;
    height: 150px;
  }
}
.ny-case-show .banner-pro .small_list ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/mask.png);
  z-index: 10;
}
.ny-case-show .banner-pro .small_list ul li img {
  display: block;
}
.ny-case-show .banner-pro .small_list ul li .bun_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 155px;
}
.ny-case-show .banner-pro .small_list ul li.on:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 10;
  opacity: 0;
}
.ny-case-show .banner-pro .small_list ul li.on .bun_bg {
  display: block;
}
.ny-case-show .banner-pro .btn {
  display: block;
  width: 210px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .btn {
    width: 203px;
  }
}
.ny-case-show .banner-pro .left_btn {
  background: url(../images/prew_top.jpg) no-repeat;
  margin-bottom: 8px;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .left_btn {
    margin-bottom: 11px;
  }
}
.ny-case-show .banner-pro .left_btn:hover {
  background: url(../images/prew_top1.jpg) no-repeat;
}
.ny-case-show .banner-pro .right_btn {
  background: url(../images/prew_bottom.jpg) no-repeat;
}
.ny-case-show .banner-pro .right_btn:hover {
  background: url(../images/prew_bottom1.jpg) no-repeat;
}
.ny-case-show p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  max-width: 920px;
  margin: 0 auto;
}
.case_banner {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .case_banner {
    display: block;
  }
  .case_banner .banner {
    display: block;
  }
  .case_banner .banner span {
    position: relative;
    display: block;
    width: 100%;
  }
  .case_banner .banner span:before {
    content: "";
    display: block;
    padding-bottom: 4%;
  }
}