/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*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;
}

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>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{
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 999;
}

.header-1{
	height: 138px;
}


.logo{
	width: 952px;
	margin-top: 31px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	position: relative;
	margin-top: 47px;
	width: 229px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 44px;
	border:0;
	background-color: transparent;
	border-right: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 45px 8px 22px;
	background-image: url(../images/search-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.search input[type="image"]{
	position: absolute;
	right:20px;
	top: 15px;
	width: 14px;
}





.header-2{
	height: 58px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/header-2.png);
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 10%;
	text-align: center;
}
.nav>ul>li+li{
	padding-left: 1px;
}


.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #fff;
	height: 58px;
	line-height: 58px;
	background-image: url(../images/heidi0.png);
	transition: background-image .3s;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	background-image: url(../images/heidi1.png);
}

.nav>ul>li>ul{
	position: absolute;
	left: 0%;
	width: 100%;
	top:100%;
	z-index: 600;
	background-color: #3184d3;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #286aaa;
}



/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	height: 475px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}


.fafa .flex-control-paging li a{
	width: 20px;
	height: 20px;
}

.fafa .flex-control-nav{
	height: 0;
	bottom: 45px;
}
.fafa .flex-control-nav li{
	margin:0 2px;
}


.main{
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/main.jpg);
	padding: 60px 0 55px;
}


.title-00-1{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.title-00-2{
	margin-top: 5px;
	position: relative;
}
.title-00-2::before{
	position: absolute;
	height: 1px;
	background-color: #e7e7e7;
	content:"";
	left: 275px;
	right: 30px;
	bottom: 11px;
	z-index: 5;
}

.title-00-2::after{
	position: absolute;
	background-image: url(../images/jd.png);
	content:"";
	width: 17px;
	height: 17px;
	right: 0;
	bottom: 3px;
	z-index: 5;
}
.title-00-2-h1{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	line-height: 1;
}
.title-00-2-a{
	font-size: 14px;
	color: #1d78c9;
	padding-left: 29px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/aa.png);
	margin-left: 36px;
	margin-top: 15px;
}

.mm35{
	margin-top: 35px;
}

.main1-1{
	width: 723px;
	margin-right: 48px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 58.5%;
}


.main1-1-con{
	background-color: #f8f8f8;
	padding: 15px 25px;
	padding-right: 155px;
}

.main1-1-h1{
	font-size: 20px;
	color: #222;
}
.main1-1-h1 a:hover{
	color: #1d78c9;
}
.main1-1-h2{
	font-size: 14px;
	color: #999;
	margin-top: 7px;
}




.fmain1 .flex-control-nav{
	height: 0;
	text-align: right;	
	padding-right: 22px;
	bottom: 57px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 30px;
}


.fmain1 .flex-control-paging li a{
	text-indent: 0;
	font-size: 14px;
	color: #222;
	width: 20px;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/hdai.png);
	padding-top: 17px;
	line-height: 1;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/hdaih.png);
	color: #1d78c9;
}
.fmain1 .flex-control-paging li a::before{
	content:"0";
}

.mm50{
	margin-top: 50px;
}


.main2-1{
	width: 530px;
	margin-right: 40px;
}


.main-over{
	overflow: hidden;
}


.tui1{
	background-image: url(../images/tui1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 25px;
}
.tui1-h1{
	font-size: 22px;
	color: #fff;
}
.tui1-h1 a:hover{
	font-weight: bold;
}
.tui1-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	opacity: 0.77;
	overflow: hidden;
	margin-top: 14px;
}
.tui1-h2{
	font-size: 14px;
	color: #fff;
	opacity: 0.77;
	margin-top: 16px;
}

.main1-2 .ny02-list{
	margin-top: 30px;
}

.main1-2 .ny02-list dd+dd {
  margin-top: 30px;
}


.main2 .ny02-list{
	margin-top: 30px;
}


.main2 .ny02-list dd+dd {
  margin-top: 23px;
}

.main2-2-dl{
	margin-top: 30px;
}
.main2-2-dl dl{
	margin:0;
}

.main2-2-dl dd{
	background-color: #f8f8f8;
	padding: 20px 30px 0 0;
}
.main2-2-dl dd+dd{
	margin-top: 18px;
}


.main2-2-date{
	width:105px;
	margin-right: 15px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: right 0;
	background-image: url(../images/bb1.jpg);
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

.main2-2-date-h1{
	font-size: 26px;
	color: #1c77c8;
	line-height: 1;
}

.main2-2-date-h2{
	font-size: 14px;
	color: #1c77c8;
	margin-top: 6px;
}

.main2-2-a{
	font-size: 16px;
	color: #222;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main2-2-a a:hover{
	color: #1c77c8;
}

.main4 .ny02-list{
	margin-top: 25px;
	background-color: #fff;
	padding: 30px 25px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
}

.main4 .ny02-list dd{
	background-image: url(../images/pian.png);
}
.main4 .ny02-list dd+dd {
  margin-top: 23px;
}

.main4-2{
	height:424px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main4-2-bg.jpg);
	padding: 30px 23px 
}


.main4-2-h1{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.main4-2-a{
	margin-top: 25px;
}
.main4-2-a a{
	display: block;
	height: 131px;
	line-height: 131px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main4-2-a.png);
	font-size: 28px;
	color: #1c77c8;
	padding-left: 40px;
	border-radius: 10px;
	overflow: hidden;
}
.main4-2-a a img{
	margin-top: -3px;
	margin-left: 50px;
	width: 68px;
}

.main4-2-a a:hover{
	font-weight: bold;
}






.main5-list{
	margin-top: 35px;
	padding: 0 80px;
}
.main5-list .imgbox_a{
	padding-bottom: 30%;
}

.main5-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    border:1px solid #e7e7e7;
    border-radius: 50%;
    background-size: 100%;
}
.main5-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/lefth.png);
    /*border-color:#0062b2;*/
}
.main5-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    border:1px solid #e7e7e7;
    border-radius: 50%;
    background-size: 100%;
}
.main5-list .owl-nav button.owl-next:hover{
    background-image: url(../images/righth.png);
    /*border-color:#0062b2;*/
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	border-top: 4px solid #0d5799;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.er{
	width: 143px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 27px;
	margin-right: 95px;
	margin-left: 160px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}

.foo1{
	width: 422px;
	margin-top: 35px;
}

.foo1-h1{
	font-size: 26px;
	color: #fff;
}
.foo1-p{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	margin-top: 15px;
}
.foo1-p p{
	margin:0;
}

.foo1-nav{
	overflow:hidden; 
	padding: 40px 15px 0 65px;
	height: 223px;
	border-left: 1px solid rgba(255,255,255,0.18);
	border-right: 1px solid rgba(255,255,255,0.18);
}
.foo1-nav dl{
	margin:0;
}
.foo1-nav dd{
	float: left;
	margin-right: 45px;
	margin-top: 22px;
	
}
.foo1-nav dd>a{
	display: block;
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.18);
}

.foo1-nav dd>a::after{
	position: absolute;
	width: 0;
	height: 2px;
	content:"";
	background-color: #fff;
	left: 0;
	bottom: -1px;
	z-index: 10;

	transition: width .3s;
}
.foo1-nav dd>a:hover::after{

	width: 22px;
}





.footer-2{
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	border-top: 1px solid rgba(255,255,255,0.18);
}




/**************************************************************/
/*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-color: #0e63b2;

}
.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(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/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: 350px;
    margin-left: 15px;
    margin-top: 25px;
}

.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(../images/heidi.png);
	display: none;

}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.banner-2{
	height: 389px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner-2::after{
	position: absolute;
	width: 100%;
	height: 243px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/landi.png);
	content:"";
	z-index: 5;
	left: 0;
	bottom: 0;
}

.erji{
	position: relative;
	z-index: 50;
	background-image: url(../images/erji.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 700px;
}

.menu{
	width: 289px;
	margin-right: 65px;
	margin-top: -120px;
}

.menu-title{
	height: 120px;
	background-image: url(../images/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding-top: 33px;
}

.menu-h1{
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.menu-h2{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;ww
	text-transform: uppercase;
	margin-top: 6px;
}

.menu-list-wp{
	position: relative;
}
.menu-list-wp::before{
	position: absolute;
	width: 441px;
	height: 437px;
	content:"";
	background-image: url(../images/yy.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	left: -119px;
	top: -195px;
}
.menu-list{
	min-height: 610px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu-list.jpg);
	position: relative;
	background-color: #f5f7f9;
	z-index: 15;
	padding: 20px 18px 350px;
}

.menu-list dl{
	margin:0;
}
.menu-list dd{
}
.menu-list dd>a{
	display: block;
	border-bottom: 1px dashed #d9e1ec;
	padding: 20px 25px 20px 10px;
	font-size: 18px;
	color: #333;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: 237px 25px;
}
.menu-list dd.cur>a{
	background-image: url(../images/jiao1h.png);
	border-color:#d0e2fb;
	color: #0e63b2;
}
.menu-list dd>a:hover{
	color: #0e63b2;
}
.erji-content{
	overflow: hidden;
	padding: 45px 0 100px;
}
.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}
.erji-title .fl{
	font-size: 28px;
	color: #222;
	border-bottom: 3px solid #1a77c1;
	padding-bottom: 20px;
}

.mianbaoxie{
	font-size: 16px;
	color: #666666;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 28px;
	margin-top: 15px;
}
.mianbaoxie a:hover,
.mianbaoxie span{
	color: #1262c5;
}

.erji-content-div{
	margin-top: 35px;
}

.ny01-item{
	padding: 30px;
	border-bottom: 1px solid #eaeaea;
}

.ny01-pic{
	width: 282px;
	margin-left: 130px;
}
.ny01-pic .imgbox_a{
	padding-bottom: 69.5%;
}
.ny01-con{
	overflow: hidden;
	padding-top: 25px;
}

.ny01-h1{
	font-size: 22px;
	color: #222;
}

.ny01-h1 a:hover{
	color: #0e63b2;
}

.ny01-p{
	font-size: 14px;
	color: #222;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:25px 0;
}

.ny01-h2{
	font-size: 14px;
	color: #666;
}

.ny01-item:hover{
	background-color: #f5f9fc;
	border-color: #3184d3;
}

.ny01-item:hover .ny01-h2{
	color: #0e63b2;
}

.fenye{
	text-align: center;
	margin-top: 115px;
}

.fenye ul{
	margin:0;
}


.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 16px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
        background-color: transparent!important;

}
.danpian-con img{
	display: block;
	margin:15px auto;
	height: auto!important;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#0e63b2;
}


.ny02-list dl{
	margin:0;
}

.ny02-list dd{
	position: relative;
	font-size: 18px;
	color: #333;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 28px;
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(../images/jiao2.png);
}
.ny02-list dd+dd{
	margin-top: 25px;
}
.ny02-list dd a:hover{
	color: #0e63b2;
}
.ny02-list dd span.span_01{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999999;
}


.ny03{
	background-color: #fff;
	padding: 50px;
}

.ny03-dl dl{
	margin:0;
}

.ny03-dl dd{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.ny03-dl dd+dd{
	margin-top: 20px;
}

.ny04{
	font-size: 18px;
	color: #333;
	line-height: 2.2;
}