@charset "utf-8";

/*-- ȫ��reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
/*�������߾�*/
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
/*����Ĭ������*/
:focus {
    outline: 0;
}
ul,
ol {
    list-style: none;
}
/*�����б�*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*����ͼƬԪ��*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea, select, optgroup, option {
    font-size: inherit;
    font-style: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}
/*
form label {
    cursor: pointer;
}
*/
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*���ñ���*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}
a:hover {
    text-decoration: none;
}
a.special,
.special a {
    color: #1eb37b;
}
a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}
/*--�������
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
/*��������,ʡ�Ժ�*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}
.ti {
    text-indent: -999em;
}
.te {
    text-overflow: ellipsis;
}

/*common*/
section * {
  margin:15px 0;
}
section p {
    font-size: 16px;
    line-height: 32px;
	text-align:center;
}
section h1 {
  font-size: 48px;
  line-height: 60px;
  padding:15px 0;
  margin:10px 0;
  text-align:center;
}
section h2 {
  font-size: 41px;
  line-height: 60px;
  padding:15px 0;
  margin:10px 0;
  	text-align:center;
}
section h3 {
  font-size: 32px;
  line-height: 60px;
  padding:15px 0;
  margin:0 0 15px 0;
  text-align:center;
}
section h4 {
  font-size: 23px;
  line-height: 46px;
  padding:15px 0;
  margin:10px 0;
  text-align:center;
}
section h5 {
  font-size: 21px;
  line-height: 42px;
  padding:15px 0;
  margin:10px 0;
  text-align:center;
}
section h6 {
  font-size: 19px;
  line-height: 38px;
  padding:15px 0;
  margin:10px 0;
  text-align:center;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
@media (max-width:768px) {
.f32 {
  font-size: 22px;
}
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.f38 {
  font-size: 38px;
}
.f40 {
  font-size: 40px;
}
.f42 {
  font-size: 42px;
}
.f44 {
  font-size: 44px;
}
.f46 {
  font-size: 46px;
}
.f48 {
  font-size: 48px;
}
.f50 {
  font-size: 50px;
}
.f52 {
  font-size: 52px;
}
.f54 {
  font-size: 54px;
}
.f58 {
  font-size: 58px;
}
.f60 {
  font-size: 60px;
}
.c333 {
  color: #333;
}
.c444 {
  color: #444;
}
.c555 {
  color: #555;
}
.c666 {
  color: #666;
}
.c777 {
  color: #777;
}
.c888 {
  color: #888;
}
.c999 {
  color: #999;
}
.pl {
  text-align:left;
}
.pc {
  text-align:center;
}
.pr {
  text-align:right;
}
.p2em {
  text-indent:2em;
}
.w50,.w33,.w25 {
    margin:0 auto;
	padding:0;
	float:left;
	position:relative;
	height:auto;
}
.w50 {
    width:50%;
}
.w33 {
    width:33.333333%;
}
.w25 {
    width:25%;
}
.w20 {
    width:20%;
	height:190px;
}
.w2010 {
    width:20%;
    margin:0;
	float:left;
}
.w11 {
    width:11%;
	height:170px;
}
.w10 {
    width:10%;
	height:190px;
}
.w40 {
    width:40%;
}
.w60 {
    width:60%;
}
.w35 {
    width:34%;
}
.w65 {
    width:66%;
	padding-left:10px;
}
.w2050 {
    width:20%;
	height:170px;
}
.w1133 {
    width:11%;
	height:170px;
}
@media (max-width:768px) {
.w2050 {
    width:50%;
}
.w1133 {
    width:33%;
}
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.p-tb10 {
    padding:10px 0;
}
.p-lr10 {
    padding:0 10px;
}
.p-tb15 {
    padding:15px 0;
}
.p-lr15 {
    padding:0 15px;
}

/*������ʽ1*/
.title-bg-1 {
	text-align:center;
	padding:0;
	width:100%;
	height:auto;
	margin:15px 0;
}
.title-bg-1 span {
  line-height: 34px;
  padding: 0px;
  font-size: 28px;
  color: #333;
  font-weight: 400;
  margin:0;
  position: relative;
  z-index: 2;
}
.title-bg-1 p {
  margin:10px 0 10px 0;
}
@media (max-width:768px) {
.title-bg-1 span {
  line-height: 28px;
  font-size: 22px;
}
.title-bg-1 p {
  margin:0;
}
}


/*������ʽ2*/
.common-scale:hover {
  position: relative;
  transform: scale(2.5);
  z-index: 10;
}
.common-scale2:hover {
  position: relative;
  transform: scale(2);
  z-index: 10;
}
.common-scale2.s-left:hover {
  position: relative;
  z-index: 10;
  transform: scale(2) translateX(100px);
  left: 0!important;
}
.common-scale2.s-right:hover {
  position: relative;
  z-index: 10;
  transform: scale(2) translateX(-100px);
  right: 0!important;
}
.show-item {
  /* border:1px solid green; */
  min-height: 400px;
}
.article-content p{
  text-indent: 2em;
  font-size: 16px;
  text-align: left;
}
.col-sm-2-custom {
  display: inline-block;
  vertical-align: top;
  width: calc(16.666% - 10px);
  box-sizing: border-box;
}
.col-sm-3-custom {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 20px);
  margin-right: 12px;
  box-sizing: border-box;
}
.col-sm-2-custom img {
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}
.col-sm-2-custom-hover img:hover {
  transform: scale(3.5);
  z-index: 2;
}
@media (max-width: 768px) {
  .col-sm-2-custom {
    width: 100%;
    margin-right: 0;
  }
  .col-sm-2-custom {
    width: 100%;
    margin-right: 0;
  }
}
.col-sm-2-custom img:nth-last-of-type(1) {
  margin-right: 0;
} 
.cp-img-banner {
  min-height:400px;
  margin: 5px 0;
}
.cp-img-banner .title{
  color: #006936;
  text-align: center;
}
.set-margin {
  margin-top: 20px;
}
@media(min-width:1400px) {
  .set-margin {
    margin-top: 520px;
  }
}
@media(min-width: 1200px )and (max-width:1400px) {
  .set-margin {
    margin-top: 240px;
  }
}
@media(min-width: 990px )and (max-width:1200px) {
  .set-margin {
    margin-top: 90px;
  }
}
@media(min-width: 768px )and (max-width:990px) {
  .set-margin {
    margin-top:700px;
  }
}

/* @media  (max-width:990px) {
  .set-margin {
    margin-top: 63px;
  }
} */
@media  (max-width:768px) {
.cp-img-banner {
  min-height:320px;
}
.set-margin {
  margin-top: 0;
}
}

.title-bg-2 {
	text-align:center;
	padding:0;
	width:100%;
	height:auto;
}
.title-bg-2 span {
  line-height: 32px;
  padding: 0px;
  font-size: 28px;
  color: #333;
  font-weight: 300;
  margin: 0px;
  position: relative;
  z-index: 2;
}
@media (max-width:768px) {
  .title-bg-2 span {
    line-height: 28px;
    font-size: 24px;
    font-weight: 400;
}
}
.p0 {
    padding:0;
}
.m0 {
    margin:0;
}

.w25-cp {
    margin:0 auto;
	padding:0;
	float:left;
	position:relative;
	height:auto;
}
.w25-cp {
    width:25%;
}
@media (max-width:768px) {
.w25-cp {
    width:50%;
}
}
.w50-cp {
    margin:7px 0 0 0;
	padding:0;
	float:left;
	position:relative;
	height:auto;
}
.w50-cp {
    width:50%;
}
.fas-t p {  
    text-align:left;
}
.tx7-cant p {  
    text-align:left;
}
.tx7-cant h4 {
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  padding: 10px 0;
}
.fas-cp-tel h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #006936;
}
.fas-cp-tel p {
    text-align:left;
	padding:0 15px;
}
.bx-controls-direction,.bx-controls {
    margin:0;
}