/* 清除标签默认的内外边距 */
@media screen and (min-width:768px){

* {
  margin: 0;
  padding: 0;
}

/* 统一不同的浏览器之间样式差异 */
body {
  /* 行高为1 精准布局 */
  font: 16px/1 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei',
    'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
  color: #333;
  /* background-color: #f3f5f7; */
}

/* 清除ul ol默认样式 */
ul,
ol,
li {
  list-style: none;
}

/* 区别于后面常用的span /em i */
em,
i {
  font-style: normal;
}

/* 清除a下划线 */
a {
  text-decoration: none;
  color: #333;
}

/* 去除img的下边的距离 */
img {
  vertical-align: middle;
}

/* 去除input  button的边框 */
input {
  border: none;
  /* 去除蓝色的外廓线 */
  outline: none;
}
button {
  border: 0;
}

/* 提供一个浮动的类名, */
.fl {
  float: left;
}
.fr {
  float: right;
}

/* 塌陷/浮动  类名加给父元素 */
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}

/* 版心 */
.w {
  width: 1200px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

/* 头部 */
header {
  /* width: 100%; */
  min-width: 1200px;
}
header .nav{
  position: fixed;top: 0;background: rgb(0, 13, 183);width: 100%;z-index: 9999;
}
header .nav .w {
  display: flex;
  justify-content: space-between;
}

header .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

header .nav ul li {
  height: 100%;
  line-height: 70px;
  margin-left: 85px;
}
header .nav ul li.cur {
 background: url(../images/ztsj.png) no-repeat bottom center;
}

header .nav ul li:first-child {
  margin-left: 0;
}

header .nav ul>li:hover {
  background: url(../images/ztsj.png) no-repeat bottom center;
}
header .nav ul .carrier:hover {
  background: none;
}
.nav ol>li:hover {
  background: none;
}
.nav ol>li a:hover {
  color: #0000ee;
}
.nav ul li a {
  color: #fff;
  font-size: 16px;
  height: 70px;
  display: inline-block;
}
.nav ul li {
  position: relative;
  cursor: pointer;
  color: #fff;
}

.nav ul ol {
  position: absolute;
  display: none;
  top: 67px;
  background-color: #212121;
  border-radius: 8px;
  /* width: 321px; */
  left: -30px;
}

.nav ul ol .triangle-bottom {
  margin: 28px auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #212121;
  position: absolute;
  top: -40px;
  left: 55px;
}
.nav ul ol li {
  float: left;
  font-size: 16px;
  height: 44px;
  line-height: 43px;
  width: 130px;
  text-align: center;
  border-bottom: 1px solid #292929;
  color: #e2e2e2;
  margin-left: 0px;
}
.nav ul ol .carrier_last {
  border-bottom: 0px;
}

.nav ul li:hover ol{display: block;}

header .nav .phone {
  display: flex;
  align-items: center;
}

header .nav .phone a {
  display: flex;
}

header .nav .phone a .pic {
  width: 40px;
  margin-right: 15px;
}
header .nav .phone a .pic img {
  width: 36px;
  height: 36px;
}

header .nav .phone .info p:first-child {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

header .nav .phone .info p:nth-child(2) {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

/* 内容部分 */
.index-banner {
  text-align: center;
  color: #fff;
  padding-top: 180px;
  height: 300px;
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: auto;
}

.index-banner p:first-child {
  font-size: 60px;;
  margin-bottom: 25px;
  font-weight: bolder;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px #080544;
}


.index-banner p:nth-child(2) {
  font-size: 32px;
  font-weight: bold;
  padding-top: 20px;
}

.index-banner p:nth-child(3) {
  padding: 20px;
  margin: auto;
  width: 600px;
}

.index-banner p:nth-child(3) span{
  font-size: 16px;
  font-weight: bolder;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  margin: 10px 10px;
  background: #FFFFFF;
  color: #0E178C;
  border-radius: 4px;
}

/* 园区介绍 */
.overview {
  padding: 70px 0 30px 0;
}

/*.overview .overview-title,
.policy .title,
.superiority .overview-title,
.location .overview-title,
.investment .overview-title,
.process .overview-title,
.information .overview-title {
  margin: 0 auto;
  text-align: center;
}*/
.overview-title {
  margin: 0 auto;
  text-align: center;
}
.overview-title img {
  width: 50px;
  height: 26px;
}

.overview-title span {
  font-size: 30px;
  font-weight: bold;
  /*color: #d50000;*/
  color: #145fb2;
  margin: 0 26px;
}

.overview .overview-content {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.overview .overview-content .content-left-title img {
  width: 28px;
  height: 28px;
}

.overview .overview-content .content-left-title span {
  margin-left: 12px;
  vertical-align: bottom;
  font-size: 22px;
  font-weight: bold;
  color: #d50000;
}

.overview .overview-content .content-left-article {
  width: 500px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}

.overview .overview-content .content-left-article a {
  text-decoration: underline;
  color: #0000ee;
}
.overview .overview-content .content-right {
  flex: 1;
  margin-left: 77px;
  position: relative;
  /* height: 100%; */
  width: 600px;
  height: 460px;
}
/* .overview .overview-content .content-right iframe {
  width: 100%;
  height: 460px;
} */
.overview .overview-content .content-invite {
  height: 130px;
  position: relative;
  line-height: 130px;
  font-size: 28px;
  padding-left: 10px;
  margin-top: 15px;
}
.overview .overview-content .invite-desc-contact {
  position: absolute;
  right: 50px;
  top: 0;
  padding: 32px 32px 28px 128px;
  border-radius: 8px;
  background: linear-gradient(270deg, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
}
.overview .overview-content .invite-desc-contact img {
  position: absolute;
  top: 43px;
  left: 78px;
  width: 24px;
  height: 24px;
}
.overview .overview-content .invite-desc-contact span {
  display: block;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
}
.overview .overview-content .invite-desc-contact p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 7px;
}
/* 主导产业 */
.policy {
  min-width: 1230px;
  height: 700px;
  padding-top: 70px;
  background: #f8f9fd;
}

.policy .content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.policy .content .content-item .content-img {
  position: relative;
  width: 204px;
  height: 164px;
  margin-bottom: 14px;
  text-align: center;
  padding-top: 106px;
  box-sizing: border-box;
  /* background: #f8f9fd; */
  background: linear-gradient(180deg, #ddebff 0%, #e3ffff 100%);
  box-shadow: 0px 2px 10px 0px rgba(11, 12, 22, 0.1);
}

.policy .content .content-item .content-img img {
  position: absolute;
  top: 35px;
  left: 73px;
  width: 58px;
  height: 58px;
  color: #fff;
}

.policy .content .content-item .content-img span {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}

.policy .content .form {
  width: 546px;
  height: 520px;
  background: url(../images/policy_form.png) no-repeat center;
  background-size: cover;
}

.policy .content .form .form-title {
  padding-top: 53px;
  margin-left: 40px;
  overflow: hidden;
}

.policy .content .form .form-title .title-line {
  position: absolute;
  top: -17px;
  left: -10px;
  width: 12px;
  height: 83px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.24) 33%,
    rgba(255, 255, 255, 0.39) 73%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg);
  animation: scales 2s infinite 0s normal;
}

@keyframes scales {
  0% {
    left: -10px;
  }
  100% {
    left: 420px;
  }
}

.policy .content .form .form-input {
  margin-top: 40px;
  overflow: hidden;
  margin-left: 76px;
}

.policy .content .form .form-input span {
  font-size: 16px;
  float: left;
  margin-top: 10px;
  color: #000000;
  font-weight: bold;
}

.policy .content .form .form-input span::before {
  content: '*';
  color: #d50000;
  margin-right: 2px;
}

.policy .content .form .form-input input {
  width: 296px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px;
  float: left;
  margin-left: 26px;
  text-indent: 10px;
  font-size: 16px;
  line-height: 34px;
}

.policy .content .form .form-input-first {
  margin-top: 70px;
}

.policy .content .form .form-input .industry-type {
  overflow: hidden;
  margin-left: 26px;
  float: left;
}

.policy .content .form .form-input .industry-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 9px 14px;
  font-size: 16px;
  float: left;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.policy .content .form .form-input .industry-active {
  background: #228ffa;
  border-radius: 4px;
  color: #fff;
}

.policy .content .form .policy-button-shiti {
  width: 400px;
  height: 48px;
  background: #228ffa;
  border-radius: 8px;
  margin: 46px auto 0;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  animation: buttonSc 1s infinite 0s alternate;
}

.form-title-img1{width: 328px; float: left;}
.form-title-img2{width: 118px; height: 34px;}

@keyframes buttonSc {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.policy .content .tip-modal {
  position: fixed;
  top: 237px;
  left: 50%;
  margin: 0 auto;
  width: auto;
  line-height: 30px;
  padding: 8px 12px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #000;
  opacity: 0.65;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
  border-radius: 4px;
  z-index: 2147483585;
  margin-left: -126.5px;
  display: none;
  opacity: 0;
}

/* 园区优势 */
.superiority {
  padding-top: 80px;
}

.superiority .superiority-content,
.location .location-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  gap: 20px;
  padding-top: 50px;
}

.superiority .superiority-content .superiority-box {
  width: 380px;
  height: 200px;
  background: #e8eefc;
  box-shadow: 0px 2px 10px 0px rgba(11, 12, 22, 0.1);
  border-radius: 10px;
}
.superiority .superiority-box .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.superiority .superiority-box .top a div {
  width: 230px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(../images/subbj3.png);
  padding-left: 20px;
  line-height: 40px;
  margin-top: 30px;
  color: #ffffff;
  font-weight: bold;
  background-size: 200px 40px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.superiority .superiority-box .top .number {
  padding-right: 10px;
  margin-top: 23px;
  font-size: 48px;
  font-weight: bold;
  color: rgba(62, 110, 230, 0.1);
}

.superiority .superiority-box .low {
  padding: 5px 20px 0 20px;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}

/* 招商载体 */
.investment{
  padding: 80px 0 70px;
  /*min-width: 1230px;*/
  margin-top: 55px;
  background-color: #f8f9fd;

}
.investment .investment-tabs {
  height: 60px;
  padding: 5px 18px;
  box-sizing: border-box;
  margin-top: 50px;
}
.investment .investment-tabs .cur {
  color: #00c3f5;
}
.investment .investment-tabs h2 {
  float: left;
  display: inline-block;
  font-size: 22px;
  line-height: 36px;
  height: 28px;
  cursor: pointer;
  font-weight: 500;
}
.investment .investment-tabs span {
  display: inline-block;
  font-size: 22px;
  line-height: 36px;
  float: left;
  height: 28px;
  padding: 0px 10px;
}
.investment .investment-tabs a {
  color: #fff;
  float: right;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 18px 0 20px;
  border: 1px solid #ececec;
  font-size: 12px;
  background-color: #f90;
  margin-top: 3px;
}
.investment .investment-content .hide {
  display: none;
}


/* 入驻流程 */
.process {
  /* background: #f5f5f5; */
  padding-top: 80px;
}
.process .process-content {
  width: 1230px;
  margin: 0 auto;
  padding: 40px 0;
}

.process .process-content ul {
  display: flex;
  justify-content: center;
}

.process .process-content ul li {
  color: #aaa;
  border: 1px solid #aaa;
  margin: 0 5px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 30px;
}

.process .process-content ul .process-active {
  color: #00304b;
  border-color: #00304b;
}

.process .process-content .process-box {
  display: flex;
  margin: 52px 0;
}

.process .process-content .process-box .process-item {
  position: relative;
  flex: 1;
  text-align: center;
}

.process .process-content .process-box .process-item::before {
  content: '';
  position: absolute;
  font-size: 24px;
  top: 40px;
  font-weight: bold;
  height: 1px;
  left: 0;
  right: 0;
  background: #00304b;
  z-index: 1;
}
.process .process-content .process-box .process-item:first-child:before {
  left: 50%;
}
.process .process-content .process-box .process-item:last-child::before {
  right: 50%;
}

.process .process-content .process-box .img-box {
  display: inline-block;
  padding: 20px;
  border: 1px solid #00304b;
  background: #00304b;
  border-radius: 50%;
  transition: all 0.3s;
  transform: scale(1);
  position: relative;
  z-index: 2;
  line-height: 1;
}

.process .process-content .process-box .img-box img {
  width: 40px;
  height: 40px;
}
.process .process-content .process-box .text-box {
  max-width: 250px;
  margin: 20px auto 30px;
}

.process .process-content .process-box .text-box .process-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.process .process-content .process-box .text-box .process-desc {
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.process .process-content .hide {
  display: none;
}

.process .process-content .process-box .second::before {
  background: #800073;
}

.process .process-content .process-box .second .img-box {
  background: #800073;
  border: 1px solid #800073;
}
.process .process-content .process-box .third::before {
  background: #e79039;
}

.process .process-content .process-box .third .img-box {
  background: #e79039;
  border: 1px solid #e79039;
}
.process .process-content .process-box .fourth::before {
  background: rgba(46, 186, 165);
}

.process .process-content .process-box .fourth .img-box {
  background: rgba(46, 186, 165);
  border: 1px solid rgba(46, 186, 165);
}

/* 园区资讯 */
.information{background: #f5f5f5; min-width: 1230px; padding: 80px 0 80px;}
.information .news {
  padding: 25px;
  background-color: #fff;
  margin-top:50px;
}
.information .news .wrap-tab {
  border: none;
}
.information .news .gb-tab {
  border-bottom: 1px solid #e7e7e7;
  height: 42px;
}
.information .news .gb-tab li:after {
  content: '';
  height: 20px;
  position: absolute;
  border-right: 1px dashed #b0b0b0;
  top: 0;
  right: 0;
}
.information .news li.last:after {
  visibility: hidden;
  content: ' ';
  clear: both;
  height: 0;
}
.information .news .gb-tab li:hover a,
.information .news .gb-tab li a.on {
  background: none !important;
  border-color: #145fb2;
  font-weight: bold;
  color: #145fb2;
}
.information .news .gb-tab li a {
  border-bottom: 3px solid transparent;
  height: 40px;
}
.information .news .gb-tab li a {
  display: block;
  padding: 0 30px;
  font-size: 20px;
  /* color: #070707; */
  line-height: 1;
}
.information .news .gb-tab li {
  position: relative;
  float: left;
  cursor: pointer;
}
.information .news .clearfix {
  display: block;
}
.information .news .mt15 {
  margin-top: 15px;
}
.information .news .list li {
  border-bottom: 1px dashed #afafaf;
  padding-left: 20px;
  background: url(../images/tzbg.png) left center no-repeat;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.information .news .list li span {
  margin: 0 5px 0 10px;
  float: right;
  color: #9b9b9b;
}
.information .news .list li a:hover {
  color: -webkit-link;
}
/* 轮播图 */
.overview .content-right .swiper {
  width: 100%;
  height: 100%;
}

.overview .content-right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview .content-right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* body {
  background: rgba(0, 0, 0, 0);
  color: #fff;
} */

.overview .content-right .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.overview .content-right .swiper-slide {
  background-size: cover;
  background-position: center;
}

.overview .content-right .mySwiper2 {
  height: 80%;
  width: 100%;
}

.overview .content-right .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.overview .content-right .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}

.overview .content-right .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.overview .content-right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 底部 */
  footer {
	background: url('../images/bot.jpg   ');
	height: 185px;
	width: 100%;
	background-position: center;
	opacity: 0.95;
	overflow: hidden;
	min-width: 1230px;
  }
  .float_footer {
	width: 1200px;
	margin: 0 auto;
  }
  .float_footer p {
	margin-top: 20px;
	height: 19px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 19px;
  }
  .float_footer p span {
	padding-left: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #fd7d00;
	font-family: Arial;
  }
  .float_footer .float_form {
	float: left;
	color: #fff;
	height: 110px;
	margin-top: 20px;
	margin-left: 170px;
  }
  .float_form div {
	overflow: hidden;
  }
  .float_lin1 {
	margin-bottom: 10px;
  }
  .float_form div li {
	float: left;
	list-style: none;
  }
  .mar-left {
	margin-right: 22px;
  }
  .float_form div li span {
	float: left;
	font-size: 14px;
	line-height: 32px;
	width: 78px;
  }
  .footer_select {
	outline: none;
	width: 188px;
	height: 32px;
	color: #fff;
	padding-left: 5px;
	background-color: rgba(0, 0, 0, 0);
  }
  .footer_select option {
	color: #333;
  }
  #yzm {
	position: relative;
  }
  .float_form div li .width70 {
	width: 65px;
  }
  #yzm .footer_input,
  .float_lin2 .mar-left input {
	height: 32px;
	width: 128px;
	color: #fff;
	padding-left: 5px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #595959;
	box-sizing: border-box;
	outline: none;
  }

  #yzm img {
	position: absolute;
	width: 60px;
	height: 32px;
	margin-bottom: 1px;
	cursor: pointer;
  }
  input::-webkit-input-placeholder {
	color: #ccc;
  }
  .backgr {
	width: 188px;
	height: 32px;
	background-color: #fd7d00;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	border: 0px;
	cursor: pointer;
  }
  .footer {
	width: 1200px;
	height: 146px;
	margin: 0 auto;
  }
  .footer p {
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 15px;
  }
  .footer .footer_p1 {
	padding-top: 20px;
  }
  .footer .footer_p1 span {
	margin-left: 13px;
  }
  .footer .footer_p1 span:nth-child(even) {
	font-weight: 100;
	color: #3274bc;
  }
  .footer .footer_p1 span a {
	color: #fff;
  }
  .footer .footer_p2 {
	padding-top: 20px;
  }
  .footer .footer_p3 {
	padding-top: 13px;
  }
  .footer .footer_p4 {
	padding-top: 13px;
  }
  .footer .footer_p4 a {
	color: #fff;
  }
  .footer .footer_p4 a {
	text-decoration: underline;
  }
  .float_footer .tip-modal {
	position: fixed;
	top: 0px;
	left: 50%;
	margin: 0 auto;
	margin-left: -100px;
	width: auto;
	line-height: 30px;
	padding: 8px 12px;
	display: none;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background: #000;
	opacity: 0.65;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
	border-radius: 4px;
	z-index: 2147483585;
  }

/**园区详情页**/
.zone-box {
  margin-top: 50px;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
  box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.1);
  min-height: 500px;
}
.zone-box h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
.zone-box .box-input {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.zone-box .box-input p {
  line-height: 1.8;
  font-family: simsun;
  text-indent: 2em;
  text-align: left;
  color: #666;
}
/**新闻详情页**/
.news-main{
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 20px;
}
.news-box {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.news-box .news-left {
  width: 860px;
  padding: 21px 35px;
  background-color: #fff;
}
.news-left .item_info_title {
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
  margin-top: 11px;
}
.news-left .item_info_time {
  font-size: 12px;
  color: #666;
  padding: 15px 0 20px;
  line-height: 12px;
  border-bottom: 1px solid #eeeeee;
}
.news-left .item_info_time span {
  font-family: arial;
  padding: 0 7px;
}
.news-content p {
  line-height: 32px;
  margin-top: 23px;
}
.news-box .news-right {
  flex: 1;
  margin-left: 20px;
  background-color: #fff;
  padding: 16px 20px;
  max-height: 355px;
}
.news-box .news-right .marin_right_title {
  color: #1f6cdd;
  border-bottom: 2px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news-box .news-right .marin_right_title span {
  font-size: 20px;
  border-bottom: 2px solid #1f6cdd;
  padding-bottom: 8px;
  display: inline-block;
  margin-bottom: -2px;
}
.news-box .news-right .marin_right_title a {
  font-size: 12px;
  color: #1f6cdd;
}

.tuo_news_info {
  margin-top: 13px;
  overflow: hidden;
}
.tuo_news_info li {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
}
.tuo_news_info li span {
  border: 1.5px solid #dcdcdc;
  display: inline-block;
  margin-right: 11px;
  position: relative;
  top: -4px;
}

/**新闻列表**/
.news-list-box{
  background-color: #fff;
  padding: 50px;
  margin-top: 50px;
  min-height: 400px;
}
.news-banner p{font-size: 36px;text-align: center;padding-bottom: 50px;}
.news-list li {
  border-bottom: 1px dashed #afafaf;
  padding-left: 20px;
  background: url(../images/tzbg.png) left center no-repeat;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-list li span {
  margin: 0 5px 0 10px;
  float: right;
  color: #9b9b9b;
}
.news-list li a:hover {
  color: -webkit-link;
}

/*分页*/
.fy1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fy1 li{  display:inline-block;}
.fy1 a,.fy1 span {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    /*margin: 0px 8px;*/
    color: #bdbdbd;
    background: #f6f6f6;
    font-size: 14px;
    font-family: Arial;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    line-height: 30px;
}
.fy1 li.active a {
    color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    /*margin: 0px 8px;*/
    background: #52bebc;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    line-height: 30px;
}

.fy1 a:hover, .fy1 a.on {
    background: #52bebc;
    color: #ffffff;
}
.fy1 a.f_gd {
    background: none;
}

/**楼盘列表页**/
/*.investment-content{padding-top: 50px;}*/
.investment-content .text{padding-top: 15px;}
.estate-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

.estate-list li {
    width: 280px;
    background: #fff;
    /* height: 380px; */
  }

.estate-list li img {
    width: 100%;
    height: 180px;
  }

.estate-list li .text .title {
  -webkit-line-clamp: 1;
  color: #666;
  font-size: 16px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 150%;
  text-align: center;
}

.estate-list li .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-size: 13px;
  /* height: 55px; */
  color: #888;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 18px;
}

.m-footer{display: none;}
.m-header{display: none;}
#captchaimg{cursor:pointer;margin-left:128px;}

}

/**----------------移动端------------------**/
@media screen and (max-width:767px){
*{
    padding:0px;
    margin:0px;
    list-style: none;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html { font-size:64px; }
body{
    color:#333333;
    width: 100%;
    background-color: #f7f7f7;
    /*font-size: 12px;*/
    font-family: 微软雅黑, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
a{
    text-decoration: none;
    color: #333333;
    font-size: 0.25rem;
}
header{display: none;}
/*头部导航*/
.m-header{
    width: 100%;
    z-index: 999;
    position: fixed;
    background: #fff;
    top: 0px;
    display: block;
    height: 1rem;

}
.m-top{padding: 0.45rem 0.25rem;text-align: center;/*background-color:rgb(0, 13, 183);*/}
.m-top a.m-logo {
    width: 100%;
    height:0.3rem;
    text-align: center;
    font-weight: bolder;
    font-size: 0.32rem;
    line-height: 0.15rem;
}
.m-nav{
    float: right;
    background: url(../images/m-nav.png) no-repeat;
    background-size: 100% 100%;
    width: 0.44rem;
    height: 0.30rem;
}
.m-lan{float: right;margin-right: 0.25rem;font-size: 0.32rem;color: #999999;
    height: 0.32rem;line-height: 0.32rem;}
.m-height{height: 0.65rem;width: 100%;display:block;}
.m-menu{
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 12;
    background: #ffffff;
    color: #999999;
    font-size: 1em;
    top: 0px;
    right: -100%;
    width: 100%;
    padding: 0rem 0.1rem;
}
.m-menu.mshow{right: 0%;}

.m-close{
    color: #fff;
    text-align: center;
    line-height: 20px;
    height: 30px;
    width: 30px;
    font-size: 22px;
    padding: 3px;
    top: 10px;
    right: 10px;
    position: absolute;
    background: #000;
    border: solid 1px #000;

}
.m-close::before {
    content: "\2716";
}
.m-menu ul{margin: 0px;padding-top:0.5rem;}
.m-menu ul li{width: 100%;float: left;padding: 0rem 0.2rem;margin-top: 0.2rem;}
.m-menu ul li a.dbt{font-size: 0.22rem;border-bottom: solid 1px #a5a5a5;color: #444444;
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  width: 100%;
  font-weight: bold;
}
.m-menu ul li dl{padding: 0.2rem 0;}
.m-menu ul li dl dd{float: left;width: 32%;margin-right: 2%;margin-top: 0.1rem;}
.m-menu ul li dl dd:nth-child(3n){margin-right: 0}
.m-menu ul li dl dd a{display: block;font-size: 0.2rem;border-bottom: solid 1px #999999;
    padding: 0.1rem 0.2rem;text-align: center;color: #999999;
}
.m-menu ul li dl.m-dl-a dd a{display: block;font-size: 0.2rem;border: solid 1px #999999;
    padding: 0.1rem 0.2rem;text-align: center;color: #999999;
}
.animate{
    -webkit-transition:all 0.45s ease-in-out;
    -moz-transition:all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    -ms-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
}

.m-footer {padding: 0.35rem;}
.m-footer p{text-align: center;font-size: 0.22rem;padding: 0.05rem 0;}
.m-footer p span{font-size: 0.28rem;color: #000;font-weight: bold;font-family: montserratFont;}
.m-footer p a{color: #999999;}

.clear {clear: both;}

.index-banner {
  text-align: center;
  color: #fff;
  padding: 0.5rem 0.15rem;
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: auto;
  background-size: auto;
  margin-top: -0.5rem;
  padding-top: 1.5rem;
}

.index-banner p:first-child {
  font-size: 0.48rem;
  margin-bottom: 0.1rem;
  font-weight: bolder;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px #080544;
}


.index-banner p:nth-child(2) {
  font-size: 0.3rem;
  font-weight: bold;
  padding-top: 0.1rem;
}

.index-banner p:nth-child(3) {
  padding: 0.25rem;
  margin: auto;
}

.index-banner p:nth-child(3) span{
  font-size: 0.22rem;
  font-weight: bolder;
  display: inline-block;
  padding: 0.1rem 0.15rem;
  text-align: center;
  background: #FFFFFF;
  color: #0E178C;
  border-radius: 0.05rem;
  margin: 0.1rem;
}

/* 园区介绍 */
.overview {
  padding: 0.5rem 0 0.15rem 0;
}
 .overview-title {
  margin: 0 auto;
  text-align: center;
}

.overview-title img {
  width: 0.45rem;
}

.overview-title span {
  font-size: 0.3rem;
  font-weight: bold;
  /*color: #d50000;*/
  color: #145fb2;
}

.overview .overview-content {
  /*display: flex;
  justify-content: space-between;*/
}
.content-left-title{display: none;}
.content-left-title img {
  width: 0.35rem;
}

.content-left-title span {
  margin-left: 12px;
  vertical-align: bottom;
  font-size: 22px;
  font-weight: bold;
  color: #d50000;
}

.content-left-article {
  padding: 0.15rem;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.4rem;
}
.content-invite {
    position: relative;
    line-height: 1.4rem;
    font-size: 0.32rem;
    padding-left: 0.3rem;
}

.invite-desc-contact img {
  position: absolute;
  top: 0.55rem;
  left: 1.45rem;
  width: 0.4rem;
}
.invite-desc-contact {
  position: absolute;
  right: 0.2rem;
  top: 0;
  padding: 32px 32px 28px 128px;
  border-radius: 8px;
  background: linear-gradient(270deg, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
}

.invite-desc-contact span {
    display: block;
    color: #333333;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.4rem;
}
.content-left-article a {
  text-decoration: underline;
  color: #0000ee;
}
.content-right {
  position: relative;
}

/* 轮播图 */
.content-right .swiper {
  width: 100%;
  height: 100%;
}

.content-right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
 /* height: 100%;*/
  height:3.6rem ;
  object-fit: cover;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height:0.8rem ;
  object-fit: cover;
}

.content-right .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-right .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}


/* 主导产业 */
.policy {
  padding-top: 0.5rem;
  background: #f8f9fd;
}

.policy .content {
  /*display: flex;
  justify-content: space-between;
  margin-top: 50px;*/
  padding-top: 0.5rem;
}

.policy .content .content-item .content-img {
  position: relative;
  width: 33.333%;
  height: 1.5rem;
  text-align: center;
  padding-top: 0.2rem;
  box-sizing: border-box;
  /* background: #f8f9fd; */
  background: linear-gradient(180deg, #ddebff 0%, #e3ffff 100%);
  box-shadow: 0px 2px 10px 0px rgba(11, 12, 22, 0.1);
  float: left;
}

.policy .content .content-item .content-img img {
  width: 0.7rem;
  height: 0.7rem;  
  color: #fff;

}

.policy .content .content-item .content-img span {
  color: #333333;
  font-size: 0.25rem;
  line-height: 0.25rem;
  display: inline-block;
  padding-top: 0.1rem;
  width: 100%;
}

.policy .content .form {
  background: url(../images/policy_form.png) no-repeat center;
  background-size: cover;
  float: left;
  padding-bottom: 0.8rem;
}

.policy .content .form .form-title {
  padding-top: 0.5rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0.5rem;
}
.form-title-img1{width: 80%;}
.form-title-img2{width: 1.8rem;}


@keyframes scales {
  0% {
    left: -10px;
  }
  100% {
    left: 420px;
  }
}

.policy .content .form .form-input {
  overflow: hidden;
  margin-left: 10%;
  margin-top: 0.15rem;
}

.policy .content .form .form-input span {
  font-size: 0.26rem;
  margin-top: 0.1rem;
  color: #000000;
  font-weight: bold;
}

.policy .content .form .form-input span::before {
  content: '*';
  color: #d50000;
  margin-right: 2px;
}

.policy .content .form .form-input input {
  width: 80%;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 4px;
  float: left;
  text-indent: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.policy .content .form .form-input-first {
  margin-top: 0.1rem;
}

.policy .content .form .form-input .industry-type {
  overflow: hidden;
  padding-top: 0.2rem;
}

.policy .content .form .form-input .industry-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 0.1rem 0.25rem;
  font-size: 0.24rem;
  margin-right: 0.25rem;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  float: left;
}

.policy .content .form .form-input .industry-active {
  background: #228ffa;
  border-radius: 4px;
  color: #fff;
}

.policy .content .form .policy-button-shiti {
    width: 4.0rem;
    background: #228ffa;
    border-radius: 8px;
    margin: 0.5rem auto 0;
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.6rem;
    text-align: center;
    cursor: pointer;
    animation: buttonSc 1s infinite 0s alternate;
}

@keyframes buttonSc {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.policy .content .tip-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  margin-left: -2.25rem;
  width: 4.5rem;
  line-height: 0.4rrem;
  padding: 0.2rem ;
  display: none;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  background: #000;
  opacity: 0.65;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
  border-radius: 4px;
  z-index: 2147483585;
}

/* 园区优势 */
.superiority {
  padding-top: 0.5rem;
}

.superiority .superiority-content,
.location .location-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  gap: 0.3rem;
  margin-top: 0.5rem;
}

.superiority .superiority-content .superiority-box {
  background: #e8eefc;
  box-shadow: 0px 2px 10px 0px rgba(11, 12, 22, 0.1);
  border-radius: 10px;
}
.superiority .superiority-box .top {
  display: flex;
  justify-content: space-between;
}
.superiority .superiority-box .top a div {
    width: 3.2rem;
   /* height: 40px;*/
    background-repeat: no-repeat;
    background-image: url(../images/subbj3.png);
    padding-left: 0.35rem;
    line-height: 0.65rem;
    margin-top: 0.3rem;
    color: #ffffff;
    font-weight: bold;
    background-size: 200px 40px;
    font-size: 0.3rem;
    display: flex;
    justify-content: space-between;
}

.superiority .superiority-box .top .number {
    padding-right: 0.24rem;
    margin-top: 0.1rem;
    font-size: 0.72rem;
    color: rgba(62, 110, 230, 0.1);
}

.superiority .superiority-box .low {
    padding: 0.1rem 0.2rem;
    color: #333;
    font-size: 0.24rem;
    line-height: 0.36rem;
}

/* 招商载体 */
.investment{margin-top: 0.5rem;background-color: #f8f9fd;}
.investment .investment-tabs {
  height: 0.8rem;
  padding: 0.1rem 0.15rem;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.investment .investment-tabs .cur {
  color: #00c3f5;
}
.investment .investment-tabs h2 {
  float: left;
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.32rem;
  cursor: pointer;
  font-weight: 500;
}
.investment .investment-tabs span {
  display: inline-block;
  font-size:  0.28rem;
  line-height: 0.32rem;
  float: left;
  padding: 0.01rem 0.1rem;
}
.investment .investment-tabs a {
    color: #fff;
    float: right;
    display: inline-block;
    height: 0.42rem;
    line-height: 0.4rem;
    padding: 0 0.15rem 0 0.15rem;
    border: 1px solid #ececec;
    font-size: 0.2rem;
    background-color: #f90;
}
.investment-content .hide {
  display: none;
}
.estate-list{
 /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;*/
}

.estate-list li {
  width: 49%;
  background: #fff;
  /* height: 380px; */
  margin-bottom: 0.2rem;
  float: left;
  margin-right: 2%;
}
.estate-list li:nth-child(2n){
  margin-right: 0rem;
}

.estate-list li img {
  width: 100%;
  height: 2rem;
}

.estate-list li .text .title {
  -webkit-line-clamp: 1;
  color: #666;
  font-size: 0.22rem;;
  height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
  line-height: 150%;
  text-align: center;
}


/* 入驻流程 */
.process {
  /* background: #f5f5f5; */
  /*padding-top: 80px;*/
  padding-top: 0.5rem;
}
.process .process-content {
  /*width: 1230px;*/
  margin: 0 auto;
  padding: 0.4rem 0;
}

.process .process-content ul {
  /*display: flex;
  justify-content: center;*/
}

.process .process-content ul li {
  color: #aaa;
  border: 1px solid #aaa;
  line-height: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 0.2rem;
  float: left;
  margin-left: 1.5%;
  width: 22%;
  margin-right: 1.5%;
  font-size: 0.2rem;
}

.process .process-content ul .process-active {
    color: #fff;
    border-color: #00304b;
    background-color: #00304b;
}

.process .process-content .process-box {
 /* display: flex;*/
  margin: 0.5rem 0;
}

.process .process-content .process-box .process-item {
  position: relative;
  flex: 1;
  text-align: center;
}

.process .process-content .process-box .process-item::before {
  content: '';
  position: absolute;
  font-size: 24px;
  top: 40px;
  font-weight: bold;
  height: 1px;
  left: 0;
  right: 0;
  /*background: #00304b;*/
  z-index: 1;
}
.process .process-content .process-box .process-item:first-child:before {
  left: 50%;
}
.process .process-content .process-box .process-item:last-child::before {
  right: 50%;
}

.process .process-content .process-box .img-box {
  display: inline-block;
  padding: 0.3rem;
  border: 1px solid #00304b;
  background: #00304b;
  border-radius: 50%;
  transition: all 0.3s;
  transform: scale(1);
  position: relative;
  z-index: 2;
  line-height: 1;
}

.process .process-content .process-box .img-box img {
  width: 0.65rem;
  height: 0.65rem;
}
.process .process-content .process-box .text-box {
    max-width: 3.5rem;
    margin: 0.2rem auto 0.3rem;
}

.process .process-content .process-box .text-box .process-title {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.process .process-content .process-box .text-box .process-desc {
  color: #888;
 font-size: 0.2rem;
    line-height: 0.3rem;
}

.process .process-content .hide {
  display: none;
}

.process .process-content .process-box .second::before {
  /*background: #800073;*/
}

.process .process-content .process-box .second .img-box {
  background: #800073;
  border: 1px solid #800073;
}
.process .process-content .process-box .third::before {
  /*background: #e79039;*/
}

.process .process-content .process-box .third .img-box {
  background: #e79039;
  border: 1px solid #e79039;
}
.process .process-content .process-box .fourth::before {
  /*background: rgba(46, 186, 165);*/
}

.process .process-content .process-box .fourth .img-box {
  background: rgba(46, 186, 165);
  border: 1px solid rgba(46, 186, 165);
}

/* 园区资讯 */
.information{background-color: #fff;padding-top: 0.5rem;}
.information .news {
  padding: 0.25rem;
  background-color: #fff;
  margin-top: 0.5rem;
}
.information .news .wrap-tab {
  border: none;
}
.information .news .gb-tab {
  border-bottom: 1px solid #e7e7e7;
  height: 42px;
}
.information .news .gb-tab li:after {
  content: '';
  height: 20px;
  position: absolute;
  border-right: 1px dashed #b0b0b0;
  top: 0;
  right: 0;
}
.information .news li.last:after {
  visibility: hidden;
  content: ' ';
  clear: both;
  height: 0;
}
.information .news .gb-tab li:hover a,
.information .news .gb-tab li a.on {
  background: none !important;
  border-color: #145fb2;
  font-weight: bold;
  color: #145fb2;
}
.information .news .gb-tab li a {
  border-bottom: 3px solid transparent;
  height: 40px;
}
.information .news .gb-tab li a {
  display: block;
  padding: 0 30px;
  font-size: 20px;
  /* color: #070707; */
  line-height: 1;
}
.information .news .gb-tab li {
  position: relative;
  float: left;
  cursor: pointer;
}
.information .news .clearfix {
  display: block;
}
.information .news .mt15 {
  margin-top: 0.15rem;
}
.information .news .list li {
  border-bottom: 1px dashed #afafaf;
    padding-left: 0.2rem;
    background: url(../images/tzbg.png) left center no-repeat;
    height: 0.45rem;
    line-height: 0.45rem;
    overflow: hidden;
    font-size: 0.25rem;
}
.information .news .list li span {
  margin: 0 0.1rem 0 0.1rem;
  float: right;
  color: #9b9b9b;
}
.information .news .list li a:hover {
  color: -webkit-link;
}

/* 底部 */
  footer {
    background: url('../images/bot.jpg   ');width: 100%;background-size: cover;opacity: 0.95;overflow: hidden;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .float_footer {margin: 0 auto;padding-top: 0.5rem;}
  .float_footer p {
      margin-top: 0.2rem;
      height: 0.32rem;
      color: #fff;
      font-size: 0.26rem;
      text-align: center;
      line-height: 0.36rem;
  }
  .float_footer p span {
    padding-left: 0.25rem;
    font-size: 0.26rem;
    color: #fd7d00;
    font-family: Arial;
  }
  .float_footer .float_form {color: #fff;margin-top: 0.2rem;width: 100%;margin-left: 0.35rem;}
  .float_form div {overflow: hidden;}
  .float_lin1 {margin-bottom: 0.1rem;}
  .float_form div li {list-style: none;line-height: 0.65rem;padding-bottom: 0.2rem;}
  .mar-left {margin-right: 22px;}
  .float_form div li span {
      font-size: 0.24rem;
      line-height: 0.48rem;
      height: 0.48rem;
      width: 1.65rem;
      float: left;
      text-align: right;
      display: inline-block;
  }
  .footer_select {
      outline: none;
      height: 0.48rem;
      color: #fff;
      padding-left: 0.1rem;
      background-color: rgba(0, 0, 0, 0);
      float: left;
      width: 3rem;
  }
  .footer_select option {
    color: #333;
  }
  #yzm {
    position: relative;
  }
/*  .float_form div li .width70 {
    width: 65px;
  }*/
  #yzm .footer_input,
  .float_lin2 .mar-left input {
    height: 0.48rem;
    width: 1.6rem;
    color: #fff;
    padding-left: 0.1rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #595959;
    box-sizing: border-box;
    outline: none;
    float: left;
  }

  #yzm img {
    position: absolute;
    width: 1.3rem;
    height: 0.48rem;
    margin-bottom: 1px;
    cursor: pointer;
    left: 3.2rem;
  }
  input::-webkit-input-placeholder {
    color: #ccc;
  }
  .backgr {
    width: 2.5rem;
    height: 0.6rem;
    background-color: #fd7d00;
    border-radius: 4px;
    color: #fff;
    font-size: 0.28rem;
    border: 0px;
    cursor: pointer;
  }
  .footer {
    margin: 0 auto;
    font-size: 0.24rem;
    /*padding-bottom: 0.5rem;*/
  }
  .footer p {
    font-size: 0.24rem
    color: white;
    text-align: center;
    line-height:0.28rem;
  }
  .footer .footer_p1 {
    padding: 0.25rem;
  }
  .footer .footer_p1 span {
    padding: 0.1rem;
    display: inline-block;
  }
  .footer .footer_p1 span:nth-child(even) {
    font-weight: 100;
    color: #3274bc;
    display: none;
  }
  .footer .footer_p1 span a {
  color: #fff;
  }
  .footer .footer_p2 {
	  /*padding-top: 0.2rem;*/
	  color: #fff;
    padding: 0rem 0.5rem 0.1rem 0.5rem;
  }
  .footer .footer_p3 {
    padding-top: 0.25rem;
    display: none;
  }
  .footer .footer_p4 {
    padding-top: 0.25rem;
    display: none;
  }
  .footer .footer_p4 a {
    color: #fff;
  }
  .footer .footer_p4 a {
    text-decoration: underline;
  }

  /**园区详情页**/
.zone-box {
    background-color: #fff;
    text-align: center;
    padding-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.zone-box h2 {
  font-size: 0.36rem;
  display: none;
}
.zone-box .box-input {
  margin: 0 auto;
  font-size: 0.26rem;
  padding: 0.5rem;
  padding-top: 0px;
}
.zone-box .box-input p {
  line-height: 1.8;
  font-family: simsun;
  text-indent: 2em;
  text-align: left;
  color: #666;
}
.zone-box .box-input img{width: 80%;}
/**新闻详情页**/
.news-main{
  background-color: #f7f7f7;
  margin-top: 1.2rem;
  box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.1);
}
.news-box {
  margin: 0.25rem auto;
}
.news-box .news-left {
  padding: 0.25rem;
  background-color: #fff;
}
.news-left .item_info_title {
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-weight: normal;
}
.news-left .item_info_time {
  font-size: 0.25rem;
  color: #666;
  padding: 0.1rem;
  border-bottom: 1px solid #eeeeee;
}
.news-left .item_info_time span {
  font-family: arial;
  padding: 0 0.1rem;
}
.news-content {padding-top: 0.25rem}
.news-content p {
  line-height: 0.42rem;
  margin-top: 0.2rem;
  font-size: 0.26rem;
}
.news-content img{width: 100%;text-align: center;}
.news-box .news-right {
  flex: 1;
  background-color: #fff;
 padding: 0.25rem;
 margin-top: 0.25rem;
}
.news-box .news-right .marin_right_title {
  color: #1f6cdd;
  border-bottom: 2px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news-box .news-right .marin_right_title span {
  font-size:  0.36rem;
  border-bottom: 2px solid #1f6cdd;
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-bottom: -2px;
}
.news-box .news-right .marin_right_title a {
  font-size: 0.24rem;
  color: #1f6cdd;
}

.tuo_news_info {
  margin-top: 0.15rem;
  overflow: hidden;
}
.tuo_news_info li {
  font-size: 0.32rem;
    height: 0.48rem;
    line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
}
.tuo_news_info li span {
  border: 0.03rem solid #dcdcdc;
    display: inline-block;
    margin-right: 0.15rem;
    position: relative;
    top: -0.05rem;
}

/**新闻列表**/
.news-list-box{
 background-color: #fff;
    padding: 0.2rem;
    margin-top: 0.5rem;
    min-height: 10rem;
}
.news-banner p{font-size: 36px;text-align: center;padding-bottom: 50px;display: none;}
.news-list li {
  border-bottom: 1px dashed #afafaf;
    padding-left: 0.2rem;
    background: url(../images/tzbg.png) left center no-repeat;
    /*height: 0.66rem;
    line-height: 0.65rem;*/
    overflow: hidden;
   margin-bottom: 0.2rem;
}
.news-list li span {
 margin: 0 0.1rem 0 0.1rem;
    float: right;
    color: #9b9b9b;
    font-size: 0.26rem;
    display: none;
}
.news-list li a{float: left;}
.news-list li a:hover {
  color: -webkit-link;
}

/*分页*/
.fy1 {
    width: 100%;
    float: left;
    text-align: center;
/*    margin-top: 20px;
    margin-bottom: 20px;*/
}
.fy1 li{  display:inline-block;}
.fy1 a,.fy1 span {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    /*margin: 0px 8px;*/
    color: #bdbdbd;
    background: #f6f6f6;
    font-size: 14px;
    font-family: Arial;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    line-height: 30px;
}
.fy1 li.active a {
    color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    /*margin: 0px 8px;*/
    background: #52bebc;
    /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    line-height: 30px;
}

.fy1 a:hover, .fy1 a.on {
    background: #52bebc;
    color: #ffffff;
}
.fy1 a.f_gd {
    background: none;
}


}