@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, p, blockquote, th, td {
margin:0;
padding:0;
}
body {
font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
font-size:18px;
text-align:left;
color:#000;
}
a:link, a:visited {
color:#000;
text-decoration:none;
}
a:hover{
color:#f00;
text-decoration:none;
}
fieldset, img {
border:none;
}
legend {
display:none;
}
img {
vertical-align:top;
}
em {
font-style:normal;
}
li {
list-style:none;
}
h1, h2 {
font-size:18px;
}
h3, h4, h5, h6{
	font-size:16px;
}
input, button, textarea, select {
*font-size:100%;
}

.fn{ font-weight:normal;}
.fb{ font-weight:bold;}

.fl{ float:left;}
.fr{ float:right;}

.white{ color:#ffffff;}
.white a:link{ color:#ffffff;}
.white a:visited{ color:#ffffff;}
.white a:hover{ color:#ffffff;}
.white a:active{ color:#ffffff;}

.w1200{
	width:1200px;
	margin:0 auto
}
.text-center {
    text-align: center;
}

.clearfix:after{
	display:block;clear:both;content:"";visibility:hidden;height:0
}
.clearfix{
	zoom:1
}

.mgt40{ margin-top:40px;}

.tex_cen{
text-align:center;
}

.banner{
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:440px;
}
.banner_con{
	width:1200px;
	margin:0 auto;
}
.banner_con .logo{
	padding:54px 0 0 35px;
}

.container{
	width:1200px;
	margin:0 auto;
	padding:0 0 80px;
}
.box01{
	margin:85px 0 0
}
.box01 h2{
	background:url(../images/box01_h2_bg.png) no-repeat center center;
	text-align:center;
	padding:2px 0;
}
.list01{
	padding:20px 0 0;
	margin-left:-26px;
}
.list01 li{
	float:left;
	margin:25px 0 0 26px;
}
.list01 li a{
	width:278px;
	height:110px;
	font-size:24px;
	line-height:30px;
	background:url(../images/list01_li_bg.gif) repeat-x;
	border:#cfcfcf solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	display:table-cell;
	vertical-align:middle
}
.list02{
	margin-left:-30px;
	padding:30px 0 0;
}
.list02 li{
	float:left;
	margin:27px 0 0 30px;
}
.list02 li a{
	display:inline-block;
	width:340px;
	height:140px;
	font-size:30px;
	font-weight:bold;
	padding:35px 0 0 40px;
}
.list02 li a.sp01{
	background:url(../images/list02_sp01_bg.png) no-repeat
}
.list02 li a.sp02{
	background:url(../images/list02_sp02_bg.png) no-repeat
}
.list02 li a.sp03{
	background:url(../images/list02_sp03_bg.png) no-repeat
}
.list02 li a.sp04{
	background:url(../images/list02_sp04_bg.png) no-repeat
}
.list02 li a.sp05{
	background:url(../images/list02_sp05_bg.png) no-repeat
}
.list02 li a.sp06{
    background:url(../images/list02_sp06_bg.png) no-repeat
	/*background:#f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
.list02 li a.sp07{
	background:url(../images/list02_sp07_bg.png) no-repeat
}
.list02 li a.sp08{
	background:url(../images/list02_sp08_bg.png) no-repeat
}

/*下拉框*/
.links {
    width: 100%;
    background-color: #bd1a2d;
    height: 57px;
}
.links .container{
	width:1200px;
	margin:0 auto;
	padding:0;
	position: relative;
}
.links .container h1{color:#fff; line-height: 57px; font-weight:normal; padding:0 20px; font-size:22px;}
.links ul {   
}
.links li {
    float: left;
	width:165px; height: 59px;
	padding:0;line-height: 59px;
	background:url(../images/links_line.gif) no-repeat left center;
}
.links li p {
    margin: 0 20px 0;
    padding: 0 0 0 17px;
}
.links li p .text-white{
	color:#fff;
	font-size:16px
}
.links .dropdown {
    position: static;
	font-size:14px;
}
.links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}
.links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
    width: 100%;
}
.links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
	color:#575757
}
.links li p i {
	width:14px;
	height:18px;
    display: inline-block;
    margin:25px 10px 0 10px;
	background:url(../images/up_arw.gif) no-repeat left 4px;
	*background:url(../images/up_arw.gif) no-repeat left -3px;
	float: right;
}
.dropdown-menu {
 position:absolute;
 top:100%;
 left:0;
 z-index:1000;
 display:none;
 float:left;
 min-width:160px;
 padding:5px 0;
 margin:2px 0 0;
 font-size:14px;
 text-align:left;
 list-style:none;
 background-color:#f3f9ff;
 -webkit-background-clip:padding-box;
 background-clip:padding-box;
 border:1px solid #ccc;
 border:1px solid rgba(0,0,0,.15);
 border-radius:4px;
 -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
 box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right {
 right:0;
 left:auto
}
.dropdown-menu .divider {
 height:1px;
 margin:9px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
.dropdown-menu>li>a {
 display:block;
 padding:3px 15px;
 clear:both;
 font-weight:400;
 line-height:1.42857143;
 color:#333;
 white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
 color:#262626;
 text-decoration:none;
 background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#337ab7;
 outline:0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
 color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
 text-decoration:none;
 cursor:not-allowed;
 background-color:transparent;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
 display:block
}
.open>a {
 outline:0
}
.dropdown-menu-right {
 right:0;
 left:auto
}
.dropdown-menu-left {
 right:auto;
 left:0
}
.dropdown-header {
 display:block;
 padding:3px 20px;
 font-size:12px;
 line-height:1.42857143;
 color:#777;
 white-space:nowrap
}
.dropdown-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:990
}
.pull-right>.dropdown-menu {
 right:0;
 left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
 content:"";
 border-top:0;
 border-bottom:4px dashed;
 border-bottom:4px solid\9
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
 top:auto;
 bottom:100%;
 margin-bottom:2px
}

/*footer*/
.f_clear {
  display: block;
  *zoom: 1;
}
.f_clear:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}
.g_foot_box * {
  box-sizing: content-box;
}
.g_foot_box .m_foot_box {
  height: 210px;
  background: #f5f5f5;
  border-top:#bf0d2f solid 3px;
  overflow:hidden
}
.g_foot_box .m_foot_box .m_foot {
  width: 1200px;
  margin: 0 auto;
}
.g_foot_box .m_organization {
  float: left;
  width: 80px;
  padding: 70px 15px 0 0;
}
.banner_aqrz {
	display: block;
	width: 132px;
	height: 50px;
	float: left;
	margin: 85px 30px 0 0;
}
.g_foot_box .m_jiucuo {
  float: left;
  padding: 75px 95px 0 0;
}
.g_foot_box .m_foot_info {
  float: left;
  margin-top: 30px;
}
.g_foot_box .m_foot_info li {
  float: left;
  margin-left:8px;
  background: #e9e9e9;
  font-size: 14px;
}
.g_foot_box .m_foot_info li a {
  color: #777777;
}
.g_foot_box .m_info1 {
  width: 300px;
  padding: 30px 0;
  height: 90px;
}
.g_foot_box .m_info1 a {
  float: left;
  margin: 12px 42px;
}
.g_foot_box .m_info2 {
  width: 240px;
  padding: 30px 20px 0;
  height: 120px;
}
.g_foot_box .m_info2 p {
  font-size: 14px;
  color: #777777;
  line-height: 44px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.g_foot_box .m_info3 {
  padding: 25px 20px;
  height: 100px;
}
.g_foot_box .m_info3 p {
  float: left;
  width: 80px;
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
  color: #777777;
}
.g_foot_box .m_info3 p img {
  padding-bottom: 5px;
}
.g_foot_box .m_foot_txt {
  height: 42px;
  line-height: 42px;
  background: #dabb85;
}
.g_foot_box .m_foot_txt .foot_txt {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.g_foot_box .m_foot_txt .foot_txt p {
  float: left;
  font-size: 14px;
  margin-left: 45px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.g_foot_box .m_foot_txt .foot_txt a {
  font-size: 14px;
}
.g_foot_box .m_foot_txt .foot_txt a:hover {
  color: #bd1a2d;
}
.working_txt {
  display: none;
}
.m_organization {
  font-size: 14px;
  color: #fff;
}

.g_foot_box .m_info1 { width:210px;padding-left:10px;}
.g_foot_box .m_info1 a { margin: 6px 22px;font-size:14px;}
#_span_jiucuo { float: left; margin: 83px 30px 0 0;}
.g_foot_box .m_info2 { width:255px; padding: 30px 10px 0 25px;}


.g_foot_box .m_info2 p{
   line-height:24px
}
.g_foot_box .m_info1{
  width:110px
}
.g_foot_box .m_info2{
  width:360px
}

@media (max-width: 768px) {
.banner{
	width:100%;
	background-size:cover;
	height:20vh
}
.banner_con{
	width:100%
}
.banner .logo{
	padding:15px 0 0 15px;
}
.banner .logo img{
	width:50%;
	height:auto
}
.container{
	width:94%;
	padding:0 3% 20px
}
.box01{
	margin:2em 0 0 
}
.list01{
	margin-left:-2%
}
.list01 li{
	width:98%;
	margin:15px 0 0 2%
}
.list01 li a{
	display:block;
	width:100%;
	height:auto;
	padding:10px 0;
	font-size:17px;
}
.list02{
	margin-left:0;
	padding:0
}
.list02 li{
	width:100%;
	margin:20px 0 0 0
}
.list02 li a{
	width:90%;
	padding:35px 0 0 10%;
	background-size:contain !important
}
.list02 li a.sp06{
	display:none;
}
/*.g_foot_box .m_foot_box,.g_foot_box .m_info2,.g_foot_box .m_info3{
	height:auto
}
.g_foot_box .m_info2,.g_foot_box .m_info3{
	padding-bottom:10px !important;
}
.g_foot_box .m_foot_box .m_foot{
	width:100%;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
.g_foot_box .m_foot_info li{
	width:85%;
	padding:0 5%
}
.g_foot_box .m_foot_info{
	margin:20px 0 15px;
}
.g_foot_box .m_info1{
	height:auto;
	padding-top:15px !important;
	padding-bottom:10px !important;
}
.g_foot_box .m_info1 a{
	margin:5px 22px 5px 0
}
.g_foot_box .m_info2 p{
	line-height:30px;
}
.g_foot_box .m_foot_txt{
	height:auto;
	line-height:1.2rem;
	padding:10px 0;
}
.g_foot_box .m_foot_txt .foot_txt{
	width:100%
}
.g_foot_box .m_foot_txt .foot_txt p{
	margin-left:15px;
}*/
.layui-form-item{
	width:300px;
}
.box11{
	width:220px;
}
.input11{
	width:200px;
}
.input2{
	width:250px;
}

.zhaocuo, .m_organization{display:block}
.g_foot_box .m_foot_box{height:auto;}
.g_foot_box .m_foot_box .m_foot{display: flex;flex-direction: column;position:relative}
.m_foot_info{display: flex;flex-direction: column;text-align: center;order:1}
.g_foot_box .m_organization{padding:0;text-align: center;order:2;position:absolute;left:5%;top:40%}
.zhaocuo{margin:0 !important;float:none !important;text-align:center;order:3;position:absolute;right:5%;top:40%}
.g_foot_box .m_foot_info li{width:auto !important;height:auto !important;padding:0 !important;background:none;float:none}
.g_foot_box .m_info1 a{float:none}
.g_foot_box .m_foot_info li.m_info1{margin-bottom:20px}
.g_foot_box .m_info2 p{line-height:1.5}
.g_foot_box .m_foot_info li.m_info3{text-align:center}
.g_foot_box .m_info3 p{float:none;display:inline-block; margin:20px 0;width:140px}
.g_foot_box .m_foot_box .m_foot{padding-bottom:20px;width: 100%;}
.zhaocuo,
.g_foot_box .m_organization{position:static; float:none; margin:0 auto;width:auto !important}


}

