@-webkit-keyframes bottom1 {
 0%,
 100% {
  bottom:40px
 }
 50% {
  bottom:15px
 }
}
@-moz-keyframes bottom1 {
 0%,
 100% {
  bottom:40px
 }
 50% {
  bottom:15px
 }
}
@-o-keyframes bottom1 {
 0%,
 100% {
  bottom:40px
 }
 50% {
  bottom:15px
 }
}
@keyframes bottom1 {
 0%,
 100% {
  bottom:40px
 }
 50% {
  bottom:15px
 }
}
@-webkit-keyframes shake {
 from,
 to {
  -webkit-transform:translate3d(0, 0, 0)
 }
 20%,
 60% {
  -webkit-transform:translate3d(-10px, 0, 0)
 }
 40%,
 80% {
  -webkit-transform:translate3d(10px, 0, 0)
 }
}
@keyframes shake {
 from,
 to {
  transform:translate3d(0, 0, 0)
 }
 20%,
 60% {
  transform:translate3d(-10px, 0, 0)
 }
 40%,
 80% {
  transform:translate3d(10px, 0, 0)
 }
}
.underline {
 border-bottom:1px solid #eeeeee
}
.underlines {
 border-bottom:2px solid #eeeeee
}
::-webkit-input-placeholder {
 color:#bfbfbf
}
:-moz-placeholder {
 color:#bfbfbf
}
::-moz-placeholder {
 color:#bfbfbf
}
:-ms-input-placeholder {
 color:#bfbfbf
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 line-height:1.2
}
ul,
ol,
li {
 list-style:none;
 padding:0;
 margin:0
}
a:hover {
 text-decoration:none
}
.hidden {
 display:none
}
.center {
	text-align: center;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ellipsis {
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap
}
.ellipsis2 {
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical
}
.ellipsis3 {
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:3;
 -webkit-box-orient:vertical
}
.flex {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex
}
.flex_wrap {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row
}
.flex_nowrap {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:nowrap;
 flex-direction:row
}
.flex_center {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.flex_right {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:flex-end;
 -ms-flex-pack:flex-end;
 justify-content:flex-end
}
.flex_left {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:flex-start;
 -ms-flex-pack:flex-start;
 justify-content:flex-start
}
.flex_justify_between {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:space-between;
 -ms-flex-pack:space-between;
 justify-content:space-between
}
.flex_space_around {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:space-around;
 -ms-flex-pack:space-around;
 justify-content:space-around
}
.justify-content {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.align-items {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.first_box,
.justify_box {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex
}
.first_box>*,
.justify_box>* {
 width:0;
 height:auto;
 -webkit-box-flex:1;
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1;
 -webkit-flex-shrink:1;
 -ms-flex-negative:1;
 flex-shrink:1
}
.first_box>*:first-child,
.justify_box>*:first-child,
.justify_box>*:last-child {
 width:auto;
 -webkit-box-flex:0;
 -webkit-flex-grow:0;
 -ms-flex-positive:0;
 flex-grow:0;
 -webkit-flex-shrink:0;
 -ms-flex-negative:0;
 flex-shrink:0
}
.img_box {
 display:block;
 overflow:hidden;
 position:relative
}
.img_box img {
 transition:transform 0.5s linear;
 -ms-transition:transform 0.5s linear;
 -moz-transition:transform 0.5s linear;
 -webkit-transition:transform 0.5s linear;
 -o-transition:transform 0.5s linear
}
.opacity0 {
 opacity:0
}
.imgs_box {
 overflow:hidden
}
.imgs_box img {
 display:block;
 -webkit-transition:transform .6s linear;
 -moz-transition:transform .6s linear;
 -o-transition:transform .6s linear;
 -ms-transition:transform .6s linear;
 transition:transform .6s linear
}
body {
 color:#282828
}
.swiper-pagination-bullet {
 width:12px;
 height:12px;
 background:transparent;
 opacity:1;
 border:2px solid #fff
}
.swiper-pagination-bullet-active {
 background:#fff
}
.img-responsive {
 width:100%
}
.btn_hover:hover {
 animation:shake 1.5s linear;
 -webkit-animation:shake 1.5s linear;
 -ms-animation:shake 1.5s linear;
 -o-animation:shake 1.5s linear;
 -moz-animation:shake 1.5s linear
}
.title_box {
 text-align:center;
 padding:75px 0 60px
}
.title_box h1 {
 color:#282828;
 font-weight:bold;
 font-size:36px;
 /*background:url("../images/common/title_box_bg.png") no-repeat center center;*/
 margin:0;
 padding:5px 0
}
.title_box h5 {
 font-size:16px;
 color:#888888;
 margin:0;
 padding:5px 0
}



.y-kefu-box {
 position:fixed;
 right:0;
 top:30%;
 z-index:999;
 font-size:13px
}
.y-kefu-box img {
 display:block;
 width:100%;
 height:auto
}
.y-kefu-box01 {
 width:54px;
 color:#666;
 text-align:center
}
.y-kefu-box01 .kf-close-btn {
 width:29px;
 height:29px;
 background-position:-4px -114px;
 position:relative;
 cursor:pointer
}
.y-kefu-box01 .kf-close-btn:before {
 content:'';
 display:block;
 width:1px;
 height:12px;
 background-color:#00ae64;
 position:absolute;
 bottom:-12px;
 left:13px;
 z-index:1
}
.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
 display:block;
 width:52px;
 padding:8px 0 12px;
 background-color:#fff;
 border-left:solid 1px #efefef;
 border-top:solid 1px #efefef;
 border-right:solid 1px #efefef;
 position:relative
}
.y-kefu-box01 .show-status {
 position:relative
}
.y-kefu-box01 .show-status .kf-zixun {
 background-color:#00ae64;
 border-color:#00ae64;
 color:#fff;
 margin:10px 0 7px
}
.y-kefu-box01 .kf-zixun {
 border-radius:2px
}
.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
 border-bottom:solid 1px #efefef
}
.y-kefu-box01 .back-top {
 margin-top:20px;
 border-radius:2px;
 left:55px
}
.y-kefu-box01 .hver:hover {
 background-color:#00ae64;
 border-color:#00ae64;
}
.y-kefu-box01 .hver:hover>p,.y-kefu-box01 .hver:hover>i {
 color:#fff
}
.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
 background-color:#fff;
 border:solid 1px #efefef;
 position:absolute;
 right:90px;
 z-index:2;
 border-radius:2px;
 display:none
}
.kf-tel>mobile-infos {
 width:300px !important
}
.y-kefu-box01 .mobile-infos {
 width:250px;
 text-align:left;
 top:0
}
.y-kefu-box01 .mobile-infos>div {
 padding:20px 0 20px 45px;
 position:relative
}
.y-kefu-box01 .mobile-infos>div i {
 width:15px;
 height:15px;
 background-position:-52px -32px;
 position:absolute;
 top:22px;
 left:20px;
 z-index:2
}
.y-kefu-box01 .mobile-infos .online1 {
 border-bottom:solid 1px #efefef
}
.y-kefu-box01 .mobile-infos span {
 color:#999
}
.y-kefu-box01 .mobile-infos p {
 color:#00ae64;
 font-size:18px
}
.right {
 width:12px;
 height:12px;
 position:absolute;
 right:-12px;
 top:24px
}
.right-arrow1,
.right-arrow2 {
 width:0;
 height:0;
 display:block;
 position:absolute;
 left:0;
 top:0;
 border-top:6px transparent dashed;
 border-right:6px transparent dashed;
 border-bottom:6px transparent dashed;
 border-left:6px white solid;
 overflow:hidden
}
.right-arrow1 {
 left:1px;
 border-left:6px #efefef solid
}
.right-arrow2 {
 border-left:6px white solid
}
.y-kefu-box01 .y-ewm-box {
 width:151px;
 height:202px;
 top:-60px
}
.y-kefu-box01 .y-ewm-box>div {
 width:151px;
 height:202px
}
.y-kefu-box01 .y-ewm-box img {
 width:120px;
 height:120px;
 margin:30px auto 10px
}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
 width:150px;
 border-right:solid 1px #efefef
}
.y-kefu-box01 .y-ewm-box .right {
 top:84px
}
.y-kefu-box a {
 color:#666
}
.pagination ul>.active>a,
.pagination ul>.active>span {
 outline:none;
 border:none
}
.tab_list {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 background:#f7f7f7
}
.tab_list li:not(:last-child) {
 border-right:1px solid #eaeaea
}
.tab_list li a {
 text-align:center;
 display:block;
 color:#666666
}
.tab_list li.active {
 background:#000000
}
.tab_list li.active a {
 color:#fff
}
.detail_content h1 {
 margin-bottom:20px;
 font-size:30px;
 font-weight:bold;
 text-align:center;
 line-height:1.4
}
.detail_content p {
 line-height:1.4
}
.detail_content img {
 max-width:100%
}
.subheading {
 font-weight:bold;
 font-size:48px;
 color:#282828
}
.subheading span {
 color:rgba(40,40,40,0.13);
 font-weight:bold;
 text-transform:Uppercase
}
.swiper-button-next {
 right:-60px;
 margin-top:70px;
 width:58px;
 height:58px;
 background:url("../images/index/focus_right.png") no-repeat;
 background-size:100% 100%;
 -moz-background-size:100% 100%;
 -o-background-size:100% 100%;
 -ms-background-size:100% 100%;
 -webkit-background-size:100% 100%
}
.swiper-button-next:hover {
 background:url("../images/index/focus_active_right.png") no-repeat;
 background-size:100% 100%;
 -moz-background-size:100% 100%;
 -o-background-size:100% 100%;
 -ms-background-size:100% 100%;
 -webkit-background-size:100% 100%
}
.swiper-button-prev {
 left:-60px;
 margin-top:70px;
 width:58px;
 height:58px;
 background:url("../images/index/focus_left.png") no-repeat;
 background-size:100% 100%;
 -moz-background-size:100% 100%;
 -o-background-size:100% 100%;
 -ms-background-size:100% 100%;
 -webkit-background-size:100% 100%
}
.swiper-button-prev:hover {
 background:url("../images/index/focus_active_left.png") no-repeat;
 background-size:100% 100%;
 -moz-background-size:100% 100%;
 -o-background-size:100% 100%;
 -ms-background-size:100% 100%;
 -webkit-background-size:100% 100%
}
footer {
 background:#099f40;
}
.footer_logo {
 padding:20px 25px 0 0
}
.footer_cont {
 padding:50px 0
}
.footer_cont p {
 padding:0 40px;
 color:#fff;
 line-height:2
}
.footer_cont p a {
 color:#fff
}
.footer_code img {
 display:block;
 max-width:50%;
 margin:0 auto
}
.footer_code h6 {
 color:#fff;
 text-align:center
}
/*.footer_nav_box {
 background:#008533;
}*/
.footer_nav_box ul li {
 flex:1;
 position:relative
}
.footer_nav_box ul li:not(:last-child)::before {
 display:block;
 content:"";
 position:absolute;
 top:50%;
 right:0;
 height:18px;
 border-left:1px solid #fff;
 transform:translateY(-50%);
 -webkit-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%)
}
.footer_nav_box ul li a {
 display:block;
 width:100%;
 height:70px;
 line-height:70px;
 font-size:18px;
 color:#ffffff;
 text-align:center
}
.crumbs_cont {
 height:60px
}
.crumbs_cont .addr_icon {
 display:block;
 width:14px;
 height:20px;
 background:url(../images/common/addr_icon.png) no-repeat;
 background-size:100% 100%;
 -moz-background-size:100% 100%;
 -o-background-size:100% 100%;
 -ms-background-size:100% 100%;
 -webkit-background-size:100% 100%
}
.crumbs_cont h5 {
 color:#282828;
 margin:0 0 0 5px;
 font-size:14px
}
.crumbs_cont ul li a {
 font-size:14px;
 color:#929191
}
.crumbs_cont ul li:not(:last-child) a::after {
 display:inline-block;
 content:">";
 font-size:14px;
 color:#929191;
 margin:0 5px
}
ul.pagination {
 margin:0
}
@media screen and (min-width: 768px) {
 .fixed_bottom {
  display:none
 }
 .navbar {
  margin-bottom:0
 }
 .container-fluid,
 .navbar-collapse {
  padding:0
 }
 .page_container {
  margin:0 auto;
  max-width:1200px
 }
 .navbar-brand {
  display:none
 }
 .navbar-nav {
  width:100%;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .navbar-nav li {
  flex:1;
  float:none;
  text-align:center;
  position:relative
 }
 .navbar-nav li::after {
  position:absolute;
  left:50%;
  bottom:0;
  display:block;
  content:"";
  width:0;
  height:0;
  border:10px solid transparent;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%)
 }
 .navbar-nav li:hover a {
  background:#fff
 }
 .navbar-nav li.active a,
 .navbar-nav li.active span,
 .navbar-nav li:hover a,
 .navbar-nav li:hover span {
  color:#008533;
 }
 .navbar-nav li.active::after,
 .navbar-nav li:hover::after {
  /*border-bottom:10px solid #00ae64*/
    border: 2px solid #008533;
    width: 25px;
 }
 .navbar-nav li a {
  font-size:18px;
  color:#282828
 }
 .navbar-nav li span {
  font-size:14px;
  display:block
 }
 .subheading {
  position:relative
 }
 .subheading span {
  display:block;
  font-size:36px;
  /*position:absolute;
  top:0;
  right:0;
  text-align:right*/
 }
 div.pagination {
  float:none !important;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  height:80px;
  margin:30px 0
 }
 div.pagination a,
 div.pagination span {
  font-size:15px;
  color:#282828
 }
 .pagination ul>.active>a,
 .pagination ul>.active>span {
  color:#fff !important;
  background:#00ae64 !important
 }
 div.paginations {
  padding:40px 0
 }
 div.paginations a {
  display:block;
  width:150px;
  height:40px;
  line-height:40px;
  text-align:center;
  border:1px solid #ddd;
  color:#ddd;
  background:#fff;
  margin:0 15px;
  border-radius:40px;
  -webkit-border-radius:40px;
  -moz-border-radius:40px
 }
 div.paginations a:hover {
  background:#00ae64;
  border-color:#00ae64;
  color:#fff
 }
}


/*hc add*/
.clear {
    clear: both;
}
.page-sidebar{
	width: 200px;
    float: left;
}
.page-sidebar h2 {
    font-size: 16px;
    text-indent: 39px;
    color: #ffffff;
    height: 38px;
    line-height: 38px;
    background: #099f40;
    margin: 0;
}
.page-sidebar ul {
	background: #fff;
}
.page-sidebar ul li {
	margin-bottom: 1px;
    border-bottom: 1px solid #f1f0f0;
    text-indent: 57px;
}
/*.page-sidebar ul li::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f0f0;
}*/
.page-sidebar ul li a {
    font-family: "宋体";
    display: block;
    line-height: 35px;
    height: 36px;
    color: #4d4d4d;
    margin: 0 auto;
    background: #ffffff url(../images/common/sanjiao.png) 40px 15px no-repeat;
}
.page-sidebar ul li a.active,.page-sidebar ul li a:hover {
    background: #f3b40a url(../images/common/sanjiao2.jpg) 40px 15px no-repeat !important;
    color: #ffffff !important;
    font-weight: bold;
}
.page-content{
	padding: 0 15px;
	width:1000px;
    float: right;
    min-height: 380px;
}
.page-content .title{
	line-height:50px;	
}
.page-content .title .title_menu{
	display: none;
}
.page-content .title .subtitle{
	color: #333;
}
.page-content .title span, .page-content .title a{
	color: #888;
}
/* //hc add*/



@media screen and (max-width: 1400px) {
 .y-kefu-box {
  display:none
 }
 .swiper-button-next,
 .swiper-button-prev {
  display:none
 }
}
@media screen and (max-width: 1200px) {
 .crumbs_cont,
 .detail_content {
  padding:0 10px
 }
}
@media (min-width: 768px) and (max-width: 1200px) {
 .footer_logo {
  padding:20px 25px 0 15px
 }
}
@media screen and (max-width: 992px) {
 .footer_cont {
  padding:25px 0 10px
 }
 .footer_logo {
  max-width:60%;
  margin:0 auto;
  display:block;
  padding:0
 }
 .footer_cont p {
  margin-top:10px;
  padding:0;
  text-align:center
 }
}
@media screen and (min-width: 992px) {
.header_logo{
	margin:30px 0 10px 0;
}
.header_logo span {
  display:block;
  width:428px;
  height:71px;
  background:url("../images/common/logo.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
}
.head-right span {
    color: #333;
    float: right;
    height: 35px;
    background: url(../images/common/telt.jpg) left top no-repeat;
    padding: 0px 0 0 40px;
    display: inline;
    margin: 30px 0 0 0;
    line-height: 1;
}
.head-right span font {
    float: left;
    font-size: 13px;
    padding: 3px 10px 0 0;
    color: #555;
}
.head-right span label {
    font-family: Impact;
    font-size: 30px;
    color: #008533;
}
}
@media (min-width: 767px) and (max-width: 992px) {
.header_logo{
	margin:30px 0 10px 0;
}
.header_logo span {
  display:block;
  width:428px;
  height:71px;
  background:url("../images/common/logo.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
.head-right span {
    color: #333;
    float: right;
    height: 35px;
    background: url(../images/common/telt.png) left top no-repeat;
    padding: 0px 0 0 40px;
    display: inline;
    margin: 30px 0 0 0;
    line-height: 1;
}
.head-right span font {
    float: left;
    font-size: 13px;
    padding: 3px 10px 0 0;
    color: #555;
}
.head-right span label {
    font-family: Impact;
    font-size: 30px;
    color: #008533;
}
 .subheading {
  font-size:40px
 }
 .subheading span {
  font-size:40px
 }
}
@media (min-width: 768px) and (max-width: 820px) {
 .navbar-nav li a {
  font-size:16px
 }
 .navbar-nav li span {
  font-size:12px
 }
}
@media screen and (max-width: 768px) {
 body {
  padding:55px 0 70px
 }
 .header_tips,
 .header_tips+.underline {
  display:none
 }
 .subheading {
  font-size:30px
 }
 .subheading span {
  font-size:30px;
  margin-left:10px
 }
 .title_box {
  padding:20px 0
 }
 .title_box h1 {
  font-size:24px;
  background:transparent
 }
 .title_box h5 {
  font-size:12px
 }
 .about_info {
  padding-left:0
 }
 div.pagination {
  float:none !important;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:30px 0
 }
 div.pagination a,
 div.pagination span {
  font-size:15px;
  color:#282828
 }
 .pagination ul>.active>a,
 .pagination ul>.active>span {
  color:#fff;
  background:#00ae64
 }
 div.paginations {
  padding:20px 0
 }
 div.paginations a {
  display:block;
  width:75px;
  height:20px;
  line-height:20px;
  text-align:center;
  background:#00ae64;
  border:1px solid #00ae64;
  color:#fff;
  font-size:10px;
  margin:0 10px;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px
 }
 .navbar {
  margin-bottom:0;
  background:#fff;
  position:fixed;
  right:0;
  left:0;
  z-index:1030;
  top:0
 }
 .navbar-brand {
  margin-left:15px;
  display:inline-block;
 width: 214px;
    height: 37px;
  top:8px;
  position:relative;
  background:url(../images/common/logo.png) no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
 .navbar-toggle .icon-bar {
  background-color:#000
 }
 .navbar-toggle {
  margin-top:10px;
  border-color:#000
 }
 .navbar-header,
 .nav>li {
  border-bottom:1px solid #eaeaea
 }
 .navbar-nav li a {
  color:#282828
 }
 .navbar-nav li.active a {
  color:#00ae64
 }
 .footer_nav_box {
  background:#03874f;
  padding:10px 0
 }
 .footer_nav_box ul li {
  flex:none;
  width:25%
 }
 .footer_nav_box ul li a {
  font-size:16px;
  height:40px;
  line-height:40px
 }
 .crumbs_cont {
  height:40px
 }
 .detail_content {
  padding-bottom:20px
 }
 .detail_content h1 {
  margin-bottom:20px;
  font-size:24px
 }
 .fixed_bottom {
  position:fixed;
  left:0;
  bottom:0;
  right:0;
  z-index:997
 }
 .fixed_bottom li {
  width:25%;
  height:70px;
  text-align:center;
  background:#1b272f
 }
 .fixed_bottom li.active {
  background:#00ae64
 }
 .fixed_bottom li span {
 	color: #ffffff;
 	font-size: 25px;
  display:block;
  width:25px;
  height:25px;
  margin:12px auto 8px
 }
 .fixed_bottom li h6 {
  color:#ffffff;
  font-size:10px;
  margin:5px 0 0
 }

 
/*hc add*/ 
.navbar-nav {
    margin-top: 0;
}
 .page-sidebar {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
    bottom: 0;
    display: none;
}
.page-sidebar:after{
	display: table;
    content: " ";
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(0,0,0,.4);
 	z-index: -1;
}

.page-sidebar h2{
    height: 55px;
    line-height:55px;
    font-weight: 600;
    font-size: 18px;
}


 
 
.page-content{
 	width: 100%;
}
.page-content .title .title_menu{
	display: initial;
	padding: 5px;
    border: 1px solid #999;
    margin-right: 15px;
 }
.page-content img{
	width: 100%;
}
.page-content .content .pb{
	word-wrap: break-word;
}

.message_box .message img{
	width: 50%;
}
 
 /**** //hc add*/ 
}
.pswp__button--share {
 display:none !important
}












.about_img:hover img {
 transform:scale(1.2);
 -webkit-transform:scale(1.2);
 -o-transform:scale(1.2);
 -ms-transform:scale(1.2);
 -moz-transform:scale(1.2)
}
.about_box .about_btn {
 display:block;
 width:110px;
 height:24px;
 line-height:22px;
 text-align:center;
 border:1px solid #d2d2d2;
 color:#888888;
 font-size:14px;
 /*margin:15px 0 70px;*/
 border-radius:24px;
 -webkit-border-radius:24px;
 -moz-border-radius:24px
}
.about_box a:hover {
 color:#fff;
 background:#008533;
 border-color:#008533;
}
.about_box p {
 font-size:16px;
 color:#666666;
 padding-top: 15px;
}
.about_info_box>div {
 padding:30px 0 30px
}
.about_img,
.about_info {
 position:relative;
 z-index:2
}
.about_info {
 padding-left:70px
}
.about_info_box {
 position:relative
}
/*.about_info_box>div::after {
 display:block;
 content:"";
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 height:230px;
 background:#f6f6f6;
 z-index:1
}*/



/*.about_list_box {
 background:#008533;
}*/
.about_list_box .about_list .about_icon_box {
 width:25%;
 background:#ccecdf;
 text-align:center;
 padding:25px 0 20px
}
.about_list_box .about_list .about_icon_box:hover {
 color:#008533;
}
.about_list_box .about_list .about_icon_box{
	color:#333;
	cursor:pointer
}

.about_list_box .about_list .about_icon_box i{
	margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.about_list_box .about_list .about_icon_box .about_icon_text{
	display: block;
}

.recommend_list li {
 text-align:center
}
.recommend_list li.imgs_box:hover img {
 transform:scale(1.2);
 -webkit-transform:scale(1.2);
 -o-transform:scale(1.2);
 -ms-transform:scale(1.2);
 -moz-transform:scale(1.2)
}
.recommend_list li h2 {
 color:#00ae64;
 font-weight:bold
}
.recommend_list li h3 {
 font-weight:bold;
 color:#282828;
 margin-top:10px
}
.recommend_list li h4 {
 color:#404040;
 margin:20px 0
}
.recommend_list li a {
 color:#ffffff;
 font-size:16px;
 background:#00ae64;
 width:90px;
 height:30px;
 line-height:30px;
 text-align:center;
 margin:0 auto;
 display:block;
 border-radius:30px;
 -webkit-border-radius:30px;
 -moz-border-radius:30px
}
.quality_box .page_container {
 position:relative;
 height:100%
}
.quality_box .title_box h1,
.quality_box .title_box h5 {
 background:transparent;
 color:#fff
}
.quality_box p {
 font-size:20px;
 line-height:1.4;
 text-align:center;
 color:#fff
}
.quality_box p span {
 font-size:24px;
 font-weight:bold
}

.quality_list li::before {
 display:block;
 content:"";
width: 68px;
height: 66px;
 margin:0 auto
}
.quality_list li h3 {
 margin:20px 0 10px;
 color:#ffffff
}
.quality_list li h5 {
 margin:0;
 color:#ffffff
}

.team_box .page_container {
 padding:75px 0 0 85px
}
.team_box h1 {
 display:inline-block;
 color:#fff;
 padding-right:320px
}
.team_box h1 span {
 color:rgba(255,255,255,0.28)
}
.team_box h4 {
 color:#fff;
 padding:10px 0 40px
}
.team_box p {
 font-size:18px;
 color:#ffffff;
 line-height:1.8;
 margin-bottom:20px
}
.team_box a {
 display:block;
 font-size:16px;
 color:#00894f;
 width:140px;
 height:42px;
 line-height:42px;
 background:#fff;
 text-align:center;
 border-radius:42px;
 -webkit-border-radius:42px;
 -moz-border-radius:42px
}
.case_box {
 padding-bottom:30px;
 position:relative
}





.ry_box .title_box {
    padding: 25px 0 30px;
}
.ry_box .title_box a{
	color: #888888;
}

.index_ry_box .case-ul li{
	width: 25% !important;
}



.news_box .title_box {
    padding: 75px 0 30px;
}
.news_box .title_box a{
	color: #888888;
}
.news_info_box {
    position: relative;
}
.news_info_box > div::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #f6f6f6;
    z-index: 1;
}
.news_list {
	position: relative;
    z-index: 2;
    /*background: #fff;*/
    margin: 30px 0;
}
.news_list_top {
    padding: 25px 20px;
    position: relative;
    background: #fff;
}

.news_list_top a.tit {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
    opacity: 1;
    visibility: visible;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 70px;
    text-overflow: ellipsis;
}
.news_list_top a.tit {
    font-size: 17px;
}
.news_list_top.active a.tit, .news_list_top:hover a.tit {
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
}
.news_list_top a.img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: center no-repeat;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transform: scale(.4, .4);
	-moz-transform: scale(.4, .4);
	z-index: 3;
	-ms-transform: scale(.4, .4);
	-o-transform: scale(.4, .4);
	-webkit-transform: scale(.4, .4);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.news_list_top.active a.img, .news_list_top:hover a.img {
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.news_list_top p {
	opacity: .5;
	margin: 0;
	height: 112px;
	overflow: hidden;
	visibility: visible;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
}
.news_list_top.active p, .news_list_top:hover p {
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
}
.news_list_top i {
	background: #008533;
	text-align: center;
	z-index: 4;
	font-style: normal;
	position: absolute;
	right: 20px;
	top: -20px;
	line-height: 1.3;
	padding: 8px;
}
.news_list_top i b {
	color: #fff;
	font-size: 28px;
	display: block;
}
.news_list_top i u {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
.news_list_bottom {
	border-top: 1px solid #eee;
	background: #fff;
}
.news_list_bottom a {
	font-size: 12px;
	text-align: right;
	color: #555;
	display: block;
	padding: 15px 20px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.news_list_bottom a:before {
	width: 22px;
	height: 1px;
	background: #555;
	display: inline-block;
	content: '';
	margin: 0 30px 4px 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.news_list_bottom a:hover {
	background: #008533;
	color: #fff;
}
.news_list_bottom a:hover:before {
	background: #fff;
}




/*.about_box_2 .about_info {
	padding-left: 0;
    padding-right: 50px;
}*/


.about_box_3 .title_box {
    padding: 75px 0 0px;
}

.about_box_3 .title_box h5 {
    color: rgba(40,40,40,0.13);
    font-weight: bold;
    text-transform: Uppercase;
    display: block;
font-size: 36px;
}
.about_box_3 .about_info_box > div {
    padding: 0 0 30px;
}

/*.about_box_3 .about_img{
	padding: 0 5px;
	border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    overflow: hidden;
}*/

/*.about_box_3 .about_img img{
	border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}*/

.about_box_3 .about_info_box > div::after{
	height: 420px;
}





/*
 Page
 * */

.page_box  iframe{
  	width: 100%;
 }





/*
 Ry
 * */
.ry_box .case-ul li {
    width: 33%;
    padding: 1% 1.5% 1%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.ry_box .case-ul li img{
	width: 100%;
}
.ry_box .case-ul li p.wor{
	background: #eaeaea;
	color: #555;
	float:left; width:100%; line-height:40px;  font-size:14px; padding:0 0 0 15px;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;
}
@media screen and (max-width: 768px) {
	.ry_box .case-ul li{
		width: 50%;
	}
}





/*
 Article
 * */
.article_box .title_s{ text-align: center;color: #778795;font-size: 12px;line-height: 35px;}
.article_box .newsview{
	min-height: 280px;
}

/*
 Arlist
 * */
.arlist_box .news_box{
	width:95%; 
	margin:20px auto;
}

.arlist_box .news_box .news_title{
	height:28px; 
	border-bottom:solid 1px #CCCCCC; 
	margin-bottom:10px;
}

.arlist_box .news_box .news_img{
	float:left; 
	width:30%; 
	text-align:left; 
	margin-top:18px;
}
.arlist_box .news_box .news_list{
	float:right; 
	width:70%;
	margin: 0;
}



.arlist_box .news_list{
	padding-left: 20px;
}
.arlist_box .news_list li{
	font-family: "宋体";
    display: block;
    background: #ffffff url(../images/common/sanjiao.png) 0px 10px no-repeat;
    padding-left: 10px;
    border-bottom: 1px #CCCCCC dashed;
    line-height: 28px;
    height: 30px;
    margin: 5px 0px;
}
.arlist_box .news_list li .ar_title{
	font-size: 14px;
    color: #000000;
    width: 70%;
    float: left;

    

overflow:hidden;

text-overflow:ellipsis;

white-space:nowrap;

}
.arlist_box .news_list li .ar_time{
	float: right;
	color: #888;
	width: 30%;
	text-align: right;
}



@media screen and (min-width: 992px) {
 .recommend_list {
  padding-bottom:80px
 }
 .recommend_list li {
  width:33.3%
 }
}
@media screen and (min-width: 1920px) {
 .quality_box {
  background:url("../images/index/quality_bg.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
 .teams_box {
  background:url("../images/home/team_bg.jpg") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
}
@media screen and (max-width: 992px) {
 .recommend_list {
  padding-bottom:50px
 }
 .recommend_list li {
  width:50%
 }
 /*.control_list li h4 {
  font-size:16px
 }*/
}
@media screen and (min-width: 768px) {
 .tel_box {
  display:none
 }
 .about_img,
 .about_info {
  width:50%
 }
 .quality_box {
  width:100%;
  height:667px;
  margin-bottom:110px;
  background:url("../images/home/q_bg.jpg") no-repeat center center
 }
 .quality_list {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  transform:translateY(50%);
  -webkit-transform:translateY(50%);
  -moz-transform:translateY(50%);
  -ms-transform:translateY(50%);
  -o-transform:translateY(50%)
 }
 .quality_list li {
  flex:1
 }
 .qualitys_box,
 .teams_box {
  display:none
 }
 .team_box {
  width:100%;
  height:712px;
  background:url("../images/home/team_bg.jpg") no-repeat center center
 }
 .case_box .swiper-slide img {
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  -webkit-transition:transform .5s linear;
  -moz-transition:transform .5s linear;
  -o-transition:transform .5s linear;
  -ms-transition:transform .5s linear;
  transition:transform .5s linear;
  transform:scale(.7);
  -webkit-transform:scale(.7);
  -o-transform:scale(.7);
  -ms-transform:scale(.7);
  -moz-transform:scale(.7)
 }
 .case_box .swiper-slide-next img {
  transform:scale(1);
  -webkit-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  -moz-transform:scale(1)
 }
 .quality_list li {
  -webkit-transition:transform .5s linear;
  -moz-transition:transform .5s linear;
  -o-transition:transform .5s linear;
  -ms-transition:transform .5s linear;
  transition:transform .5s linear
 }
 .quality_list li:hover {
  transform:translateY(-20px);
  -webkit-transform:translateY(-20px);
  -moz-transform:translateY(-20px);
  -ms-transform:translateY(-20px);
  -o-transform:translateY(-20px)
 }
}
@media screen and (max-width: 768px) {
 .about_box .about_info_box>div {
  padding:0px 0 20px
 }
 .about_img,
 .about_info {
  width:100%
 }
 .about_info {
  padding:0 15px
 }
 .about_list_box ul li {
  width:50%
 }
 .recommend_list li h2 {
  font-size:16px
 }
 .recommend_list li h3 {
  font-size:14px
 }
 .recommend_list li h4 {
  font-size:10px;
  line-height:1.4;
  padding:0 5px
 }
 .recommend_list li a {
  font-size:12px;
  width:70px;
  height:20px;
  line-height:20px;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px
 }
 .about_box a {
  margin:20px 0 30px
 }
 .quality_box,
 .team_box {
  display:none
 }


.arlist_box .news_img{
	display: none;
}
.arlist_box .news_list {
    width: 100%;
    padding-left: 0;
}
.arlist_box .news_box .news_list {
    width: 100%;
}

 .news_list {
  padding-bottom:20px
 }
 .news_list li {
  width:100%;
  padding-left:70px;
  margin-bottom:20px
 }
 .news_date {
  width:60px;
  height:60px
 }
 .news_date h2 {
  font-size:18px;
  padding:10px 0 5px
 }
 .news_date h4 {
  font-size:14px
 }
 .news_info h4 {
  font-size:14px;
  margin:5px 0 5px
 }
 .news_info h5 {
  font-size:12px
 }
 .tel_box {
  padding:10px
 }
 .tel_box a {
  display:block;
  background:#f7f7f7;
  text-align:center;
  padding:12px 0
 }
 .tel_box a h1 {
  font-size:16px;
  color:#282828;
  font-weight:bold;
  margin:0 0 5px
 }
 .tel_box a h4 {
  font-size:10px;
  color:#282828;
  margin:0
 }
}
@media screen and (min-width: 1600px) {
 .about_box {
  position:relative
 }
 .icon_1 {
  position:absolute;
  left:60px;
  top:30px;
  display:block;
  width:96px;
  height:106px;
  background:url("../images/index/about_left_icon.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  -webkit-transition:transform .5s linear;
  -moz-transition:transform .5s linear;
  -o-transition:transform .5s linear;
  -ms-transition:transform .5s linear;
  transition:transform .5s linear
 }
 .recommend_box {
  position:relative
 }
 .recommend_box::after {
  position:absolute;
  left:0;
  top:500px;
  display:block;
  content:"";
  width:197px;
  height:365px;
  background:url("../images/index/recommend_icon_1.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
 .recommend_box::before {
  position:absolute;
  right:0;
  top:200px;
  display:block;
  content:"";
  width:220px;
  height:233px;
  background:url("../images/index/recommend_icon_2.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
 .news_box {
  position:relative
 }
 .news_box::after {
  position:absolute;
  left:0;
  top:-25px;
  display:block;
  content:"";
  width:354px;
  height:183px;
  background:url("../images/index/news_icon_1.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
}

@media screen and (min-width: 1800px) {
 .about_list_box {
  position:relative
 }
 .icon_2 {
  position:absolute;
  right:0;
  top:-155px;
  z-index:2;
  display:block;
  width:284px;
  height:231px;
  background:url("../images/index/about_right_icon.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
 .recommend_icon_3 {
  position:absolute;
  right:0;
  bottom:0px;
  display:block;
  width:281px;
  height:306px;
  background:url("../images/index/recommend_icon_3.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
 .news_box::before {
  position:absolute;
  right:0;
  bottom:-60px;
  display:block;
  content:"";
  width:365px;
  height:282px;
  background:url("../images/index/news_icon_2.png") no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -webkit-background-size:100% 100%
 }
}
@media (min-width: 768px) and (max-width: 1200px) {
 .about_box .about_info_box>div {
  padding:70px 0 30px
 }
 .about_box .about_info_box>div::after {
  height:auto;
  top:0
 }
 .about_info {
  padding:0 0.1rem 0 0.3rem
 }
 .about_info p {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical
 }
}
@media (min-width: 768px) and (max-width: 992px) {
 .about_box a {
  margin:15px 0 40px
 }
 .about_info p {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical
 }
 .quality_box p {
  padding:0 30px
 }
 .team_box h1 {
  padding-right:220px
 }
}



