body, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li,pre, form, fieldset, legend, button, input, textarea, th, td{
    padding: 0;
    margin:0;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Normal.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Normal.svg") format("svg"),
       url("../fonts/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body{
    font:1em/1.3 "SourceHanSansCN-Normal", sans-serif;    
}
button, input, select, textarea,h1, h2, h3, h4, h5, h6{
    font-size:1em;
    line-height:1.3;
}
address, cite, dfn, em, var { 
    font-style:normal; 
} 
code, kbd, pre, samp {
     font-family: courier new, courier, monospace; 
} 
small { 
    font-size:  0.75em; 
} 
ul, ol { 
    list-style: none; 
    margin:0;
}
body,legend { 
    color:#666;
}
.hi {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a{
    color:inherit;
    text-decoration: none; 
}
a:hover  {
    color:#003894;    
    text-decoration: none; 
}
a:active{
    color:inherit;
}


.css3, a {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

.ovh {
    overflow: hidden;
}
#header{transition: transform 0.5s ease 0s; position:relative; z-index:999; background-color:#fff;}
.header_1_left {
    float: left;
		margin-left: 3vw;
		margin-right: 5vw;
}
.header_1_mid {
    float: left;
    font-family: "PingFang-TC-Light";
}
.header_1_mid ul li {
    margin-left: 50px;
    float: left;
    display: inline-block;
    position: relative;
    line-height: 97px;
}
.header_1_mid ul li a {
    color: #2f2f2f;
		font-weight: 600;
}
.header_1_mid ul li a.biga {
    font-size: 16px;
    position: relative;
    display: inline-block;
    float: left;
}
.header_1_mid ul li a.active,.header_1_mid ul li a:hover {
    color: #089953;
}
.header_1_mid ul li a.biga:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #089953;
    left: 50%;
    right: 0;
    width: 0%;
    bottom: 0px;
    height: 3px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header_1_mid ul li a.active:before,.header_1_mid ul li a:hover:before {
    width: 70px;
    margin-left: -35px;
}
.header_1_search {
    margin-left: 50px;
    margin-top: 42px;
    float: left;
}
.header_1_search a {
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/img1.png);
}
.header_1_right {
    padding: 0 50px;
    float: right;
    border-left: 1px #eaeaea solid;
    line-height: 97px;
}
.header_1_right a {
    font-size: 18px;
    color: #2f2f2f;
    padding-right: 30px;
    float: right;
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/tel.png);
}
#header .m-btn {
    float: right;
    margin-right: 0;
    position: fixed;
    right: 1em;
    top: 30px;
    position: fixed;
    z-index: 100;
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
}
#header .m-btn .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#header .m-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}
#header .m-btn.cur .line1, #header .m-btn.cur .line2, #header .m-btn.cur .line3 {
    width: 100%;
}
#header .m-btn .line1 {
    /* width: 12px; */
    top: 0;
}#header .m-btn .line2 {
    /* width: 22px; */
    top: 6px;
}
#header .m-btn .line3 {
    /* width: 16px; */
    top: 13px;
}
@media screen and (max-width: 1090px) {
	#header .m-btn {display: block;}
}
@media screen and (max-width: 480px) {
	#header .m-btn {top: 25px;}
}
.m-sub-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.64s ease 0s;
}
.m-sub-menu.show {
    right: 0;
    transition: all 0.44s ease 0s;
}
.m-sub-menu .top-box {
    line-height: 60px;
    background-color: #333;
		overflow: hidden;
}
.m-sub-menu .top-box .stt {
    display: inline-block;
    font-size: 16px;
    color: #acacac;
    margin-left: 8.2%;
    font-family: "Base-font";
}
.m-sub-menu .top-box .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 22px;
    cursor: pointer;
}
.m-sub-menu .list-wrap ul {
    width: 100%;
}
.m-sub-menu .list-wrap li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
		overflow: hidden;
}
.m-sub-menu .list-wrap li .col-box {
    display: block;
    padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
    font-size: 16px;
    color: #666;
}
.m-sub-menu .list-wrap .point {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../images/ico_38.png) no-repeat center;
    margin-top: 26px;
}
.m-sub-menu .sec-sub-list {
    position: absolute;
    right: -100%;
    top: 60px;
    width: 100%;
}
.m-sub-menu .sec-sub-list .boxs {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
    left: -100%;
}
.m-sub-menu .sec-sub-list .return-fir {
    display: block;
    padding: 0 7.8% 0 8.2%;
    line-height: 60px;
    background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
    padding-left: 18px;
    color: #fff;
    font-size: 18px;
    background: url(../images/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
    width: 100%;
}
.m-sub-menu .sec-sub-list li {
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    font-size: 16px;
    color: #666;
}
.header_1_mid ul li a:hover, .header_1_right a:hover, a:hover {
    color: #00622c;
}
.prosearch {
    padding-bottom: 30px;
    -webkit-transition: all 0ms cubic-bezier(.23,1,.32,1) 1s;
    transition: all 1s cubic-bezier(.23,1,.32,1) 0ms;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 100;
    width: 100%;
    background-color: #f9f9f9;
}
.prosearchon {
    top: 97.5px;
}
.prosearch_1 {
    padding: 25px 0 15px;
    overflow: hidden;
}
.prosearch_1 span {
    font-size: 20px;
    font-weight: bold;
    color: #444;
}
.prosearch_2 {
    background-color: #eeeeee;
    overflow: hidden;
    padding: 15px;
}
.prosearch_2 input {
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 18px;
    font-family: "微软雅黑";
}
.moveleft {
    transform: translateX(-66%);
}
@media screen and (max-width: 1200px) {
	.header_1_mid ul li, .header_1_search {
	    margin-left: 40px;
	}
}
@media screen and (max-width: 1090px) {
	#header {
	    width: 100%;
	    background-color: #fff;
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 888;
	}
	.header_1_mid, .header_1_right {
	    display: none;
	}
	.header_1_search {
	    float: right;
	    margin-top: 30px;
	    margin-right: 50px;
	}
	.header_1_left img {
	    height: 80px;
	}
	.prosearch {
	    position: fixed;
	}
	.prosearch_1 span {
	    font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.prosearch_1 {
	    padding: 20px 0 10px;
	}
	.prosearch_1 span {
	    font-size: 16px;
	}
	.prosearch_2 {
	    padding: 10px 20px;
	}
	.prosearch_2 input {
	    font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	#header {
	    height: 60px;
	}
	.prosearchon {
	    top: 60px;
	}
	.header_1_left img {
	    height: 60px;
	}
	.header_1_search {
	    margin-top: 25px;
	}
}
/* 首页Banner */
.rat-banner {
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner-pc {display: block;}
.rat-banner-mobile {display: none;}
.i-banner{position:relative;display:block;width:100%;height:42vw;background-size:cover!important}
.i-banner.video-sign{overflow:hidden}
.i-banner.video-sign .video{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%,-50%)}
.i-nybanner{position:relative;display:block;width:100%;height:30vw;background-size:cover!important}
.i-nybanner.video-sign{overflow:hidden}
.i-nybanner.video-sign .video{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%,-50%)}
.rat-banner img {width: 100%;}
.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {
    background: rgba(0,0,0,0.2);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-56px);
}
.rat-banner .swiper-button-next {
    transform: translateX(56px);
}
.rat-banner:hover .swiper-button-next, .rat-banner:hover .swiper-button-prev {
    transform: translateX(0);
}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	width:30px;
	height:4px;
	background: #fff;
	border-radius: 0;
}
.rat-banner>.swiper-pagination-bullets{
	text-align: center;
	bottom: 20px;
}
.rat-banner .swiper-pagination-bullet-active{
	background:#228dcf;
}
@media (max-width:767px) {
	.rat-banner {margin-top: 70px;width: auto;}
	.rat-banner-pc {display: none;}
	.rat-banner-mobile {display: block;}
	.rat-banner .swiper-pagination-bullet{width:20px;height:4px;}
	.rat-banner>.swiper-pagination-bullets{bottom:5px;}
	.rat-banner .swiper-button-next, .rat-banner .swiper-button-prev {display: none;}
}

/* 首页产品展示 */
.rat-index-proall {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index-probg.jpg);
	/* background-attachment: fixed; */
}
.rat-index-protitle {
	text-align: center;
	font-size: 38px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.rat-index-protitle span {
	font-weight: 600;
	color: #00622c;
}
.rat-index-protitle p {
	display: block;
	font-size: 18px;
	padding: 5px 0px 0px;
	margin: 0px;
 }
.rat-index-prolist {
	position: relative;
}
.rat-index-procate { text-align:center; padding:0px 0px; margin-bottom: 30px !important;}
.rat-index-procate a{ display:inline-block; margin:0 2px; line-height:32px; border:1px #dbdbdb solid; padding:0 30px; color:#666;}
.rat-index-procate a.on,.rat-index-procate a:hover{ color:#fff; background-color:#37393b; border-color:#37393b;}

.swiper-button-next-contact{ cursor:pointer;position:absolute; right:1.5em; top:50%; margin-top:-17px; z-index:10;}
.swiper-button-prev-contact{ cursor:pointer;position:absolute; left:1.5em; top:50%; margin-top:-17px; z-index:10;}
.comzz_1{transition: width 0.5s ease-out 0.5s; display:none;position:absolute; right:0; top:0; width:100%; z-index:10; height:100%; background-color:#7c878d} 
.comzz_2{transition: width 1s ease-out 0.5s; display:none;position:absolute; right:0; top:0; width:100%; z-index:5; height:100%; background-color:#f8f8f8} 
.swiper-slide.animated .comzz_1 {width:0;}
.swiper-slide.animated .comzz_2 {width:0;}
.swiper-container-mxcp .comdiv img {width: 100%;}
.mxcp_name {text-align: center;margin: 20px 0; font-size: 16px;color: #fff;}
.swiper-pagination-mxcp{ display:none;position:static; margin-top:0.5em;}

.index_2_mid_mid_mid {
	background-color: #fff;
	padding-bottom: 20px;
}
.index_2_mid_mid_mid_1 {
	position: relative;
	overflow: hidden;
}
.index_2_mid_mid_mid_1_mask {
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.index_2_mid_mid_mid:hover .index_2_mid_mid_mid_1_mask {
	opacity: 1;
}
.cell_mid {
	display: table;
	height: 100%;
	width: 100%;
}
.cell_h {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.index_2_mid_mid_mid_1_mask img {
	max-width: 23.8615664845173%;
}
.index_2_mid_mid_mid_1_img {
	overflow: hidden;
}
.index_2_mid_mid_mid_1_img img {
	width: 100%;
}
.index_2_mid_mid_mid_2 {
	line-height: 40px;
	margin: 0 15px;
	position: relative;
	padding-right: 10px;
	margin-top: 15px;
}
.index_2_mid_mid_mid_2 span {
	font-size: 16px;
	font-family: "PingFang-TC-Light";
}
.index_2_mid_mid_mid_2 img {
	position: absolute;
	right: 0;
	top: 0;
}
/* 首页推荐产品 */
.rat-index-hotpro {
    padding: 60px 0px;
    margin: 0px;
    overflow: hidden;
}
.ind_cot {
  width: 100%;
  margin: 0 auto;
}

.ind1_cot {
  display: flex;
}
.ind1_left {
  width: 65%;
  position: relative;
}

.ind1_right {
  width: 35%;
  margin-top: 80px;
  position: relative;
  min-width: 420px;
}

.ind1_img {
  height: 100%;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ind1_txt {
  position: absolute;
  top: 0;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
  right: 0;
  z-index: -1;
}

.ind1_txt h2 {
  font-size: 90px;
  white-space: nowrap;
  opacity: 0.2;
}

.ind1_by {
  position: absolute;
  top: -115px;
  right: 70px;
  z-index: 1;
}

.ind1_wz {
  padding: 60px 25px 80px;
  color: #000;
  margin-left: -60px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ind1_wz p {
  font-size: 40px;
  font-weight: 600;
  line-height: 2;
  color: #C00;
	margin: 0px;
}

/*.ind1_wz p:first-letter {*/
/*  font-size: 28px;*/
/*  margin-right: 2px;*/
/*}*/

.ind1_wz .ind_more {
  position: absolute;
  bottom: 50px;
  right: 40px;
}

.ind1_wz .ind_more a {
  color: #000;
}

.ind_more a {
  text-transform: capitalize;
  color: #C00;
}

/* 首页公司简介 */
.rat-index-aboutall {
    background: #f9f9f9;
	padding: 60px 0;
	overflow: hidden;
}
.rat-index-aboutinfo {}
.rat-index-aboutinfo h2 {
	font-size: 38px;
	font-weight: 600;
	line-height: 45px;
	font-family: 'DINCond-Medium';
	margin-bottom: 20px;
}
.rat-index-aboutinfo h2 span {color: #00622c;}
.rat-index-aboutinfo p {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
}
.rat-index-aboutinfo a {
	background: #00622c;
	display: block;
	padding: 5px 20px;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	float: left;
}
.rat-index-aboutinfo a:hover {
	background: #075128;
}

/* 首页优势 */
.rat-index-youshibg {
	background-color: #e3fff0;
	padding: 50px 0px;
	overflow: hidden;
}
.m_ysgy{margin-bottom: 20px;background: #fff;overflow: hidden;}
.m_ysgy dt{float: right;width: 50%;overflow: hidden;}
.m_ysgy:nth-child(2n+1) dt {float: left;}
.m_ysgy dt img{width: 100%;display: block;transition: all 0.3s linear 0s;}
.m_ysgy dt:hover img{transform: scale(1.1);}

.m_ysgy dd{float: left;width: 50%;padding: 50px 30px 0 80px;}
.m_ysgy:nth-child(2n+1) dd {float: right;}
.m_ysgy h3{position: relative;height: 110px;padding-left: 100px;font-size: 30px;color: #222;font-weight: normal;}
.m_ysgy h3 i{position: absolute;left:0;top:0;}
.m_ysgy h3 em{display: block;color: #167146}
.m_ysgy p{margin-bottom: 22px;font-size: 16px;color: #656565; line-height: 1.8;}

/* 首页新闻 */
.rat-index-newsall {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-newsall .rat-index-newsimg img {width: 100%;}
.rat-index-newsall .rat-index-newsimg:hover img {opacity: 0.7;}

.rat-index-newslist {}
.rat-index-newslist li {
	width: 100%;
	padding-right: 20px !important;
	display: block;
	float: left;
	text-align: left;
	padding: 12px 0px 12px 0;
	overflow: hidden;
	/* background: #d6d6d6; */
	margin-bottom: 14px;
	border: #C5C5C5 solid 1px;
	transition: all 0.8s ease 0s;
}
.rat-index-newslist li:last-child {margin-bottom: 0px;}
.rat-index-newslist li span {
	display: block;
	float: left;
	padding-bottom: 10px;
	line-height: 16px;
	border-right: solid 1px #c6c6c6;
	height: 52px;
	width: 70px;
	text-align: center;
	font-size: 30px;
	margin-right: 20px;
	line-height: 46px;
	color: #7D7D7D;
}
.rat-index-newslist li .cr1 {color: #00622c;}
.rat-index-newslist li .cr2 {color: #c69e00;}
.rat-index-newslist li .cr3 {color: #cc0e0e;}
.rat-index-newslist li .cr4 {color: #26528e;}
.rat-index-newslist li .r {
	float: right;
	width: calc(100% - 90px);
}
.rat-index-newslist li .t {
	display: block;
	float: left;
	margin: 0;
	font-size: 16px;
	width: 400px;
	height: 30px;
	overflow: hidden;
}
.rat-index-newslist li .date {
	display: block;
	float: right;
	margin: 0;
}
.rat-index-newslist li .b {
	display: block;
	float: right;
	margin: 0;
	font-size: 14px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #626262;
}


/* 底部信息 */
.rat-footer-all {
	font-family: "arial, helvetica, sans-serif";
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.rat-footer-all a {color: #ddd;}
.rat-footer-top {
	font-family: Arial, serif;
	color: #fff;
	background-color: #333;
	border-top: 1px solid #000;
	padding: 30px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-name {
	background-image: url(../images/title-line.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.rat-footer-contact {
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-mune {
	margin-bottom: 20px;
}
.rat-footer-mune a {
    display: inline-block;
    margin-left: 15px;
		color: #fff;
		font-size: 13px;
		line-height: 30px;
}
.rat-footer-other {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-footer-qr {
	padding: 0px 15px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-qr img {height: 80px;}
.rat-footer-mail {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.rat-footer-mail input {
	width: 100%;
    border: 1px solid #d5d5d5;
    height: 26px;
    background-image: url(../images/mail.png);
    background-position: 9px center;
    background-repeat: no-repeat;
    margin-bottom: 14px;
		padding-left: 35px;
}
.rat-footer-mail .rat-btn {
    display: inline-block;
    color: #fff;
    width: 59px;
    height: 20px;
    background-color: #038f46;
    line-height: 20px;
    text-align: center;
}
.rat-footer-bottom {
	font-family: Arial, serif;
	background-color: #000;
	line-height: 60px;
	font-size: 12px;
	color: #fff;
	height: 60px;
}
.fixed-content{position:fixed;right:0;bottom:200px;z-index:9999;color:#fff}
.fixed-content li{
    width:83px;
    height:62px;
    text-align:center;
    border-radius:30px 0 0 30px;
    background:#056738;
    color: #fff;
    padding-top: 8px;
    margin-bottom:2px;
    position:relative;
    cursor:pointer;
    font-size:12px;
    font-weight:400
}
.fixed-content li a {color: #fff;}
.fixed-content li i{font-size: 28px;margin:0px 0 0px 15px;display: block;}
.fixed-content li p{margin-left:15px;margin-top: 3px;}
.fixed-content li.show_tel div{
    position:absolute;
    top:-6px;
    left:-220px;
    width:205px;
    height:74px;
    line-height:74px;
    border-radius:50px;
    box-shadow:0 0 9px #ccc;
    color:#056738;
    background-color:#fff;
    font-size:22px;
    font-family:OPPOSans;
    font-weight:700;
    display: none;
}
.fixed-content li.show_weixin div{
    position:absolute;
    top:-6px;
    left:-135px;
    width:130px;
		padding: 10px;
    border-radius:15px;
    box-shadow:0 0 9px #ccc;
    color:#056738;
    background-color:#fff;
    font-size:22px;
    font-family:OPPOSans;
    font-weight:700;
    display: none;
}
.fixed-content li.show_weixin div img {width: 100%;}
.fixed-content li.show_tel:hover div,.fixed-content li.show_weixin:hover div {display: block;}
.fixed-content li:hover {
    width:83px;
    height:62px;
    background:#fff;
    box-shadow:0 0 9px 0 #ccc;
    border-radius:30px 0 0 30px;
    color:#056738;
    font-size:12px;
    font-weight:400
}
.fixed-content li:hover a {color:#056738;}


/* 内页开始 */
.pro_bread {
	font-size: 14px;
	line-height: 45px;
	padding: 10px 0px;
	background-color: #f6f6f6;
}
.pro_bread .lefts,
.pro_bread .rights {
	flex: 0 0 auto;
}
.pro_bread .lefts {
	display: inline-flex;
}
.pro_bread .bdsharebuttonbox {
	align-items: center;
}
.pro_bread .left_a {
	color: #000;
	flex: 0 0 auto;
}
.pro_bread .left_a1:hover {
	color: #66b821;
}
.pro_bread .left_a2 {
	color: #333;
}
.pro_bread .left_s0 {
	flex: 0 0 20px;
	text-align: center;
}
.rat-ny-infoall {
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-title {
    font-size: 32px;
    color: #056738;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
		padding: 0px;
		margin: 0px 0px 10px;
    overflow: hidden;
}
.rat-index-title a {
    color: #056738;
		font-weight: bold;
    background: url(../images/title-bg.jpg) no-repeat;
		background-position: right bottom;
}
.rat-index-title span {
    display: block;
    font-size: 16px;
    color: #999;
}
.rat-ny-editor {
	font-size: 15px;
	min-height: 350px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-map {
	border: 1px solid #999;
	height: 350px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-map img {max-width: initial;width: auto;}

.rat-contact-message {
	margin: 30px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-contact-message ul li {
	margin-top: 25px;
	float: left;
	width: 31.33333%;
	padding-bottom: 8px;
	border-bottom: 1px #ccc solid;
}
.rat-contact-message ul li:nth-child(2) {
	margin-left: 3%;
	margin-right: 3%;
}
.rat-contact-message ul li:nth-child(4) {
	margin-right: 3%;
}
.rat-contact-message ul li:nth-child(5) {
	float: right;
	width: 65.66666%;
}
.rat-contact-message ul li:nth-child(6) {
	width: 100%;
}
.rat-contact-message ul li:nth-child(7) {
	width: 100%;
	text-align: center;
	border-bottom: 0px;
}
.rat-contact-message ul li #message {
	height: 95px;
	border: none;
	background: none;
	width: 100%;
	font-size: 14px;
}
.rat-contact-message ul li input {
	border: none;
	background: none;
	width: 100%;
	font-size: 14px;
}
.rat-contact-message button {
	display: inline-block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #333;
	font-size: 16px;
	border: 0px;
}
/* 新闻 */
.rat-ny-newsall {
	width: 100%;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
.rat-ny-newsall li {
	padding: 0px 0px 20px;
	margin: 0px 0px 20px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
/* .rat-ny-newsall li:last-child {margin-bottom: 0px ; border-bottom: 0px;} */
.rat-ny-newsimg {
	width: 300px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
.rat-ny-newsimg img {border: 1px solid #eee;}
.rat-ny-newstxt {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
.rat-ny-newstxt h3 {
	padding: 0px;
	margin: 0px 0px 10px;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.rat-ny-newstxt h3 i {
	padding: 0px 10px;
	margin: 0px 0px 0px 10px;
	background-color: #056738;
	color: #fff;
	display: inline-flex;
	line-height: 20px;
	font-size: 14px;
	border-radius: 5px;
	font-style: normal;
}
.rat-ny-newstxt p {
	padding: 0px;
	margin: 0px;
	line-height: 25px;
	height: 50px;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rat-ny-newstxt span {
	border: 1px solid #056738;
	color: #056738;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	margin: 15px 0px 0px;
	display: inline-block;
	overflow: hidden;
}
.rat-ny-newstxt span b {
	background-color: #056738;
	color: #fff;
	padding: 0px 10px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	display: inline-flex;
}
.rat-news-detailsbg1 {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	margin-top: -30px;
	position: relative;
	z-index: 10;
	padding: 50px;
	overflow: hidden;
}
.rat-news-detailsinfo {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}
.rat-news-detailsinfo p{
	margin:0;
	line-height: 24px;
	margin-bottom: 10px;
}

.rat-news-detailsinfo p img{
	padding:20px 0;
	margin-bottom: 10px;
	width: 70%;
	display: block;
	margin:0 auto;
	/*height: 100%;*/
}
.news_list1_title1{
	font-size:12px;
	color:#000;
}
.news_list1_title1 span{
	display: inline-block;
	font-size:12px;
	background:#056738;
	color:#fff;
	padding:0 5px;
	margin-right:20px;
}
.news_list1_title2{
	margin-top:20px;
	font-size:22px;
	color:#056738;
	margin-bottom: 25px;
}
.news_list1_txt1{
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}
.news_list1_txt1 h5{
	text-align: left;
	font-size:20px;
	color:#000;
	padding-left:20px;
	position: relative;
	margin-bottom: 30px;
}
.news_list1_txt1 h5 span{
	position: absolute;
	top:5px;
	left:0;
	width:12px;
	height:12px;
	border:2px solid #056738;
	border-radius: 50%;
}
.news_list1_img2{
	margin-top:20px;
	margin-bottom: 30px;
}
.news_list1_back{
	margin-top:30px;
	text-align: right;
	padding: 30px 0px 0px;
	border-top:1px solid #ccc;
}
.news_list1_back a{
	display: inline-block;
	width:60px;
	height:60px;
	line-height: 60px;
	border:1px solid #056738;
	border-radius: 50%;
	color:#333;
	font-size:14px;
	text-align: center;
}
.news_list1_btn{
	margin-top: 30px;
	padding:20px 0;
	border-top: 1px solid #ccc;
}
.news_list1_prev{
	width:50%;
	float:left;
	text-align: left;
	position:relative;
}
.news_list1_prev a{
	display: block;
	position: relative;
	padding-left:50px;
}
.news_list1_next{
	width:50%;
	float:left;
	text-align: right;
	position:relative;
}
.news_list1_next a{
	display: block;
	position: relative;
	padding-right:50px;
}
.news_list1_prev_bg{
	position: absolute;
	top: -5px;
	left: 0;
}
.news_list1_prev_bg span{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	border:1px solid #056738;
	border-radius: 50%;
}
.news_list1_prev_bg img{
position: absolute;
	top: -3px;
	left: 6px;
	max-width: initial;
}
.news_list1_next_bg{
	position: absolute;
	top: -5px;
	right: 30px;
}
.news_list1_next_bg span{
position: absolute;
top:0;
left:0;
width:30px;
height:30px;
border:1px solid #056738;
border-radius: 50%;
}
.news_list1_next_bg img{
	position: absolute;
	top: -3px;
	left: -10px;
	max-width: initial;
}
/* 图片展示*/
.pro_item .pro_img {
    width: 100%;
		border: 1px solid #ccc;
}
.pro_item .pro_img img {
	width: 100%;
}
.pro_item .pro_name {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-family: newsgoth_btbold;
    overflow: hidden;
}
.pro_item .pro_name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 40px;
    border: 1px solid #056738;
}
.pro_item .pro_brief {
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    margin-top: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}
.pro_item .pro_btn {
    width: 100%;
    height: 39px;
    line-height: 39px;
    border: 1px solid #333;
		color: #333;
    font-size: 12px;
    text-align: center;
}
.pro_item:hover .pro_btn {
    background: #056738;
    border-color: #056738;
    color: #fff;
}

/* 产品展示 */
.case-tab-tit { margin-bottom: 20px; text-align: center; }
.case-tab-tit li { display: inline-block; margin: 0 5px; }
.case-tab-tit li a { display: inline-block; font-size: 16px; color: #000; padding: 0 15px; line-height: 40px; border-radius: 5px; border-radius: 5px; border: 1px solid #dadada; background: #f9f8f8; }
.case-tab-tit li.cur a,.case-tab-tit li:hover a { background: #056738; color: #fff; border: 1px solid #056738; }
.rat-index-proone {
	position: relative;
	margin-bottom: 20px;
	display: block;
}
.rat-index-proone .img {
    font-size: 0;
    overflow: hidden;
		border: 1px solid #ccc;
}
.rat-index-proone .img img {
    width: 100%;
    transition: all 0.3s;
}
.rat-index-proone:hover .img img {
    transform: scale(1.1);
}
.rat-index-proone h5 {
    height: 56px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
		margin: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-weight: normal;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
		white-space: nowrap;
}
@media (max-width:767px) {
	.rat-index-proone h5 {height: 30px; line-height: 30px; font-size: 14px;position: initial;}
}
.rat-pro-title {
	font-size: 24px;
	text-align: center;
	padding: 10px 0px;
	line-height: 25px;
	overflow: hidden;
}
.rat-pro-img {
	text-align: center;
	padding: 0px 0;
	overflow: hidden;
}
.rat-pro-infoall {

}
.rat-ny-proall {
	margin-top: 20px;
}
.rat-pro-infotitle {
	border-bottom: 1px solid #056738;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
}
.rat-pro-infotitle span {
	background: #056738;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 0px 30px;
	display: block;
	float: left;
	overflow: hidden;
}
.rat-pro-infodetails {
	font-size: 14px;
	line-height: 25px;
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
}
.rat-pro-infodetails p {margin-bottom: 2px;}


@media (max-width:767px) {
	.rat-index-youshibg,.rat-index-aboutall,.rat-index-proall,.rat-index-newsall,.rat-index-aboutall {padding: 25px 0px;}
	.rat-index-protitle,.rat-index-aboutinfo h2 {text-align: center; font-size: 26px; margin-bottom: 15px;}
	.rat-index-aboutinfo a {margin-bottom: 15px;}
	.fixed-content,.rat-footer-nomobile {display: none;}
	.rat-index-newsimg {margin-bottom: 15px;}
	.rat-index-aboutinfo p {font-size: 13px; line-height: 1.8;}
	.m_ysgy dt,.m_ysgy dd {width: 100%;float:initial; padding: 15px;}
	.m_ysgy h3 {height: 90px;}
	.m_ysgy p {font-size: 14px;}
	.rat-index-procate {margin-bottom: 10px !important;}
	.rat-index-procate a {margin-bottom: 3px; padding: 0px 15px;}
	.rat-ny-infoall {padding: 25px 0px;}
	.rat-index-title {font-size: 24px;line-height: 30px;}
	.rat-ny-editor {font-size: 13px;min-height: 180px;}
	.case-tab-tit li a {font-size: 13px; line-height: 30px;}
	.pro_bread {line-height: 35px;padding: 5px 0px;}
	.rat-contact-message,.rat-contact-message ul {margin: 0px; padding: 0px;}
	.rat-contact-message ul li,.rat-contact-message ul li:nth-child(5) {width: 100%; margin: 20px 0px 0px !important;}
	.rat-contact-message ul li:nth-child(1) {margin-top: 0px !important;}
	.news_list1_back {margin-top: 15px;padding: 15px 0px 0px;}
	.news_list1_btn {margin-top: 15px;}
	.ind1_cot {display: block;}
	.ind1_left,.ind1_right {width: 100%; position: initial; margin:0px; min-width: auto;}
	.ind1_txt {display: none;}
	.ind1_wz {padding: 10px 20px 30px; margin: 0px;}
	.ind1_wz p {font-size: 26px; text-align: center}
	.ind1_wz .ind_more {bottom: 10px;}
	.case-Box>div:last-child {display: none;}
}