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{
	position:relative;
	line-height:2em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
	text-decoration:none;
	font-weight:500;
	
}
a:hover{
	text-decoration:none;
}
body{
	font-family:"微软雅黑", sans-serif;
	font-size:16px;
	background-color:#fff;
	color:#353b40;
	}
html{
	font-size:12px;
	}
@media (min-width: 768px) and (max-width: 1400px) {	
	body{
	font-size:14px;
	}
html{
	font-size:10px;
	}
}
@media (max-width: 767px) {
	body{
	font-size:12px;
}
	html{
	font-size:8px;
	}
	
	p{
		font-size:12px;}
	span{
		font-size:12px;}
	small{ font-size:12px;}	
}

/*公共代码*/
section{
		padding:6rem 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:3.5rem;
	color:#16487d;
	line-height:1.2em;
	font-weight:bold;
	}
h1 span{ color:#e50012; font-size:3.5rem;}	
h2{
	font-size:2.4rem;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	}	
h3{
	font-size:2rem;
	line-height:1.5em;
	}													
p{ 
font-size:1.4rem;
line-height:1.6em;
padding-top:1rem;
color:#999999;}

small{ font-size:1.2rem;color:#595959;}

.bannermore{
	background-color:#E62129;
	font-size:1.4rem;
	padding:7px 4rem;
    color:#fff;
	display:inline-block;
	text-align:center;
	margin-top:1.8rem;
}
.bannermore:hover{
	background-color:#4c8adb;
	color:#fff;
}

.com-left{ margin-left:2rem;}
.about-left{ margin:0 4rem;}

/*---------------
	搜索
----------------*/
#pro-search{
	background-color:#FEFEFE;
	border-bottom:#B6B6B7 solid 2px;
}
#pro-search .wrap-flex{
	justify-content: space-between;
	align-items: center;
}
#pro-search ul span{ color:#fff;}
#pro-search li,#pro-search li a{
		color:#332C2B;
}	
#pro-search li a{
	display:block;}
#pro-search li a:hover{color:#003171; font-weight:bold;}
#pro-search .input-group{
	width:340px;
}
#pro-search .form-control{
		border-radius:15px 0px 0px 15px ;

}	
#pro-search  .form-control:focus{
		border-radius:15px 0px 0px 15px ;
	border-color:#003171;
	outline:0;
	box-shadow:inset 0 1px 1px rgba(0, 49, 113, .075), 0 0 8px rgba(0, 49, 113, .6)
}
#pro-search .btn-default{
	background-color:#fff;
	border-radius:0px 15px 15px  0px ;
	border-left:none;
	height:34px;}
#pro-search .btn-default:focus{
	border-radius:0px 15px 15px  0px ;
}	
#pro-search .btn{
	font-size:16px;
	color:#8B8B8C;}

@media only screen and (max-width: 767px) {
	#pro-search{
		border-bottom:none;
	}
	#pro-search .input-group{
	width:320px;
}
	#pro-search li a{
		padding:0;}
	#pro-search .wrap-flex{
		  flex-direction: column;
		 justify-content: flex-start;
		  align-items: flex-start;
	}	
	.pro-search-right{
		margin-top:20px;}
}	


/*--------------内页commonarea-------------*/
/*---------
快捷链接
-------*/
/*#taililink{
	padding:1rem 0;
	box-shadow:0 0 10px rgba(80,80,80,1);
}
#taililink a{
	color:#999999;
	padding:1.4rem 5rem;
	text-align:center;
	}
.taililink-con{
	flex:0 0 16rem;}
#taililink a:hover{
	background-image: linear-gradient(to right, #049eff,#f93e4a);
	color:#fff;
}
#taililink a:focus{
	background-image: linear-gradient(to right, #049eff,#f93e4a);
	color:#fff;
}
#taililink a:hover .taililinkactive{
	background-image: linear-gradient(to right,#049eff,#f93e4a);
	color:#fff;
}*/
/*-------
横线
-----*/
.home-img img{ margin:0 auto;}

.box-left{ margin-left:4rem;}
