/**************************************/
/*************[公用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;
}

body{
	overflow-x: hidden;
}



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{

}


.header-1{
	background-color: #296fb7;
}

.header-1 .fl{
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.header-1 .fr{
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.header-1 .fr a:hover{
	font-weight: bold;
}


.header-2{
	background-color: #fff;
	height: 118px;
}

.logo{
	width: 451px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width: 41px;
	margin-top: 38px;
	margin-left: 25px;
}

.search a,.search img{
	display: block;
	width: 100%;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	height: 118px;
	line-height: 118px;
}

.nav>ul>li+li{
	margin-left: 35px;
}


.nav>ul>li>a{
	font-size: 18px;
	color: #333;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	color: #296fb7;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	background-color: #296fb7;
	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: #2563a2;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.main1{
	padding: 40px 0 55px;
}
.main1-1{
	width:960px;
	margin-right: 58px;
	padding-top: 30px;
}
.title-11{
	padding-bottom: 17px;
	border-bottom: 2px solid #296fb7;
	margin-bottom: 28px;
}
.title-11-h1{
	font-size: 30px;
	color: #333;
	line-height: 1;
}
.title-11 a.fr{
	font-size: 14px;
	color: #999;
	margin-top: 6px;
}
.title-11 a.fr:hover{
	color: #296fb7;
}


.tui1-pic{
	width: 310px;
	margin-right: 36px;
}
.tui1-pic .imgbox_a{
	padding-bottom: 66.45%;
}
.tui1-con{
	overflow: hidden;
	padding-top: 25px;
}

.tui1-con h1{
	margin:0;
	font-size: 14px;
	color: #f8b62c;
}

.tui1-con h2{
	margin:0;
	font-size: 16px;
	color: #296fb7;
	font-weight: bold;
	margin:18px 0 15px;
}

.tui1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}

.main1-1 .list01{
	padding-top: 10px;
}
.list01 dl{
	margin:0;
}

.list01 dd{
	position: relative;
	font-size: 16px;
	color: #333;
	height: 63px;
	line-height: 62px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 115px;
	border-bottom: 1px dashed #e7e7e7;
}

.list01 dd a:hover{
	color: #296fb7;
}
.list01 dd span.span_11{
	position: absolute;
	left:13px;
	top: 0;
	font-size: 14px;
	color: #f8b62c;
	font-style: italic;
}








.main1-2{
	overflow: hidden;
	background-color: #f1f8ff;
	padding: 30px;
}
.main1-2 .list02{
	padding-top: 1px;
}
.list02 dl{
	margin:0;
}

.list02 dd+dd{
	margin-top: 31px;
}

.list02 dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.list02 dd h1 a:hover{
	color: #296fb7;
}
.list02 dd h2{
	margin:0;
	font-size: 14px;
	color: #f8b62c;
	font-style: italic;
	position: relative;
	margin-top: 15px;
}
.list02 dd h2::after{
	position: absolute;
	left: 90px;
	right: 0;
	top: 50%;
	height: 1px;
	background-color: #dee2e7;
	content:"";
}











.main1-middle{
	min-height: 195px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main1-middle-bg.jpg);
	margin:60px 0;
	padding: 45px 30px 50px 85px;
}
.main1-middle-con{
	max-width:710px; 
}
.main1-middle-con h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}
.main1-middle-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 15px;
}

.main1-3-pic{
	position: relative;
	z-index: 15;
}
.main1-3-pic .imgbox_a{
	padding-bottom: 57.412857%;
}

.main1-3-con{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top:18px;

}



.main1-3-item{
	padding-left: 10px;
	position: relative;
}
.main1-3-item:hover .main1-3-con{
	color: #296fb7;
}

.main1-3-fl{
	position: absolute;
	left: 0;
	top:36px;
	z-index: 25;
	width: 110px;
	height: 32px;
	line-height: 	32px;
	font-size: 14px;
	color: #fff;
	text-align:center;
}


.main1-3-list .owl-nav button.owl-prev{
  position: absolute;
  left:-80px;
  top: 50%;
  margin-top: -50px;
  width: 44px;
  height: 45px;
  background-image: url(../images/left.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
}

.main1-3-list .owl-nav button.owl-next{
  position: absolute;
  right:-80px;
  top: 50%;
 	margin-top: -50px;
  width: 44px;
  height: 45px;
  background-image: url(../images/right.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
}

.main2{
	background-color: #f1f8ff;
	padding: 50px 0;
}

.main2-div{
	width: 48%;
}


.tui2-pic{
	width: 165px;
	margin-right: 30px;
}

.tui2-pic .imgbox_a{
	padding-bottom: 66.67%;
}


.tui2-con{
	overflow: hidden;
	padding-top: 15px;
}

.tui2-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	padding-right: 90px;
	position: relative;
	line-height: 18px;
}
.tui2-con h1 a:hover{
	color: #296fb7;
}
.tui2-con h1 span.span_12{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.tui2-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}
.list03 dl{
	margin:0;
}

.list03 dd{
	position: relative;
	font-size: 16px;
	color: #333;
	height: 62px;
	line-height: 61px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
	border-bottom: 1px dashed #e7e7e7;
	padding-right: 90px;
}

.list03 dd a:hover{
	color: #296fb7;
}
.list03 dd span.span_14{
	position: absolute;
	right:10px;
	top: 0;
	font-size: 14px;
	color: #999;
}

.main2 .list03{
	padding-top: 10px;
}

.main3{
	padding: 55px 0 60px;
}

.main3-pic .imgbox_a{
	padding-bottom: 145.455%;
}

.main3-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 18px;
}


.main3-item:hover .main3-h1{
	color: #296fb7;
}
.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:-50px;
    top: 50%;
    margin-top: -14px;
    width: 17px;
    height:28px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}
.main3-list .owl-nav button.owl-prev:hover{
	 background-image: url(../images/left2h.png);
}
.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:-50px;
    top: 50%;
    margin-top: -14px;
    width: 17px;
    height:28px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
.main3-list .owl-nav button.owl-next:hover{
	 background-image: url(../images/right2h.png);
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #333333;
}	


.footer-1{
	border-bottom: 1px solid #5c5c5c;
}

.footer-1-div{
	position: relative;
	height: 80px;
	overflow: hidden;
	padding-left: 90px;
}

.footer-1-title{
	position: absolute;
	width: 90px;
	left: 0;
	top: 0;
	height: 80px;
	line-height: 80px;
	font-size: 16px;color: #fff;
}


.footer-1-list{
	font-size: 0;
}

.footer-1-item{
	display: inline-block;
	padding-right: 45px;
	position: relative;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
}
.footer-1-item::after{
	position: absolute;
	content:"|";
	right: 22px;
	top: 0;
}
.footer-1-item a:hover{
	font-weight: bold;
}


.footer-2{
	padding: 30px 0 25px;
}

.er{
	width: 95px;
	margin-left: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo2-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	padding-top: 35px;
}
.foo2-con p{margin:0;}
.foo2-con span{
	padding-left: 35px;
}
/**************************************************************/
/*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: #fff;

}
.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: 300px;
   margin-left: 15px;
   margin-top:20px;
}

.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: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	background-color: #f8f8f8;
	padding: 65px 0 55px;
}

.erji-title{
	text-align: center;
	font-size: 34px;
	color: #333;
	font-family: "albbm";
}
.erji-menu{
	padding: 40px 0 50px;
}
.erji-menu dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.erji-menu dd{
	display: inline-block;
	margin-bottom: 10px;
}
.erji-menu dd+dd{
	margin-left: 10px;
}
.erji-menu dd>a{
	display: block;
	padding: 18px;
	min-width: 215px;
	background-color: #fff;
	font-size: 20px;
	color: #333;
	background-size: cover;
}
.erji-menu dd>a:hover{
	color: #296fb7;
}
.erji-menu dd.cur>a{
	color: #fff!important;
	background-image: url(../images/menuh.jpg);
	background-color: #296fb7;
}
.erji-div{
	background-color: #fff;
	padding: 35px 30px;
}

.fenye{
	text-align: center;
	margin-top:50px;
}
.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: 14px;
	line-height: 2;
	padding: 20px 0 20px;
}
/*.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}*/
.danpian-con img{
	display: block;
	margin:15px auto;
}
.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:#296fb7;
}


.erji-div .list01{
	border-top: 1px dashed #e7e7e7;
}

.news-list dl{
	margin:0;
}

.news-list dd+dd{
	margin-top: 35px;
}

.news-list dd>a{
	display: block;
	background-color: #fff;
	padding: 20px;
	transition: background-color .3s;
}

.news-pic{
	width: 240px;
	margin-right: 40px;
}

.news-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.news-con{
	overflow: hidden;
	padding-top: 18px;
}

.news-con h1{
	margin:0;
	font-size: 16px;
	color: #999;
	font-family: 'Georgia';
	transition: background-image .3s,color .3s;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 40%;
	background-image: url(../images/time.png);
}



.news-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	margin:17px 0 14px;
	transition: color .3s;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	transition: color .3s;
}

.news-list dd>a:hover{
	background-color: #296fb7;
}

.news-list dd>a:hover .news-con h1{color: #fff;background-image: url(../images/timeh.png);}
.news-list dd>a:hover .news-con h2{color: #fff;}
.news-list dd>a:hover .news-con p{color: #fff;}


.qikan-list dl{
	margin:0;
	margin-top: -3%;
	margin-left: -3%;
}

.qikan-list dd{
	float: left;
	width: 17%;
	margin-left: 3%;
	margin-top: 3%;
}

.sanji dl{
	margin:0;
	font-size: 0;
}

.sanji dd{
	display:inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sanji dd>a{
	display: block;
	font-size: 14px;
	color:#333;
	padding: 8px 15px;
	border:1px solid #ddd;
}

.sanji dd>a:hover,
.sanji dd.cur>a{
	background-color: #296fb7;
	border-color: #296fb7;
	color:#fff;
}

.shizi-item{
	margin-top: 60px;
}

.shizi-title{
	border-bottom: 1px solid #cdd6e3;
}

.shizi-title .fl{
	font-size: 30px;
	color: #296fb7;
	border-bottom: 2px solid #296fb7;
	padding-bottom: 17px;
}
.shizi-dl{
	overflow: hidden;
}
.shizi-dl dl{
	margin:0;
}

.shizi-dl dd{
	float: left;
	margin-right: 70px;
	margin-top: 45px;
}

.shizi-dl dd a{
	font-size: 18px;
	color: #333;
}

.shizi-dl dd a:hover{
	color: #296fb7;
}
.shizi-item-li{
	margin-top: 60px;
}
.shizi-item-li-title{
	width: 140px;
	height: 48px;
	line-height: 48px;
	background-color: #296fb7;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-right: 80px;
}

.shizi-item-li .shizi-dl dd{
	margin-top: 15px;
}