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;
}
.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.4rem;
	font-weight:bold;
	text-align:center;
	letter-spacing:5px;
	color:var(--web-theme-color-black); 
	}	
h3{
	font-size:2rem;
	letter-spacing:5px;
	font-weight:bold;
	 color:var(--web-theme-color);
	}
															
p{color:var(--web-theme-color-black);}

:root{
	--web-theme-color:#e52727;
	--web-theme-color-black:#141c2e;
	--web-theme-color-gray:#d2d2d2;
	--web-theme-color-sh:#565656;
	--web-theme-color-blue:#002d61;
}
ol, ul { list-style: none; }	
		
.more{ display:block; width:26rem; margin:0 auto;padding:1rem 4rem; margin-top:6rem; text-align:center; background-color:var(--web-theme-color); color:#fff;}
.more:hover{ background-color:var(--web-theme-color-black); color:#fff;}
.com-line{ width:5rem; height:3px; background-color:var(--web-theme-color); margin:0 auto;margin-top:2rem;}

/*公共部分*/

@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:repeat(3,1fr);
}
.com-list-item,.com-list-item-1{  background-color:#4b505d; 	border-right:rgba(255,255,255,.4) solid 2px;}
.com-list-item a{
	display:block;
	font-size:1.8rem;
	text-align:center;
	color:#fff;
	padding:2rem 3rem;
}
.com-list-item:last-child{ border:none;}
.prolistactive>a, .com-list-item:hover{ background-color:var(--web-theme-color) !important; color:#fff !important;}
.comprolistactive>a, .com-list-item:hover{ background-color:var(--web-theme-color) !important; color:#fff !important;}

.combg{background-image: linear-gradient(#a2a5ad, #e2e4eb 15%);}
