/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SHR";
	src:url("../fonts/SourceHanSerifCN-Regular-1.otf");
}
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
a:focus{
	outline: none;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 999;
}
.header-1{
	height: 126px;
	background-image: url(../2026images/header-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.logo{
	width: 629px;
	margin-top:26px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.byu{
	width: 462px;
	margin-left: 129px;
}

.byu img{
	display: block;
	width: 100%;
}


.search{
	width: 224px;
	margin-top:46px;
	position: relative;
	background-image: url(../2026images/search.png);
	padding: 3px 0;
	padding-left: 18px;
	padding-right: 45px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	border:0;
	font-size: 16px;
	color: #333;
	padding: 4px 0px;
}


.search input[type="image"]{
	position: absolute;
	width: 35px;
	right:2px;
	top: 2px;
}


.nav-wp{
	background-color: #1768bc;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 14.2857%;
	text-align: center;
}
.nav>ul>li+li{
	padding-left: 1px;
	background-image: url(../2026images/li.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.nav>ul>li>a{
	display: block;
	font-size: 20px;
	color: #fff;
	height:63px;
	line-height: 63px;
	background-color: #1768bc;
	transition: background-color .3s;
}

.nav>ul>li>a img{
	margin-top: -3px;
	margin-right: 12px;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	background-color: #12579f;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0%;
	width: 100%;
	/*margin-left: -65px;*/
	top:100%;
	z-index: 600;
	display: none;
	background-color: #1768bc;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	text-align: center;
	background-color: #1768bc;
	transition: background-color .3s;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #12579f;
}





/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	overflow: hidden;
}
.fafa .slides>li img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
	transition:transform  5s;
}
.fafa .slides>li.flex-active-slide img{
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}










.fafa .flex-control-paging li a{
	width: 20px;
	height: 20px;
}

.fafa ul.slides>li::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 177px;
	content:"";
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../2026images/banner-hei.png);
}

.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	padding: 60px 0 80px;
	background-image: url(../2026images/main1-bg.jpg);
}

.main-left{
	width: 65.67%;
	margin-right: 73px;
}

.title-11{
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 22px;
	position: relative;
	margin-bottom: 33px;
}

.title-11 .fl{
	font-size: 34px;
	font-weight: bold;
	color: #bababa;
	line-height: 36px;
	position: relative;
	transition: .3s;
}
.title-11 .fl::before{
	position: absolute;
	left: 0;
	width: 99px;
	bottom: -20px;
	height: 9px;
	content:"";
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../2026images/line0.png);
}
.title-11 .fl+.fl{
	margin-left:65px;
}
.title-11 .fl+.fl::after{
	position: absolute;
	left: -35px;
	height: 45px;
	top: 2px;
	width: 1px;
	content:"";
	background-color: #e5e6e9;
}
.title-11 .fl.cur{
	color: #333;
	font-size: 36px;
}
.title-11 .fl.cur::before{
	background-image: url(../2026images/line2.png);
}

.title-11-hua.title-11 .fl{
	cursor: pointer;
} 

.main-div-wp .main-div{display: none;}
.main-div-wp .main-div.cur{display: block;}



.title-11.ziBai .fl{color: #fff;}
.title-11.ziBai a.fr{
	color: #fff!important;
	background-image: url(../2026images/jt3.png)!important;
}

.title-11.ziBai .fl::before{
	background-image: url(../2026images/line3.png)!important;
}


.title-11 a.fr{
	font-size: 16px;
	color: #999;
	background-repeat: no-repeat;
	background-position: 100% center;
	background-image: url(../2026images/jt1.png);
	padding-right: 24px;
	white-space: nowrap;
	margin-top: 20px;
	line-height: 1;
	display: none;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	font-weight: bold;
	color: #1d64b4;
	background-image: url(../2026images/jt1h.png);
}


.main1 .main-left .title-11 .fl.cur::before{
	background-image: url(../2026images/line1.png);
	width:863px;
}
.main3 .main-left .title-11 .fl.cur::before{
	background-image: url(../2026images/line1.png);
	width:863px;
}


.main1-1-left{
	width: 522px;
	margin-right: 40px;
}

.main1-pic .imgbox_a{
	padding-bottom: 73.37%;
}

.main1-con{
	padding: 22px 28px 28px;
	background-image: url(../2026images/main1-con-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1-h1{
	font-size: 20px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}
.main1-h2{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 15px;
}


.fmain1 .flex-control-paging li a{
	width: 6px;
	height: 6px;
	background-image: url(../2026images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	width: 22px;
	background-image: url(../2026images/arrow-b2-h.png);
}
.fmain1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 22px;
	bottom:40px;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 7px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}

.main1-1-right{
	overflow: hidden;
}

.main1-1-list dl{
	margin:0;
}
.main1-1-list dd:hover::before{
	background-image: url(../2026images/main1-beforeh.png);

}
.main1-1-list dd:hover::after{
	background-color: #1d64b4;
}
.main1-1-list dd:hover .main1-1-h1{
	color: #1d64b4;
}
.main1-1-list dd:hover .main1-1-h2{
	color: #1d64b4;
}
.main1-1-list dd{
	position: relative;
	padding-bottom: 17px;
}
.main1-1-list dd::before{
	position: absolute;
	background-image: url(../2026images/main1-before.png);
	content:"";
	width: 9px;
	height: 9px;
	left: 0;
	bottom: 0;
}
.main1-1-list dd::after{
	position: absolute;
	content:"";
	width: 100%;
	height:1px;
	left: 0;
	bottom: 4px;
	background-color: #adb3ba;
	opacity: 0.35;
}
.main1-1-list dd+dd{
	margin-top: 20px;
}
.main1-1-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.main1-1-h2{
	font-size: 16px;
	color: #666;
	margin-top: 12px;
	line-height: 1;
}

.main-right{
	overflow: hidden;
}


.main1-2-list dl{
	margin:0;
}

.main1-2-list dd{
	padding-bottom: 17px;
	border-bottom: 1px dashed #ddd;
}
.main1-2-list dd+dd{
	margin-top: 25px;
}

.main1-2-date{
	margin-right: 25px;
	margin-top: 5px;
}

.main1-2-date1{
	font-size: 30px;
	color: #1d64b4;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.main1-2-date2{
	font-size: 14px;
	color: #666;
	line-height: 1;
	text-align: center;
	margin-top: 8px;
}


.main1-2-con{
	overflow: hidden;
}
.main1-2-a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.main1-2-a a:hover{
	color: #1d64b4;
}

.main2{
	padding: 80px 0 75px;
	background-image: url(../2026images/main2-bg.jpg);
}

.main2 .main-left{
	background-color: #fff;
	padding: 65px 50px;
}

.main2-1-list dl{
	margin:0;
	margin-left: -5%;
}

.main2-1-list dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 12px;
	margin-top: 20px;
}
.main2-1-list dd:nth-child(1),
.main2-1-list dd:nth-child(2){
	margin-top: 0;
}


.main2-1-h1{
	font-size: 16px;
	color: #1d64b4;
	font-weight: bold;
	line-height: 1;
	padding-left: 15px;
	position: relative;
}
.main2-1-h1::before{
	position: absolute;
	content:"";
	left: 2px;
	top: 5px;
	width: 5px;
	height: 5px;
	background-color: #4c72c6;
}
.main2-1-h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	padding-left: 15px;
	position: relative;
	margin-top: 13px;
}


.main2-1-h2 a:hover{
	color: #1d64b4;
}




.main2 .main-right{
	background-image: url(../2026images/main2-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #1d64b4;
	padding: 15px;
}

.main2-2-list dl{
	margin:0;
}

.main2-2-list dd+dd{
	margin-top: 33px;
}

.main2-2-h1{
	font-size: 16px;
	color: rgba(255,255,255,0.68);
	line-height: 1;
	padding-left: 30px;
	position: relative;
}
.main2-2-h1::before{
	position: absolute;
	content:"";
	left: -20px;
	top: 50%;
	margin-top: -7px;
	width: 46px;
	height: 14px;
	background-image: url(../2026images/main2-2.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.main2-2-h2{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	position: relative;
	margin-top: 15px;
	padding-left: 6px;
}
.main2-2-h2 a:hover{
	font-weight: bold;
}


.main2-2{
	padding: 45px 20px 55px;
	position: relative;
	overflow: hidden;
}
.main2-2::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	opacity: 0.09;
	background-image: linear-gradient(to right, #fff , #1d64b4);
}


.main3{
	padding: 65px 0 88px;
	background-image: url(../2026images/main3-bg.jpg);
}


.main3-1-list dl{
	margin:0;
}

.main3-1-list dd{
	float: left;
	width: 33.3333%;
}

.main3-1-item{
	border-top: 3px solid #3862c0;
	padding: 50px 45px 0;
}
.main3-1-item1{
	height: 210px;
	background-color: #fff;
	padding-top: 47px;
}

.main3-1-item2{
	height: 183px;
	background-color: #eef3f8;
}
.main3-1-item2+.main3-1-item1,
.main3-1-item2:first-child{
	border-top: 0;
	border-bottom: 3px solid #3862c0;
}


.main3-1-date{
	font-size: 16px;
	color: #3862c0;
	line-height: 1;
}
.main3-1-date span{
	font-size: 34px;
	font-weight: bold;
}

.main3-1-a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 12px;
}
.main3-1-a a:hover{
	color: #1d64b4;
}



.main3-2-list dl{
	margin:0;
}

.main3-2-list dd{
	float: left;
	width: 50%;
}

.main3-2-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -42px;
	z-index:15;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.main3-2-con img{
	display: block;
	margin:0 auto 20px;
	width: 49px;
}
.main3-2-list .imgbox_a{
	padding-bottom: 88.95%;
}
.main3-2-list .imgbox_a:hover .main3-2-con{
	font-weight: bold;
}

.main2-1-item+.main2-1-item{
	margin-top: 25px;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../2026images/footer-bgx.jpg);
	position: relative;
	z-index: 30;
}

.footer-1{
	padding: 55px 0 40px;
}

.foo-logo{
	width: 340px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	font-weight: 100;
	margin-top: 30px;
}
.foo-p p+p{
	margin-top: 5px;
}
.foo-p p{
	margin:0;
}

.foo-yq{
	margin-right: 180px;
	width: 560px;
	margin-top: 40px;
	margin-left: 50px;
}
.foo-yq-sel-wp{
	margin-top: 20px;
}
.foo-yq-sel{
	width: 268px;
}
.foo-yq-sel select:focus{
	outline: none;
}
.foo-yq-sel select{
	display: block;
	width: 100%;
	height: 48px;
	background-color: rgba(255,255,255,0.65);
	color: #333;
	border:1px solid #476ea8;
	border-radius: 4px;
	appearance:none;
	padding-left: 20px;
	background-image: url(../2026images/jt2.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}

.foo-yq-sel select option{
	color: #333;
}
.foo-h1{
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.foo-h1 img{
	margin-top: -3px;
	margin-right: 9px;
}
.er{
	width: 142px;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	margin-top: 10px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo1-1{
	overflow: hidden;
}


.footer-2{
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	line-height: 1.8;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.18);
	text-align: center;
}
.footer-2 span{
	padding-left: 18px;
}


.foox-logo{
	width: 608px;
}

.foox-logo a,.foox-logo img{
	display: block;
	width: 100%;
}

.foo-p{
	margin-top: 0;
	margin-right: 0px!important;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	/*background-image: url(../2026images/header-bg.jpg);*/
	background-color: #1768bc;
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../2026images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../2026images/jia2h.png);

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 200px;
   margin-left: 15px;
   margin-top:14px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../2026images/heidi.png);
	display: none;

}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
	padding-bottom: 18.7%;
	position: relative;
	z-index: 5;
}
.banner-2-bg{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}


.erji{
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	background-image: url(../2026images/erji-bg.jpg);
	position: relative;
	z-index: 30;
}

.erji-bai{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.64);
	display: none;
}
.menu{
	width: 280px;
	margin-right: 90px;
	min-height: 1px;
	padding: 60px 0 160px;
	border-left: 1px solid #dfdfdf;
	position: relative;
	/*display: none!important;*/
}

.menu-title{
	position: absolute;
	right: -90px;
	left: 0;
	top: -84px;
	background-color: #1768bc;
	border-top-right-radius: 45px;
}

.menu-title-con{
	height: 84px;
	line-height: 84px;
	position: relative;
	/*padding-left: 15px;*/
	text-align: center;
}
.menu-title-con span{
	font-size: 34px;
	color: #fff;
	font-family: "SHR";
	position: relative;
	z-index: 15;
	font-weight: bold;
}
.menu-title-con i{
	font-size: 40px;
	color: #fff;
	font-family: "SHR";
	position: absolute;
	z-index:5;
	opacity: 0.1;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;

}


.menu-title-lan{
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	background-color: #1768bc;
}







.menu-list ul{
	margin:0;
}
.menu-list li{
	border-bottom: 1px dashed #dfdfdf;
}
.menu-list li>a{
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	padding: 20px 40px 20px 33px;
	background-image: url(../2026images/jiao1h.png);
	background-repeat: no-repeat;
	background-position: 256px 30px;
}

.menu-list li>a:hover{
	color: #1768bc;
}

.menu-list li.cur>a{
	background-color: #dfe6ee;
	color: #1768bc;
}


.menuG{
	width: 306px;
	margin-right: 40px;
	min-height: 1px;
	margin-top: 20px;
}



.menuG .menu-title{
	position: static;
}

.menuG-list{
	background-color: #fff;
	padding: 10px 20px 55px;
}

.menuG-list dl{
	margin:0;
}

.menuG-list dd>a{
	display: block;
	font-size: 22px;
	color: #222;
	line-height: 1.5;
	padding: 20px;
	padding-left: 5px;
	position: relative;
	background-image: url(../2026images/jiao1h0.png);
	background-repeat: no-repeat;
	background-position: 253px 30px;
}
.menuG-list dd{
	border-bottom: 1px dashed #dedede;
}

.menuG-list dd>a:hover{
	background-image: url(../2026images/jiao1h.png);
	color: #1768bc;
}
.menuG-list dd.cur{
	border-bottom: 1px solid #1768bc;
}
.menuG-list dd.cur>a{
	background-image: url(../2026images/jiao1h.png);
	color: #1768bc;
	font-weight: bold;
}

.erji-content{
	overflow:hidden; 
	min-height: 1000px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.64);

	padding: 40px 40px 60px 40px;
}
.erji-title{
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 35px;
}
.erji-title .fl{
	line-height: 1;
	font-size: 26px;
	color: #222;
	/*font-family: "SHR";*/
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #1768bc;
	position: relative;
	top: 1px;
}

.mianbaoxie{
	font-size: 16px;
	color: #666;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../2026images/fang.png);
	margin-top: 5px;
}

.ny02-list{
	overflow: hidden;
}
.ny02-list dl{
	margin:0;
	margin-top: -20px;
}

.ny02-list dd{
	height: 71px;
	line-height: 70px;
	border-bottom: 1px dashed #dee0e1;
	font-size: 18px;
	color: #222;
	position: relative;
	padding-right: 140px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 35px;
}
.ny02-list dd::before{
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #cdcecf;
	content:"";
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.ny02-list dd .span_001{
	position: absolute;
	right: 30px;
	top: 0;
	font-size: 16px;
	color: #666;
}
.ny02-list dd a:hover{
  color:#1768bc;
}












.fenye{
	text-align: center;
	margin-top: 70px;
}
.fenye ul{
	margin:0;
}
.pagination > li > a,
.pagination > li > span {
  color: #1768bc;
}


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1768bc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1768bc;
  border-color: #1768bc;
}



.news-xx-h1{
	font-size: 30px;
	font-weight: bold;
	color: #222;
	text-align: center;
	padding: 0 50px;
}

.news-xx-h2{
	font-size:14px;
	color: #999;
	margin-top: 20px;
	line-height: 1.6;
	text-align: center;
}

.news-xx-con{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px dashed #e7e7e7;
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin:15px 0 25px;
	padding: 35px 0 50px;
	text-align: justify;
}

.news-xx-con img{
	display: block;
	margin:0 auto 10px;
}

.news-xx-page .fl,.news-xx-page .fr{
	max-width: 48%;
	font-size: 16px;
	color: #333;
}

.news-xx-page a:hover{
	color: #1768bc;
}

.ny01-list dl{
	margin:0;
}

.ny01-list dd{
	padding: 30px 0;
	border-bottom: 1px dashed #d7d8d9;
}

.ny01-list dd:nth-child(1){
	padding-top: 0;
}

.ny01-pic{
	width: 269px;
	margin-right: 35px;
}

.ny01-pic .imgbox_a{
	padding-bottom: 72.12%;
}

.ny01-con{
	overflow: hidden;
	padding-top: 10px;
}

.ny01-h1{
	font-size: 22px;
	color: #222;
	font-weight: bold;
}

.ny01-h1 a:hover{
	color: #1768bc;
}

.ny01-h2{
	font-size: 16px;
	color: #1768bc;
	white-space: nowrap;
	margin:15px 0 28px;
}

.ny01-h2 img{
	margin-top: -3px;
	margin-right: 10px;
}

.ny01-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	max-height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ny04-list .ny01-h2{
	margin-bottom: 15px;
}

.ny04-list .ny01-con{
	padding-top: 0;
}

.ny05-list dl{
	margin:0;
}


.ny05-list dd{
	padding: 24px 0;
	border-bottom: 1px solid #EBEBEB;
}

.ny05-list dd:first-child{
	padding-top: 0;
}

.ny05-date{
	width: 62px;
  height: 60px;
  background: #1768bc;
  text-align: center;
  padding-top: 8px;
  margin-right: 20px;
}
.ny05-date1{
	font-size: 26px;
	color: #fff;
	line-height: 1;
}
.ny05-date2{
	font-size: 12px;
	color: #fff;
	line-height: 1;
	margin-top: 5px;
}

.ny05-con{
	padding-top: 3px;
}
.ny05-h1{
	font-size: 17px;
	color: #333;
	font-weight: bold;
}
.ny05-h1 a:hover{
	color: #1768bc;
}

.ny05-p{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}



/* ================= 单独 dd 输出排版修复补丁 ================= */
/* 1. 填平中间列浮动导致的高低缝隙 (210px - 183px = 27px) */
.main3-1-list dd:nth-child(5) {
    margin-top: -27px;
}
/* 2. 强制恢复默认蓝边框位于顶部 (覆盖原先的 :first-child 误伤) */
.main3-1-list dd .main3-1-item {
    border-top: 3px solid #3862c0 !important;
    border-bottom: none !important;
}
/* 3. 唯独中间一列（第2个和第5个盒子），蓝边框需要位于底部 */
.main3-1-list dd:nth-child(2) .main3-1-item,
.main3-1-list dd:nth-child(5) .main3-1-item {
    border-top: 0 !important;
    border-bottom: 3px solid #3862c0 !important;
}



