
.banner {
    width: 100%;
    height: 300px;
    background: url(../img/banner.png) no-repeat center;
}
.lxfs{
	color: #ffffff;
    background-color: #1899da;
    padding: 10px 0px;
    border-radius: 10px;
    /* position: absolute; */
    margin-left: 90%;
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: url(../img/dh.png) no-repeat;
    width: 124px;
    height: 106px;
    text-align: center;
    padding-left: 25px;
    cursor: pointer;
    border: none;
    position: fixed;
	display:block;
	z-index:999;
	margin-top:-10%;
}
.form {
    width: 760px;
    margin: 0 auto;
    margin-top: 30px;
	display:flex;
	
}

.form_txt {
    width: 450px;
    height: 50px;
    border: none;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 60px;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #00b2cd;
    padding-left: 20px;
}

.form_btn {
    width: 90px;
    height: 50px;
    border: none;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #00b2cd;
    background: url(search-2-line.png) no-repeat;
    background-position: 10px 18px;
    background-color: #00b2cd;
    color: #ffffff;
    font-size: 15px;
    padding-left: 10px;
    margin-left: -5px;
}

.form_btn1 {
    width: 90px;
    height: 63px;
    border: none;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #00b2cd;
    background: url(../img/search-2-line.png) no-repeat;
    background-position: 10px 23px;
    background-color: #00b2cd;
    color: #ffffff;
    font-size: 15px;
    padding-left: 10px;
    margin-left: -5px;
}

/* 套件筛选 */

.sx {
    width: 1200px;
    //height: 300px;
    margin: 0 auto;
    border-top: 2px solid #05217e;
    margin-top: 30px;
    box-shadow: 0px 2px 5px 2px #a3a3a342
}

.tag.open {
    height: auto;
    //margin: 25px;
}

.tag.open .fr span {
    display: none;
}

.tag.active .fr span {
    background: url(../images/up.png) no-repeat right center;
}

.tag .fl {
    font-size: 16px;
    font-weight: bold;
    color: #26303c;
    width: 10%;
    font-weight: bolder;
    height: 36px;
    line-height: 36px;
    text-align: right;
}

.tag .fr {
    width: 88%;
}

.tag .fr a {
    display: inline-block;
    /* border: 1px solid #b3b3b3; */
    line-height: 24px;
    margin: 0 6px 12px;
    padding: 5px 8px;
    font-size: 16px;
   /* font-weight: 600;*/
    color: #26303c;
    background-color: #f3f4f6;
}

.search_top .tag .fr span {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-size: 12px;
    color: #22a1ee;
    line-height: 26px;
    background: url(../images/down.png) no-repeat right center;
    padding-right: 8px;
    cursor: pointer;
}

.tag .fr a.active {
    background-color: #00b2cd;
    border: 1px solid #00b2cd;
    color: #fff;
}


/* 列表表单 */

.tablebox {
    width: 1200px;
    margin: 0 auto;
    height: 650px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px 2px #a3a3a342;
}

.tbl-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 996;
}

.tbl-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
}

.tablebox table {
    width: 100%;
    table-layout: fixed
}

.tablebox tr th {
    text-align: center;
    background: #00b2cd;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: normal
}

.tablebox table tr td,
.tablebox table tr td a {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #404e70;
    font-weight: normal;
    padding: 7px 0;
}

.tablebox table tr td {
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap; */
}

.tablebox table tr td {
    border-bottom: 1px solid #ebeef4
}

.tablebox table tr:hover a {
    color: #2f73e2
}

.kf_List {
    width: 100%;
    height: 580px;
    background: url(../img/shan.jpg) no-repeat;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

#tbody_list tr td:last-child {
    display: flex;
}

.ckfs {
    width: 70px;
    height: 30px;
    background: url(xq.png) no-repeat;
    display: block;
	margin-left:20px;
}

.jy {
    width: 70px;
    height: 30px;
    background: url(../img/jy.png) no-repeat;
    display: block;
    margin-left: 10px;
}


/* 列表 */

.xwdt_List {
    width: 45%;
    float: left;
}

.xwdt_Right {
    width: 45%;
    float: right;
}

.title {
    font-size: 22px;
    color: #333333;
    padding-bottom: 11px;
    border-bottom: #ededed solid 3px;
    margin-bottom: 30px;
    padding-top: 65px;
}

.title span {
    color: #cdd0e2;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
    font-family: "Adobe 黑体 Std R";
}

.title .title_a {
    width: auto;
    font-size: 22px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: #00b2cd solid 3px;
}

.title .gd_lan {
    font-size: 14px;
    width: 36px;
    height: 40px;
    background: url(../img/lan_icon.png) no-repeat top 15px left 0px;
}

.title .gd_huang {
    font-size: 14px;
    width: 36px;
    height: 40px;
    background: url(../img/huang_icon.png) no-repeat top 15px left 0px;
}

ul.List li a {
    width: 70%;
    font-size: 14px;
    line-height: 55px;
    margin-left: 15px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.List li a {
    color: #313131;
    /* display: flex; */
}
 a span.bz{
	display:block;
	width:18px;
	height:18px;
	position:absolute;
	margin-left:15.5%;
	margin-top:3px;
	cursor:pointer;
	background:url(/img/bz1.png) no-repeat;
}

.bz:hover+.bz_p{
	display:block !important;
	position:absolute;
}
.bz_p{
	padding:5px 10px;
	background:#222222a8;
	color:#fff;
	margin-left:15%;
	margin-top:-25px;
}
ul.List li>span {
    color: #b3b4b6;
    font-size: 14px;
    line-height: 55px;
    float: right;
    font-style: normal;
    font-family: Microsoft YaHei;
}

ul.lyhd_List li p a {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    padding: 0px 10px;
}

.lyhd_List li a img {
    width: 100%;
    height: 82%;
}

ul.List.lan_i li {
    background: url(../img/lan_i.png) no-repeat top 25px left 0px;
    border-bottom: 1px solid #cccccc;
    height: 55px;
    line-height: 55px;
}

.List li {
    background: url(../img/dian.png) no-repeat top 25px left 0px;
    border-bottom: 1px solid #cccccc;
    height: 55px;
    line-height: 55px;
}
ul.List.lan_i li:nth-of-type(1){
	display:none;
}
.List li a {
    color: #313131;
}

.lan {
    width: 100%;
    height: 120px;
    display: flex;
    background-color: #00b2cd;
    margin-bottom: 20px;
}

  .lan>a img{
	   width: 190px;
	  height:120px;
	 }
  .lan h3,.lan p{
	  /* float:
	  right; */
	  /* width:370px; */
	  line-height:24px;
	  /* margin-top: 10px; */
	 }
  .lan p{
	  height: 76px;
	  position:absolute;
	  width:300px;
	  margin-left:200px;
	  margin-top:50px;
	 }
  
   .lan h3 a:hover{
	   color: #f6233a;
   }
   .lan p a{
	   padding-top: 10px;font-size:14px;
	   color: #fff;
	   text-indent: 15px;
	   display: block;
	   display: -webkit-box;
	   -webkit-box-orient: vertical;
	   -webkit-line-clamp: 2;
	   overflow: hidden;
	   padding-right: 5px;
	  }

.lan h3 >a {
	
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin: 20px;
    display: block;
    width: 300px;
    line-height: 28px;
	    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.huang img {
    width: 190px;
    height: 120px;
}

.huang h3 >a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin: 20px;
    display: block;
    /* width: 100%; */
    line-height: 28px;
}
.huang {
    width: 100%;
    height: 120px;
    display: flex;
    background-color: #f59e0b;
    margin-bottom: 20px;
}

.huang p {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
    /* width: 100%; */
    line-height: 28px;
}

.huang span {
    font-size: 16px;
    color: #ffffff;
    /* font-weight: bold; */
    /* padding: 20px; */
    position: absolute;
    /* float: right; */
    margin-left: 210px;
    margin-top: 90px;
}
	.news_img_div>a{
	  display:
	  block;
	  width: 190px;
	  height:120px;
	  float:
	  left;
	  margin-right:15px;
	 }
  .news_img_div>a img{
	   width: 190px;
	  height:120px;
	 }
  .news_img_div h3,.news_img_div p{
	  /* float:
	  right; */
	  /* width:370px; */
	  line-height:24px;
	  /* margin-top: 10px; */
	 }
  .news_img_div p{
	  height: 76px;
	 }
   .news_img_div h3 a{
	   font-size:16px;
	   color: #fff;
	    text-indent:15px;
	   display: -webkit-box;
	   -webkit-box-orient: vertical;
	   -webkit-line-clamp: 1;
	   overflow: hidden;
	   padding-top: 20px;
	  }
   .news_img_div h3 a:hover{
	   color: #f6233a;
   }
   .news_img_div p a{
	   padding-top: 10px;font-size:14px;
	   color: #fff;
	   text-indent: 15px;
	   display: block;
	   display: -webkit-box;
	   -webkit-box-orient: vertical;
	   -webkit-line-clamp: 2;
	   overflow: hidden;
	   padding-right: 5px;
	  }

.news_img_div {
    background-color: #f59e0b;
}
.yqlj {
    width: 100%;
    height: 220px;
    background-color: #eff2f9;
}

.gywm.w1200 {
    height: 590px;
}

.gywm_img {
    float: left;
    width: 30%;
}

.gywm_txt h4 {
    color: #042859;
    font-size: 24px;
    border-left: #00b2cd solid 3px;
    padding-left: 20px;
	margin-bottom:20px;
}

.gywm_txt {
    width: 68%;
    float: right;
}
.gywm_txt_p{
	height:320px;
	overflow:hidden;
	margin-bottom:20px;
}


.more {
    float: right;
    width: 100px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    /* border-radius: 5px; */
    font-size: 12px;
    color: #02305400;
    background: #00b2cd;
    /* margin-top: 50px; */
    margin-right: 170px;
   /* margin-top: -20px; */
   display:none;
}

span.more a {
    color: #ffffff;
    font-size: 14px;
}

.yqlj ul li {
    float: left;
    padding: 0px 10px;
    color: #333333;
    font-size: 16px;
    border-right: 2px solid #333333;
    margin-top: 0px;
}

.yqlj ul li a {
    color: #333333;
}

.yqlj ul li:hover a {
    color: #05217e;
}

.yqlj ul {
    padding-left: 15px;
}

.yqlj ul li:last-child {
    border-right: none;
}


/* 分页 */

.pages {
    text-align: center;
    margin: 40px 0 50px 0;
    overflow: hidden;
}

.pages a {
    color: #333;
    margin: 0 0px 0 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #eee;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
    font-size: 16px;
}

.pages a.on_pages,
.pages a:hover {
    color: #000;
    border: #00b2cd 1px solid;
}
.on_act {
	background-color: #00b2cd !important;
    color: #ffffff !important;
}
.pages_min {
    margin-top: 25px;
    overflow: hidden;
    display: none;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    background: #be1521;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #be1521;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #be1521;
}

.article* {
    line-height: 30px!important;
    font-size: 18px!important;
}

.article p,
.article span {
    line-height: 24px;
    font-size: 14px;
}
ul.lyhd_List {
    height: 290px;
	overflow:hidden;
}

.lyhd_List li {
    width: 370px;
    height: 250px;
    margin-top: 20px;
    float: left;
    background-color: #f2f2f2;
}

.lyhd_List li+li {
    margin-left: 45px;
}

.lyhd_List li:nth-child(4) {
    margin-left: 0px;
}

.lyhd_img {
    width: 370px;
    height: 210px;
}

.lyhd_img img {
    width: 100%;
    height: 100%;
}
.lyhd_List li p {
	height:40px;
	overflow:hidden;
}
.lyhd_List li:hover div {
    background: url(../img/xmtj_List.png);
}

.lyhd_name {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    padding: 0px 10px;
}
@media screen and (max-width:1200px){
    .banner {
        width: 100%;
        height: 130px;
        background: url(../img/banner.png) no-repeat top center;
        background-size: 200%;
    }
    .lxfs {
        margin-left: 70%;
        display: none;
    }
    .form {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
        margin-top: 10px;
        display: block;
    }
    .form_txt {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        width: 30% !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
        padding-left: 10px;
    }
    .form_txt + .form_txt {
        width: 40% !important;
    }
    .form_btn {
        width: 24%;
        height: 32px;
        box-sizing: border-box;
        background: url(../img/search-2-line.png) no-repeat;
        background-position: 10px 7px;
        background-color: #00b2cd;
    }
    .sx {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .tag.open {
        margin: 0px 10px;
    }
    .tag.open+.tag.open {
        margin-top: 10px;
    }
    .tag .fl {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        text-align: left;
    }
    .tag .fr a {
        font-size: 14px;
        padding: 0px 5px;
        margin: 0px 1px 9px;
    }
    .tag .fr,
    .tag .fl,
    .xwdt_List,
    .xwdt_Right,
    .gywm_img,
    .gywm_txt,
    .crumbs,
    .sys_left,
    .hasLeft {
        width: 100%;
        float: none;
    }
    .tablebox {
        width: 100%;
    }
    .tablebox tr th {
        height: 30px;
        line-height: 30px;
    }
    .kf_List {
        height: auto;
        padding-bottom: 15px;
        background: url(../img/shan.jpg) no-repeat;
        background-size: cover;
    }
    .w1200,
    .center {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }
    .title {
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .title>a,
    .title .title_a {
        font-size: 16px;
    }
    .title span {
        font-size: 14px;
    }
    .lan {
        position: relative;
    }
    .lan>a img {
        width: 120px;
    }
    .lan h3 >a {
        width: 256px;
        margin: 12px 9px;
        height: 28px;
        overflow: hidden;
    }
    .lan p {
        width: 256px;
        margin-left: 120px;
        height: 28px;
        line-height: 16px;
        overflow: hidden;
    }
    .gywm_img,
    .sys_left,
    .tablebox tr th:first-child,
    #tbody_list tr td:first-child,
    .tablebox tr th:nth-child(5),
    #tbody_list tr td:nth-child(5),
    .tablebox tr th:nth-child(6),
    #tbody_list tr td:nth-child(6),
    .tablebox tr th:nth-child(7),
    #tbody_list tr td:nth-child(7){
        display: none;
    }
	ul.lyhd_List {
		height:auto;
	}
	.lyhd_List li {
		width:100%;
	}
	.lyhd_List li+li {
		margin-left:0px;
	}
    .gywm.w1200,
    .sys_middle {
        height: auto;
    }
    .sys_middle {
        min-height: auto;
    }
    .column>li>a {
        width: 74%;
    }
    .yqlj {
        height: auto;
    }
    .yqlj ul li {
        float: none;
        border: 0px;
        padding: 10px 0px;
        margin-top: 0px;
    }
    a span.bz {
        background: none;
    }
    .pages a {
        padding: 0px 7px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .gywm_txt_p {
        height: auto;
    }
    .gywm_txt h4 {
        font-size: 16px;
    }
    .gywm_txt_p p {
        font-size: 14px;
        color: #313131;
        line-height: 25px;
    }
    .gywm_txt_p p+p {
        margin-top: 10px;
    }
    .tag .fr a.active {
        border: 0px;
    }
    .pages {
        margin: 20px 0 20px 0;
    }
}