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:4rem 0;
	}
.wrap-flex{
	 display: -webkit-flex; 
  	display: flex;
}
.wrap-flex-1{
	 display: -webkit-flex; 
  	display: flex;
}
.wrap-flex-2{
	 display: -webkit-flex; 
  	display: flex;
}	
.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{
	padding-top:20px;
	font-size:3.4rem;
	font-weight:bold;
	letter-spacing:5px;
	color:var(--web-theme-color); 
	}	
h3{
	font-size:2.4rem;
	letter-spacing:5px;
	font-weight:bold;
	 color:var(--web-theme-color);
	}
h4{ font-size:1.4rem;letter-spacing:5px; color:var(--web-theme-color);}	
															
p{color:var(--web-theme-color-gray);}

:root{
	--web-theme-color:#fbc800;
	--web-theme-color-black:#272727;
	--web-theme-color-gray:#929292;
	--web-theme-color-sh:#565656;
	--web-theme-color-blue:#002d61;
}
ol, ul { list-style: none; }	
		
.more{ display:inline-block; padding:1rem 4rem;  text-align:center; background-color:var(--web-theme-color); color:var(--web-theme-color-black);}
.more:hover{ background-color:var(--web-theme-color-black); color:#fff;}
.pro-line{ width:3rem; height:2px; background-color:var(--web-theme-color); }
/*公共部分*/

@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;
	}
	section{
	padding:1rem 0;
	}
}
/*快速链接*/
.com-list{
	display: -webkit-grid; 
  display: grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items: center;
}
.com-list ul li{
	padding-left:0px;
	padding-right:0px;
	 
}
.com-list ul li a{ font-size:1.8rem;color:var(--web-theme-color-black); display:block;  padding:2rem 3rem; }
.prolistactive>a, .com-list ul li a:hover{ color:var(--web-theme-color) !important;  background-image:linear-gradient(90deg,#003776,#0056b9);}
.com-list-series  i{color:var(--web-theme-color-gray);}
.com-list-series { font-size:1.4rem; color:var(--web-theme-color-gray);}
.com-list-series strong{ padding-left:1.5rem;}
.com-list-series span{color:var(--web-theme-color-blue);}
}

