body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: 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%;
}


body{
	font-family:"微软雅黑", sans-serif;
	font-size:1.6rem;
	background-color:#fff;
	color:#353b40;
	line-height:2em;
	}
html{
	font-size:10px;
	}



/*公共代码*/

section{
	padding:10rem 0;
	}
.wrap-flex{
	 display: -webkit-flex; 
  	display: flex;
}
.wrap-flex-1{
	 display: -webkit-flex; 
  	display: flex;
}
.wrap-flex-2{
	 display: -webkit-flex; 
  	display: flex;
}
.grid{
	display: -webkit-grid; 
  display: grid;
}
.grid-1{
	display: -webkit-grid; 
  display: grid;
}	
.mt2{
	margin-top:2rem;
	}
.mt3{
	margin-top:3rem;
	}
.mt4{
	margin-top:4rem;
	}
.mt5{
	margin-top:5rem ;
	}
.mt6{
	margin-top:6rem;
	}
.mt8{
	margin-top:8rem;
	}
.pd1{
	padding:1rem 0;}
.pd2{
	padding:2rem 0;}	
.pd3{
	padding:3rem 0;}
.pd4{
	padding:4rem 0;}
.pd5{
	padding:5rem 0;}
.pd6{
	padding:6rem 0;}
	
h1{
	font-size:4rem;
	text-transform:uppercase;
	letter-spacing:8px;
	color:#fff;
	font-weight:bold;
	}	
h2{
	font-size:3.8rem;
	font-weight:bold;
	text-align:center;
	letter-spacing:5px;
	color:var(--web-theme-color-black); 
	}	
h3{
	font-size:2.6rem;
	letter-spacing:3px;
	font-weight:bold;
	 color:var(--web-theme-color);
	}
															
p{color:var(--web-theme-color-gray);}

:root{
	--web-theme-color:#30834e;
	--web-theme-color-black:#282828;
	--web-theme-color-gray:#3f3f3f;
	--web-theme-color-red:#d82633;
}
ol, ul { list-style: none; }	
.combg{ background-image: linear-gradient(to right,#2c686c,#3b8655,#84b913);}		
.more{display:block;padding-top:20vh; font-size:1.3em;color:#fff;overflow:hidden;}
.more:hover{color:var(--web-theme-color-red);} 
.adv-jt{ position:relative; left:0; padding-left:5px;}
.more:hover .adv-jt{ left:1%;color:var(--web-theme-color-red);    transition: all .2s ease-in-out;} 
.more-line{
	width:20px;
	height:2px;
	background-color:var(--web-theme-color-red);
    transition: all .5s ease
}

.commore{ display:block; width:24rem;padding:8px 4rem; margin-top:4rem;background-image: linear-gradient(to right,#7eae17,#3c8654); border-radius:50px; text-align:center;color:#fff;}
.commore:hover{ background-image: linear-gradient(to right,#000 100%,#fff); cursor:pointer; color:#fff;} 
.top-title h2,.top-title p{ text-align:center;}
.top-title p{ text-align:center; margin-top:1rem;color:rgba(20,28,46,.6);}


/*公共部分*/

@media screen and (min-width: 768px) and (max-width: 1600px) {	
html{
	font-size:8px;
	}
}
@media screen and (max-width: 767px) {

	html{
	font-size:6px;
	}
	body{
		font-size:12px;
	}
}
.com-link{ display:none;}