.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverScale {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.hoverScale:hover {
  transform: scale(1.1);
}
.index_banner {
  margin-top: 80px;
}
.index_banner .banner_btn {
  margin-top: 50px;
}
.index_banner .banner_btn a {
  display: inline-block;
  width: 180px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.index_banner .banner_btn .btn1 {
  margin-right: 20px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 50px;
}
.index_banner .banner_btn .btn1:hover {
  border: 1px solid #25b864;
  background-color: #25b864;
  color: #fff;
}
.index_banner .banner_btn .btn2 {
  background-color: #25b864;
  color: #fff;
  line-height: 50px;
}
.index_banner .banner_btn .btn2:hover {
  background-color: #33d478;
  color: #fff;
}
.index_banner .owl-nav {
  display: none;
}
.index_banner .owl-dots {
  position: absolute;
  bottom: 36px;
  width: 100%;
  text-align: center;
}
.index_banner .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.index_banner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  background: #bdbbb8;
  box-shadow: 0 0 10px rgba(16, 104, 74, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.index_banner .owl-dots .active span {
  background-color: #25b864;
}
.banner_home {
  min-width: 1200px;
  height: 520px;
  background: url(../images/banner.jpg) no-repeat top center;
}
.banner_home .text {
  padding-top: 125px;
}
.banner_home .t {
  font-weight: bold;
  font-size: 56px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.banner_home .st {
  margin-top: 4px;
  font-size: 16px;
  color: #fff;
}
.index_banner .active .banner_btn .btn1 {
  -webkit-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.index_banner .active .banner_btn .btn2 {
  -webkit-animation: fadeInLeft 0.8s;
  animation: fadeInLeft 0.8s;
}
.index_title {
  position: relative;
  padding-bottom: 30px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
}
.index_title:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 6px;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  background: #0aa867;
}
.about-style-two {
  height: 600px;
}
.about-style-two .content-column {
  width: 50%;
  float: left;
}
.about-style-two .content-column .content-box {
  margin-top: 166px;
}
.about-style-two .content-column .content-box .text {
  padding-right: 54px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.about-style-two .sec-title {
  position: relative;
  display: block;
  margin-bottom: 27px;
  padding-bottom: 28px;
}
.about-style-two .sec-title:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 6px;
  left: 0;
  bottom: 0;
  background: #0aa867;
}
.about-style-two .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 57px;
  font-weight: 700;
  color: #333;
}
.about-style-two .image-column {
  width: 50%;
  float: left;
}
.about-style-two #image_block_2 {
  margin-top: 168px;
}
.about-style-two #image_block_2 .image-box {
  position: relative;
  display: block;
  padding-left: 40px;
}
.about-style-two #image_block_2 .image-box .videoPLay {
  width: 560px;
  height: 318px;
  outline: none;
}
.about-style-two #image_block_2 .image-box:before {
  position: absolute;
  content: '';
  border: 30px solid #edf0f2;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  left: -30px;
  top: -80px;
  z-index: -1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}
.about-style-two #image_block_2 .image-box:after {
  position: absolute;
  content: '';
  background: url(../images/ddian.png) no-repeat center;
  width: 152px;
  height: 101px;
  right: -45px;
  bottom: -30px;
  z-index: -2;
}
.section {
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden;
}
.index_problem {
  background-color: #f8f8f8;
}
.index_problem .index_problem_list {
  margin: 62px -12px 0;
}
.index_problem .index_problem_list li {
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 24px;
  box-sizing: border-box;
  float: left;
}
.index_problem .index_problem_list .item {
  height: 306px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 38px;
}
.index_problem .index_problem_list .item img{
	width: 35px;
	height: 35px;
}
.index_problem .index_problem_list .item .t {
  position: relative;
  margin-top: 18px;
  margin-bottom: 16px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #343231;
}
.index_problem .index_problem_list .item .t:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #0aa867;
}
.index_problem .index_problem_list .item p {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.productlist {
  margin-bottom: 60px;
  margin-top: 96px;
}
.productlist dd {
  display: table;
  width: 100%;
  margin-bottom: 130px;
}
.productlist dd .img {
  width: 53.5%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.productlist dd .img img {
  width: 100%;
  vertical-align: top;
  border-radius: 5px;
    box-shadow: 0 2px 25px rgba(100,100,100,.2);
}
.productlist dd .con {
  width: 46.5%;
  display: table-cell;
  padding-right: 87px;
  vertical-align: middle;
  box-sizing: border-box;
}
.productlist dd .txtitem .t {
  margin-bottom: 18px;
  color: #353332;
  font-weight: 300;
  font-size: 30px;
}
.productlist dd .txtitem .c {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.productlist dd .txtitem .more_url {
  display: block;
  width: 118px;
  height: 40px;
  background-color: #0aa867;
  margin-top: 45px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.productlist dd .txtitem .more_url:hover {
  background-color: #098c56;
  color: #fff;
}
.productlist .ditem2 .con {
  padding-left: 80px;
}
.section_taocan {
  background: url(../images/taocan_bj.jpg) no-repeat center top;
  background-color: #f7f7f7;
}
.section_taocan .type_list {
  margin-top: 64px;
  margin-left: -16px;
  margin-right: -16px;
}
.section_taocan .type_list dd {
  width: 25%;
  float: left;
  padding: 0 16px;
  box-sizing: border-box;
}
.section_taocan .card {
  padding: 22px;
  padding-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.section_taocan .card:hover {
  border: 2px solid #0aa867;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section_taocan .card .card_head {
  margin-top: 30px;
  text-align: center;
}
.section_taocan .card .card_head h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.section_taocan .card .card_head p {
  margin-bottom: 5px;
  font-size: 14px;
  height: 54px;
  color: #888;
}
.section_taocan .card .card_head .price {
  padding-top: 14px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}
.section_taocan .card .card_head .price .price-sbyy {
  font-size: 46px;
  color: #333;
  font-weight: bold;
}
.section_taocan .card .card_body {
  margin-top: 50px;
  margin-bottom: 80px;
}
.section_taocan .card .card_body li {
  position: relative;
  margin: 26px 0;
  padding-right: 16px;
  font-size: 14px;
  color: #333;
}
.section_taocan .card .card_body li .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  float: right;
}
.section_taocan .card .card_foot .download {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #0aa867;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_taocan .card .card_foot .download:hover {
  background-color: #098c56;
  color: #fff;
}
.news_section {
  background-color: #fff;
}
.news_section .card {
  box-sizing: border-box;
  background-color: #fff;
}
.news_section .news_list {
  margin-top: 32px;
}
.news_section .news_list .news-column {
  width: 380px;
  float: left;
  margin-right: 28px;
}
.news_section .news_list .news-column:last-child {
  margin-right: 0;
  float: right;
}
.news_section .card-title {
  position: relative;
  padding: 10px 0 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
.news_section .card-title .card-title-more {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
  text-transform: uppercase;
}
.news_section .news_img .img_figure {
  width: 380px;
  height: 120px;
  margin-bottom: 18px;
  background-color: #0aa867;
}
.news_section .news_img .img_figure:last-child {
  margin-bottom: 0;
}
.news_section .news_img .img_figure a {
  width: 100%;
  height: 100%;
  display: block;
}
.news_section .news_img .img_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_section .Home-news-con {
  box-sizing: border-box;
}
.news_section .Home-news-con .post-loop-list .item {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
  line-height: 42px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.news_section .Home-news-con .post-loop-list .item:last-child {
  border-bottom: 0;
}
.news_section .Home-news-con .post-loop-list .item:hover a {
  color: #25b864;
}
.news_section .Home-news-con .post-loop-list .item:hover .date {
  color: #25b864;
}
.news_section .Home-news-con .post-loop-list .item .date {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 16px;
  color: #9a9a9a;
}
.news_section .Home-news-con .post-loop-list .item .news-dec {
  width: 82%;
  display: inline-block;
}
.news_section .Home-news-con .post-loop-list .item a {
  width: 82%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 46px;
  box-sizing: border-box;
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-partents .link_box {
  margin-top: 60px;
}
.section-partents .link_box .item {
  width: 16.66666667%;
  float: left;
  border: 1px solid #dadada;
  margin: 0 -1px -1px 0;
  box-sizing: border-box;
}
.section-partents .link_box .item img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.section-partents .link_box .item figure {
  height: 100%;
  overflow: hidden;
}
.section-partents .link_box a {
  position: relative;
  display: block;
  height: 96px;
  text-align: center;
  box-sizing: border-box;
}
.footer_banner {
  height: 248px;
  text-align: center;
  background: url(../images/footer_banner_jg.jpg) no-repeat center;
}
.footer_banner p {
  padding-top: 70px;
  font-size: 24px;
  color: #fff;
}
.footer_banner .link_btn {
  margin-top: 46px;
  width: 118px;
  height: 40px;
  margin: 50px auto 0;
  background: #fff;
  color: #25b864;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.footer_banner .link_btn:hover {
  background-color: #25b864;
  color: #fff;
}
.footer_banner .link_btn a {
  display: block;
  color: inherit;
  font-size: 16px;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.register_content {
  padding-top: 86px;
  padding-bottom: 64px;
  background-color: #f8f9f9;
}
.register_head {
  margin-bottom: 38px;
  text-align: center;
  font-size: 40px;
  color: #333;
}
.register_form {
  padding-top: 60px;
  padding-bottom: 68px;
  background-color: #fff;
}
.register_form .form_width {
  width: 412px;
  margin: 0 auto;
}
.register_form .form_group {
  margin-top: 30px;
}
.register_form .form_group:nth-child(1) {
  margin-top: 0;
}
.register_form .form_group .t {
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  color: #25b864;
  font-weight: bold;
}
.register_form .form_group .input_item {
  position: relative;
  margin-top: 24px;
}
.register_form .form_group .input_item label {
  width: 94px;
  float: left;
  text-align: right;
  line-height: 44px;
  font-size: 14px;
  color: #333;
  padding-right: 16px;
  box-sizing: border-box;
}
.register_form .form_group .input_item label i {
  color: #d80a0a;
}
.register_form .form_group .input_item input {
  width: 318px;
  height: 44px;
  float: left;
  outline: none;
  padding-left: 16px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.register_form .form_group .input_item input::placeholder {
  color: #999999;
}
.register_form .form_group .input_item input:focus {
  border: 1px solid #25b864;
}
.register_form .form_group .input_item select {
  width: 132px;
  height: 44px;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  float: left;
  font-size: 14px;
  padding-left: 14px;
  color: #333;
  outline: none;
}
.register_form .form_group .input_item select option {
  color: #999999;
}
.register_form .verification {
  width: 125px;
  height: 44px;
  position: absolute;
  right: -140px;
  top: 0;
}
.register_form .verification img {
  width: 100%;
}
.register_form #codebtn {
  width: 102px;
  height: 36px;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  position: absolute;
  right: -124px;
  top: 4px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
}
.register_form .checkbox {
  margin-top: 16px;
  margin-left: 94px;
  font-size: 14px;
}
.register_form .checkbox input {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.register_form .checkbox a {
  color: #25b864;
}
.register_form .btn-zhuce {
  width: 318px;
  height: 45px;
  margin-left: 94px;
  margin-top: 28px;
  background-color: #25b864;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.register_form .btn-zhuce:hover {
  background-color: #13793f;
}

.news_banner {
    margin-top: 80px;
    width: 100%;
    height: 320px;
    background: url(../images/news_banner.jpg) no-repeat top center;
   background-size: 100% 100%;
}
.news_banner  .w1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.news_banner .tc {
    text-align: center;
}
.news_banner h1 {
    font-size: 46px;
    color: #fff;
    line-height: 60px;
    padding-top: 100px;
}
.news_banner h2 {
    font-size: 20px;
    color: #ccc;
    line-height: 60px;
}
.news_nav {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.news_nav ul {
    text-align: center;
    width: 100%;
}
.news_nav li {
    height: 60px;
    padding: 0 30px;
    display: inline-block;
    line-height: 60px;
}
.news_nav li a {
    font-size: 18px;
    color: #666;
    display: inline-block;
    height: 60px;
}
.news_nav li.on a {
    color: #25b864;
    border-bottom: 2px solid #25b864;
}
.mb40 {
    margin-bottom: 40px;
}

.newslist_main {
	background: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 60px;
}
.newslist_main .w1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.crumbs {
    line-height: 50px;
}
.crumbs a {
    font-size: 14px;
    color: #666;
}
.crumbs span {
    font-size: 14px;
    color: #999;
    padding: 0 5px;
}
.newslist_main_con {
    background: #fff;
    padding: 30px;
}
.mt10 {
    margin-top: 10px;
}
.nlmc_list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.4s;
}
.nlmc_list li .date {
    width: 130px;
    text-align: center;
    float: left;
    height: 80px;
}
.date_con {
    width: 100px;
    height: 60px;
    margin-top: 10px;
    border-right: 1px solid #ccc;
}
.nlmc_list li .date p.year {
    font-size: 14px;
    color: #aaa;
    font-weight: bold;
    line-height: 20px;
}
.nlmc_list li .date p.day {
    font-size: 32px;
    color: #25b864;
    font-weight: bold;
    line-height: 40px;
}
.nlmc_list li .news_con {
    width: 900px;
    height: 80px;
    float: left;
}
.nlmc_list li .news_con a {
    display: block;
}
.nlmc_list li .news_con h1 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.nlmc_list li .news_con p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news_more {
    width: 100px;
    height: 80px;
    float: left;
    text-align: center;
}
.news_more a {
    font-size: 14px;
    color: #25b864;
    line-height: 30px;
    margin-top: 25px;
    display: inline-block;
}
.nlmc_list .clear {
    clear: both;
    height: 0;
}
.nlmc_list li:hover .news_more a {
    text-decoration: underline;
}

.nlmc_list li:hover {
    background: #f6f6f6;
}
.newsdetail_main{
	background: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 40px;
}
.newsdetail_main .w1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.newsdetail_main_con {
    background: #fff;
    padding: 30px;
}
.newsdetail_main_con h1 {
    font-size: 26px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}
.newsdetail_main_con h2 {
    font-size: 14px;
    line-height: 40px;
    color: #999;
    font-weight: normal;
}
.newsdetail_main_con h2 span {
    margin-left: 20px;
}
.Summary {
    background: #f3f3f3;
    width: 100%;
    padding: 15px;
    margin: 10px 0 20px 0;
}
.Summary p {
    font-size: 14px;
    color: #555555;
    line-height: 25px;
}
.Summary p span {
    color: #333;
    font-weight: bold;
}
.ndm_text {
    margin-top: 30px;
        line-height: 28px;
}
.ndm_link {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.ndm_link h3 {
    line-height: 30px;
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
}
.ndm_link h3 a {
    color: #555;
    font-size: 14px;
}
.ndm_link h3 a:hover{
	text-decoration: underline;
	color: #25b864;
}

.pagination{
	text-align: center;
	padding:20px 0px;
}
.ui-pagination-container{
	height:34px;
	line-height:34px
}
.ui-pagination-container .ui-pagination-page-item{
	font-size:14px;
	padding:8px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
	color:#888;
	margin:0 3px;
	text-decoration:none
}
.ui-pagination-container .ui-pagination-page-item:hover{
	color: #24bd65;
    border: 1px solid #24bd65;
	text-decoration:none
}
.ui-pagination-container .ui-pagination-page-item.active{
	color: #24bd65;
    border: 1px solid #24bd65;
	cursor:default
}

.page_box{width:100%; margin-top:40px;}
.select_page{width:78px; height:32px; border:1px solid #e6e6e6; line-height:32px; padding-left:8px; font-size:13px; color:#666;  margin:0 0 0 18px; float:right; border-radius:3px}
.page_box ul{float:right;}
.page_box ul li{height:32px; float:left; margin-left:8px}
.page_box ul li a{ width:30px; height:30px; text-align:center; font-size:14px; color:#333; line-height:30px; border:1px solid #e6e6e6; border-radius:3px; float:left}
.page_box ul li a.cur, .page_box ul li a:hover{font-size:14px; color:#24bd65; border:1px solid #24bd65;}
.page_box ul li a.fl{ background:url(../images/jr_fl.png) no-repeat center center}
.page_box ul li a.fr{ background:url(../images/jr_rt.png) no-repeat center center}
.page_box ul li a.fl.sure{ background:url(../images/jr_fl_cur.png) no-repeat center center}
.page_box ul li a.fr.sure{ background:url(../images/jr_rt_cur.png) no-repeat center center}