
.linkmap {
  display: none;
}

div.header_topIn {
  width: 1620px;
}
a.search_main{
  display: inline-block;
  margin-left: 22px;
}
div.header_bottomIn {
  width: 1620px;
}

div.header_bottomIn .logo1 {
  margin-top: 31px;
}

div.header_bottomIn .logo2 {
  margin-top: 28px;
}

div.header_bottomIn .logo3 {

}
.sy2_inside>.sy1_li.num6 .sy1_tit{
  margin-right:0;
}
.sy2_inside>.sy1_li.num1,
.sy2_inside>.sy1_li.num4,
.sy2_inside>.sy1_li.num5,
.sy2_inside>.sy1_li.num7,
.sy2_inside>.sy1_li.num8,
.sy2_inside>.sy1_li.num9,
.search_top {
  display: none;
}

div.search_box .search_main {
  display: block;
}

div.nav {
  display: none;
  border-bottom: none;
}

div.nav_main {
  display: block;
  float: right;
  position: static;
}

div.sy_nav {
  width: 100%;
}

div.search_box {
  margin-top: 50px;
}

div.sy_nav li.sy1_li a.sy1_tit {
  height: 120px;
  line-height: 120px;
  color: #666;
  display: inline-block;
  margin-right: 0;
  padding: 0px 15px;
}

ul.sy2_ul {
  top: 120px;
}

div.header_bottom {
  position: relative;
  height: 120px;
}

div.footer {
  background: url(../image/footer_main.png);
background-size: cover;
}


/* 主体 */

.banner {
  overflow: hidden;
}

.banner .swiper-slide {
  width: 100%;
}
.video_main {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.video_main_con {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.main {
  margin-bottom: 0px;
  position: relative;
}

.banner .swiper-slide a img {
  width: 100%;
  height: auto;
}

.items {
  position: absolute;
  bottom: 34px;
  width: 1620px;
  left: 50%;
  margin-left: -810px;
}

.items .module {
  width: 308px;
  margin-right: 16px;
}

.items .module a {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(11, 3, 6, 0.2);
}

.items .module a:hover img {
  transform: scale(1.1);
}

.items .module a.menzhen {
  background: RGBA(68, 183, 200, .8);
}

.items .module a.chuzhen {
  background: RGBA(84, 172, 202, .8);
}

.items .module a.keshi {
  background: RGBA(93, 124, 201, .8);
}

.items .module a.xuzhi {
  background: RGBA(95, 152, 201, .8);
}

.items .module a.yibao {
  background: RGBA(56, 185, 189, .8);
}

.items .module a.zhaopin {
  background: RGBA(54, 143, 188, .8);
}

.items .module a.weizhi {
  background: RGBA(53, 161, 178, .8);
}

.items .module a.dianhua {
  background: RGBA(33, 162, 151, .8);
}

.items .module a.chuzhen,
.items .module a.xuzhi,
.items .module a.zhaopin,
.items .module a.dianhua {
  margin-right: 0;
}

.items .module a img {
  display: block;
  margin: 20px auto 10px;
  transition: all 0.3s;
}

.items .module a span {
  font-size: 20px;
  color: #fff;
}

.order_box {
  width: 400px;
  height: 308px;
  background: RGBA(129, 178, 201, .8);
  padding: 30px 35px;
  box-sizing: border-box;
  margin-right: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 210px 0px rgba(11, 3, 6, 0.2)
}

.order_box .searchtxt_main {
  width: 100%;
  height: 48px;
  font-size: 20px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  outline: none;
  border-radius: 5px;
  padding-left: 24px;
  box-sizing: border-box;
}

.order_box .searchtxt_main:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #7EB0C5 inset;
  -webkit-text-fill-color: #fff;
}

.order_box .order_box_web,
.order_box .order_box_wx {
  display: block;
  float: left;
  width: 158px;
  height: 130px;
  background: #9BBFD2;
  text-align: center;
  border-radius: 5px;
  margin-right: 14px;
}

.order_box .order_box_web:hover img{
  transform: scale(1.1)
}

.order_box .order_box_wx {
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
.order_box .order_box_wx:hover .wxyy{
  top:0;
}
.order_box .order_box_web img,
.order_box .order_box_wx img {
  margin: 20px auto 10px;
  display: block;
  transition: all 0.3s;
}

.order_box .order_box_web span,
.order_box .order_box_wx span {
  font-size: 20px;
  color: #fff;
}
.order_box .order_box_wx img.wxyy{
  position: absolute;
  margin: 0;
  top: 130px;
  border-radius: 5px;
  transition: all 0.2s;
}
.search_order {
  position: relative;
  height: 48px;
  margin-bottom: 12px;
}

.searchbtn_order {
  background: url(../image/search_order.png) no-repeat center;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  border: none;
  cursor: pointer;
}

.searchtxt_main::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}

.searchtxt_main:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}

.searchtxt_main::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}

.searchtxt_main:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}

.news_right {
  width: 556px;
  height: 308px;
  background: RGBA(190, 222, 224, .8);
  border-radius: 5px;
}

.news_right .news_title {
  height: 76px;
  background: RGBA(212, 239, 241, .8);
  line-height: 76px;
  padding-left: 10px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}

.news_right .news_title .newsTitle_tab {
  font-size: 24px;
  color: #666;
  margin: 0 20px;
}

.news_right .news_title .newsTitle_tab.active {
  color: #333;
  font-size: 30px;
}

.news_right .news_title .news_more {
  float: right;
  font-size: 16px;
  color: #006835;
  text-decoration: underline;
}

.news_right .news_title .news_more:hover {
  font-weight: bold;
}

.article_main {
  padding: 12px 35px;
  display: none;
}

.selected {
  display: block;
}

.article_main li .span-date {
  font-size: 12px;
  float: left;
  margin-right: 20px;
}

.article_main li div.fl {
  width: 415px;
}

.article_main li .span-date b {
  color: #333333;
  font-size: 40px;
  display: block;
}

.article_main li .title_type {
  color: #454545;
  font-size: 18px;
  margin: 13px 0 5px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article_main li:hover .title_type {
  color: #006835;
}

.article_main li:hover .span-date {
  color: #006835;
}

.article_main li:hover .span-date b {
  color: #006835;
}

.article_main li p {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.items_phone {
  display: none;
}
div.fixed_right{
display:none;
}
@media screen and (min-width:768px) and (max-width:1680px) {
  div.header_topIn {
   width: 1280px;
   height: 30px;
  }
  div.header_top {
   line-height: 30px;
  }
  div.header_topIn .login_l {
   font-size: 12px;
  }
  div.header_topIn .login_r a {
   font-size: 12px;
  }
  div.header_bottom {
   height: 90px;
  }
  div.header_bottomIn {
   width: 1280px;
  }
  div.header_bottomIn .logo1 {
   margin-top: 22px;
  }
  div.header_bottomIn .logo1 a img {
   width: 277px;
  }
  div.header_bottomIn .logo2 a img {
   width: 233px;
  }
  div.header_bottomIn .logo3 a img {
   width: 159px;
  }
  div.header_bottomIn .logo2 {
   margin-top: 20px;
  }
  div.header_bottomIn .logo3 {
   margin-top: 24px;
  }
  div.header_bottomIn span.logo_line {
   width: 1px;
   height: 18px;
   line-height: 90px;
   margin: 34px 20px 0;
  }
  div.nav_main {
   margin-left: 49px;
  }
  div.sy_nav li.sy1_li a.sy1_tit {
   font-size: 18px;
   height: 90px;
   line-height: 90px;
   /* width: 72px; */
   /* margin-right: 30px; */
   padding: 0 10px;
  }
  div.search_box {
   margin-top: 36px;
  }
  ul.sy2_ul {
   top: 90px;
  }
  .items {
   width: 1280px;
   margin-left: -640px;
   bottom: 14px;
  }
  div.footer {
   padding: 5px 0;
   height: 111px;
  }
  div.footer p {
   line-height: 21px;
   font-size: 12px;
  }
  div.w1280 span {
 line-height: 17px;
  }
  div.w1280 span a {
 font-size: 12px;
  }
  div.ewm_footer {
 top: 10px;
 right: 90px;
  }
  div.ewm_footer div {
 width: 70px;
  }
  div.ewm_footer div span {
 font-size: 12px;
  }
  .items .module a {
   width: 120px;
   height: 120px;
  }
  .items .module a img {
   width: 45px;
  }
  .items .module a span {
   font-size: 16px;
  }
  .items .module {
   width: 248px;
  }
  .order_box {
   width: 318px;
   height: 248px;
   padding: 20px 30px;
  }
  .order_box .searchtxt_main {
   width: 100%;
   height: 38px;
   font-size: 16px;
  }
  .searchbtn_order {
   height: 38px;
   margin-top: -24px;
  }
  .search_order {
   height: 38px;
   margin-bottom: 13px;
  }
  .order_box .order_box_web,
  .order_box .order_box_wx {
   width: 125px;
   height: 102px;
   margin-right: 8px;
  }
  .order_box .order_box_web img,
  .order_box .order_box_wx img {
   margin: 13px auto 0;
   width: 50px;
  }
  .order_box .order_box_web span,
  .order_box .order_box_wx span {
   font-size: 16px;
  }
  .order_box .order_box_wx {
   margin-right: 0;
  }
  .order_box .order_box_wx img.wxyy{
 width:125px;
  }
  .news_right {
   width: 418px;
   height: 248px;
  }
  .news_right .news_title {
   height: 60px;
   line-height: 60px;
  }
  .news_right .news_title .newsTitle_tab {
   font-size: 20px;
   margin: 0 15px;
  }
  .news_right .news_title .newsTitle_tab.active {
   font-size: 24px;
  }
  .news_right .news_title .news_more {
   font-size: 14px;
  }
  .article_main {
   padding: 6px 30px;
  }
  .article_main li .span-date {
   margin-right: 15px;
  }
  .article_main li .span-date b {
   font-size: 32px;
  }
  .article_main li div.fl {
   width: 295px;
   overflow: hidden;
  }
  .article_main li .title_type {
   font-size: 14px;
   margin: 8px 0 5px;
  }
}

@media screen and (max-width:768px) {
	.video_main {
 display: none;
}
  div.footer {
 background: #006835;
}
  .items {
   position: inherit;
   display: none;
  }
  div.header_bottom {
   height: 1rem;
  }
  div.nav {
   display: block;
  }
  div.nav_main {
   display: none;
  }
  .sy2_inside>.sy1_li.num1,
  .sy2_inside>.sy1_li.num2,
  .sy2_inside>.sy1_li.num3,
  .sy2_inside>.sy1_li.num7,
  .sy2_inside>.sy1_li.num8,
  .search_top {
   display: block;
  }
  .items_phone {
   display: block;
   width: 100%;
  }
  .yuyue_phone {
   height: 1.6rem;
  }
  .yuyue_phone>a {
   width: 3.45rem;
   height: 1.6rem;
   border-radius: 5px;
   background: #D7F6EE;
   font-size: 0.36rem;
   color: #333;
  }
  .items_phone a img {
   width: 0.9rem;
   height: 0.9rem;
   margin: 0.35rem 0.3rem;
  }
  .module_phone {
   background: #fff;
   margin: 0.2rem 0;
   border-radius: 5px;
  }
  .module_phone a {
   width: 25%;
   float: left;
   text-align: center;
   font-size: 0.24rem;
   padding: 0.4rem 0 0.2rem;
  }
  .module_phone a img {
   width: 0.8rem;
   height: 0.8rem;
   display: block;
   margin: 0 auto 0.1rem;
  }
  .phone-news {
   background: #fff;
   border-radius: 5px;
  }
  .phone-news .news_title {
   height: 0.94rem;
   line-height: 0.94rem;
   padding: 0 0.3rem;
   box-sizing: border-box;
   border-bottom: 1px solid #F0F0F0;
  }
  .phone-news .news_title .newsTitle_phone {
   font-size: 0.36rem;
   color: #333;
  }
  .phone-news .news_title .newsTitle_phone_more {
   font-size: 0.26rem;
   color: #666;
  }
  ul.article_list {
   padding: 0 0.3rem;
  }
  ul.article_list li {
   padding-left: 0;
   background: none;
   line-height: 1.09rem;
   border-bottom: 1px solid #F6F6F6;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
  }
  ul.article_list li a {
   font-size: 0.3rem;
   color: #666;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
  }
  ul.article_list li span.span_date {
   font-size: 0.24rem;
   color: #999;
  }
  .mb20 {
   margin-bottom: 0.2rem;
  }
  div.sy_nav li.sy1_li a.sy1_tit {
   height: 1rem;
   line-height: 1rem;
   font-size: 0.16rem;
   padding: 0 0.2rem;
   color: #fff;
  }
  ul.sy2_ul {
   top: 0;
  }
}  