@charset "utf-8";
@font-face {
  font-family:"SIYUANHEITILight";
  src: url('../font/SourceHanSans-Light.otf');
}
@font-face {
  font-family:"SIYUANHEITIExtraLight";
  src: url('../font/SourceHanSans-ExtraLight.otf');
}
@font-face {
  font-family:"SIYUANHEITINorma";
  src: url('../font/SourceHanSans-Norma.otf');
}


@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "SIYUANHEITILight";
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  color: #000;
  overflow: hidden;
  /* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
	}
html,
body {
  font-size: 16px;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover {
  color: #005eb8;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #666;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
/*浮动*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.vcenter {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.w1420{
  width: 1420px;
  margin: 0 auto;
}
.m_header{
	display:none;
}
.m_header{
	display:none;
}
.m-nav{
	display:none;
}
#nav-header {
	background: #fff;
	height: 103px;
	line-height: 103px;
}
#nav-header.fixed{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;	
}
#nav-header h1 {
	display: inline;
}

#nav-header .logo {
	width: 15%;
	float: left;
}
#nav-header .logo img {
	display: block;
    padding: .5rem 0;
}

#nav-header nav {
	width: 63.5%;
	display: inline-block;
	float: left;
    padding-left: 60px;
    padding-right: 65px;
}

#nav-header nav li {
	width: 16.666666666666666%;
    text-align: center;
	font-size: 0.425rem;
	float: left;
	cursor: pointer;
	position: relative;
}
#nav-header nav li a{
    color: #8b8b8c;
    list-style: none;
    text-decoration: none;
    font-size: 0.425rem;
	display:block;
	font-weight:bold;
}
#nav-header nav li a:after{
	content: "";
	position: absolute;
	width: 70%;
	height: 2px;
	background: #165c36;
	left:50%;
	right:0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transform: translateX(-50%) scale(0.4, 1);
	transition: all .4s;
}
#nav-header nav li:hover a:after{
	width:70%;
	opacity: 1;
	transform:translateX(-50%)  scale(0.8, 1);
}
#nav-header nav li.active a:after{
	width:70%;
	height: 3px;
	opacity: 1;
}


#nav-header nav li:hover .slide-submeu {
	display: block;
}

#nav-header nav li i.slide-icon {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
#nav-header nav li a:hover{
    font-weight: bold;
	color:#165c36;
}

#nav-header nav li:hover i.slide-icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#nav-header nav li i.slide-icon {
	background: url(../images/icon.png);
	display: inline-block;
	width: 7px;
	margin-left: 8px;
	height: 6px;
}
#nav-header .slide-submeu {
	position: absolute;
	left: 0;
	top: 103px;
	z-index: 1000;
	width: 200%;
	background: #fff;
	box-shadow: -1px 3px 5px rgba(000, 000, 000, 0.3);
	display: none;
}
#nav-header nav li .slide-submeu a:after{
	content: "";
	width: 0;
	height: 0;
}
#nav-header nav li .slide-submeu a{
	display: block;
	font-size: .4rem;
	line-height: 50px;
	padding: 0px .375rem;
	text-align:left;
	color:#333333;
	padding-left:36px;
	border-bottom:1px solid #e5eae6;
	position:relative;
}
#nav-header nav li .slide-submeu a:after{
	content:'';
	position: absolute;
	display:inline-block;
	width:10px;
	height:10px;
	border-top:2px solid #165c36;
	border-right:2px solid #165c36;
	transform:translateY(-50%) rotate(45deg);
	margin-left:7px;
	background-color:#fff;
	left:auto;
	right:0;
	top:50%;
	z-index:2;
	opacity:1;
	margin-right:30px;
	transition:all 0s;
}
#nav-header nav li .slide-submeu a:hover:after{
	background-color:#165c36;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}

#nav-header nav li .slide-submeu a:last-child{
	border-bottom:0;
}
#nav-header nav li .slide-submeu a:hover{
	background-color:#165c36;
	color:#fff;
	font-weight: inherit;
}
#nav-header .slide-submeu strong {
	display: block;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding: 0px 15px;
	color: #b9b9b9;
	background: #fafafa;
}
#nav-header .other{
    width: 21.5%;
    float: left;
}
#nav-header .other .index_search{
    width: 10%;
    float: left;
}
#nav-header .other .index_search:hover{
	cursor:pointer;
}
#nav-header .other .index_tel {
    width: 70%;
	float: left;
    padding-left: 30px;
}
#nav-header .index_tel span{
	font-size:.5rem;
	color:#165c36;
	padding-left:5px;
	letter-spacing:1px;
}
#nav-header .other .language{
	float: right;
	width:20%;
	text-align:right;
}
#nav-header .other .language span:hover{
	color:#165c36;
	text-decoration:underline;
}
#nav-header .language span{
	font-size:.325rem;
	letter-spacing:1px;
}
#nav-header .language span.current{
	color:#165c36;
	font-weight:bold;
}
#nav-header .language i{
	display: inline-block;
	background-color:#8b8b8c;
	width:1px;
	height:12px;
	margin:0 5px;
}
.ind_banner{
    display:block;
    width:100%;
    height:977px;
}
.ind_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.ind_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow:hidden;
}
.ind_banner .swiper-slide img{
	width:100%;
}
.ind_banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color:#fff;
}
.ind_banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.ind_banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: #bfbec2;
    opacity: .2;
}
.ind_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.ind_newpro{
	width:100%;
	margin:3.75rem 0 4.25rem 0;
	background-color:#fefefe;
}
.ind_newpro .toptitle{
	width:100%;
	text-align:center;
	margin-bottom:2.75rem;
}
.ind_newpro .toptitle .cntitle{
	color:#165c36;
	font-size:.8rem;
	font-weight:bold;
	font-family:'SIYUANHEITINorma';
	letter-spacing:1px;
}
.ind_newpro .toptitle .entitle{
	color:#a1a1a1;
	font-size:.45rem;
	letter-spacing:1px;
	margin-top:8px;
}
.ind_newpro .ind_pro_box{
	width:100%;
	margin-bottom:1.975rem;
}
.ind_newpro .ind_pro_box a{
	float:left;
	width:31.691%;
	margin-right:2.4635%;
}
.ind_newpro .ind_pro_box a:nth-child(3){
	margin-right:0;
}
.ind_newpro .ind_pro_box a .pro_img{
	overflow:hidden;
	border-radius: 10px 10px 0 0;
}
.ind_newpro .ind_pro_box a .pro_img img{
	display:block;
	width: 100%;
    transform: scale(1.02);
    transition: all .4s;
	
}
.ind_newpro .ind_pro_box a:hover .pro_img img{
	transform: scale(1.1);
}
.ind_newpro .ind_pro_box a .pro_tit{
	color:#5f5d5d;
	line-height:2.075rem;
	font-size:.5rem;
	padding-left:.425rem;
	box-shadow:2px 2px 15px #d7d3d3;
	background-color:#fefefe;
	position:relative;
}
.ind_newpro .ind_pro_box a:hover .pro_tit{
	color:#165c36;
}
.ind_newpro .ind_pro_box a .pro_tit:after{
	content:'';
	position: absolute;
	background-image:url(../images/right_arrow.jpg);
	background-repeat:no-repeat;
	width:28px;
	height:22px;
	right:0;
	top:50%;
	transform:translateY(-50%);
	padding-right:.575rem;
	transition: transform .5s ease;
}
.ind_newpro .ind_pro_box a:hover .pro_tit:after{
	transform: translate(.2rem,-50%);
}
.ind_newpro .pro_more{
	display:block;
	width:100%;
	text-align:right;
	font-size:.45rem;
	color:#165c36;
}
.ind_newpro .pro_more:hover{
	text-decoration:underline;
}

.ind_about{
	width:100%;
	background-color: #f7f7f7;
	padding: 3.75rem 0 0 0;
}
.ind_about .about{
}
.ind_about .about .about_left{
	width:50%;
	float:left;
	overflow:hidden;
}
.ind_about .about .about_left img{
	width:100%;
}
.ind_about .about .about_right{
	
}
.ind_about .about .about_right .about_text{
	width:100%;
}
.ind_about .about .about_right .about_text .title{
	padding-bottom:1.3rem;
	color:#fefefe;
	text-align:center;
}
.ind_about .about .about_right .about_text .title .cntitle{
	color: #165c36;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'SIYUANHEITINorma';
    letter-spacing: 1px;
}
.ind_about .about .about_right .about_text .title .entitle{
	color: #a1a1a1;
	font-size: .45rem;
    letter-spacing: 1px;
    margin-top: 8px;
}
.ind_about .about .about_right .about_text .text{
	color: #666;
	margin-bottom:40px;
}
.ind_about .about .about_right .about_text .text p{
	line-height:32px;
	font-size: .45rem;
	letter-spacing:0.5px;
	text-indent: 2em;
	margin-bottom:10px;
}
.ind_about .about .about_right .num_box{
	width:70%;
	margin: 0 auto;
	text-align: center;
	padding:2.25rem 0;
}
.ind_about .about .about_right .num_box .item{
	float:left;
	width:33.33333333333%;
	color:#fff;
}
.ind_about .about .about_right .num_box .item .num{
	font-size: 1rem;
    font-weight: bold;
	color:#165c36;
}
.ind_about .about .about_right .num_box .item .unit{
	font-size: .5rem;
    letter-spacing: 1px;
	color:#165c36;
}
.ind_about .about .about_right .num_box .item:nth-child(2) .unit{
	font-size: .7rem;
}
.ind_about .about .about_right .num_box .item .text{
	font-size: .4rem;
	margin-top:.25rem;
}
.ind_about .about .about_right .about_more{
	background-color:#165c36;
	border:1px solid #fff;
	width:4.125rem;
	border-radius:10px;
	margin:0 auto;
}
.ind_about .about .about_right .about_more a{
	display:block;
	color:#fff;
	line-height:45px;
	font-size:.50rem;
	position:relative;
	padding-left:.55rem;
}
.ind_about .about .about_right .about_more a:after {
    content: '';
    position: absolute;
    background-image: url(../images/about_right_arrow.jpg);
    background-repeat: no-repeat;
    width:21px;
    height:16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	padding-right:.5rem;
    transition: transform .5s ease;
}
.ind_about .about .about_right .about_more:hover a:after{
	transform: translate(.2rem,-50%);
}


.ind_pro{
	width:100%;
	margin:4.875rem 0 4rem 0;
}
.ind_pro .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ind_pro .swiper-slide {
  background-size: cover;
  background-position: center;
}
.ind_pro .indpro_box{
	width:100%;
}
.ind_pro .indpro_box .box_top{
		margin-bottom:3.25rem;
}
.ind_pro .indpro_box .box_top .tit{
	float:left;
	width:37%;
}
.ind_pro .indpro_box .box_top .tit .cntitle{
	color: #165c36;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'SIYUANHEITINorma';
    letter-spacing: 1px;
}
.ind_pro .indpro_box .box_top .tit .entitle{
	color: #a1a1a1;
    font-size: .45rem;
    letter-spacing: 1px;
    margin-top: 8px;
}

.ind_pro .indpro_box .box_top .pro_type{
	width:63%;
	float:left;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide{
	text-align:center;
	line-height:1.25rem;
	border-radius:10px;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide-thumb-active{
	background-color:#165c36;
	line-height:1.25rem;
	border-radius:10px;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide-thumb-active a{
	display:block;
	color:#fff;
	font-size:.45rem;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide-thumb-active a:after {
    content: '';
    width: 0;
    height: 0;
}

.ind_pro .indpro_box .box_top .pro_type a{
	display:block;
	font-size:.45rem;
	line-height:1.25rem;
	position:relative;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide a:hover{
	background-color:#165c36;
	line-height:1.25rem;
	border-radius:10px;
	color:#fff;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide a:hover:after {
    content: '';
    width: 0;
    height: 0;
}

.ind_pro .indpro_box .box_top .pro_type a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: 0;
    top: 50%;
	background-color:#dadada;
    transform: translateY(-50%);
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide:last-child a:after {
    content: '';
    width: 0;
    height: 0;
}

.ind_pro .indpro_box .ind_pro_item{
	width:1460px;
	margin:0 auto
}
.ind_pro .indpro_box .ind_pro_item a{
	float:left;
	width:31.691%;
	margin-right:2.4635%;
}
.ind_pro .indpro_box .ind_pro_item a:nth-child(3){
	margin-right:0;
}
.ind_pro .indpro_box .ind_pro_item a .pro_img{
	overflow:hidden;
	border-radius: 10px 10px 0 0;
}
.ind_pro .indpro_box .ind_pro_item a .pro_img img{
	display:block;
	width: 100%;
    transform: scale(1.02);
    transition: all .4s;
	
}
.ind_pro .indpro_box .ind_pro_item a:hover .pro_img img{
	transform: scale(1.1);
}
.ind_pro .indpro_box .ind_pro_item a .pro_tit{
	color:#5f5d5d;
	line-height:2.075rem;
	font-size:.5rem;
	padding-left:.425rem;
	box-shadow:2px 2px 15px #d7d3d3;
	background-color:#fefefe;
	position:relative;
}
.ind_pro .indpro_box .ind_pro_item a:hover .pro_tit{
	color:#165c36;
}
.ind_pro .indpro_box .ind_pro_item a .pro_tit:after{
	content:'';
	position: absolute;
	background-image:url(../images/right_arrow.jpg);
	background-repeat:no-repeat;
	width:.7rem;
	height:.55rem;
	right:0;
	top:50%;
	transform:translateY(-50%);
	padding-right:.575rem;
	transition: transform .5s ease;
}
.ind_pro .indpro_box .ind_pro_item a:hover .pro_tit:after{
	transform: translate(.2rem,-50%);
}
.ind_pro .ind_pro_item .swiper-slide {
    padding: 0 20px 20px 20px;
}
.linear_gradient{
	height:30px;
	background-image: linear-gradient(#fff, #f0f0f0);
}

.ind_advantages{
	width:100%;
	background-color:#fefefe;
	/*position:relative;*/
	margin-top:144px;
	padding-bottom: 50px;
	background-image: url(../images/Advantages_bg.jpg);
    background-repeat: no-repeat;
	background-position:bottom;
} 
/*.ind_advantages:after{
    content: '';
    position: absolute;
	width:15.15rem;
	height:15.95rem;
    background-image: url(../images/Advantages_bg.jpg);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}
*/.ind_advantages .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ind_advantages .swiper-slide {
  background-size: cover;
  background-position: center;
}

.ind_advantages .tit {
    margin-bottom:3.75rem;
}
.ind_advantages .tit .cntitle {
    color: #165c36;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'SIYUANHEITINorma';
    letter-spacing: 1px;
}
.ind_advantages .tit .entitle {
  	color: #a1a1a1;
    font-size: .45rem;
    letter-spacing: 1px;
    margin-top: 8px;
}

.ind_advantages .advantages_box {
	position:relative;
	
}
.ind_advantages .advantages_box .advantages_line{
	width:100%;
	height:1px;
	background-color:#d8d9d9;
	z-index:9999;
}
.ind_advantages .advantages_box .advantages_type{
	width:47%;
	position:absolute;
	z-index:99999;
	bottom:-17px;
	text-align:center;
	left: 50%;
	transform: translateX(-50%);
}
.ind_advantages .advantages_box .advantages_type a{
	z-index:9;
	
}
.ind_advantages .advantages_box .advantages_type a span{
	display:block;
	z-index:9999;
}
.ind_advantages .advantages_box .advantages_type a .ys_tit{
	color:#a1a1a1;
	font-size:.5rem;
	margin-bottom:.425rem;
}
.ind_advantages .advantages_box .advantages_type a .ys_num{
	position:absolute;
	width:51px;
	height:38px;
	color:#fefefe;
	font-size:.6rem;
	font-weight:bold;
	position:relative;
	background-image: url(../images/Advantages_ico1.jpg);
    background-repeat: no-repeat;
	background-position:center;
	left: 50%;
	transform: translateX(-50%);
	padding-top:7px;
}
.ind_advantages .advantages_box .advantages_type .swiper-slide-thumb-active a .ys_num{
	background-image: url(../images/Advantages_ico2.jpg);
}
.ind_advantages .advantages_box .advantages_type .swiper-slide:hover a .ys_num{
	background-image: url(../images/Advantages_ico2.jpg);
}
.ind_advantages .advantages_box .advantages_type  .swiper-slide:hover a .ys_tit{
	color:#332c2b;
}

.ind_advantages .advantages_item{
	padding:	2.825rem 0 2.425rem 0;
	
}
.ind_advantages .advantages_item .item_box{
	width:100%;
}
.ind_advantages .advantages_item .item_box .img{
	float:left;
	width:43%;
	overflow:hidden;
}
.ind_advantages .advantages_item .item_box .img img{
	border-radius:10px;
	width:100%;
}
.ind_advantages .advantages_item .item_box .content{
	float:left;
	width:57%;
	padding-top:50px;
	padding-left:50px;
}
.ind_advantages .advantages_item .item_box .content .title{
	font-size:.5rem;
	font-weight:bold;
	margin-bottom:.75rem;
}
.ind_advantages .advantages_item .item_box .content .text p{
	font-size:.4rem;
	line-height:25px;
}
.advantages_item .advantagesitem .swiper-button-prev {
	width: 44px; 
   	height: 44px; 
    box-sizing: border-box; 
    padding: 2px; 
    border-radius: 50%; 
    background-color:#b6b6b7;
	left:46.5%;
	top: 90%;
}
.advantages_item .advantagesitem .swiper-button-prev:after{
	width:100%; 
    height:100%; 
    border-radius:50%; 
    background:#fff; 
	font-size: 20px!important;
	display: flex;
	align-items: center;
    justify-content: center;
	color:#b6b6b7;
	
}
.advantages_item .advantagesitem .swiper-button-next {
	width: 44px; 
   	height: 44px; 
    box-sizing: border-box; 
    padding: 2px; 
    border-radius: 50%;
	background-color:#b6b6b7;
	right:45%;
	top: 90%;
	
}
.advantages_item .advantagesitem .swiper-button-next:after{
	width:100%; 
    height:100%; 
    border-radius:50%; 
    background:#fff; 
	font-size: 19px!important;
	display: flex;
	align-items: center;
    justify-content: center;
	color:#b6b6b7;
}

.ind_zizhi{
	width:100%;
	height:960px;
	background-image: url(../images/zizhi_bg.jpg);
    background-repeat: no-repeat;
	background-position:center;
	
}
.ind_zizhi .title{
	padding:180px 0 150px 0;
	text-align:center;
}
.ind_zizhi .title .cntitle{
	color: #fefefe;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'SIYUANHEITINorma';
    letter-spacing: 1px;
}
.ind_zizhi .title .entitle{
	color: #fefefe;
    font-size: .45rem;
    letter-spacing: 1px;
    margin-top: 8px;
}
.ind_zizhi .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ind_zizhi .swiper-slide {
  background-size: cover;
  background-position: center;
}
.ind_zizhi .swiper-slide img{
	width:100%;
}
.ind_zizhi .zizhi_box{
	position:relative;
}
.ind_zizhi .zizhi_box .swiper-button-prev {
	width: 44px; 
   	height: 44px; 
    box-sizing: border-box; 
    /*padding: 2px; */
	border:2px solid #fff;
    border-radius: 50%; 
    /*background-color:#b6b6b7;*/
	left:-90px;
	top: 50%;
}
.ind_zizhi .zizhi_box .swiper-button-prev:after{
	width:100%; 
    height:100%; 
    border-radius:50%; 
	font-size: 20px!important;
	display: flex;
	align-items: center;
    justify-content: center;
	color:#fff;
	
}
.ind_zizhi .zizhi_box .swiper-button-next {
	width: 44px; 
   	height: 44px; 
    box-sizing: border-box; 
    /*padding: 2px;*/
	border:2px solid #fff;
    border-radius: 50%;
	/*background-color:#fff;*/
	right:-90px;
	top: 50%;
	
}
.ind_zizhi .zizhi_box .swiper-button-next:after{
	width:100%; 
    height:100%; 
    border-radius:50%; 
	font-size: 19px!important;
	display: flex;
	align-items: center;
    justify-content: center;
	color:#fff;
}

.ind_news{
	width:100%;
	padding:150px 0;
}
.ind_news .title{
	padding: 0 0 115px 0;
    text-align: center;
}
.ind_news .title .cntitle{
	color: #165c36;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'SIYUANHEITINorma';
    letter-spacing: 1px;
}
.ind_news .title .entitle{
	color: #a1a1a1;
    font-size: .45rem;
    letter-spacing: 1px;
    margin-top: 8px;
}
.ind_news .news_box{
	width: 100%;
	padding-bottom:1rem;
}
.news_box a{
	float:left;
	width:31.691%;
	margin-right:2.4635%;
}
.news_box a:nth-child(3){
	margin-right:0;
}
.news_box a .news_img{
	overflow:hidden;
	border-radius: 10px 10px 0 0;
}
.news_box a .news_img img{
	display:block;
	width: 100%;
    transform: scale(1.02);
    transition: all .4s;
	
}
.news_box a:hover .news_img img{
	transform: scale(1.1);
}
.news_box a .news_text{
	box-shadow:2px 2px 15px #d7d3d3;
	background-color:#fefefe;
	padding:.425rem;
}
.news_box a  .news_text .news_tit{
	color:#5f5d5d;
	line-height:.7rem;
	font-size:.45rem;
	height:1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom:20px;
}
.news_box a:hover .news_text .news_tit{
	color:#165c36;
}
.news_box a  .news_text .date{
	color:#a39a9a;
	line-height:.675rem;
	font-size:.4rem;
	position:relative;
	margin-bottom:10px;
}
.news_box a  .news_text .date:after{
	content:'';
	position: absolute;
	background-image:url(../images/right_arrow.jpg);
	background-repeat:no-repeat;
	width:28px;
	height:22px;
	right:0;
	top:50%;
	transform:translateY(-50%);
	padding-right:.575rem;
	transition: transform .5s ease;
}
.news_box a:hover  .news_text .date:after{
	transform: translate(.2rem,-50%);
}
.ind_news .news_more{
	display:block;
	width:100%;
	text-align:right;
	font-size:.45rem;
	color:#165c36;
}
.ind_news .news_more:hover{
	text-decoration:underline;
}

.footer{
	width: 100%;
    height: 425px;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.footer .footer_box{
	padding-top:75px;
}
.footer .footer_box .footer_li{
	float:left;
	width:38%;
	position:relative;
}

.footer .footer_box .footer_li:nth-child(3){
	width:34%;
}
.footer .footer_box .footer_li:nth-child(3):after{
	content:'';
	position: absolute;
	width:1px;
	height:100%;
	background-color:#f5f8f7;
	left:0;
	top:0;
	margin-left:-125px;
}
.footer .footer_box .footer_li:nth-child(2):after{
	content:'';
	position: absolute;
	width:1px;
	height:100%;
	background-color:#f5f8f7;
	left:0;
	top:0;
	margin-left:-125px;
}
.footer .footer_box .footer_li:first-child{
	width:28%;
}
.footer .footer_box .footer_li .ftitle{
	padding-bottom:1.2rem;
}
.footer .footer_box .footer_li .ftitle .cntitle{
	font-size:.45rem;
	color:#fefefe;
	font-weight:bold;
	padding-right:5px;
}
.footer .footer_box .footer_li .ftitle .entitle{
	font-size:.3rem;
	color:#fefefe;
}
.footer .footer_box .footer_li .footer_menu .menu_li{
	float:left;
	width:40%;
}
.footer .footer_box .footer_li .footer_menu .menu_li a{
	display:block;
	font-size:.43rem;
	color:#b6ccc0;
	line-height:1rem;
	margin-bottom: 30px;
}
.footer .footer_box .footer_li .footer_menu .menu_li a:hover{
	text-decoration:underline;
}
.footer .footer_box .footer_li .footer_lianxi .lianxi{
	color:#b6ccc0;
	margin-bottom:15px;
	
}
.footer .footer_box .footer_li .footer_lianxi .lianxi p{
	line-height:.9rem;
	font-size:.43rem;
}
.footer .footer_box .footer_li .erweima{
	margin-top:10px;
}
.banquan{
	background-color:#332c2b;
	padding:15px 0;
}
.banquan span{
	color:#757475;
	margin-right:40px;
	font-size:.38rem;
}
.banquan span a:hover{
	color:#fff;
}

.n_banner{
	position: relative;
    height: 14.975rem;
}
.n_banner .banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
	background-position: center;
}
.n_banner .content {
    position: absolute;
	top:40%;
    z-index: 2;
	color:#fff;
}
.n_banner .content .cntit{
	float:left;
	width:auto;
	font-size:.92rem;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	margin-right:32px;
}
.n_banner .content .cntit:after{
	content:'';
	position: absolute;
	width:2px;
	height:100%;
	background-color:#babbae;
	right:-15px;
	top:0;
}
.n_banner .content .entit{
	float:left;
	width:auto;
}
.n_banner .content .entit span{
	display:block;
	font-size:.45rem;
	letter-spacing:1px;
}

.n_menu{
	background-color:#165c36;
	line-height:2.5rem;
}
.n_menu .menu_box{
	width:50%;
}
.n_menu .menu_box a{
	display: block;
	width:20%;
	float:left;
	color:#FFF;
	font-size:.45rem;
	text-align:center;
	position:relative;
}
.n_menu .pro_type_list{
	width:100%;
}
.n_menu .pro_type_list a{
	width:20%;
}
.n_menu .pro_type_list a.active {
    border-top: 1px solid #ebf3ec;
}
.n_menu .pro_type_list a:hover{
    border-top: 1px solid #ebf3ec;
}
.n_menu .pro_type_list a:hover:before {
	display:none;
}
.n_menu .menu_box33{
	width:100%;
}
.n_menu .menu_box33 a{
	width:12.5%;
}
.n_menu .menu_box34{
	width:100%;
}
.n_menu .menu_box34 a{
	width:13%;
}
.n_menu .menu_box35{
	width:100%;
}
.n_menu .menu_box35 a{
	width:13%;
}
.n_menu .menu_box36{
	width:100%;
}
.n_menu .menu_box36 a{
	width:13%;
}
.n_menu .menu_box37{
	width:100%;
}
.n_menu .menu_box37 a{
	width:13%;
}


.n_menu .menu_box a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: 0;
    top: 50%;
    background-color: #93b4a2;
    transform: translateY(-50%);
}
.n_menu .menu_box a.active{
	background-color:#fff;
	color:#165c36;
	position:relative;
	border-bottom:1px solid #ebf3ec;
}
.n_menu .menu_box a.active:before {
    content: '';
    width: 0;
    height: 0;
}
.n_menu .menu_box a.nobefore:before {
    content: '';
    width: 0;
    height: 0;
}
.n_menu .menu_box a.active:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    left: 50%;
	top:80%;
	background-image:url(../images/bottom_arrow.jpg);
	background-position:center;
	background-repeat:no-repeat;
    transform: translateX(-50%);
}
.n_menu .tech_list a.active:after{
	display:none;
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    left: 50%;
	top:3.3rem;
	background-image:url(../images/ico_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
    transform: translateX(-50%);
}
.n_menu .tech_list a:hover .active:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    left: 50%;
	top:80%;
	background-image:url(../images/bottom_arrow.jpg);
	background-position:center;
	background-repeat:no-repeat;
    transform: translateX(-50%);
}

.n_menu .tech_list a.active:hover:after{
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    left: 50%;
	top:3.3rem;
	background-image:url(../images/ico_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
    transform: translateX(-50%);
}
.n_menu .menu_box a:hover{
	background-color:#fff;
	color:#165c36;
	position:relative;
	border-bottom:1px solid #ebf3ec;
}
.n_menu .menu_box a:hover:after {
    content: '';
    width: 0;
    height: 0;
}
.n_menu .menu_box a:hover:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    left: 50%;
	top:80%;
	background-image:url(../images/bottom_arrow.jpg);
	background-position:center;
	background-repeat:no-repeat;
    transform: translateX(-50%);
}
.n_text{
	width:100%;
	margin-top:.985rem;
}
.n_text .con_p{
	/*background-color:#7f7f81;*/
	padding:20px 40px 20px 0;
}
.n_text .con_p p{
	font-size: .43rem;
	/*color:#FFF;*/
	color:#333333;
	line-height:.8rem;
}
.n_text .con_p h1{
	display:none;
}

.n_content{
	width:100%;
	padding:3.5rem 0 1.5rem 0;
}
.n_tech{
	padding:2rem 0 1.5rem 0;
}
.n_content .about_title{
	width:100%;
	margin-bottom:55px;
}
.n_content .about_title .cntitle{
	color: #165c36;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'SIYUANHEITINorma';
    letter-spacing: 1px;
}
.n_content .about_title .entitle{
	color: #a1a1a1;
    font-size: .45rem;
    letter-spacing: 1px;
    margin-top: 8px;
}
.n_content .about_box{
	width:100%;
}
.n_content .about_box .about_img{
	width:50%;
	float:right;
	text-align:right;
	overflow:hidden;
}
.n_content .about_box .about_img img{
	max-width:100%;
}
.n_content .about_box .about_text{
	width:50%;
	float:left;
	padding-right:150px;
}
.n_content .about_box .about_text .about_p p{
	font-size:.35rem;
	color:#6f6f6f;
	line-height:.7rem;
	margin-bottom:5px;
	text-align:justify;
	text-indent:2em;
}
.n_content .about_box .about_text .about_more{
	display: inline-block;
	color:#00ccff;
	margin-top:20px;
	font-size:.45rem;
	position:relative;
}
.n_content .about_box .about_text .about_more:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 9px;
    right: -25px;
	top:50%;
	background-image:url(../images/about_arrow_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	transform:translateY(-50%);
}
.n_content .about_box .about_text .about_more:hover{
	text-decoration:underline;
}

.n_content .about_box .about_text .num_box{
	margin:1.25rem 0;
}
.n_content .about_box .about_text .num_box .item{
	float:left;
	width:30%;
	margin-right:2.45%;
	color:#165c36;
}
.n_content .about_box .about_text .num_box .item .num{
	font-size: 1rem;
    font-weight: bold;
}
.n_content .about_box .about_text .num_box .item .unit{
	font-size: .5rem;
    letter-spacing: 1px;
	color:#333333;
}
.n_content .about_box .about_text .item:nth-child(2) .unit{
	font-size: .7rem;
}
.n_content .about_box .about_text .num_box .item .text{
	font-size: .4rem;
	margin-top:.25rem;
	color:#333333;
}

.n_content .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.n_content .swiper-slide {
  background-size: cover;
  background-position: center;
}
.n_content .fzlctitle {
    margin-bottom: 0;
}
.n_content .history_box {
	position:relative;
	margin-bottom:113px;
}
.n_content .history_box .history_line{
	width:100%;
	height:1px;
	background-color:#d8d9d9;
	z-index:9999;
}
.n_content .history_box .history_date{
	width:90%;
	position:absolute;
	z-index:99999;
	bottom:-55px;
	text-align:center;
	left: 50%;
	transform: translateX(-50%);
	padding:0 -22px;
}
.n_content .history_box .history_date a{
	z-index:9;
	
}
.n_content .history_box .history_date a span{
	display:block;
	z-index:9999;
}
.n_content .history_box .history_date a .ys_tit{
	color:#a1a1a1;
	font-size:.5rem;
	margin-top:.425rem;
}
.n_content .history_box .history_date a .ys_num{
	position:absolute;
	width:51px;
	height:38px;
	color:#fefefe;
	font-size:.6rem;
	font-weight:bold;
	position:relative;
	background-image: url(../images/Advantages_ico1.jpg);
    background-repeat: no-repeat;
	background-position:center;
	left: 50%;
	transform: translateX(-50%);
	padding-top:7px;
}
.n_content .history_box .history_date .swiper-slide-thumb-active a .ys_num{
	background-image: url(../images/Advantages_ico2.jpg);
}
.n_content .history_box .history_date .swiper-slide:hover a .ys_num{
	background-image: url(../images/Advantages_ico2.jpg);
}
.n_content .history_box .history_date  .swiper-slide:hover a .ys_tit{
	color:#165c36;
	font-weight:bold;
}
.n_content .history_item{
	padding:2rem 0 2.925rem 0;
	
}
.n_content .history_item .item_box{
	width:100%;
}
.n_content .history_item .item_box .img{
	float:right;
	width:43%;
	overflow:hidden;
}
.n_content .history_item .item_box .img img{
	max-width:100%;
	
}
.n_content .history_item .item_box .content{
	float:left;
	width:57%;
	padding-right:8.5rem;
	position:relative;
	padding-left:1.85rem;
}
.n_content .history_item .item_box .content:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 110%;
    left: 0;
    top: 50%;
    background-color: #165c36;
    transform: translateY(-50%);
	margin-left:15px;
}
.n_content .history_item .item_box .content .title{
	font-size:.8rem;
	font-weight:bold;
	margin-bottom:.75rem;
	color:#165c36;
	letter-spacing:1px;
}
.n_content .history_item .item_box .content .text p{
	font-size:.35rem;
	line-height:28px;
	color:#444242;
}
.swiper_zuoyou{
	position:relative;
	display:none;
}
.history_box:hover .swiper_zuoyou{
	display:block;
}
.swiper_zuoyou .swiper-button-prev {
	width: 44px; 
   	height: 44px; 
    box-sizing: border-box; 
    padding: 2px; 
    border-radius: 50%; 
    background-color:#165c36;
	left:-45px;
	top: 50%;
}
.swiper_zuoyou .swiper-button-prev:after{
	width:100%; 
    height:100%; 
    border-radius:50%; 
    background:#fff; 
	font-size: 20px!important;
	display: flex;
	align-items: center;
    justify-content: center;
	color:#165c36;
	
}
.swiper_zuoyou .swiper-button-next {
	width: 44px; 
   	height: 44px; 
    box-sizing: border-box; 
    padding: 2px; 
    border-radius: 50%;
	background-color:#165c36;
	right:-45px;
	top: 50%;
	
}
.swiper_zuoyou .swiper-button-next:after{
	width:100%; 
    height:100%; 
    border-radius:50%; 
    background:#fff; 
	font-size: 19px!important;
	display: flex;
	align-items: center;
    justify-content: center;
	color:#165c36;
}

.qualification{
	width:100%;
	margin-top:90px;
}
.qualification a{
	float:left;
	width:22%;
	margin-right:2.666666666666666%;
	border: 1px solid #ebf3ec;
	margin-bottom:2rem;
}
.qualification a:nth-child(4n){
	margin-right:0;
}
.qualification a .zz_img{
	width:100%;
	overflow:hidden;
	padding:48px 25px;
}
.qualification a .zz_img img{
	display:block;
	width:100%;
	transform: scale(1.02);
    transition: all .4s;
}
.qualification a:hover .zz_img img{
	transform: scale(1.1);
}
.qualification a .zz_title{
	background-color:#f7f7f7;
	line-height:1.35rem;
	text-align:center;
	padding:0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qualification a:hover .zz_title{
	color:#165c36;
}

.talent{
	width:100%;
}
.talent .talent_title{
	border-bottom:2px solid #e3e3e3;
	padding-bottom:18px;
	margin-bottom:30px;
}
.talent .talent_title span{
	font-size:.6rem;
	font-weight:bold;
	color:#333333;
	border-bottom:2px solid #165c36;
	padding-bottom:17px;
	padding-right:13px;
}
.talent ul li{
	border-bottom:1px solid #e3e3e3;
	margin-bottom:10px;
	cursor:pointer;
	position:relative;
}
.talent ul li.on{
	border-bottom:2px solid #165c36;
}
.talent ul li .position_tit{
	font-size:.55rem;
	color:#165c36;
	font-weight:bold;
	font-family:'SIYUANHEITINorma';
	line-height:1.25rem;
	padding-left:30px;
}
.talent ul li .position_tit:after{
	content:'';
	position:absolute;
	display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #165c36;
    border-right: 2px solid #165c36;
    transform: rotate(45deg);
	font-size:.6rem;
	right:32px;
	top:18px;
	transition: all .2s;
}
.talent ul li.on .position_tit:after{
	transform: rotate(132deg);
}

.talent ul li .position_con{
	display:none;
	
}
.talent ul li .position_con .position_text{
	font-size:.45rem;
	line-height:.7rem;
	color:#4d4d4d;
	margin:20px 0;
	padding-left:30px;
	padding-right:80px;
}
.talent ul li .position_con .position_text:first-child{
	border-bottom:1px dashed #e0e0e0;
	padding-bottom:20px;
}
.n_advantages{
	background-image:none;
	padding-bottom: 0;
}
.n_advantages:after {
    background-image: none;
}
.n_advantages .zzjd_box{
	width:100%;
}
.n_advantages .zzjd_box .zzjdli{
	float:left;
	width:23.7%;
	margin-right:1.66666666666666%;
	margin-bottom:30px;
	overflow:hidden;
}
.n_advantages .zzjd_box .zzjdli:nth-child(4n){
	margin-right:0;
}
.n_advantages .zzjd_box .zzjdli img{
	display:block;
	width:100%;
	transform: scale(1.02);
    transition: all .4s;
}
.n_advantages .zzjd_box .zzjdli:hover img{
	transform: scale(1.1);
}
.n_advantages .advantages_item {
    padding: 3.825rem 0 0 0;
}
.n_advantages .advantages_box .advantages_type {
    width: 65%;
	bottom: -72px;
}
.ind_advantages .advantages_box .advantages_type a .ys_tit {
    margin-top: 0.425rem;
}
.ind_advantages .advantages_box .advantages_type  .swiper-slide:hover a .ys_tit{
	color:#165c36;
}
.ind_advantages .advantages_box .advantages_type .swiper-slide-thumb-active a .ys_tit{
	color:#165c36;
}
.pzgk_box{
	width:100%;
}
.pzgk_box .pzgk_title{
	font-size:.6rem;
	font-weight:bold;
	color:#333333;
	margin-bottom:.875rem;
}
.pzgk_box .pzgk_text p{
	font-size:.4rem;
	color:#666666;
	line-height:.7rem;
	margin-bottom:.675rem;
}
.pzgk_box .pzgkli{
	margin-bottom:.675rem;
}
/*.n_content .advantagesitem .swiper-slide {
	display:none;
}
.n_content .advantagesitem .swiper-slide-active{
	display:block;
}
*/
.products_box{
	width:100%;
}
.products_box .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.products_box .swiper-slide {
  background-size: cover;
  background-position: center;
}
.products_box .products_title {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.products_box .products_title span {
    font-size: .6rem;
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #165c36;
    padding-bottom: 17px;
    padding-right: 13px;
}

.products_box .pro_list{
	width:100%;
	margin-bottom:1.975rem;
	margin-top:2rem;
}
.products_box .pro_list a{
	float:left;
	width:31.691%;
	margin-right:2.4635%;
	margin-bottom:2.5rem;
}
.products_box .pro_list a:nth-child(3n){
	margin-right:0;
}
.products_box .pro_list a .pro_img{
	overflow:hidden;
	border-radius: 10px 10px 0 0;
}
.products_box .pro_list a .pro_img img{
	display:block;
	width: 100%;
    transform: scale(1.02);
    transition: all .4s;
	
}
.products_box .pro_list a:hover .pro_img img{
	transform: scale(1.1);
}
.products_box .pro_list a .pro_tit{
	color:#5f5d5d;
	line-height:2.075rem;
	font-size:.5rem;
	padding-left:.425rem;
	box-shadow:2px 2px 15px #d7d3d3;
	background-color:#fefefe;
	position:relative;
}
.products_box .pro_list a:hover .pro_tit{
	color:#165c36;
	font-weight:bold;
}
.products_box .pro_list a .pro_tit:after{
	content:'';
	position: absolute;
	background-image:url(../images/right_huise_arrow.jpg);
	background-repeat:no-repeat;
	width:28px;
	height:22px;
	right:0;
	top:50%;
	transform:translateY(-50%);
	padding-right:.575rem;
	transition: transform .5s ease;
}
.products_box .pro_list a:hover .pro_tit:after{
	transform: translate(.2rem,-50%);
}
.pro_details_top{
	width:100%;
	background-color:#f7f7f7;
}

.pro_details_top .details_top_box{
	width:100%;
	padding:4rem 0 5.375rem 0;
}
.pro_details_top .details_top_box .topbox1{
	float:left;
	width:16%;
}
.pro_details_top .details_top_box .topbox1 .small_img{
	width:2.325rem;
}
.pro_details_top .details_top_box .topbox1 .small_img .smallitem{
	height:350px;
	overflow:hidden;
}
.pro_details_top .details_top_box .topbox1 .small_img .swiper-slide {
	width:100%;
	margin-bottom:15px;
	opacity: 0.7;
}
.pro_details_top .details_top_box .topbox1 .small_img .swiper-slide:hover{
	opacity: 1;
}
.pro_details_top .details_top_box .topbox1 .small_img .swiper-slide-thumb-active{
	opacity: 1;
}
.pro_details_top .details_top_box .topbox1 .small_img img{
	width:93px;
}

.pro_details_top .details_top_box .topbox2{
	float:left;
	width:38%;
}
.pro_details_top .details_top_box .topbox2 .big_img{
	width:100%;
	position:relative;
}
.pro_details_top .big_img .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -135px;
	left:48%;
	transform:translateX(-48%);
}
.pro_details_top .big_img .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
	border:1px solid #989898;
	background-color:#f7f7f7;
}
.pro_details_top .big_img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #165c36;
	border:0 solid #989898;
}
.pro_details_top .big_img .swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 4px;
}

.pro_details_top .details_top_box .topbox3{
	float:left;
	width:46%;
}
.pro_details_top .details_top_box .topbox3 .box_con{
	padding:0 0 0 5rem;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_type{
	font-size:.4rem;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_title{
	font-size:.65rem;
	color:#000000;
	font-weight:bold;
	margin:10px 0 40px 0;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_p{
	font-size:.4rem;
	line-height:.65rem;
	color:#808080;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_lianxi_button{
	width:168px;
	background-color:#165c36;
	border-radius:10px;
	margin-top:40px;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_lianxi_button:hover{
	background-color:#308959;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_lianxi_button a{
	display:block;
	font-size:.55rem;
	color:#fff;
	text-align:center;
	line-height:42px;
}
.details{
	width:100%;
	margin-bottom:90px;
}
.details .details_title{
	background-color:#165c36;
	line-height:105px;
}
.details .details_title span{
	display:block;
	font-size:.45rem;
	color:#fff;
}
.details .details_con .title{
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 18px;
    margin-bottom: 30px;
	margin-top:2.875rem;
}
.details .details_con .title span{
    font-size: .5rem;
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #165c36;
    padding-bottom: 17px;
}
.details .details_con .text{
	overflow:hidden;
}
.details .details_con .text p{
    font-size: .4rem;
    color: #333333;
	line-height:.7rem;
}
.details .details_con .text img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
.pro_details{
	width:100%;
	margin:80px 0;
}
.pro_details .details_con{
	width:100%;
}
.pro_details .details_con .con_left{
	width:18%;
	float:left;
}
.pro_details .details_con .con_left a{
	width:100%;
	color:#333;
	line-height:50px;
	display:block;
	/*background-color:#7f7f81;*/
	/*margin-bottom:3px;*/
	padding-left:20px;
	border-bottom: 1px solid #e5eae6;
}
.pro_details .details_con .con_left a:hover{
	background-color:#165c36;
	color:#fff;
}
.pro_details .details_con .con_left a.active{
	background-color:#165c36;
	color:#fff;
}
.pro_details .details_con .con_right{
	width:82%;
	float:left;
	padding-left:70px;
}
.pro_details .details_con .con_right p{
    font-size: .4rem;
    color: #333333;
	line-height:.7rem;
}
.pro_details .details_con .con_right img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
.pro-m-nav{
	display:none;
}
.n_banner .content_center {
	left:50%;
	transform:translateX(-50%);
}
.n_content .news_box a:nth-child(3n) {
    margin-right: 0;
}
.n_content .news_box a {
    margin-bottom: 60px;
}

.news_details{
	width:100%;
}
.news_details h1{
	font-size:.75rem;
	color: #333333;
	text-align:center;
	margin-bottom:30px;
}
.news_details .news_details_other{
	border-bottom: 1px solid #ebf3ec;
	padding-bottom:10px;
	margin-bottom:30px;
	text-align:center;
}
.news_details .news_details_other span{
	padding-right:15px;
}
.news_details .news_details_con{
	font-size: .4rem;
    color: #333333;
    line-height: .75rem;
}
.news_details .news_details_con p{
	margin-bottom:10px;
	text-indent: 2em;
}
.news_details .news_details_con img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
.video{
	margin-top:50px;
	text-align:center;
}
.culture_cont {
    width: 100%;
    padding: 2.5rem 0 1.5rem 0;
}
.culture{
	width:100%;
}
.culture .culture_title{
	border-bottom: 2px solid #e3e3e3;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.culture .culture_title span{
	font-size: .6rem;
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #165c36;
    padding-bottom: 17px;
    padding-right: 20px;
}
.vision{
	width:100%;
	margin-top:2.875rem;
}
.vision ul li{
	float:left;
	/*width:30.5%;*/
	width:47.875%;
	margin-right:4.25%;
	margin-bottom:50px;
	background-color:#f7f7f7;
	padding:25px;
	border-top:7px solid #165c36;
	cursor:pointer;
    transition: all .4s;
}
.vision ul li:hover{
	box-shadow: 2px 2px 20px #d7d3d3;
	transform: translateY(-6px);
}
.vision ul li:nth-child(2n){
	margin-right:0;
}
.vision ul li .vistion_ico img{
	display:block;
	max-width:100%;
}
.vision ul li .vision_tit{
	font-size: .5rem;
    color: #165c36;
	font-weight:bold;
	margin:27px 0;
	font-family:'SIYUANHEITINorma';
}
.vision ul li .vision_text{
	font-size: .4rem;
    color: #4d4d4d;
	line-height:.7rem;
	margin:27px 0;
	height:1.4rem;
}
.responsibility .culture_title{
	margin-bottom:85px;
}
.employee_sspirit{
	width:100%;
}
.employee_sspirit a{
	float: left;
    width: 23.7%;
    margin-right: 1.66666666666666%;
    margin-bottom: 30px;
    overflow: hidden;
}
.employee_sspirit a:nth-child(4n){
    margin-right: 0;
}
.employee_sspirit a img{
	display: block;
    width: 100%;
	transform: scale(1.02);
    transition: all .4s;
}
.employee_sspirit a:hover img{
	transform: scale(1.1);
}
.n_content .contact_title{
	width:100%;
	margin-bottom:55px;
}
.n_content .contact_title .cntitle{
	color: #165c36;
    font-size: .8rem;
    font-weight: bold;
    font-family: 'SIYUANHEITINorma';
    letter-spacing: 1px;
}
.n_content .contact_title .entitle{
	color: #a1a1a1;
    font-size: .45rem;
    letter-spacing: 1px;
    margin-top: 8px;
}
.n_content .contact_box{
	width:100%;
}
.n_content .contact_box .contact_img{
	width:50%;
	float:right;
	text-align:right;
	overflow:hidden;
}
.n_content .contact_box .contact_img img{
	max-width:100%;
}
.n_content .contact_box .contact_text{
	width:50%;
	float:left;
	padding-right:150px;
}
.n_content .contact_box .contact_text .contact_p{
	margin-bottom:30px;
}
.n_content .contact_box .contact_text .contact_p p{
	font-size:.45rem;
	color:#333333;
	line-height:.95rem;
	text-align:justify;
}
.contact_erweima{
	width:110px;
	text-align:center;
}
.contact_erweima img{
	display:block;
	max-width:110px;
}
.contact_erweima span{
	text-align:center;
	color:#333333;
}
.content_map{
	width:100%;
	margin-bottom:115px;
	margin-top:20px;
}
.content_map #map{
	width:100%;
	height:660px;
}
/*分页样式*/
.pager{
	padding-left: 0;
    margin: 37px 0 0 0;
    list-style: none;
    text-align: center;
}
.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li a:hover{
	background-color:#165c36 ;
	border-color: #165c36;
	color:#fff;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 16px;
}
.pager > .pagination > .active > a,
.pager > .pagination > .active > span,
.pager > .pagination > .active > a:hover,
.pager > .pagination > .active > span:hover,
.pager > .pagination > .active > a:focus,
.pager > .pagination > .active > span:focus {
  background-color: #165c36 ;
  border-color: #165c36 ;
  color: #fff;
}
.search_dialog_box{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#222222;
	display:none;
	z-index:999999;
}
.search_dialog_box .close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/search_close.png) no-repeat center;
    position: absolute;
    top: 38px;
    right: 3.6%;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}
.search_dialog_box .close:hover{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
   
}
.search_dialog_box .search_content{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.search_dialog_box .search_content .search_tit{
	font-size:64px;
	line-height:80px;
	color:#fff;
	text-align:center;
	overflow:hidden;
   
}
.search_dialog_box .search_content .search_form{
	margin-top:30px;
	height:48px;
	overflow:hidden;
}
.search_dialog_box .search_content .search_form .search_input{
	width: 700px;
    margin: 0 auto;
    padding:14px 24px;
    background-color:#fff;
    border-radius:20px;
    box-sizing: border-box;
}
.search_dialog_box .search_content .search_form .search_input input[type=text] {
    float: left;
    height:18px;
    width: 88.8%;
    background-color: transparent;
    font-size:14px;
    line-height:18px;
    color: #000;
	box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}
.search_dialog_box .search_content .search_form .search_input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
	background-size:18px;
    background-image: url(../images/search.png);
	float: right;
    height:18px;
    width:18px;
}
.search_dialog_box .search_content .hot_search{
   font-size: 0;
    width:700px;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
	margin:0 auto;
}
.search_dialog_box .search_content .hot_search .hot_cont{
	margin-top:21px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_tit{
    font-size: 14px;
    line-height:18px;
    color: #fff;
    font-weight: bold;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:16px;
    background-image: url(../images/hot_icon.png);
	display: inline-block;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link{
	display: inline-block;
	margin-left: 35px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 26px;
    color: #fff;
    padding-bottom: 5px;
    position: relative;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover{
	text-decoration: none;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover:before {
   width:100%;
}


.search_type a{
	display:inline-block;
	font-size:18px;
	margin-right:30px;
	position:relative;
	 letter-spacing: 2px;
}
.search_type a:hover{
	text-decoration:none;
	color:#dc102f;
}
.search_type a.cur{
	text-decoration:none;
	color:#dc102f;
}
.search_type a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 0;
    height: 2px;
    background-color: #dc102f;
    transition: all .3s;
}
.search_type a:hover:before {
	width:100%;
}
.search_type a.cur:before {
	width:100%;
}
.heji{
	margin-top:50px;
}
.heji span{
	color:#dc102f;
	font-weight:bold;
	padding:0 2px;
}
.news .search{
	width:100%;
}
.news .search .news_r{
	width:100%;
}
.news .search .news_r {
    width: 100%;
    margin-left: 0;
}
.news .search a .news_con {
    width: 61.538%;
}
.news .search a .news_img {
   width: 38.462%;
}
.protypetable{
	margin:40px 0;
}
.protypetable .table_tit{
	text-align:right;
}
.protypetable .table_tit span{
	font-size:20px;
	position:relative;
	cursor:pointer;
}
.protypetable .table_tit span:before{
	content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 10px;
    background-image: url(../images/ico_table.png);
    transform: translateY(-50%);
	transition: all .2s;
}
.protypetable .table_tit span.open:before{
	transform:translateY(-50%) rotate(180deg);

}
.protypetable .table_con{
	margin-top:40px;
}
.protypetable .table_con p{
	font-size:16px;
	line-height:30px;
	color: #000;
	letter-spacing: 1px;
	min-height:25px;
}
.box_position {
	display:none;
}
.links {
	background-color: #147141;
    padding: 15px 0;
}
.links span {
    color: #b6ccc0;
    font-size: .38rem;
	font-weight:bold;
}
.links a {
    color: #b6ccc0;
    font-size: .38rem;
	margin-right:30px;
	font-weight:bold;
}
.links a:hover{
	text-decoration:underline;
}

.contact_box .links {
	background-color: #fff;
    padding: 15px 0;
}
.contact_box .links span {
    color: #165c36;
    font-size: .45rem;
}
.contact_box .links a {
    color: #165c36;
    font-size: .45rem;
	margin-right:30px;
	font-weight:bold;
}
.contact_box .links a:hover{
	text-decoration:underline;
}



@media (max-width: 1680px) {
.ind_newpro {
    margin: 3rem 0 4rem 0;
}
.ind_newpro .toptitle {
    margin-bottom: 2rem;
}

.ind_about .about .about_right .about_text .text p {
    font-size: .4rem;
}
.ind_zizhi {
    height: 700px;
	background-position:top;
}
.ind_zizhi .title {
    padding: 120px 0 0 0;
    text-align: center;
}
.ind_zizhi .w1420{
	width:1300px;
}
.ind_news .title {
    padding: 0 0 80px 0;
}
.ind_banner {
    height: 752px;
}


}

@media (max-width: 1440px) {
.w1420 {
    width: 1200px;
}

.ind_about .about .about_right .num_box {
    margin: 1.25rem 0;
}
.ind_pro .indpro_box .ind_pro_item {
    width: 1200px;
    margin: 0 auto;
}
.ind_newpro {
    margin: 3rem 0 3rem 0;
}
.ind_pro {
    width: 100%;
    margin: 3rem 0 2rem 0;
}
.ind_advantages .advantages_item .item_box .content {
	padding-left:80px;
}
.advantages_item .advantagesitem .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 1px;
    right: 39.5%;
}
.advantages_item .advantagesitem .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 1px;
    left: 49.5%;
}
.ind_zizhi .w1420 {
    width: 1200px;
}
.ind_zizhi .zizhi_box .swiper-button-next {
    right: -70px;
}
.ind_zizhi .zizhi_box .swiper-button-prev {
    left: -70px;
}
.ind_news {
    padding: 100px 0;
}
.ind_zizhi {
    height: 630px;
    background-position: top;
}
.ind_zizhi .title {
    padding: 100px 0 0 0;
}
.n_content .about_box .about_text .about_p p {
    font-size: .42rem;
}
.n_content .about_box .about_text {
    padding-right: 80px;
}
.n_content .history_item .item_box .content .text p {
    font-size: .42rem;
    line-height: 28px;
    color: #444242;
}
.n_content .history_item .item_box .content {
    padding-right: 5.5rem;
}
.n_content .history_box .history_date {
    bottom: -49px;
}
.products_box .pro_list a {
    margin-bottom: 1.8rem;
}
.video img{
	width:100%;
	max-width:100%;
}
.ind_banner {
    height: 688px;
}

}


/*移动端*/
@media screen and (max-width: 1200px) {
#nav-header{
	display:none;
}
.m_header{
	display:block;
	width: 100%;
	height:60px;
	position: fixed;
	top:0;
	left:0;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	z-index:999;
}
.m_header .header_main{
	width: 100%;
	top:0;
	left:0;
	padding: 0 10px;
}
.m_header .ind_header_main{
	margin-top:30px;
	padding: 0 20px;
	position:absolute;
}

.m_header .header_main a.logo{
	display: block;
    float: left;
	width:60%;
	margin-top: 8px;
}

.m_header .ind_header_main a.logo{
	display: block;
    float: left;
	width:70%;
}
.m_header .header_main a.logo img{
	position: relative;
    display: block;
    width: auto;
    height: 43px;
    top: 0;
}
.m_header .header_main .nav-btn-box{
	float: right;
}
.nav-btn {
    display: block;
    position: relative;
    width: 23px;
    height: 18px;
    padding: 0;
    margin-top: 20px;
}
.nav-btn .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #165c36;
    transition: all .2s;
    transform-origin: center;
}
.ind-nav-btn .line {
    background-color: #fff;
}
.nav-btn .line1 {
    top: 0;
}
.nav-btn .line2 {
    top: 50%;
    margin-top: -1px;
}
.nav-btn .line3 {
    bottom: 0;
}
.nav-btn.cur .line{
	top: 50%;
	bottom: auto;
	margin-top: -1px;
}
.nav-btn.cur .line1{
	transform: rotate(45deg);
}
.nav-btn.cur .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
.nav-btn.cur .line3{
	transform: rotate(-45deg);
}
body.no-scroll {
    position: fixed;
    left: 0;
    right: 0;
}
.m-nav{
	display:none;
	position: fixed;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
	padding: 0 4.17%;
	background-color: rgba(22,92,54,.98);
	overflow: auto;
	top: 60px;
    height: calc(100% - 60px);
}
.m-ind-nav{
	top: 80px;
    height: calc(100% -80px);
}
.m-nav li{
	border-bottom: 1px solid #ebf3ec;
}
.m-nav li .tit{
	display: block;
	font-size: 16px;
	padding: 15px 0 15px 15px;
	color: #fff;
	position: relative;
}
.m-nav li .tit:before{
	content: "";
	position: absolute;
	right: 0;
	width: 20px;
	height:20px;
	margin-top: -10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../images/m-nav-jia.png');
	top: 50%;
	transition: all .2s;
}
.m-nav li:nth-child(1) .tit:before,
.m-nav li:last-child .tit:before{
	display: none;
}
.m-nav li.on .tit:before{
	transform: rotate(45deg);
}
.m-nav li .navson{
	padding-bottom: .3rem;
	display: none;
}
.m-nav li .navson a{
	display: block;
	font-size:15px;
	line-height:25px;
	padding: 0 30px;
	color: #fff;
}
.n_menu .pro_type_list  {
	display:none;
}
.box_position {
	display:block;
    width: 100%;
    line-height: 40px;
    font-size: 13px;
    position: relative;
	color: #fff;
    float: left;
	background-color: #165c36;
	padding: 0 15px;
}
.box_position a{
	color: #fff;
}
.box_position span {
    color: #fff;
}
.erji_nav {
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 5px;
    background: #fff;
    border-radius: 50%;
}
.erji_nav img {
    display: block;
    width: 45%;
    margin: 0 auto;
}
.pro-m-nav{
    float: left;
    margin-right: 1.666%;
	margin-top:60px;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
	display:none;
}
.pro-m-nav ul{
    width: 50%;
	height:100%;
    z-index: 100;
    padding: 0 4.17%;
    background-color: rgba(22,92,54,.98);
}
.pro-m-nav li {
    border-bottom: 1px solid #ebf3ec;
}
.pro-m-nav li .tit {
    display: block;
    font-size: 16px;
    padding: 15px 0 15px 15px;
    color: #fff;
    position: relative;
}
.pro-m-nav li .tit:before {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/m-nav-jia.png);
    top: 50%;
    transition: all .2s;
}
.pro-m-nav li .navson {
    padding-bottom: 0.3rem;
    display: none;
}
.pro-m-nav li .navson a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 0 30px;
    color: #fff;
}
.pro_details .details_con .con_left {
	display:none;
}
.pro_details .details_con .con_right {
    width: 100%;
    padding-left: 0;
}
.n_text {
    margin-top: 2rem;
}
.n_text .con_p {
    padding: 20px 20px;
}
.n_text .con_p h1{
	display:block;
	font-size: .6rem;
	color:#333333;
	margin-bottom:10px;
}
.ind_about .about .about_right .about_text .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}
.ind_about .w1420{
	width:100%;
	padding: 0 15px;
}
.ind_about .about .about_right .num_box {
	width: 90%;
    margin: 0 auto;
}

}

@media (max-width: 768px) {
.w1420 {
    width: 100%;
	padding:0 15px;
}
.ind_banner {
    height: 380px;
}
.ind_newpro {
    margin: 2rem 0 2rem 0;
}
.ind_advantages:after {
	display:none;
}
.ind_newpro .toptitle {
    margin-bottom: 1rem;
}
.ind_about .about .about_right .about_text {
	width: 100%;
}
.ind_about .about .about_right .about_text .title {
    padding-bottom: .5rem;
}
.ind_about .about .about_right .about_text .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}	
.ind_about .about .about_right .num_box .item .num {
    font-size: .55rem;
}
.ind_about .about .about_right .about_more a {
    line-height: 35px;
    font-size: .5rem;
    padding-left: 0.55rem;
}
.ind_pro .indpro_box .box_top .tit {
    width: 27%;
}
.ind_pro .indpro_box .box_top .pro_type {
    width: 73%;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide-thumb-active {
    line-height: 1rem;
}
.ind_pro .indpro_box .box_top .pro_type a:after {
    right: -10px;
}
.ind_pro .indpro_box .box_top {
    margin-bottom: 1.25rem;
}
.ind_pro .indpro_box .ind_pro_item {
    width: 100%;
    margin: 0 auto;
}
.ind_pro {
    width: 100%;
    margin: 2rem 0 1rem 0;
}
.ind_advantages {
    margin-top: 65px;
    padding-bottom: 20px;
	background-position:right;
}
.ind_advantages .tit {
    margin-bottom: 3rem;
}
.ind_advantages .advantages_item .item_box .content {
    padding-top: 10px;
	padding-left: 30px;
}
.advantages_item .advantagesitem .swiper-button-next {
    width: 38px;
    height: 38px;
    right: 35%;
}
.advantages_item .advantagesitem .swiper-button-prev {
    width: 38px;
    height: 38px;
    left: 46.5%;
}
.ind_zizhi .w1420 {
    width: 100%;
}
.ind_zizhi .zizhi_box .swiper-button-next {
	width: 38px;
    height: 38px;
    right: 0;
}
.ind_zizhi .zizhi_box .swiper-button-prev {
	width: 38px;
    height: 38px;
    left: 0;
}
.ind_zizhi {
    height: 400px;
}
.qualification {
    margin-top: 50px;
}
.ind_zizhi .title {
    padding: 60px 0 0 0;
}
.ind_news {
    padding: 60px 0;
}
.ind_news .title {
    padding: 0 0 50px 0;
}
.footer .footer_box .footer_li:nth-child(1){
	display:none;
}
.footer .footer_box .footer_li:nth-child(2):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f5f8f7;
    left: 0;
    top: 0;
    margin-left: -50px;
}
.footer .footer_box .footer_li:nth-child(2){
	display:none;
}
.footer .footer_box .footer_li:nth-child(3) {
    width: 100%;
}
.footer .footer_box .footer_li:nth-child(3):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f5f8f7;
    left: 0;
    top: 0;
    margin-left: -125px;
	display:none;
}
.footer {
    height: 325px;
}
.n_banner {
	margin-top:60px;
	height: 10rem;
}
.n_banner .content {
	left:50%;
	transform:translateX(-50%);
}
.n_menu .menu_box {
    width: 100%;
}
.n_menu .menu_box a {
    display: block;
    width: 20%;
    float: left;
    color: #FFF;
    font-size: .55rem;
    text-align: center;
    position: relative;
}
.n_menu .pro_type_list a {
    width: 33.333333333333333%;
}
.n_menu .menu_box33 a{
	width:33.333333333333%;
	height:53px;
}
.n_menu .menu_box34 a{
	width:25%;
}
.n_menu .menu_box35 a{
	width:33.333333333333%;
	height:53px;
}
.n_menu .menu_box36 a{
	width:33.333333333333%;
	height:53px;
}
.n_menu .menu_box37 a{
	width:33.333333333333%;
	height:53px;
}
.n_banner .content .cntit {
    font-size: .90rem;

}
.n_content .about_box .about_img {
	width:100%;
    float: left;
	text-align:center;
}
.n_content .about_box .about_text {
    width: 100%;
    float: left;
    padding-right: 0;
	margin-top:30px;
}
.n_content {
    width: 100%;
    padding: 2rem 0 1.5rem 0;
}
.n_content .history_item .item_box .content {
    padding-right: 2rem;
}
.n_content .history_box .history_date {
    bottom: -45px;
}
.qualification a .zz_img {
    width: 100%;
    overflow: hidden;
    padding: 20px 10px;
}
.n_menu {
    line-height: 2rem;
}
.products_box .pro_list a .pro_img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.pro_details_top .details_top_box .topbox3 .box_con {
    padding: 0 0 0 2rem;
}
.pro_details_top .details_top_box .topbox2 .big_img img{
    max-width: 100%;
}
.pro_details_top .details_top_box {
    padding: 4rem 0 3rem 0;
}
.details .details_title {
    background-color: #165c36;
    line-height: 75px;
}
.details .details_con .title {
    margin-top: 1.5rem;
}
.details .details_con .text p {
    font-size: .55rem;
    line-height: .9rem;
}
.news_box a .news_img {
    border-radius: 5px 5px 0 0;
}
.news_details .news_details_con {
   font-size: .55rem;
    line-height: .9rem;
}
.ind_newpro .pro_more {
    width: 100%;
    font-size: .55rem;
}
.ind_about .about .about_right .about_text .text p {
    font-size: .5rem;
}
.ind_newpro .ind_pro_box a .pro_tit:after {
    width: 25px;
    height: 20px;
	background-size:50%;
}
.ind_pro .indpro_box .ind_pro_item a .pro_tit:after {
    width: 25px;
    height: 20px;
	background-size:50%;
}
.news_box a .news_text .date:after {
    width: 25px;
    height: 20px;
	background-size:50%;
}
.ind_about .about .about_right .num_box .item .text {
    font-size: .5rem;
}
.ind_advantages .advantages_box .advantages_type {
    width: 65%;
}
.ind_advantages .advantages_item .item_box .content .title {
    font-size: .55rem;
}
.ind_advantages .advantages_item .item_box .content .text p {
    font-size: .5rem;
}
.footer .footer_box .footer_li .footer_menu .menu_li a {
    font-size: .5rem;
	margin-bottom: 0;
}
.footer .footer_box .footer_li .ftitle .cntitle {
    font-size: .55rem;
}
.footer .footer_box .footer_li .ftitle .entitle {
    font-size: .4rem;
}
.footer .footer_box .footer_li .footer_lianxi .lianxi p {
    font-size: .5rem;
}
.banquan span {
    font-size: .55rem;
}
.banquan span:nth-child(3){
	display:none;
}
.banquan {
    text-align: center;
}
.links span {
    font-size: .45rem;
}
.links a{
    font-size: .45rem;
}

.n_content .about_box .about_text .about_p p {
    font-size: .55rem;
	line-height:.95rem;
}
.n_content .history_item .item_box .content .text p {
    font-size: .55rem;
	line-height:.95rem;
}
.talent ul li .position_tit:after {
    width: 10px;
    height: 10px;
    right: 28px;
    top: 15px;
}
.n_advantages .advantages_box .advantages_type {
    bottom: -58px;
}
.pzgk_box .pzgk_text p {
    font-size: .5rem;
}
.details .details_title span {
    font-size: .6rem;
}
.details .details_con .title span {
    font-size: .6rem;
}
.vision ul li .vision_tit {
    font-size: .7rem;
    margin: 20px 0;
}
.vision ul li .vision_text {
    font-size: .5rem;
	margin: 20px 0;
}
.n_content .contact_box .contact_text {
    padding-right: 30px;
}
.n_content .contact_box .contact_text .contact_p p {
    font-size: .55rem;
    line-height: .95rem;
}


}

@media (max-width: 480px) {
.ind_banner {
    height: 180px;
	margin-top:60px;
}
.ind_banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
}
.ind_newpro .ind_pro_box a {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
}
.ind_newpro .ind_pro_box a .pro_img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.ind_newpro .pro_more {
	text-align:center;
	font-size: .65rem;
	font-weight:bold;
}
.ind_newpro .ind_pro_box {
    margin-bottom: 1rem;
}
.ind_about .about .about_left {
    width: 100%;
}
.ind_about .about .about_right {
    width: 100%;
}
.ind_pro .indpro_box .box_top .tit {
    width: 100%;
	text-align:center;
}
.ind_pro .indpro_box .box_top .pro_type {
    width: 100%;
}
.ind_pro .indpro_box .box_top .pro_type {
	margin-top:20px;
}
.ind_about .about .about_right .about_text .title {
	text-align:center;
}
.ind_about .about .about_right .about_text {
    width: 100%;
}
.ind_advantages {
	background-size:cover;
}
.ind_advantages .tit {
	text-align:center;
}
.ind_advantages .advantages_box .advantages_type {
    width: 100%;
    bottom: -17px;
}
.ind_advantages .advantages_item .item_box .img {
    width: 100%;
}
.ind_advantages .advantages_item .item_box .img img {
    border-radius: 5px;
}
.ind_advantages .advantages_item .item_box .content {
     width: 100%;
	 padding-top: 20px;
    padding-left: 0;
}
.ind_advantages .advantages_item .item_box .content .title {
    margin-bottom: 0.35rem;
}

.advantages_item .advantagesitem .swiper-button-next {
	display:none;
}
.advantages_item .advantagesitem .swiper-button-prev {
   display:none;
}
.ind_advantages .advantages_item {
    padding: 2.825rem 0 1rem 0;
}
.ind_zizhi {
    height: 460px;
}
.news_box a {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
}
.footer .footer_box .footer_li:nth-child(1) {
	display:none;
}
.footer .footer_box .footer_li:nth-child(2) {
	display:none;
}
.footer .footer_box .footer_li:nth-child(2) {
	width:100%;
}
.footer {
    height: 200px;
}
.footer .footer_box {
    padding-top: 45px;
}
.footer .footer_box .footer_li .ftitle {
    padding-bottom: .7rem;
}
.banquan span {
	display:none;
}
.banquan span:nth-child(1){
    margin-right: 0;
	display:block;
	line-height: .9rem;
	text-align:center;
}

.n_content .history_item .item_box .img {
    float: left;
    width: 100%;
}
.n_content .history_item .item_box .content {
	width:100%;
    padding-right: 0;
	padding-left: 1rem;
	margin-top:30px;
}
.n_content .history_item .item_box .content:before {
    width: 4px;
    height: 110%;
    left: 0;
    margin-left: 0;
}
.n_content .history_item .item_box .content .text p {
    font-size: .55rem;
    line-height: 28px;
}
.n_content .history_box .history_date {
    bottom: -43px;
}
.n_content .history_box .history_date a .ys_num {
 
    padding-top: 12px;
}
.qualification a {
    width: 48.7%;
    margin-right: 2.6%;
	margin-bottom: 1rem;
}
.qualification a:nth-child(2n){
    margin-right: 0;
}
.talent ul li .position_tit:after {
    width: 8px;
    height: 8px;
    top: 10px;
	right: 5px;
}
.ind_advantages .advantages_box .advantages_type {
    
}
.n_advantages .zzjd_box .zzjdli {
    width: 48.7%;
    margin-right: 2.6%;
	margin-bottom: 20px;
}
.n_advantages .zzjd_box .zzjdli:nth-child(2n){
    margin-right: 0;
}
.products_box .pro_list a {
    width: 100%;
    margin-right: 0;
	margin-bottom: 20px;
}
.pro_details_top .details_top_box .topbox1 {
	display:none;
}
.pro_details_top .details_top_box .topbox2 {
    width: 100%;
	margin-bottom:30px;
}
.pro_details_top .details_top_box .topbox3 {
    width: 100%;
}
.pro_details_top .big_img .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 48%;
    transform: translateX(-48%);
}
.pro_details_top .details_top_box .topbox3 .box_con {
    padding: 0 0 0 0;
}
.n_content .news_box a {
    margin-bottom: 20px;
}
.vision ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px;
    border-top: 5px solid #165c36;
    cursor: pointer;
    transition: all .4s;
}
.employee_sspirit a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.n_content .contact_box .contact_img {
	display:none;
}
.n_content .contact_box .contact_text {
    width: 100%;
    padding-right: 0;
}
.content_map #map {
    height: 260px;
}
.ind_newpro .ind_pro_box a .pro_tit {
    font-size: .55rem;
}
.ind_pro .indpro_box .box_top .pro_type .swiper-slide-thumb-active a {
    font-size: .55rem;
}
.ind_pro .indpro_box .box_top .pro_type a {
    font-size: .52rem;
}
.ind_pro .indpro_box .box_top .pro_type a:after {
	display:none;
}
.news_box a .news_text .news_tit {
    font-size: .55rem;
}
.ind_pro .indpro_box .ind_pro_item a {
    float: left;
    width: 100%;
    margin-right: 0;
	margin-bottom: 20px;
}
.ind_news .news_more {
	text-align:center;
    font-size: .65rem;
    font-weight: bold;
}
.n_menu .w1420{
	padding:0;
}
.talent ul li .position_tit {
    padding-left: 0;
}
.talent ul li .position_con .position_text {
    padding-left: 0;
    padding-right: 20px;
	font-size: .55rem;
}
.talent ul li .position_con .position_text p{
	line-height:.9rem;
}
.n_advantages .advantages_box .advantages_type {
    bottom: -53px;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_p{
    font-size: .5rem;
	line-height:.9rem;
}
.pro_details_top .details_top_box .topbox3 .box_con .pro_type {
    font-size: .5rem;
}
.news_box a .news_text .date {
    font-size: .52rem;
}

}


