@charset "utf-8";
/* CSS Document */
/*公共样式 开始*/
html {
  font-family: "微软雅黑";
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1683854785109') format('woff2'), url('iconfont.woff?t=1683854785109') format('woff'), url('iconfont.ttf?t=1683854785109') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 1em 40px
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
ul, ol {
  margin: 0px;
  padding: 0px;
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: 700
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}
html {
  height: 100%
}
body {
  min-height: 100%;
  font-family: Ubuntu, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ol li, ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1, h2, h3, h4, h5, p {
  margin: 0px;
  padding: 0px;
}
button, input[type=email], input[type=number], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=url], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}
button, input[type=submit] {
  border: 0
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  background-color: #fff
}
select::-ms-expand {
  display: none
}
::selection {
  color: #fff;
  background-color: rgba(0, 0, 0, .8)
}
input::selection, textarea::selection {
  color: #222;
  background-color: rgba(0, 0, 0, .2)
}
::-webkit-input-placeholder {
  color: #666
}
::-moz-placeholder {
  color: #666
}
:-ms-input-placeholder {
  color: #666
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "."; /*内容为“.”就是一个英文的句号而已。也可以不写。*/
  display: block; /*加入的这个元素转换为块级元素。*/
  clear: both; /*清除左右两边浮动。*/
  visibility: hidden; /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
  line-height: 0; /*行高为0；*/
  height: 0; /*高度为0；*/
  font-size: 0; /*字体大小为0；*/
}
.clearfix {
  *zoom: 1;
} /*这是针对于IE6的，因为IE6不支持:after伪类，这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/
/*公共样式 结束*/
/*头部开始*/
.header {
  width: 100%;
/*  background: url("sljkq_index1.png") no-repeat center;*/
  height: 540px;
}
.zs_header {
  background: url("sljkq_index1.png") no-repeat center;
}
.backstretch {
  width: 100%;
  height: 560px!important;
	position: absolute!important;
}
.backstretch img{
  width: 100%;
  height: 100%!important;
}
.header .nav_top {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #fff;
}
.header .nav_top .nav_topa {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: 0px auto;
  display: block;
  flex-flow: row;
  justify-content: space-between;
}
.header .nav_top .nav_topa a {
  color: #fff;
  font-size: 16px;
  position: relative;
 display: block;
	float:left;
	width: 14.2%;
	text-align: center;
}
.header .nav_top .nav_topa a:hover {
  font-weight: 900;
}
/*
.header .nav_top .nav_topa a::after {
  content: "";
  height: 4px;
  overflow: hidden;
  display: block;
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 36%;
	margin-left: -18%;
  background: #fff;
  transform: scaleX(0);
  transition: all 0.5s;
  border-radius: 5px;
}
*/
.header .nav_top .nav_topa a.on::after {
  content: "";
  height: 4px;
  overflow: hidden;
  display: block;
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 36%;
	margin-left: -18%;
  background: #fff;
  transform: scaleX(1);
  font-weight: 900;
}
.header .nav_top .nav_topa a:hover::after {
  transform: scaleX(1);
}
.header .nav_bottom {
  background: #ee2e22;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 999;
}
.header .nav_bottom .nav_bottoma {
  width: 1200px;
  margin: 0px auto;
  display: block;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header .nav_bottom .nav_bottoma a {
  color: #fff;
  font-size: 16px;
  position: relative;
	display: block;
	float:left;
	width: 11%;
	text-align: center;
}
.header .nav_bottom .nav_bottoma a:hover {
  font-weight: 900;
}
/*
.header .nav_bottom .nav_bottoma a::after {
  content: "";
  height: 4px;
  overflow: hidden;
  display: block;
  left: 50%;
  bottom: 0;
	width: 36%;
	margin-left: -18%;
  position: absolute;
  background: #fff;
  transform: scaleX(0);
  transition: all 0.5s;
  border-radius: 5px;
}
*/
.header .nav_bottom .nav_bottoma a.on::after {
  content: "";
  height: 4px;
  overflow: hidden;
  display: block;
  left: 50%;
	width: 36%;
	margin-left: -18%;
  bottom: 0;
  position: absolute;
  background: #fff;
  transform: scaleX(1);
  font-weight: 900;
}
.header .nav_bottom .nav_bottoma a:hover::after {
  transform: scaleX(1);
}
.logo {
  margin: 130px auto 20px auto;
  display: block;
  text-align: center;
}
.soso {
  width: 220px;
	float:right;
	margin-top: 9px;
  /* margin: 65px auto 10px auto; */
}
.soso .so_form {
  position: relative;
  height: 32px;
}
.soso .so_form .ss_txt {
  width: 96%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.70);
  color: #6b6b6b;
  border-radius: 25px;
  border: 0px;
  height: 32px;
  line-height: 32px;
  outline: 0px;
  padding-left: 4%;
}
.soso .so_form .ss_btn {
  width: 20%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("sljkq_index3.png") no-repeat center;
  border: 0px;
  height: 32px;
  line-height: 32px;
  outline: 0px;
  cursor: pointer;
}
.soso p {
  margin-top: 14px;
  font-size: 14px;
  color: #fff;
  padding-left: 8px;
}
.soso p a {
  background: rgba(255, 255, 255, 0.70);
  color: #fff;
  padding: 1px 6px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 25px;
  font-size: 12px;
}
.soso p a:hover {
  background: rgba(255, 255, 255, 0.90);
  color: #333;
}
/*头部结束*/
.contant {
  width: 1200px;
  margin: 0px auto;
}
/*中间内容开始*/
/*头条新闻 开始*/
.pic-show {
  width: 1160px;
  height: 150px;
  overflow: hidden;
  position: relative;
  background: #fffafa;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}
.pic-show::after {
  border-top: 20px solid #ee2e22;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  /* pointer-events: all; */
  top: 0px;
  left: 0px;
}
.ui-pic {
  position: absolute;
  left: 0px;
  padding-left: 30px;
  margin-top: 20px;
  margin-right: 30px;
}
.ui-pic li {
  height: 190px;
  overflow: hidden;
}
.ui-pic li a {
  display: block;
  text-decoration: none;
}
.ui-pic li a b {
  font-size: 24px;
  color: #333;
  margin-bottom: 14px;
  display: block;
}
.ui-pic li a span {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  display: block;
}
.pic-show .ui-btn {
  position: absolute;
  transform: translatex(-50%);
  bottom: 5px;
  left: 50%;
}
.pic-show .ui-btn li {
  float: left;
  width: 24px;
  height: 4px;
  margin-right: 6px;
  background-color: #ccc;
  text-align: center;
  border-radius: 5px;
}
.pic-show .ui-btn li.on {
  background-color: #ee2e22;
}
/*头条新闻 结束*/
/*图片轮播 开始*/
.banner {
  width: 576px;
  height: 324px;
/*  margin-right: 20px;*/
  float: left;
  margin-bottom: 20px;
}
.my-slider ul li img {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.my-slider {
  width: 100%;
  height: 100%;
}
.unslider-nav {
  position: absolute;
  right: 9px;
  /* top: 10px; */
  left: auto;
  bottom: 10px;
}
.unslider-nav li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
  margin-left: 5px !important;
  cursor: pointer;
}
.unslider-nav .unslider-active {
  background: #ee2e22;
  margin-left: 5px;
}
.unslider-arrow {
  position: absolute;
  top: 30%;
  border-radius: 5px;
  background: #ee2e22;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
.img-a-size-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner h2 {
  font-size: 14px;
  margin-bottom: 10px;
  background: rgb(0, 0, 0);
  opacity: 0.7;
  width: 100%;
  /*height:35px;*/
}
.banner h2 a {
  color: #fff;
  height: 35px;
  line-height: 35px;
  display: block;
  padding-left: 10px;
  text-decoration: none;
}
.banner h3 {
  font-size: 18px;
  padding-bottom: 18px;
  margin-top: 12px;
  color: #88929a;
}
.banner p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 22px;
  color: #797979;
}
.banner a h2 {
  color: #4f4f4f;
}
/*图片轮播*/
.banner .unslider-arrow {
  display: block;
  top: 49%;
  z-index: 999;
}
.banner .unslider-arrow.prev {
  background: url("df_prev.png") no-repeat center !important;
}
.banner .unslider-arrow.next {
  background: url("df_next.png") no-repeat center;
}
/*basic*/
.unslider {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.unslider-wrap {
  position: relative
}
.unslider-wrap.unslider-carousel > li {
  float: left;
  position: relative;
}
.unslider-vertical > ul {
  height: 100%
}
.unslider-vertical li {
  float: none;
  width: 100%
}
.unslider-fade {
  position: relative;
  z-index: 999999;
}
.unslider-fade.unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}
.unslider-arrow {
  position: absolute;
  left: -7px;
  z-index: 2;
  cursor: pointer
}
.unslider-arrow.next {
  left: auto;
  right: -8px
}
.silde-disp-1 {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
}
/*图片轮播 结束*/
/*工作动态 通知公告  党群风采 开始*/
.news_div {
  width: 604px;
  float: right;
  margin-bottom: 20px;
	background: #fff;
	padding-left: 20px;
}
.news_tit {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ee1c25;
}
.news_tit a {
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  padding-right: 30px;
  display: inline-block;
}
.news_tit a:hover {
  color: #ee1c25;
}
.news_tit a.on {
  color: #ee1c25;
}
.news_tit a:nth-child(3) {
  width: 328px;
	float: right;
}
.news_tit a:nth-child(3) span {
  width: 180px;
  padding-left: 5px;
  background: #FDA9AD;
  display: block;
  text-align: center;
  border-top-right-radius: 82px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 80px;
  margin-left: 170px;
}
.news_tit a:nth-child(3).on span, .news_tit a:nth-child(3) span:hover {
  background: #ee1c25;
}
.news_tit a:nth-child(3) span i {
  padding-left: 25px;
  background: url("sljkq_index5.png") no-repeat left center;
  color: #ee1c25;
  font-size: 22px;
  font-style: normal;
}
.news_tit a:nth-child(3).on span i, .news_tit a:nth-child(3) span:hover i {
  color: #fff;
}
.news_tab {
  display: none;
}
.news_list1 li {
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  position: relative;
}
.news_list1 li::after {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #ffcbcd;
  border-radius: 50%;
  left: 0px;
  top: 14px;
}
.news_list1 li a {
  display: block;
  float: left;
  font-size: 16px;
  color: #333;
}
.news_list1 li span {
  display: block;
  float: right;
  font-size: 16px;
  color: #555;
}
.news_list1 li:hover a {
  color: #000 !important;
}
.news_list1 li:hover::after {
  background: #ee1c25;
}
/*工作动态 通知公告  党群风采 结束*/
/*产业链招商 开始*/
.cylzs {
  width: 1200px;
  height: 98px;
  display: block;
}
.cylzs2 {
 margin-bottom: 30px;
}
.cylzs u {
  text-decoration: none;
	font-size: 20px;
	padding-left: 60px;
}
.cylzs span u {
	padding-left: 0px;
}
.cylzs2 span u {
	padding-left: 0px;
}
.cylzs span {
  width: 204px;
  background: #ee2e22;
  color: #fff;
  display: block;
  height: 98px;
	float:left;
	text-align: center;
	vertical-align: middle;
}
.cylzs2 span {
  width: 204px;
  background: #2470fc;
  color: #fff;
  display: block;
  height: 98px;
	float:left;
	text-align: center;
	vertical-align: middle;
}
.cylzs span i {
  display: block;
  font-size: 38px;
  margin-bottom: 5px;
	margin-top: 14px;
	
}
.cylzs a {
  display: block;
  flex-direction: row;
  align-items: center;
  background: url("sljkq_index15.png") no-repeat center;
  width: 219px;
  margin-left: -20px;
	float:left;
	 height: 98px;
	line-height: 98px;
	position: relative;
}
.cylzs a:hover {
  background: url("sljkq_index16.png") no-repeat center;
}
.cylzs2 a {
  display: block;
  display:block;
  flex-direction: row;
  align-items: center;
  background: url("sljkq_zs1.png") no-repeat center;
  width: 219px;
  margin-left: -20px;
	float:left;
	 height: 98px;
	line-height: 98px;
	position: relative;
}
.cylzs2 a:hover {
  background: url("sljkq_zs5.png") no-repeat center;
}
.cylzs a:hover i {
  color: #fff;
  transform: rotateX(360deg);
  transition: transform 0.7s ease-out 0s;
  opacity: 0.78;
  filter: alpha(opacity=78);
}
.cylzs a:hover u {
  color: #fff;
}
.cylzs a i {
  padding-left: 17px;
  color: #c5c5c5;
  font-size: 28px;
  margin-right: 20px;
	position: absolute;
	left: 0px;
	top:2px;
}
.cylzs a u {
  font-size: 16px;
  color: #333;
}
/*产业链招商 结束*/
/*投资环境  招商热线 政策服务 招商方向  投资流程 开始*/
/*投资环境*/
.tzhj {
  width: 204px;
  float: left;
  margin-right: 20px;
  display:block;
  flex-direction: column;
  margin-bottom: 20px;
}
.tzhj h3 {
  width: 204px;
  height: 50px;
  line-height: 50px;
  background: #ee2e22;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.tzhj a {
  width: 204px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.tzhj a:hover {
  color: #fff;
  background: #ee2e22;
}
.tzhj a:hover i {
  color: #fff;
}
.tzhj a i {
  font-size: 17px;
  color: #585858;
  margin-right: 8px;
}
/*招商热线*/
.zsrs_div{
	background:url("sljkq_index_22.jpg.png") no-repeat center;
}
.zsrs_div .zsrx_tit{
	text-align: center;
}
.zs_img {
  width: 100%;
  height: 82px;
  margin-bottom: 20px;
 display:block;
	flex-direction: row;
	justify-content:space-around;
	padding: 20px 0px;
}
.zs_img a{
  display: block;
	background: url("sljkq_index18.png") no-repeat center;
	width: 189px;
	height: 82px;
	color: #fff;
	text-align: center;
	background-size: contain;
	float:left;
	margin: 0px 25px;
}
.zs_img a i{
  display: block;
	color: #fff;
	font-size: 28px;
	margin-top: 12px;
}
.zs_img a span{
  display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;

}
.zs_img a span u{
  display: block;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	text-decoration: none;

}
/*政策服务 招商方向  投资流程*/
.zs_div {
  float: right;
  width: 880px;
  margin-bottom: 20px;
}
.zs_div .zs_tit {
  border-bottom: 2px solid #e5e5e5;
  height: 50px;
  line-height: 50px;
}
.zs_div .zs_tit a {
  width:32.90%;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.zs_div .zs_tit a.on {
  background: #f0f0f0;
  color: #ee2e22;
}
.zs_tab {
  display: none;
}
.news_list2 li {
  height: 42px;
  line-height: 42px;
  padding: 0px 10px;
}
.news_list2 li i {
  diplay: block;
  float: left;
  color: #5d5d5d;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 3px;
}
.news_list2 li a {
  diplay: block;
  float: left;
  font-size: 16px;
  color: #333;
}
.news_list2 li span {
  diplay: block;
  float: right;
  font-size: 16px;
  color: #555;
}
.news_list2 li:hover {
  background: #fff;
  box-shadow: 1px 0px 6px #c0c0c0;
}
.news_list2 li:hover i, .news_list2 li:hover a, .news_list2 li:hover span {
  color: #ee2e22;
}
/*投资环境  招商热线 政策服务 招商方向  投资流程 结束*/
/*重点企业 开始*/
.myqy{
	background:url("sljkq_index7.png") no-repeat center;
	 height: 137px;
	margin-bottom: 20px;
}
.myqy h4{
	display: block;
    height: 50px;
    line-height: 50px;
    background: url(sljkq_index17.png) no-repeat center;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #ee2e22;
}
.Box {
  position: relative;
}
.Box .content {
  width: 1000px;
  margin: 0 auto;
}
.Box h2 {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 250px;
}
.Box .Box_con {
  position: relative;
}
.Box .Box_con .btnl {
  position: absolute;
}
.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  z-index: 999;
}
.Box .Box_con .btnl {
  background: url("sljkq_index10.png") no-repeat center;
  left: -13px;
}
.Box .Box_con .btnr {
  background: url("sljkq_index9.png") no-repeat center;
  right: -13px;
}
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
	margin-left: 40px;
}
.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.Box .Box_con .conbox ul li {
  float: left;
  width: 285px;
  height: 65px;
  margin-left: 20px;
  overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.Box .Box_con .conbox ul li img {
  display: inline-block;
  width: 65px;
  height: 65px;
  transition: all 0.5s;
}
.Box .Box_con .conbox ul li span {
  display: inline-block;
  color: #333;
  font-size: 16px;	
  font-weight: 900;
	padding-left: 8px;
	padding-top: 5px;
}
.Box .Box_con .conbox ul li:hover img {
  transform: scale(1.1);
}
.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
	display: none;
	
}
.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.Box .BoxSwitch span.cur {
  background: red;
}
/*重点企业 结束*/
/*四个园区 开始*/
.index_sgyq{
	display:block;
	flex-direction: column;
	width: 305px;
	float: left;
}
.index_sgyq a{
	display:block;
	flex-direction: row;
	background: #f1f1f1;
	width: 305px;
	height: 73px;
	margin-bottom: 10px;
	align-items: center;
}
.index_sgyq .yq_img{
	display:block;
	float:left;
	
}
.index_sgyq b{
	width: 80px;
	text-align: center;
	color: #1a6da5;
	display:block ;
	float:left;
	padding-top:15px;
}

.sgyq{
	display: block;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
}
.yq_div{
	position: relative;
	width: 291px;
	height: 192px;
	float:left;
}
.yq_div:nth-child(2){
	margin: 0px 10px 0px 10px;
}
.yq_div:nth-child(3){
	margin: 0px 10px 0px 0px;
}
.yq_div img{
	position: absolute;
	width: 291px;
	height: 192px;
	z-index: 0;
}
.show .yq_txt{
	 height: 192px!important;
}
.show .yq_txt h2,.show .yq_txt h5{
	display: block!important;
}
.show .yq_a{
	display: none!important;
}
.yq_div .yq_txt{
	position: absolute;
    z-index: 1;
    width: 200px;
    height: 0px;
    background: rgba(255,255,255,0.70);
    color: #333;
    left: 20px;
	top:0px;
    padding: 0px 25px;
	text-align: left;
}
.yq_div .yq_txt h2{
	margin-top: 40px;
	font-size: 18px;
	font-weight: 900;
	display: none;
}
.yq_div .yq_txt h5{
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	display: none;
}
.yq_div a{
	position: absolute;
	width: 200px;
	padding: 0px 25px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: 900;
	left: 20px;
	bottom:-10px;
}
/*四个园区 结束*/
/*中间内容结束*/

/*底部 开始*/
.footerbox{ width:100%; border-top:solid 10px #ee2e22; padding:1% 0; background:#a21a1a;}
.footer_in{ width:100%; max-width:1200px; margin:3% auto;overflow: hidden;}
.footer_in .footer_left{width: 16%;}
.footer_in .footer_left a{ float:left;}
.footer_in .footer_left a.jiucuo{ margin:12px 0 0 0;}

.footer_in .footer_middle{ width:30%; margin:0 3%;}
.footer_in .footer_middle p{ font-size:.8em; line-height:2em; text-align:center;color:#fff;}
.footer_in .footer_middle p a{ color:#fff; }
.footer_in .footer_middle p a.gaba{background:url(ghs.png) no-repeat left center; padding:0 0 0 20px; color:#fff;}

.footer_in .footer_right{width: 48%;}
.footer_in .footer_right a.wzdt{
    display: block;
    width: 17%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: url(sldtbj.png) repeat;
    padding: 2% 0;
    border-radius: 10px;
    float: left;
    }
.footer_in .footer_right a.wzdt img{ width:32px; height:26px; display:block; margin:0 auto;}
.footer_in .footer_right a.jbzx12377{
    display: block;
    width: 63%;
    float: left;
    margin: 0px 2% 0 2%;
    }
.footer_in .footer_right a.jbzx12377 img{ width:100%; height:100%;}


/*底部 结束*/
.index_yq{
	margin-bottom: 20px;
	margin-top: 20px;
}
.index_yq p{
	width: 770px;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	font-weight: 900;
}
.index_yq p a{
	color: #1460fc;
	font-size: 16px;
	font-weight: normal;
}
.index_si{
	width: 770px;
	display: block;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	margin-top: 20px;
}
.index_si a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	align-items: center;
	width: 185px;
	float: left;
	height: 159px;
}
.index_si a:nth-child(2){
	margin: 0px 8px;
}
.index_si a:nth-child(3){
	margin: 0px 8px 0px 0px;
}
.index_si a b{
	font-size: 20px;
	padding-top: 30px;
	display: block;
}
.index_si a i{
	font-size: 12px;
	padding-top: 10px;
	font-weight: 900;
	letter-spacing: -1px;
	display: block;
}
.index_si a img{
	width: 50px;
	padding: 10px 0px 10px 0px;
	display: block;
	margin: 0px auto;
}
.index_si a:nth-child(1){
	background: #0d8ee9;
}
.index_si a:nth-child(2){
	background: #1260ab;
}
.index_si a:nth-child(3){
	background: #d85124;
}
.index_si a:nth-child(4){
	background: #de8b2f;
}
.index_rl{
	float: right;
	width: 406px;
}
.index_rl .rl_tit{
	width: 100%;
	height: 43px;
	line-height: 43px;
	display: block;
	position: relative;
}
.index_rl .rl_tit a{
	width: 50%;
	color: #999;
	font-size: 20px;
	display: block;
	font-weight: 900;
	
}
.index_rl .rl_tit a:nth-child(1){
	padding-left:40px;
	position: absolute;
	left: 0px;
	bottom:0px;
}
.index_rl .rl_tit a:nth-child(2){
	padding-right:25px;
	position: absolute;
	right: 0px;
	bottom:0px;
	text-align: right;
}
.index_rl .rl_tit a:nth-child(1).on,.index_rl .rl_tit a:nth-child(1):hover{
	background: url("sljkq_index20.png") no-repeat left;
	color: #ee2e22;
	background-size: 185px 48px;
}
.index_rl .rl_tit a:nth-child(2).on,.index_rl .rl_tit a:nth-child(2):hover{
	background: url("sljkq_index19.png") no-repeat right;
	color: #ee2e22;
	background-size: 203px 48px;
}
.index_rl .rl_tab{
	display: none;
}


