@charset "utf-8";
body {
   min-width: 960px;
   background: #ffffff;
   font-size: 14px;
}
.max-body{width:1200px;margin:auto;}
.clear{clear:both;}
 #top{background-color: #4050B2;}
 .login-x{float:right;margin-left: auto;width:300px;text-align: right;}
 .login-x a{color:#ffff;}

.top_weather_bar {
	width:1200px;
	margin:auto;
    height:30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
    font-size: 14px
 }
 .clm {
 width: 1px;
 height:18px;
 background-color: #fff;
 margin: 8px;
 }
.weather_item iframe{
	margin-top:6px; 
	width:215px;
}
 .top_logo_bar {
    height: 120px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
  }
    .logo{width:500px;}
  .right_login {
    height: 120px;
    width:260px;
    position: relative;
    
  }
  .inp {
    width:160px;
    height:35px;
    box-sizing: border-box;
    font-size: 14px;
    padding-left:10px;
    border-radius:5px;
    border: 1px solid #DADADA;
 
  }
.login_box {
    width: 100%;
    height:35px;
    margin-top:15px;
  
   
  }
.login_btn_box{
	   position:absolute;
	   top:15px;right:0;
}
  .login_btn {
		line-height:32px;
		width: 80px;
		 font-size: 14px;
		 color: #fff;
	 	 margin-top:10px;
		 text-align: center;
		background-color: #4050B2;
		border-radius:5px;
		cursor: pointer;
  }

#rememberMe{
	margin-right:5px;
	vertical-align: middle;
	margin-top:-2px;
	}
.resetpwd{
	font-size:14px;
	 margin-top:10px;
	 color:#333;
	}
.resetpwd a{ color:#999;}
	
#navs_box {
       line-height: 50px;
       border-top: 1px solid #DADADA;
}
 #navs_box  a{color:#333;}
 .item_active a{color:#fff;}
.navs_item {
    float: left;
    width:150px;
    font-size:16px;
    text-align: center;

  }

 .item_active {
    color: #fff;
    font-weight: bold;
    background-color: #4050B2;
  }



  .swiper-container {
    width: 100%;
    height:350px;
  }

  .swiper-slide {
    height: 100%;
    width: 300px;
  }
  
  .swiper_box {
      width: 100%;
      height:350px;
      overflow: hidden;
     position: relative;
  }


  .swiper_tip_box {
     width:1200px;
     position: absolute;
     z-index: 9999;
     bottom: 0;
     line-height:40px;
     background-color: rgba(0, 0, 0, .4);
  }

  .swiper_tip_title {
    float: left;
    height: 100%;
    width: 200px;
    font-size: 16px;
    color: #4050B2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 1.40625rem;
    background-color: #fff;
  }

.swiper_title {
	float: left;
	font-size:16px;
	color: #fff;
	padding-left: 20px;
	width:500px;
	height: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
}

  .swiper_tip {
    float: right;
    height: 100%;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
  }

 .swiper-pagination-bullet {
   height:10px;
   width:10px;
   background-color: #DFDECF;
 }

 .swiper-pagination-bullet-active {
   width:40px;
   height: 10px;
   background-color: #4050B2;
   border-radius:5px;
  }
  
.index-news{width:900px;} 


 .gk_container {
   overflow: hidden;
}

   .right_fload_navs {
     width:220px;float:right;
     margin-right:50px;
     margin-top:55px;
  }

  .right_fload_navs .navs_item {
    height:40px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    cursor: pointer;
    color: #4050B2;
    border: 1px solid #4050B2;
    box-sizing: border-box;
    border-radius:5px;
  }

  .right_fload_navs .navs_active {
    background-color: #4050B2;
    color: #fff;
  }

  .gk_banner {
    width:800px;
    padding-left:60px;
    float:left;
    overflow: hidden;
    margin-top:20px;
     margin-bottom:50px;
  }

  .gk_content {
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
    min-height:350px;
    border-bottom: 10px;
    font-size:16px;
     line-height:30px;
    word-wrap:break-word;
     word-break:break-all;
     border-bottom:1px solid #DADADA;
         margin-bottom:20px;
  }

  .gk_content .gk_text {
    margin-bottom: 1.5625rem
      /* 50/32 */
    ;
    line-height: 1.5;
    font-size: .75rem
      /* 24/32 */
    ;
    text-indent: 2em;
  }


  .gk_banner .gk_tip_navs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
   line-height:40px;
     border-bottom:1px solid #DADADA;
    color: #A7A7A7;
    font-size:16px;
    cursor: pointer;
  }
  
  
 .gk_tip_navs2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
   line-height:40px;
     border-bottom:1px solid #DADADA;
    color: #A7A7A7;
    font-size:16px;
    cursor: pointer;
    margin-top:30px;
  }

  .gk_content_box {
    position: relative;
    padding-bottom: 30px;

    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }


  .gk_content_title {
    padding:30px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-size:18px;
    color: #3E3E3E;
    font-weight: bold;
    letter-spacing:2px;
    border-bottom:1px solid #DADADA;
  }





.banner_card {
  overflow: hidden;
  box-sizing: border-box;
}

.banner_card .card_title {
  width: 100%;
  height:50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 48px;
  border: 1px solid #e6e6e6;
}

.banner_card .card_title .card_left_title {
  height: 100%;
  font-size:16px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.card_right_icon img{width:90px;}

.banner_card .card_title .card_left_title .title_tip_clm {
  height: 0.15625rem /* 5/32 */;
width: 3.3125rem /* 106/32 */;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -1.65625rem /* 53/32 */;
  background-color: #4050b2;
}

.banner_card .card_title .card_right_icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_banner {
  height: 240px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding:20px;
  display: flex;
  flex-direction: column;
}

.card_banner .card_list {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:16px;
  height:35px;
  line-height:35px;
}
.card_banner .card_list .card_content_box {
  display: flex;
}

.card_zone {
 display: inline-block;
  color: #5361b9;
}
.index-news .card_content{width:600px;}
.index-gonggao{width:580px;}
.index-gonggao .card_content{width:350px;}
.index-xiazai{width:580px;}
.index-xiazai  .card_content{width:320px;color:#333;}

.card_content {
height:35px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.card_content  a{color:#333;}
.see_number {
 font-size:14px;
 color: #737373;
  text-align: right;
  float:right;
  display: inline-block;

}
.index-news .see_number{width:180px;}
.down_load {
  height:20px;
  line-height:20px;
  border-radius:10px;

}
.down_load a{color:#666;float:right;;padding:1px 8px;margin-left:15px;
background-color: #4050b2;color: #fff; border-radius:5px;font-size:12px;}
.xiazairenshu{float:right;text-align: center}



  .banner_box {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding-top:40px
  }

  .in_d {
    width:250px;
    height:290px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #F5F5F5;
  }

  .in_title {
    font-weight: bolder;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #727272;
    letter-spacing: 2px;
  }

  .in_list {
    cursor: pointer;
    border-radius:5px;
    width:170px;
    height:35px;
    display: flex;
    color: #fff;
    font-size:14px;
     background-color: #4050B2;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
  }
  .in_list a{color:#fff;}
  .newsax-bk{width:580px;}
  .newsax-bk .card_content{width:380px;}
  .video--cont-box{text-align: center; margin:30px}
  .video--cont-box video{width:900px;}


  .news_tai_box {
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
    height:300px;
  }


  .med_box {
    height: 300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
 
  }


  .echar_box {
    width: 100%;
  }

  .clm_title_box {

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
  }

  .clm_title {
   font-size:18px;
    width: 100%;
    text-align: center;
    font-weight: bolder;
  }

  .clm_box {
    height:30px;
    width:200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem
    ;
  }

  .clm_tip {
    font-size:16px;
    line-height:20px;
    width: 150px;
    z-index: 9999;
    text-align: center;
    background-color: #fff;
    color: #858585;
  }

  .clm_bg {
    height: .0625rem;
    width: 100%;
    position: absolute;
    background-color: #858585;
    top: 50%;
    margin-top: -.03125rem
      /* 1/32 */
    ;
  }
  #echarts{width:100%;height:400px;}

  .tuijian_box {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin-bottom:50px;
  }

  .tuijian_banner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tuijian_item {
    height: 100%;
    width: 200px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tuijian_tu {
    height: 120px;
    width: 120px;
    margin-bottom:10px;
  
  }

  .tuijian_info {
    font-size:14px;
    letter-spacing:2px;
    font-weight: 550;
  }
  
  
.floor_box {
  width: 100%;
  height:50px;
  display: flex;
    font-size:14px;
  align-items: center;
  justify-content: center;
  color:#666;
}
.floor_box div{padding:0 10px;}
.floor_box a{color:#666;}
 .floor_box img{width:50px;height:15px;vertical-align: middle;margin-left:8px;}
#mobile1 a {
    padding-right: 5px;
    color: #fff;
}

  
  
 .search_box {
   width: 100%;
    display: flex;
    align-items: center;
    margin-top:30px;
    margin-bottom:20px;
  
  }

  .search {
    font-size:14px;
    height: 30px;
    width:200px;
    text-indent: 1em;
      border-radius:5px;
    border: 1px solid #DADADA;

  }

  .inp_btn {
    height: 35px;
    width:80px;
    background-color: #4050B2;
    border-radius:5px;
    color: #fff;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    ;
  }

  .list_box {
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    padding:15px 0;
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #E0E0E0;
  }
  .list_box .down_load{display: inline-block;margin-left:10px;padding-bottom:3px;}
  .list_box .down_load a{color:#fff;font-size:12px;}
  .gk_content_box a{color:#333;font-size:16px;}
  .next_box{overflow: hidden;}
  .next_content{color:#333;font-size:16px;}
  .next_content a{color:#333;font-size:16px;  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; width:650px;display: inline-block;vertical-align: middle}
.width_d  .next_content a{width:900px;}
  .list_content {
    font-size:16px;
    width: 700px;
    line-height:25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .list_sold {
    font-size:14px;
    color: #7E7E7E;
  }

  .fenyeqi {
    width: auto;
    height:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:10px;
  }

  .fen {
    cursor: pointer;
    font-size: 16px;
    color: #AFAFAF;
    box-sizing: border-box;
    padding:5px 10px;
    margin-right: 5px;
    border-radius:5px;
    border: #E1E1E1 solid 1px;
  }

  .fen_active {
    background-color: #3F50B3;
    color: #fff;
  }   
  
  
    .second_titlt {
    justify-content: space-between;
    width:100%;
    font-size:14px;
    color: #898989;
    font-weight: normal;
    letter-spacing: normal;
      margin-top:20px;
   }
   .sold_box{float:right;}

  .back {
    width:80px;
    height:35px;
   font-size:14px;
    color: #fff;
    background-color: #4050B2;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing:5px;
    position: absolute;
    bottom:10px;
    right: 0;
    cursor: pointer;
    border-radius:5px;
  }
    .back a{color:#fff;}

  .next_box {
  
    width: 100%;
     display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .next_list {
    display: flex;
    font-size:16px;
    align-items: center;
    cursor: pointer;
    margin-bottom:20px;
 
  }

  .next_list:hover {
    color: #4050B2;
  }

  .icon:hover {
    background-color: #4050B2;
  }

  .icon {
    color: #fff;
    background-color: #646464;
    border-radius: 50%;
    width:20px;
    height:20px;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:10px;
    ;
  }  
  
      .liu_box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 27.5625rem;
  }
  .liu_box h1{  font-size:20px;}


  #liuyanban {
    height:300px;
    width:800px;
    margin-top:50px;
    box-sizing: border-box;
    border: hidden;
    padding:20px;
    font-size:16pxl
    background-color: rgba(255, 255, 255, .2);
    border-radius: .46875rem;
    box-shadow: 0px 0px 1px 1px #C4D3D8;
  }

  .sbm {
    height: 2.5rem;
    width: 6.34375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #4050B2;
    cursor: pointer;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    border-radius: 5px;
  }
   .width_d{width:1085px;}