*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
}
html,body{
	width: 100%;
	background-color: #fff;
	color: #404d53;
	min-width: 1400px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
ul,li{
	list-style: none;
}
a:link,a:hover,a:active,a:visited{
	text-decoration: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
p{
	word-break: break-word;
}
.cl-fix{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.fl{float: left;}
.fr{float: right;}
.none{
	display: none;
}
.pointer{
	cursor: pointer;
}
.cc-btn {
    background-color: #47a4f2;
    border: none;
    outline: none;
    border-radius: 2px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.cc-btn:hover{
	background-color: #5bb4ff;
}
.cc-btn:active{
	background-color: #2c89d7;
}
body .btn-no,body .btn-no:hover,body .btn-no:hover:active{
	color: #b7b7b7;
    border: 1px solid #d8dfe6;
    background: #f3f6f9;
    cursor: default;
}
.b{display:block;}
.ib{display:inline-block;}
/*箭头反转*/
body .arr-0{
	transform: rotate(0deg);
}
body .arr-180{
	transform: rotate(180deg);
}
/*滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: white;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{   
    border-radius: 0px;  
    background-color: white;  
} 
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 0px;   
    background-color: #bac5d3;  
}
/*头部*/
.header{
	width: 100%;
	min-width: 1400px;
	height: 110px;
	background: linear-gradient(135deg, 
    #2ECC71 0%,    /* 明亮绿 Bright Green */
    #58D68D 25%,   /* 浅绿 Light Green */
    #82E0AA 50%,   /* 柔和绿 Soft Green */
    #58D68D 75%,   /* 浅绿 Light Green */
    #2ECC71 100%   /* 明亮绿 Bright Green */
);

  	color: #F0FFF0;
}
.header-con{
	position: relative;
	width: 1400px;
	height: 100%;/*60px*/
	margin: 0 auto;
	padding: 0 60px;
}
.header-tab{
	float: left;
	position: relative;
	margin-right: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #F0FFF0;
	font-weight: 500;
	margin-top: 34px;
	position: relative;
	padding: 10px 15px;
	min-width: 120px;
	text-align: center;
	transition: all 0.1s ease; /* 平滑过渡效果 */
}
.header-tab:hover {
  font-size: 18px;          /* 变大 */
  font-weight: 600;         /* 变粗 */
  color: #FFF;
}

.icon-company{
	width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    background: url(../images/icon-header.png) no-repeat;
    background-size: contain;
    margin-top: 36px;
    margin-right: 15px;
}
.header-title{
    letter-spacing: 1px;
	font-size: 24px;
	color: #fff;
	height: 110px;
	line-height: 110px;
	float: left;
	font-weight: bold;
	cursor: pointer;
}
.container{
}
/* 底部 */
.footer{
	position: relative;
}
.footer-info{
	background: linear-gradient(135deg,
		#145A32 0%,    /* 深林 Dark Forest Green */
		#1E8449 25%,   /* 森林绿 Forest Green */
		#27AE60 50%,   /* 中绿 Medium Green */
		#1E8449 75%,   /* 森林绿 Forest Green */
		#145A32 100%   /* 深林 Dark Forest Green */
	);
}
.footer-content{
	width: 1400px;
	margin: 0 auto;
	padding: 50px 150px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.footer-content .icon-company{
	width: 42px;
    height: 42px;
    float: left;
    cursor: pointer;
    background: url(../images/icon-header.png) no-repeat;
    background-size: contain;
    margin-top: 0px;
    margin-right: 15px;
    position: relative;
    top: -7px;
}
.footer-content-margin{

}
.footer-content-icon{
	width: 20px;
    height: 20px;
    margin-right: 9px;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
    top: 5px;
}
.mr-for-icon{
	margin-right: 29px;
}
.mb-for-footer{
	margin-bottom: 5px;
}
.footer-content .fl{
}
.footer-content .fr{
}
.footer-mark{
    width: 100%;
    height: 40px;
	line-height: 40px;
	text-align: center;
    color: #F0FFF0;
	font-size: 12px;
}
.footer-contact{
	line-height: 30px;
    font-size: 35px;
    margin-bottom: 35px;
}
.footer-contact-tips{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 30px;
}
.footer-content-box-1{
	width: 750px;
	padding-right: 70px;
}
.footer-content-box-1 p{
	margin-bottom: 15px;
}
.footer-content-box-1 a,
.footer-content-box-1 a:link,
.footer-content-box-1 a:visited,
.footer-content-box-1 a:hover,
.footer-content-box-1 a:active {
    color: #ffffff;
    text-decoration: none; /* 可选，如果不想要下划线 */
	cursor: pointer;
}
#backToTop {
	position: fixed;
	top: 40px;
	right: 40px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/go-back.png);
	background-size: cover;
	background-color: transparent;
	border: 0;
	display: none;
}
.footer-content-box-2{
	width: 350px;
	font-style: italic;
}
.footer-content-box-2 p a,.footer-content-box-2 p a:visited{
	font-size: 18px;
	color: #fff;
}
.footer-content-box-2 p{
	line-height: 24px;
	margin-bottom: 15px;
}

.footer-content a,.footer-content a:visited{

}
.footer-content a:hover,.footer-content a:active{
	text-decoration: underline;
}

.primary-btn {
  background-color: #27AE60; /* 稍深的绿色，与背景有对比 */
  color: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(39, 174, 96, 0.3);
}

.primary-btn:hover {
  background-color: #2ECC71; /* hover时更亮一点 */
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(46, 204, 113, 0.4);
}

.secondary-btn {
  background-color: #A9DFBF;  /* 🌿浅绿色背景，柔和不刺眼 */
  color: #145A32;            /* 深绿字体，对比清晰 */
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(169, 223, 191, 0.4);
}

.secondary-btn:hover {
  background-color: #7DCEA0; /* hover 时稍微变深一点 */
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(125, 206, 160, 0.5);
}
