/**************************************/
/*************[公用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{
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 36px;
}
#header .container{
	position: relative;
	z-index: 30;
}
#header::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-image: url(../images/heiyin.png);
	content:"";
	height: 276px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.header-1{
	height: 110px;
	background-color: #fff;
}

.logo{
	width: 607px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.search-a{
	width: 17px;
	margin-top: 14px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-a{
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	margin-right: 42px;
}
.header-a img{
	margin-top: -3px;
	margin-right: 10px;
}
.header-a a+a{
	margin-left: 22px;
}
.header-a a:hover{
	color: #0752ad;
}

.nav{
	margin-top: 20px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
}
.nav>ul>li+li{
	padding-left: 1px;
}
.nav>ul>li>a{
	display: block;
	height:50px;
	line-height: 50px;
	font-size:24px;
	color:#fff;
	position: relative;
	font-weight: bold;
	/*transition: .3s;*/
}
/*.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	font-weight: bold;
	background-color: #074693;
}*/
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #0752ad;
	display: none;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #074693;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-control-paging li a{
	width: 48px;
	height: 4px;
	background-size: auto;
}

.fafa .flex-control-nav{
	height: 0;
	bottom: 80px;
	text-align: right;
	width: 1500px;
	left: 50%;
	margin-left: -750px;
}
.fafa .flex-control-nav li{
	margin:0;
}
.fafa .flex-control-nav li+li{
	margin-left: 20px;
}

.main{
	padding: 55px 0 60px;
}
.title-11{
	padding-bottom: 25px;
}
.title-11 .fl{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.title-11 .fl span{
	text-transform: uppercase;
	font-size: 24px;
	color: #bac2cb;
	font-family: "Times New Roman";
	font-style: italic;
	padding-left: 10px;
}

.title-11 a.fr{
	font-size: 14px;
	color: #999;
	margin-top:10px;
}
.title-11 a.fr:hover{
	color: #0034a2;
}

.main1-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.main1-con{
	padding: 25px 0 30px;
	border-bottom: 2px solid #e4e4e4;
}

.main1-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.main1-h1 a:hover{
	color:#0d3993;
}

.main1-p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}

.main1-item:hover .main1-con{
	border-color:#0d3993;
}




.main2{
	margin-top: 50px;
}

.main2-1{
	width: 600px;
	margin-right: 40px;
}


.main2-1-list dl{
	margin:0;
	margin-top: 15px;

}

.main2-1-list dd+dd{
	margin-top: 45px;
}

.main2-1-h1{
	font-size: 18px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.main2-1-h1 a:hover{
	color:#0d3993;
	font-weight: bold;
}
.main2-1-dd-wp{
	margin-top: 20px;
}
.main2-1-dd{
	font-size: 18px;
	color: #666;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}
.main2-1-dd+.main2-1-dd{
	margin-top: 15px;
}

.main2-2{
	overflow: hidden;
}

.main2-2-list dl{
	margin:0;
}

.main2-2-list dd{
	border-bottom: 1px solid #ececec;
	padding: 12px 0;
	padding-left: 125px;
	position: relative;
	font-size: 18px;
	color: #333;
}
.main2-2-list dd:first-child{
	padding-top: 0;
}
.main2-2-list dd:first-child .span_101{
	top: 0;
}
.span_101{
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 18px;
	color: #c4c4c4;
}

.main2-2-list dd a:hover{
	color:#0d3993;
	font-weight: bold;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #0d3993;
}

.footer-1{
	padding: 28px 0;
	border-bottom: 1px solid #869cc9;
}

.flogo{
	width: 553px;
	margin-top: 18px;
	margin-right: 50px;
}
.flogo a,.flogo img{
	display: block;
	width: 100%;
}


.foo1{
	width: 450px;
}

.foo1-h1{
	font-size: 22px;
	color: #fff;
}

.foo1-p p{margin:0;}
.foo1-p{
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	line-height: 2;
	margin-top: 15px;
}


.er{
	width: 100px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.yq{
	width: 180px;
	margin-left: 80px;
}

.yq-a{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	line-height: 1.8;
}
.yq-a+.yq-a{
	margin-top: 10px;
}

.footer-2{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	line-height: 1.8;
	padding: 10px 0;
}




/**************************************************************/
/*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: #0752ad;
}
.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: 16px;
}
.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: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.erji{
	min-height: 880px;
	padding: 55px 0 90px;
	/*background-color: #fcfdfd;*/
	background-image: url(../images/erji-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.menu-wp{
	width: 256px;
	margin-right: 70px;
}

.menu-h1{
	height: 102px;
	line-height: 102px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.menu-list{
	background-color: #fff;
	padding: 30px 12px 60px;
}

.menu-list dl{
	margin:0;
}
.menu-list dd+dd{
	margin-top: 10px;
}
.menu-list dd>a{
	display: block;
	font-size: 18px;
	color: #0d3993;
	border:1px solid #0d3993;
	background-color: #fff;
	padding: 20px 60px 20px 35px;
	font-weight: bold;
	position: relative;
}

.menu-list dd>a:hover{
	background-color: #0d3993;
	color: #fff;
}

.menu-list dd.cur>a{
	background-color: #0d3993;
	color: #fff;
}

.menu-list dd.cur>a::after{
	position: absolute;
	width: 25px;
	height: 9px;
	right: 24px;
	top:27px;
	background-image: url(../images/jt123.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}

.erji-content{
	overflow: hidden;
}
.erji-title{
	border-bottom: 1px solid #dddddd;
}
.erji-title .fl{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 3px solid #0d3993;
	position: relative;
	top: 1px;
}

.mianbaoxie{
	font-size: 14px;
	color: #666;
	margin-top: 14px;
}



.erji-content-div{
	margin-top: 25px;
}
.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin: 0;
}
.xinwen1{
	background-color:#eeeeee;
	padding: 35px 50px 30px 50px;
}
.xinwen1 h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #0752ad;
}
.xinwen1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 14px;
	text-indent: 2em;
}
.more980{
	margin-top: 20px;
}
.more980 a{
	display: block;
	width: 132px;
	height: 41px;
	line-height: 39px;
	padding-left: 18px;
	color: #333;
	border:1px solid #cecece;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 94px center;
	background-image: url(../images/jiao2.png);
}
.more980 a:hover{
	background-color: #0752ad;
	border-color: #0752ad;
	color: #fff;
	background-image: url(../images/jiao2h.png);
}
.xinwen2{
   border-top: 1px solid #e8e8e8;
   margin-top:35px;
}
.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
   padding: 25px 0;
   border-bottom: 1px solid #e8e8e8;
}
.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #eeeeee;
	height: 110px;
	padding-top: 20px;
	color: #0752ad;
	transition: .3s;
}
.dang-2-gai-date h1{
	margin:0;
	font-size: 36px;
	color: inherit;
	font-family: "Georgia";
}
.dang-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: inherit;
	margin-top:8px;
	font-family: "Arial";
}
.dang-2-gai-con{
	overflow: hidden;
	padding-top: 6px;
}
.dang-2-gai-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.dang-2-gai-con h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:10px 0 12px;
}
.dang-2-gai-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dang-2-gai-con p{
	margin:0;
	font-size: 12px;
	color: #999;
}
.dang-2-gai-list-dd{
	position: relative;
  padding-right: 130px;
}
.dang-2-gai-aaa{
	position: absolute;
	width: 33px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}
.dang-2-gai-aaa a{
	display: block;
	height: 33px;
	background-image: url(../images/aaha.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-aaa a{
	background-image: url(../images/aahah.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-date{
	background-color: #0752ad;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #0752ad;
}

.danpian{
	padding-top: 20px!important;
}
.danpian-h1{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.danpian-h2{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin:30px 0;
	position: relative;
	/*display: none;*/
}
.danpian-h2 img{
	margin-top: -3px;
	margin-right: 8px;
}

.danpian-ziti{
	font-size: 16px;
	color: #999;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
.danpian-ziti i{
	font-style: normal;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	cursor: pointer;
}
.danpian-ziti i.cur{
	background-color: #0d3993;
	color: #fff;
}

.danpian-con{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	margin-top: 0px!important;
}
.danpian-con.danpian-con-news{
	
}
.danpian-con.danpian-con-news *{
	font-size: 16px!important;
background-color:transparent!important;
}
.danpian-con.danpian-con-news.cur1 *{
	font-size: 18px!important;
}
.danpian-con.danpian-con-news.cur2 *{
	font-size: 14px!important;
}










.danpian-con img{
	display: block;
	margin:0 auto 10px;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.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:#0d3993;
}

.news1-list dl{
	margin:0;
}

.news1-list dd{
	padding: 20px;
	background-color: #e7e9ec;
	background-image: url(../images/news1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news1-list dd+dd{
	margin-top: 20px;
}

.news1-pic{
	width: 288px;
	margin-right: 33px;
}

.news1-pic .imgbox_a{
	padding-bottom: 69.45%;
}

.news1-con{
	overflow: hidden;
	padding-top: 10px;
}

.news1-h1{
	font-size: 24px;
	color: #0d3993;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 1px solid #0d3993;
}

.news1-h2{
	font-size: 26px;
	color: #333;
	margin:15px 0 10px;
}
.news1-h2 a:hover{
	font-weight: bold;
}
.news1-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
}

.news1-list dd:hover{
	background-color: #0d3993;
	background-image: url(../images/news1-bgh.jpg);
}

.news1-list dd:hover .news1-h1{color: #fff;border-color:#fff;}
.news1-list dd:hover .news1-h2{color: #fff;}
.news1-list dd:hover .news1-p{color: #fff;}


.gonggao-list dl{
	margin:0;
}

.gonggao-list dd{
	padding-left:50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.gonggao-item{
	padding: 35px 50px;
	padding-left: 0;
	border-bottom: 1px dashed #0d3993;
}

	
.gonggao-list dd:hover{background-image: url(../images/gonggao-bg.jpg);}
.gonggao-list dd:hover .news1-h1{color: #fff;border-color:#fff;}
.gonggao-list dd:hover .news1-h2{color: #fff;}
.gonggao-list dd .news1-h2{margin-bottom: 0}
.sanji-dl{
	padding: 0px!important;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	min-width: 115px;
	margin-right: 12px;
	margin-bottom: 15px;
}

.sanji-dl dd>a{
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 15px;
	text-align: center;
	background-color: #ededed;
}
.sanji-dl dd.cur>a,
.sanji-dl dd>a:hover{
	background-color: #0d3993;
	color: #fff;
}

.shizi-list dl{
	margin:0;
}

.shizi-list dd+dd{
	margin-top: 20px;
}

.shizi-item{
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/shizi-bg0.jpg);
}



.shizi-pic{
	width: 200px;
}

.shizi-pic .imgbox_a{
	padding-bottom: 147.47%;
}

.shizi-con{
	overflow: hidden;
	padding: 35px 55px 0;
}

.shizi-h1{
	font-size: 18px;
	color: #0d3993;
}

.shizi-h1 span{
	font-size: 26px;
	padding-right: 55px;
	color: #333;
}
.shizi-h1 a:hover{
	font-weight: bold;
}
.shizi-con-p-wp{
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid #7a91c0;
}
.shizi-con-p{
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	max-height: 5.4em;
	overflow: hidden;
}
.shizi-list .shizi-item:hover{
	background-image: url(../images/shizi-bg.jpg);
}
.shizi-list .shizi-item:hover .shizi-con-p-wp{border-color: #fff;}
.shizi-list .shizi-item:hover .shizi-con-p{color: #fff;}
.shizi-list .shizi-item:hover .shizi-h1{color: #fff;}
.shizi-list .shizi-item:hover .shizi-h1 span{color: #fff;}










.shizi-xx2{
	margin-top: 50px;
	position: relative;
}
.shizi-xx2::before{
	position: absolute;
	width: 1px;
	top: 15px;
	bottom: 0;
	left: 15px;
	content:"";
	z-index: 10;
	background-image: url(../images/line123.png);
	background-repeat: repeat-y;
	background-position: center 0;
}
.shizi-xx2-item{
	position: relative;
	z-index: 30;
}
.shizi-xx2-title{
	font-size: 26px;
	color: #0034a2;
	padding-left: 63px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/shizi-xx2-title.png);
	height: 30px;
	line-height: 30px;
}

.shizi-xx2-con{
	padding-left: 63px;
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-top: 20px;
}

.shizi-xx2-item+.shizi-xx2-item{
	margin-top: 80px;
}


.shizix-list dl{
	margin:0;
font-size:0;
	margin-left: -5%;
}

.shizix-list dd{
	display:inline-block;
vertical-align: top;
	width: 20%;
	margin-left: 5%;
	margin-bottom: 5%;
}

.shizix-item{
	padding: 20px;
}

.shizix-item .shizi-pic{
	width: 100%;
	margin-right: 0!important;
}

.shizix-item .shizi-h1{
	color: #333;
	font-size: 16px;
}

.shizix-item .shizi-h1 span{
	padding-right: 20px;
	font-size: 24px;
}
.shizix-item .shizi-h1 span a{
	font-weight: bold;
}
.shizix-con{
	margin-top: 15px;
}

.shizix-yx{
	font-size: 14px;
	color: #333;
	margin-top: 7px;
	word-break: break-all;
	height: 20px;
	line-height: 20px;
}

.shizix-item:hover{
	background-color: #edeef7;
}

.main2-1x{
	padding-top: 9px;
}
.main2-1x-pic{
	width: 262px;
	margin-right: 16px;
}

.main2-1x-pic-item .imgbox_a{
	padding-bottom: 146.95%;
}

.main2-1x-pic-item{
	display: none;
}

.main2-1x-pic-item.cur{
	display: block;
}

.main2-1x-con{
	overflow: hidden;
}

.main2-1x_1{
	height: 58px;
	line-height: 57px;
	border-bottom: 1px solid #ececec;
	font-size: 18px;
	color: #333;
	padding: 0 15px;
	cursor: pointer;
}

.main2-1x_2{
	display: none;
	background-color: #0d3993;
	padding: 10px 15px 15px;
}

.main2-1x_2-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.main2-1x_2-dd-wp{
	border-top: 1px solid #9eb0d4;
	margin-top: 14px;
}
.main2-1x_2-dd{
	font-size: 16px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 15px;
}

.main2-1x_2-dd:nth-child(1){background-image: url(../images/main2x-ico1.png);}
.main2-1x_2-dd:nth-child(2){background-image: url(../images/main2x-ico2.png);}
.main2-1x_2-dd:nth-child(3){background-image: url(../images/main2x-ico3.png);}

.main2-1x-dl dl{
	margin:0;
}
dd.cur .main2-1x_1{
	display: none;
}
dd.cur .main2-1x_2{
	display: block;
}