/**************************************/
/*************[公用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)
}
*/


/*百度百科變灰*/


@font-face{
	font-family:"sou";
	src:url("../fonts/SOURCEHANSERIFCN-BOLD.OTF");
}







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{
	position: relative;
	z-index: 999;
}

.header-1{
	height: 104px;

}


.logo{
	width: 722px;
	margin-top: 15px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width:250px;
	margin-top: 30px;
	position: relative;
	padding: 1px 67px 1px 25px;
	background-image: url(../images/search.png);
}


.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 42px;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:6px 0;
}

.search input[type="image"]{
	position: absolute;
	right:21px;
	top: 14px;
	width: 16px;
}

.header-a{
	width: 248px;
	text-align: center;
	margin-right: 13px;
	font-size: 14px;
	color: #666;
	margin-top: 42px;
}
.header-a img{
	width: 16px;
	margin-top: -3px;
	margin-right: 6px;
}
.header-a a:hover{
	color: #293e8f;
}

.nav-wp{
	background-color: #293e8f;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-left: 1px;
}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0;
}
.nav>ul>li>a{
	display:block;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: relative;
padding:0 36px;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	background-color: #fff;
	color: #293e8f;
}


.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-color: #293e8f;
	display: none;
	padding-top: 1px;
}
.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: #fff;
	color:#293e8f;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.main1-div{
	background-color: #f9f9f9;
}

.pp60{
	padding: 60px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main1-1{
	width: 50%;
}

.fmain1 .imgbox_a{
	padding-bottom: 66.67%;
}

.fmain1 .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	background-color: rgba(0,0,0,0.5);
	height: 70px;
	line-height: 70px;
	padding:  0 45px;
	font-size: 18px;
	color: #fff;
	text-align: center;

}

.fmain1 .flex-direction-nav a{
	width: 44px;
	height: 46px;
	margin-top: -23px;
}
.fmain1 .flex-direction-nav .flex-prev {
  left: 0;
}
.fmain1 .flex-direction-nav .flex-next {
  right: 0;
}

.main1-2{
	overflow: hidden;
	padding: 25px 40px 0;
}

.title-11 h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	height: 58px;
	line-height: 58px;
}

.title-11 h1 span{
	font-size: 20px;
	color: #293e8f;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 14px;
	font-family:"sou";

}

.title-11 .fr{
	height: 58px;
	line-height: 58px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/fr.png);
	min-width: 60px;
	font-size: 16px;
	color: #999;
}
.title-11 .fr a{
	font-family:"sou";
}


.title-11 .fr a:hover{
	color: #293e8f;
}
.main1-2 .main1-list dl{

	padding-top: 4px;
}
.main1-list dl{
	margin:0;

}
.main1-list dd{
	padding: 20px 0 15px;
}
.main1-list dd+dd{
	border-top: 1px dashed #dedede;
}
.main1-list dd>a{
	display: block;
}
.main1-date{
	width: 65px;
	text-align: center;
	margin-right: 20px;
}

.main1-date h1{
	margin:0;
	font-size: 28px;
	line-height: 1;
	color: #999;
	font-weight: bold;
}
.main1-date h2{
	margin:0;
	font-size: 12px;
	line-height: 1;
	color: #999;
	margin-top: 5px;
}

.main1-a{
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #333;
}
.main1-list dd>a:hover .main1-date h1{color: #293e8f;}
.main1-list dd>a:hover .main1-date h2{color: #293e8f;}
.main1-list dd>a:hover .main1-a{color: #293e8f;font-weight: bold;}



.main2{
	/*background-color: #f3f5f7;*/
	background-image: url(../images/main2-bg.jpg);
}

.main2-item{
	width: 48.667%;
}
.main2 .main-bai{
	height: 482px;
}

.main-bai{
	background-color: #fff;
	padding: 25px;
	margin-top: 35px;
}
.main2-item.fl .main-bai{
	padding-top: 0;
	padding-bottom: 0
}

.main2-item.fl .main1-list dd {
    padding: 25px 0;
}

.tui-pic{
	width: 180px;
	margin-right: 30px;
}

.tui-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.tui-con{
	overflow: hidden;
	padding-top: 15px;
}
.tui-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 25px;
	line-height: 25px;
}
.tui-con h1 a:hover{
	color: #293e8f;
	font-weight: bold;
}

.tui-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 12px;
}


.main2-item.fr .main2-list{
	margin-top: 27px;
	padding-top: 25px;
	border-top: 1px dashed #d4d4d4;
}
.main2-list dl{
	margin:0;
}
.main2-list  dd{
	position: relative;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 115px;
}
.main2-list  dd+dd{
	margin-top: 24px;
}
.main2-list  dd span.span_101{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color:#999;
}

.main2-list  dd a:hover{
	color: #293e8f;
	font-weight: bold;
}


.main3 .tui-con h1{
	padding-right: 100px;
	position: relative;
}

.main3 .tui-con h1 span.span_101 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999;
}
.main3-list{
	margin-top: 35px;
}
.main3-list dl{
	margin:0;
}

.main3-list dd{
	background-color: #fafafa;
	padding: 8px;
	padding-right: 20px;

}
.main3-list dd+dd{
	margin-top: 16px;
}


.main4{
	/*background-color: #f3f5f7;*/
	background-image: url(../images/main4-bg.jpg);
}


.main4-list dl{
	margin:0;
}
.main4-list  dd{
	position: relative;
	height: 64px;
	line-height: 63px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 115px;
}
.main4-list  dd+dd{
	border-top: 1px dashed #d5d5d5;
}
.main4-list  dd span.span_101{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color:#999;
}

.main4-list  dd a:hover{
	color: #293e8f;
	font-weight: bold;
}

.main4 .main2-item .main-bai{
	padding-top: 10px;
	padding-bottom: 10px;
  height: auto;
}


.main5-title{
	width: 440px;
	height: 222px;
	background-image: url(../images/main5-title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 40px;
	padding: 55px 25px 0 50px;
}

.main5-title h1{
	margin:0;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}


.main5-title h2{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-family:"sou";
	text-transform: uppercase;
	margin-top: 8px;
}

.main5-a{
	margin-top: 50px;
	text-align: right;
	font-size: 16px;
	color: #fff;

}

.main5-a a{
	font-family:"sou";
}
.main5-dl{
	overflow: hidden;
}

.main5-dl dl{
	margin:0;
	margin-left: -2%;
	margin-top:-2%;

}

.main5-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
}
.main5-dl dd>a{
	display: block;
	height: 100px;
	border:1px solid #293e8f;
	background-image: url(../images/main5-ddbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 18px;
	color: #333;
	padding: 15px 35px 0;
}
.main5-dl dd>a span{
	display: block;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main5-dl dd>a:hover span{
		color: #293e8f;
	font-weight: bold;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #2f2e2e;
	padding: 35px 0;
}

.er{
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-left: 100px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom:10px; 
}


.foo-con{
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	padding-top: 25px;
}

.foo-con span{
	padding-left:20px;
}



/**************************************************************/
/*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;
	/*background-color: #0089d0;*/
}
.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>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: 4px 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: 17px;
	width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
	font-size: 0;
	width:370px;
	margin-left: 15px;
	margin-top: 20px;
	/*opacity: 0;*/
}
.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: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.erji{
	position: relative;
	z-index: 2;
	padding: 35px 0 60px;
}

.menu{
	width: 300px;
	margin-right: 60px;
	position: relative;
	top: -135px;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu-bg.png);
}

.menu-h1{
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-color: #293e8f;
}

.menu-list{
	border-left: 10px solid #293e8f;
	padding: 0 45px 0 35px;
	padding-bottom: 150px;
	min-height: 670px;
}
.menu-list dl{
	margin:0;
}

.menu-list dd{
	padding: 30px 15px 25px 30px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #e4e4e4;
	line-height: 1.5;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: 14px 39px;
word-break: break-all;
}
.menu-list dd.cur{
	background-image: url(../images/dianh.png);

}
.menu-list dd.cur a{
	color: #293e8f;
	font-weight: bold
}
.menu-list dd a:hover{
	color: #293e8f;
}
.erji-content{
	overflow: hidden;
}

.erji-title{
	padding: 0px 0 15px;
	border-bottom: 1px solid #e7e7e7;
}
.erji-title h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color:#333;
}




.mianbaoxie dd{
	float: left;
	font-size: 14px;
	color: #999;
}
.mianbaoxie dd+dd{
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/mian2.png);
}
.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian1.png);
	padding-left: 20px;
	margin-top: 5px;
	
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #293e8f;
}


.erji-content-div{
	margin-top: 35px;
}

.news-list dl{
	margin:0;
}
.news-list dd:first-child{
	padding-top: 0;
}

.news-list dd{
	padding: 35px 0;
	border-bottom: 1px dashed #e2e2e2;
}
.news-pic{
	width: 270px;
	min-height: 1px;margin-right: 40px;
}

.news-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.news-con{
	overflow: hidden;
	padding-top: 20px;
}

.news-con h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color:#333;
}

.news-con h1 a:hover{
	color: #293e8f;
}

.news-con h2{
	margin:0;
	font-size: 14px;
	color:#999;
	line-height: 1.5;
	margin:18px 0 12px;
}
.news-con h2 img{
	margin-top: -3px;
	margin-right: 8px;
}
.news-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.fenye{
	text-align: center;
	margin-top: 70px;
	font-size: 16px;
}
.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;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.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:#293e8f;
}

.ls_list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%
}

.ls_list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%
}

.ls_pic .imgbox_a{
	padding-bottom: 134.4537815%;
}

.ls_title{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.ls_list dd:hover .ls_title{
	color: #293e8f;
}