@charset "utf-8";/* CSS Document*/
body{margin: 0;padding: 0;font-family: "microsoft yahei";font-size: 14px;background:#ffffff;}
ul,li{list-style-type: none;margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;font-weight: normal}
img{border: 0;border: none;max-width: 100%;}
a{text-decoration: none;color: #666666;}
a:hover{text-decoration: none;color:#1f71bf; transition: all 0.6s;}
.fl{float: left !important;}
.fr{float: right !important;}
.clearboth{clear: both;border: 0;padding: 0;margin: 0;}
.w1200{width: 1200px;height: auto;margin: 0 auto;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.relative{position:relative;}
.imghover{cursor: pointer;transition: all 0.6s;}
.imghover:hover{transform: scale(1.2);}
input,button {outline:none;}
.img-hide{ overflow:hidden; }
.clearfix{clear:both;}
.wap{display:none;}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
/*topline*/
.top_line{ height: 34px; line-height: 34px; background: #003871; color: #ffffff; font-size: 12px;}
.top_line_left{ float: left;width: 300px;}
.top_line_right{ float: right}
.top_link a{ padding: 0 10px; color: #ffffff;  }
.header{ background:#0e4f8f; height: 110px;}
.header .logo {float: left;width: 830px;}
.header .logo img{ margin:15px 0 0 0;float: left;max-height: 80px;}
.i-search{width: 250px;height: 34px;overflow: hidden;position: relative;margin:35px 0 0 18px; float: right; border: #ffffff 1px solid; background: #ffffff; border-radius: 18px;}
.i-search .search-txt{width: 190px;padding-left: 10px;height: 34px;line-height: 34px;color: #666;border: none; background: none; outline: none}
.i-search .search-btn{width: 46px;height: 34px;line-height: 34px;font-size: 16px; border: none; background: url("../images/ico_search.png") center no-repeat; cursor: pointer;}
.i-search .search-btn:hover{cursor: pointer;}

/*nav*/

.nav {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #fff;    border-bottom: 1px solid #f3f3f3;
}

.nav>ul {
  font-size: 0;
}

.nav>ul>li {
  text-align: center;
  position: relative;
}

.nav>ul>li>a {
  display: block;
  font-size: 18px;
  color: #333;
  text-align: center;
  position: relative;
}

.nav>ul>li>a::after {
  /* content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #fff;
	transform: scaleX(0);
	transition: all 0.3s; */
}

.nav>ul>li.on>a::after,
.nav>ul>li:hover>a::after,
.nav>ul>li.active>a::after {
  /* transform: none; */
}

.nav>ul>li.active>a {
  font-weight: bold;
}

.nav>ul>li:hover>a {
  font-weight: bold;
}

.nav>ul>li>div {
  position: absolute;

  left: 50%;
  transform: translateX(-50%) translateY(0.3rem);
  width: 100%;
  min-width: 120px;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: #fff;
  border-top: 3px solid #004e96;
  line-height: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.nav>ul>li>div>ul>li{
  line-height: 20px;
}
.nav>ul>li>div>ul>li a {
  display: block;
  font-size: 15px;padding:10px 0;
  
  transition: all 0.3s;
}

.nav>ul>li>div>ul>li a:hover {
  background: #004e96;
  color: #fff;
}

.nav>ul>li:hover>div {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*banner*/
/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner .slick-slide {
  overflow: hidden;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  max-width: 14rem;
  margin: 0 auto;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #fff;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  width: 55px;
  height: 55px;
  z-index: 9;
}

.banner .slick-prev {
  left: 7.03%;
  background: url(../images/ban-prev.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-next {
  right: 7.03%;
  background: url(../images/ban-next.png) no-repeat;
  background-size: 100% 100%;
}


/*i-main*/
.i-main{ width: 100%; height: auto; overflow: hidden; margin: 30px auto 0 auto;}
.i-m-p{width: 100%; height: auto; overflow: hidden;}
.i-m-p-left{ float: left; width: 580px;  overflow: hidden;}

.i-m-p-right{ float: right; width: 580px;overflow: hidden;}
.i-title{ height: 48px; line-height: 48px; background: #ededed; width: 100%;}
.i-title h2{ display: block; margin: 0 10px; width: 100px; float: left;}
.i-title a{ font-size: 14px;float:right; padding:0 10px;}
.ys_01{ border-top: #ea6914 2px solid}
.ys_01 span{ display: block; background: url("../images/ico_tz.png") center no-repeat #ea6914; float: left; width: 48px; height: 48px;}
.ys_01 h2{ color:#ff6600}

.ys_02{ border-top: #1860a8 2px solid}
.ys_02 span{ display: block; background: url("../images/ico_xw.png") center no-repeat #1860a8; float: left; width: 48px; height: 48px;}
.ys_02 h2{ color:#1860a8}

.ys_03{ border-top: #0b8c36 2px solid}
.ys_03 span{ display: block; background: url("../images/ico_zc.png") center no-repeat #0b8c36; float: left; width: 48px; height: 48px;}
.ys_03 h2{ color:#0b8c36}


.i-lbox{margin-top: 20px;}
.ss-img img{ width: 180px; height: 120px; }
.ss-right-tt a{ font-size: 16px; color: #333; }
.ss-right-tt a:hover{color:#0066cc;}
.ss-right{ width: 380px; }
.ss-right-p{ color: #999; line-height: 25px; height: 50px; overflow:hidden; margin-top: 10px;font-size: 14px; }
.ss-right-data{color:#0066cc;margin-top: 10px;font-size: 14px;  }
.ss-right-tt{ margin-top: 8px; }
.tabs-list-ul{ border-top: solid 1px #e3e3e3; margin-top: 10px; padding-top: 5px; }
.tabs-list-ul li{ position: relative; padding-right: 95px; height: 38px;line-height: 38px; }
.tabs-list-ul li span{ position: absolute; right: 3px; top: 0; color: #999; }
.tabs-list-ul li a{ font-size: 16px; color: #333; padding-left: 10px; background: url(../images/ico_002.png) left center no-repeat; }
.tabs-list-ul li:hover a{color:#0066cc;}

.right-width{ width: 100%; float:right;}
.notice-list-ul li{ position: relative; padding-left: 80px; height: 52px; margin-bottom: 15px;display: flex; align-items: center; }
.notice-list-ul li:last-child{margin-bottom: 0;}
.notice-list-ul li:hover a{color: #0066cc;}
.notice-tt a:hover{color: #fff;}
.notice-date{ position: absolute; text-align: center; left: 0; top: 0; height: 52px; width: 60px; background: #e7e2df;background-image: linear-gradient(to right, #0066cc, #0066cc); border:solid 1px #0066cc; font-size: 12px; color: #fff; }
.notice-date span{ display: block; font-size: 18px; margin-bottom: 6px; color: #0066cc; background: #fff; line-height: 26px; }
.notice-tt a{ font-size: 16px; color: #333; }
.notice-tt{ line-height: 24px;max-height: 60px;overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.i-lbox2{ }
.i-list2{ margin: 0 auto; height: auto; overflow: hidden; width:auto;}
.i-list2 ul{ padding: 15px 0;}
.i-list2 li{ height: 40px; line-height: 40px; position: relative; padding-right: 95px;margin: 0 auto;}
.i-list2 li a{ background: url("../images/ico_002.png") left center no-repeat; padding: 0 0 0 10px; color: #666;font-size: 16px;}
.i-list2 li span{position: absolute; right: 3px; top: 0; color: #666;}
.i-list2 li:hover a,.i-list2 li:hover span{color:#0066cc;}
/*i-cgzh*/
.cgzh_title{height: 60px; line-height: 60px; margin: 20px auto; }
.cgzh_title h2{ color: #0066cc; font-size: 28px; line-height: 60px; height: 60px; display: block; margin: 0 auto; text-align:center}


/*ixscy*/
.ico01{background: url(../images/xyxw.png) center no-repeat;}
.ico02{background: url(../images/tzgg.png) center no-repeat;}
.ico03{background: url(../images/xsdt.png) center no-repeat;}
.ico04{background: url(../images/gslm.png) center no-repeat;}
.ixscy{ height: auto; overflow: hidden; margin: 0 auto;}
.ixscy-left{ float: left; width: 436px;}
.ixscy-center{float: left; width: 436px; margin-left: 26px;}
.ixscy-right{float: right; width: 277px;}
.ixscy-title1{height: 50px;line-height: 50px;background: url("../images/i-titlebg.png") bottom left no-repeat;width: 100%; }
.ixscy-title1 h2{ display: block; margin: 0 10px; width: 100px; float: left; color: #0066cc}
.ixscy-title1 a{ font-size: 14px;float:right; padding:0 10px;}
.ixscy-title1 span{display: block;float: left;width: 36px; height: 48px;}
.ixscy_link{}
.ixscy_link li{ text-align: center; color: #ffffff; font-size: 20px; width: 100%; height: 70px; line-height: 70px; font-weight: bold; border-radius: 6px;}
.ixscy_link li:hover{ opacity: 0.7}
.ixscy_link a{ display: block; width: 100%; height: 70px; margin: 15px auto 0 auto;  color: #ffffff; }
.ixscy_link .link_01{ background: #11a0ac }
.ixscy_link .link_02{ background: #df9514 }
.ixscy_link .link_03{ background: #1675d4 }
.ixscy_link .link_04{ background: #cc1355 }

/*yqfw*/

.yqfw{position:relative;margin: 0 auto 20px;padding:15px 18px;}

.school2-2 a {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    border-bottom: 3px solid rgba(62, 62, 62, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}
.school2-2 a .pic{
    padding-top: 65.5%;
}
.school2-2 a .txt {
    padding: 20px;
}
.school2-2 a h5 {
    height: 52px;
    
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #333;
    text-align: justify;
    overflow: hidden;
}

.redLine {
    width: 48px;
    height: 2px;
    margin-top: 17px;
    margin-bottom: 18px;
    background-color: #0066cc;
}

.school2-2 a p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #666666;
	margin: 0;
}

.school2-2 a p::after {
    content: url(../images/icon_schoolJian.png);
    float: right;
}

.school2-2 .slick-prev {
    width: 58px;
    height: 58px;
    background: url(../images/school_left.png) no-repeat;
    background-size: cover;
    left: -52px;
}

.school2-2 .slick-prev::before {
    content: '';
}

.school2-2 .slick-next {
    width: 58px;
    height: 58px;
    background: url(../images/school_right.png) no-repeat;
    background-size: cover;
    right: -52px;
}

.school2-2 .slick-next::before {
    content: '';
}

.school2-2 a:hover h5 {
    color: #0066cc;

}
/*list_banner*/
.list_banner{ width: 100%; text-align: center;}
.list_banner img{width: 100%;}
/*content*/

.icontent{  width: 1200px;border: #e5e5e5 1px solid;  padding:0 40px; background: #fcfcfc; overflow: hidden; margin: 15px auto}
.icontent .lm_name{  height: 70px; line-height: 70px;border-bottom: #e4e4e2 1px solid}
.icontent .lm_name h2{ float: left; padding: 0 20px; min-width: 100px; text-align: center; font-size: 24px; color: #0066cc; font-weight: bold;border-bottom: #0066cc 3px solid}
.icontent .lm_name span{ float: right; color: #666666; font-size: 12px; }
.icontent .lm_name span a{ color: #666666;}
.c-content {
    height: auto;
    overflow:hidden;
    position: relative;
    margin: 20px auto 20px auto;
    padding: 0;
}
.c-content .c-title {
    font-size: 34px; font-weight: bold;
    color: #333333;
    line-height: 60px;
    text-align: center;
    margin: 15px 0 20px 0;
}
.c-content .other-s {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    background: #ececec;
}
.c-content .nr-info {
    height: auto;
    overflow:hidden;
    position: relative;
    text-align: left
}
.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    font-family:"微软雅黑";
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}
.i-sxt{ border-top: #d9d9d9 1px solid; margin: 20px auto; padding: 20px;}
.i-sxt p{display: block;width: 50%; float: left}
.i-sxt a{ color: #000000; font-size: 14px;  line-height: 30px;}
.i-sxt a:hover{ color: #cc0010; }

/*list*/
.listmain {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0 0 0 0 ;
    width: 1200px;
    margin: 12px auto;
}
.lm-left {
    width: 270px;
    float: left;
     background: #e9e9e9; height: auto;overflow: hidden;
}
.lm-left .left-lmname {
    background: url("../images/listname_bg.png") right bottom no-repeat #0066cc;
    height: 75px;
    padding: 25px 0 0 25px;
    overflow: hidden
}
.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 28px;
    line-height:30px;
}
.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.lm-left .list-sub a{
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    margin: 1px 0 0 0;
    background: #ffffff;
}
.lm-left .list-sub a:hover,#this-on {
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    color: #ffffff;
    background: url("../images/sub_bgh.png") 230px center no-repeat #3b71b1;
}

.lm-right {
    width: 870px;
    float: right;
    margin-right:0;
    border: #eaeaea 1px solid;
    background: #ffffff; padding:0 20px ;
}
.this-name {
    border-bottom: #bfbfbf 1px solid;
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 20px 0 0 0;
}
.this-name h1 {
    color: #0066cc;
    font-size: 20px;
    font-weight:normal;
    line-height: 39px;
    height: 39px;
    padding-left: 30px;
    float: left; background: url("../images/ico_wz.png") left center no-repeat; border-bottom: #0066cc 3px solid;
}
.this-name span {
    float: right;
    color: #666
}
.this-name span a {
    color: #666
}
.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 20px;
}
.lm-right .lm_list li {
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0 ;
    background: url("../images/dxhx.png") bottom repeat-x;
}
.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background:url("../images/ico_001.png") left center no-repeat;
}
.lm-right .lm_list li:hover {
    background: #ececec;
    color: #0066cc
}
.lm-right .lm_list li a:hover {
    background:url("../images/ico_001.png") left center no-repeat #ececec;
    color: #0066cc
}
.lm-right .list-fy {
    text-align: center;
    margin:0 auto 40px auto;
    min-height: 40px;
}

/*piclist*/
.pic-list{ width:916px; overflow: hidden;height: auto;margin: 20px auto;}
.pic-list ul{width:1000px; margin: 0 auto; padding: 0; }
.pic-list li{ width: 250px; margin-right:34px; float: left;margin-bottom:0;}
.pic-list li img{ width: 250px; height: 170px;  border: #efefef 1px solid;padding: 5px; }
.pic-list li img:hover{ border: #ccc 1px solid;padding: 5px;  }
.pic-list li a{}
.pic-list li a:hover{color: #000}
.pic-list li span{ text-align: center; width: 100%;line-height: 40px; color: #666; display: block}
/*content*/
/*c-content*/
.c-content {
    height: auto;
    overflow:hidden;
    position: relative;
    margin: 20px auto 40px auto;
    padding: 0 20px;
}
.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}
.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin:15px auto 0 auto;
}
.c-content .nr-info {
    height: auto;
    overflow:hidden;
    position: relative;
    text-align: left
}
.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

/*end*/
.footer{
	width: 100%;overflow: hidden;margin-top: 20px;
    background: rgba(0,70,148,0.8) url(../images/foot-bj.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0 0 0;
    height: 150px;
}
.bqleft{float:left;width:40%;}
.bqleft p{ text-align: left; color: #ffffff; line-height: 30px; margin: 0 ; padding: 0}
.weixin{float:right;margin-top: -10px;}
.weixin ul li{
	float: left;
	
	margin-left: 20px;
}
.weixin ul li img{
	display: block;
	width: 100px;
	height: 100px;
}
.weixin ul li p{
	text-align: center;
	font-size: 14px;
	color: #fff;

}