@charset "UTF-8";
/*!
 * common.css
 * Version - 1.0.0
 * Copyright (c) 2019 GAOMIN
 *Creation time 2020/5/26 09:00 
 *Modification time 2020/00/00 
*/
body{ margin:0px; padding:0px;  color:#222; min-width: 1260px; font-size:14px; line-height:1.8; background: #f4f4f4;
font-family:'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;}
button{-webkit-appearance:none;}
input[type=submit]{border:0px;cursor:pointer;-webkit-appearance:none;}
input[type=button]{-webkit-appearance:none;}
input[type=text]{outline:none;-webkit-appearance:none;}
input[type=date]{border:0px;padding:0px;outline:none;-webkit-appearance:none;}
*{outline:none;tap-highlight-color: rgba(0,0,0,0);focus-ring-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-focus-ring-color: rgba(0, 0, 0, 0);-moz-tap-highlight-color: rgba(0,0,0,0);-moz-focus-ring-color: rgba(0, 0, 0, 0);}
p{ margin: 0; padding: 0; font-weight:normal;  }
h1,h2,h3,h4,h5,h6 {font-weight:500; padding:0; margin:0; }
ol,ul,li{list-style-type:none;list-style-image:none; padding: 0; margin: 0;}
img {border: 0;}
a{text-decoration:none; color: #404040;}
a:active {background-color:transparent}
a:active,a:hover {outline:0 none; color: #1a59b6; }
a:focus {outline:1px dotted}
img{vertical-align:middle;}
div{ width:auto;}

.F_L{ float:left;}
.F_R{ float:right;}

/* 颜色 */
.red{color:#EA3F25;}
.orange{ color:#FF8013;}
.blue{color:#1a59b6;} 
.c_000{ color:#000;}
.c_222{ color:#222;}
.c_333{ color:#333;}
.c_666{ color:#666;}
.c_999{ color:#999;}
.c_ccc{ color:#ccc;}
.c_fff{ color:#fff;}

.bg_fff{ background: #fff;}
.bg_f0{ background:#F0F0F0;}
.bg_f6{ background: #F6F6F6;}
.bg_2f{ background: #2F78A1;}
.bg_64{ background: #646464;}
.bg_ccc{ background: #cccccc;}


/* 字号 */
.s_10{ font-size: 10px;}
.s_12{ font-size: 12px;}
.s_14{ font-size: 14px;}
.s_16{ font-size: 16px;}
.s_18{ font-size: 18px;}
.s_22{ font-size: 22px;}
.s_26{ font-size: 26px;}
.s_30{ font-size: 30px;}
.s_45{ font-size: 45px;}

.l_h22{ line-height: 22px;}
.l_h24{ line-height: 24px;}
.l_h30{ line-height:30px;}
.l_h40{ line-height:40px;}
.s_b{ font-weight: bold;}
.s_n{ font-weight:normal;}
.s_a{ font-family:'Arial';}
.s_c{ font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}

/* 边界 */
.w_100{ width:100%; margin: 0 auto;}
.w_12{ width:1200px; margin: 0 auto;}
.w_1000{ width:1000px; margin: 0 auto;}
.w_90{ width:90%; margin: 0 auto; padding: 20px 5%;}
.w_80{ width:90%; margin: 0 5%; border-bottom: 1px solid #5E777C; }
.w_33{ width:33%; margin: 0 auto;}
.m_t10{ margin-top:10%;}
.m_t20{ margin-top:20%;}
.p_60{ padding:60px 0;}
.p_40{ padding:40px 0;}
.p_35{ padding:35px;}
.p_20{ padding:20px 0;}
.p_30{ padding:0px 30px;}

.b_b1{ border-bottom: 1px solid #DADBE1;}
.b_tlr{ border-right: 1px solid #aaa; border-left: 1px solid #aaa; border-top: 1px solid #aaa; }
.b_blr{ border-right: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom:1px solid #aaa; min-height: 580px;}
.box_s{ box-shadow:3px 3px 6px rgba(0,0,0,0.3);}
/* 首页导航 */
.i_nav{ width:auto; height:55px; padding:30px 0 20px 0; margin: 0 auto; text-align: center; }
.i_nav a{ font-size: 18px; color: #fff; margin: 0 35px; }
.i_nav a:hover{ color:#fff; border-bottom: 2px solid #fff; }

/* 浮动 */
.p_r{ position:relative;}
.p_a{ position:absolute;}
.t_l{text-align: left;}
.t_r{text-align: right;}
.t_c{ text-align: center; }

/* 弹层背景 */
.showPopup{position: fixed; top:0; left:0; z-index: 99999;  background-color:rgba(0,0,0,0.5) ;width: 100%; height:100%;}
.showPopup_2{position: fixed; top:0; left:0; z-index: 99999;  background-color:rgba(0,0,0,0.2) ;width: 100%; height:100%;}

/* 底部 */
.foot{ width: 100%; height: 160px; padding-top:30px; background: #3062B2; clear:both; text-align: center; color: #fff; font-size: 14px; }



