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:8rem 0;
	}
.wrap-flex{
	 display: -webkit-flex; 
  	display: flex;
}

.wrap-flex-1{
	 display: -webkit-flex; 
  	display: flex;
}
.wrap-flex-2{
	display: -webkit-flex; 
  	display: flex;
}
	
.flex-con{
	flex:1;}
		
.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:5rem;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	}	
h2{
	font-size:4.2rem;
	font-weight:bold;
	letter-spacing:5px;
	text-align:center;
	color:var(--web-theme-color-blue);
	}	
h2 span{color:var(--web-theme-color-red);}	
h3{
	font-size:2rem;
	font-weight:bold;
	color:var(--web-theme-color);
	}														
p{color:var(--web-theme-color-gray);}
 :root{
	--web-theme-color-red:#e2381d;
	--web-theme-color-white:#fff;
	--web-theme-color-gray:#999;
	--web-theme-color-black:#242424;
	--web-theme-color-blue:#023469
}
ol, ul { list-style: none; }	
		
.more{ display:inline-block; padding:5px 4rem; margin-top:16rem;text-align:center; border-radius:50px;   background-image:linear-gradient(to right, #e43a1f, #c92106); color:#fff;}
.more:hover{  background-image:none;background-color:var(--web-theme-color-blue); color:#fff;}

.pro-line{ width:10%; height:3px; background-color:#fff; margin-top:10px;}

/*---------------------------------内页------------------------------------*/		
/*公共部分*/

@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;
	}
	h2{
		letter-spacing:1px;
	}
}
