/**************************************/
/*************[公用start]**************/
/**************************************/

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-color: #fff;
	position: relative;
	z-index: 999;
}
.header-1{
	height:87px;
}
.logo{
	width: 353px;
	margin-top: 28px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.logo-wen{
	height: 38px;
	line-height: 38px;
	margin-left: 15px;
	padding-left:16px;
	border-left: 1px solid #e7e7e7;
	font-size: 30px;
	font-weight: bold;
	color: #01479c;
	margin-top: 27px;
}
.search{
	width:426px;
	margin-top: 22px;
	border:1px solid #bfbfbf;
	position: relative;
	padding-left: 13px;
	padding-right: 92px;
}
.search input:focus,
.search select:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 44px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:6px 0px;
}
.search input[type="button"],.search input[type="submit"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 84px;
	height: 44px;
	border:0;
	background-color: #2564d3;
	color: #fff;
	padding-left: 38px;
	text-align: left;
	background-image: url(../images/wen1.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	cursor: pointer;
}
.search input[type="button"],.search input[type="submit"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 84px;
	height: 44px;
	border:0;
	background-color: #2564d3;
	color: #fff;
	padding-left: 38px;
	text-align: left;
	background-image: url(../images/wen1.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	cursor: pointer;
}
.nav-wp{
	background-color:#1160c0;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
	width: 14.28571%;
}
.nav>ul>li>a{
	display: block;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	font-weight: bold;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
.main{
	padding: 25px 0;
}
.main0{
	border:1px solid #f2f2f2;
	padding: 18px 90px;
	text-align: center;
	position: relative;
}
.main0::before{
	position: absolute;
	left: -1px;
	top: -1px;
	content:"";
	width: 69px;
	height: 69px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main0-bg.png);
}
.main0 h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color: #000;padding: 0	25px;
}
.main0 h1 a:hover{
	color: #1160c0;
}
.main0 p{
	margin:0;
	font-size: 14px;
	color: #888;
	margin-top:9px;
}
.mm30{margin-top: 30px;}
.main1-1{
	width: 841px;
}
.main1-2{
	overflow: hidden;
}
.main1-1-pic{display: none;}
.main1-1-pic:first-child{
	display: block;
}


.main1x1 .main1-1-pic{
	display: block;
}

.main1x1 .main1-1-pic .imgbox_a h1{
	padding-right: 150px;
}
.fmain1x1 .flex-control-nav{
	text-align: right;
	height: 0;
	padding-right: 20px;
	bottom: 35px;
}
.fmain1x1 .flex-control-nav li{
	margin:0;
}
.fmain1x1 .flex-control-nav li+li{
	margin-left: 10px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 51.843%;
}
.main1-1-pic .imgbox_a h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin:0;
	z-index: 15;
	background-image: url(../images/heidi70.png);
	height: 62px;
	line-height: 62px;
	padding: 0	25px;
	color: #fff;
	font-size: 16px;
}
.main1-2{
	padding-left: 14px;
}
.main1-2 dl{
	margin:0;
}
.main1-2 dd{
	background-color: #f8f9fb;
	padding: 12px 20px 16px;
	cursor: pointer;
	position: relative;
}
.main1-2 dd+dd{
	margin-top: 1px;
}
.main1-2 dd h1{
	margin:0;
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main1-2 dd h2{
	margin:0;
	font-size: 12px;
	color: #777;
	margin-top: 10px;
}
.main1-2 dd.cur{
	background-color: #3a82d9;
}
.main1-2 dd.cur h1,
.main1-2 dd.cur h2{color: #fff;}
.main1-2 dd.cur::before{
	content:"";
	position: absolute;
	width: 12px;
	height: 20px;
	left: -12px;
	top: 50%;
	margin-top: -10px;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.title-11{
	padding-bottom: 8px;
	border-bottom: 4px solid #f2f2f2;
	margin-bottom: 25px;
}
.title-11 h1{
	margin:0;
	font-size: 22px;
	color: #000;
	padding-left: 11px;
	line-height: 22px;
	border-left: 5px solid #1160c0;
}
.title-11 a.fr{
	height: 19px;
	line-height: 19px;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/afr.png);
	font-size: 14px;
	color: #666;
	margin-top: 1px;
}
.title-11 a.fr:hover{
	color: #1160c0;
}
.main2-pic .imgbox_a{
	padding-bottom: 66.2%;
}
.main2-con{
	border:1px solid #eeeeee;
	border-top: 0;
	padding: 18px 15px 15px;
}
.main2-con h1{
	margin:0;
	font-size: 12px;
	color: #000;
}
.main2-con h2{
	margin:0;
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	/*height: 3.6em;*/
	overflow: hidden;
	/*margin-top: 8px;*/
}
.main2-con h2 a:hover{
	color: #1160c0;
}
.main3-1{
	width: 580px;
	margin-right: 20px;
}
.main3-1 dl{
	margin:0;
}
.main3-1 dd+dd{
	margin-top: 26px;
}
.main3-pic{
	width: 203px;
	margin-right: 25px;
}
.main3-pic .imgbox_a{
	padding-bottom: 66%;
}
.main3-con{overflow: hidden;padding-top: 12px;}
.main3-con h1{
	margin:0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.main3-con h1 a:hover{
	color: #1160c0;
}
.main3-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin:15px 0 12px;
}
.main3-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main3-2{
	overflow: hidden;
	padding-left: 15px;
	border-left: 1px solid #f2f2f2;
}
.list01 dl{
	margin:0;
}
.list01 dd{
	height: 18px;
	line-height: 18px;
	padding-left:12px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
	color: #000;
	position: relative;
	padding-right: 85px;
}
.list01 dd+dd{
	margin-top: 21px;
}
.list01 dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.list01 dd>a{
	font-size: 14px;
	color: #000;
}
.list01 dd>a:hover{
	color: #1160c0;
}
.main4-div{
	border:8px solid #f4f4f5;
	padding: 10px;
}
.main4-dl{
	width: 287px;
	margin-right: 10px;
}
.main4-dl dl{
	margin:0;
}
.main4-dl dd{
	height: 88px;
	position: relative;
	cursor: pointer;
}
.main4-dl dd+dd{
	margin-top: 21px;
}
.main4-dl dd::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
	z-index: 15;
	border:1px solid #f4f4f5;
}
.main4-dl dd::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
	z-index: 30;
	background-image: url(../images/after.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.main4-table{
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 50;
}
.main4-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.main4-dd{
	font-size: 18px;
	color: #000;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
	padding: 0	15px;
	text-align: center;
	transition:  color .3s;
}
.main4-dl dd:hover .main4-dd{
	color: #1160c0;
}
.main4-dl dd.cur .main4-dd{color: #fff!important;}
.main4-dl dd.cur::after{
	opacity: 1;
	visibility: visible;
}
.main4-biao-wp{
	overflow: hidden;
	padding: 0	30px;
}
.main4{
	overflow: hidden;
}
.main4-biao-wp{
	/*overflow: hidden;*/
	position: relative;
}
.main4-biao-wp .main4-biao{
	height: 415px;
	width: 807px;
	position: absolute;
	left: -15000%;
}

.fenlei-con .main4-biao-wp .main4-biao{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.main4-biao>span{
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 5px;
}
.main4-biao-wp .main4-biao.cur{
	position: relative;
	left: 0
}
.main4-biao4-item{
	position: absolute;
	width: 50%;
	height: 50%;
	padding-top:50px;
}
.main4-biao4-item >div{
	width: 100%!important;
}
.main4-biao4-item:nth-child(1){
	left: 0;
	top: 0;
}
.main4-biao4-item::before{
	position: absolute;
	width: 100%;
	top: 0px;
	height: 50px;
	line-height: 50px;
	color: #333;
	text-align: center;
	font-size: 18px;
	content: attr(data-title);
}
.main4-biao4-item:nth-child(2){
	left: 50%;
	top: 0;
}
.main4-biao4-item:nth-child(3){
	left: 0;
	top:50%;
}
.main4-biao4-item:nth-child(4){
	left: 50%;
	top: 50%;
}
.main4-biao .imgbox_a{
	padding-bottom: 51.425%;
}
.main6-item{
	background-color: #f8f9fb;
	padding: 0	13px 30px;
	height: 155px;
}
.main6-item h1{
	margin:0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 1.8;
	max-height: 3.6em;
	margin:8px 0 12px;
}
.main6-item h1 a:hover{
	color: #1160c0;
}
.main6-item h2{
	margin:0;
	font-size: 13px;
	color: #666;
}
.main6-list .item{
	padding-top: 10px;
}
.main6-date{
	position: relative;
	width: 135px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background-color: #3a82d9;
	font-size: 12px;
	left: -13px;
	top: -10px;
}
.main7-div{
	width: 48.9%;
	border: 1px solid #eeeeee;
}
.main7-div .title-11{
	border-bottom: 1px solid #eeeeee;
	height: 42px;
	padding-top: 9px;
	margin-bottom: 0;
}
.main7-div .title-11 h1{
	font-size: 18px;
	position: relative;
	left: -1px;
}
.main7-div .title-11 a.fr{
	height: auto;
	line-height: normal;
	padding-right: 0;
	background-image: none;
	margin-top: 0px;
	margin-right: 20px;
}
.main7-list1{
	padding: 15px 12px;
}
.main7-list1 dl{
	margin:0;
}
.main7-list1 dd{
	background-color: #f8f9fb;
	padding: 15px;
}
.main7-list1 dd+dd{
	margin-top: 15px;
}
.main7-list1 dd h1{
	margin:0;
	font-size: 14px;
	color: #000;
}
.main7-list1 dd h1 a:hover{
	color: #1160c0;
}
.main7-list1 dd p{
	margin:0;
	font-size: 14px;
	color: #a4a4a4;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	line-height: 16px;
	margin-top: 11px;
}
.main7-list2{
	padding: 15px;
}
.tui-pic{
	width: 167px;
	margin-right: 20px;
}
.tui-pic .imgbox_a{
	padding-bottom: 67%;
}
.tui-con{overflow: hidden;padding-top: 3px;}
.tui-con h1{
	margin:0;
	font-size: 16px;
	color: #000;
}
.tui-con h1 a:hover{
	color: #1160c0;
}
.tui-con h2{
	margin:0;
	font-size: 12px;
	color: #666;
	margin:15px 0 12px;
}
.tui-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main7-list2 .list01{
	padding-top: 16px;
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
}
.main7-list2 .list01 dd+dd {
    margin-top: 14px;
}
.main8-list .item .imgbox_a{
	padding-bottom: 35.836%;
}
.main9-list{
	overflow: hidden;
}
.main9-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -20px;
}
.main9-list dd{
	float: left;
	width: 17%;
	margin-left: 3%;
	margin-top: 20px;
	border:1px solid #e2e2e2;
}
.main9-list dd .imgbox_a{
	padding-bottom:66.74%;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-color: #091f49;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 13px 0;
	position: relative;
    z-index: 100;
}

#footer .fl{
    line-height: 37px;
}
#footer .fr{
    line-height: 37px;
}

.xjewm{
    width: 37px;
    margin-right:15px;
    position: relative;
}
.xjewm>img{
    display: block;
    width: 100%;
}


.er-gai-dd-img{
    position: absolute;
    width: 96px;
    left: 50%;
    margin-left: -48px;
    bottom: 52px;
    display: none;
}
.xjewm:hover .er-gai-dd-img{
    display: block;
}
.er-gai-dd-img::before{
    position: absolute;
    width: 16px;
    height: 8px;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    background-image: url(../images/jiao121122.png);
    content:"";
}
.er-gai-dd-img img{
    display: block;
    width: 100%;
}


.er-wp{
    width:230px;
    margin: 0 auto 17px;
}
.er{
	width: 100px;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	margin-top: 18px;
	width: 100%;
}

#footer .er.fl{
    float: left;
    line-height: 1.42857143;
}

#footer .er.fr{
    float: right;
    line-height: 1.42857143;
}





/**************************************************************/
/*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 .search{
	width: 100%;
	margin-top: 0;
	margin-right: 0;
}
.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:135px;
   margin-left: 15px;
   margin-top: 9px;
}
.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: 226px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{display: none;
width: 100%;}
.erji-top{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-top.jpg);
}
.mianbaoxie{
	height: 56px;
	line-height: 56px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
	font-size: 14px;
	color: #878787;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #2c54a3;
}
.erji-bottom{
	padding: 35px 0;
}
.zhuanti-div{
	width: 48.9%;
	border:1px solid #eee;
	padding: 20px;
}
.zhuanti-div .main3-1{
	width: 100%;
	margin-right: 0;
}
.zhuanti-div .main3-1 dd{
	background-color: #fafafa;
}
.zhuanti-div .main3-1 dd+dd {
    margin-top: 23px;
}
.zhuanti-div .main3-1 dd .main3-con{
	padding-right: 10px;
	padding-top: 16px;
}
.zhuanti-item+.zhuanti-item{
	margin-top: 35px;
}
.zhengce-div dl{
	margin:0;
}
.zhengce-div  dd{
	padding: 35px 0;
}
.zhengce-div  dd:first-child{
	padding-top: 0;
}
.zhengce-div  dd{
	border-bottom: 1px solid #f2f2f2;
}
.zhengce-div  dd:hover .zhengce-date{
	background-color:#5689ef;
}
.zhengce-div  dd:hover .zhengce-date h1{color: #fff;}
.zhengce-div  dd:hover .zhengce-date h2{color: #fff;}
.zhengce-date{
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-color: #f3f3f3;
	text-align: center;
	margin-right: 27px;
	padding-top: 18px;
	transition: background-color .3s;
}
.zhengce-date h1{
	margin:0;
	font-size: 42px;
	color: #5f6c88;
	font-weight: bold;
	line-height: 1;
	transition: color .3s;
}
.zhengce-date h2{
	margin:0;
	font-size: 12px;
	color: #5f6c88;
	margin-top: 4px;
	transition: color .3s;
}
.zhengce-con{
	overflow: hidden;
	padding-top:20px;
}
.zhengce-con h1{
	margin:0;
	font-size: 16px;
	color: #000;
}
.zhengce-con h1 a:hover{
	color: #1160c0;
}
.zhengce-con p{
	margin:0;
	font-size: 14px;
	color: #a2a7b4;
	margin-top: 15px;
}
.fenye{
	text-align: center;
	padding-top: 35px;
}
.fenye ul{
	margin: 0;
}
.xinwen-list dl{
	margin:0;
}
.xinwen-list dd{
	padding: 45px 0;
	border-bottom: 1px solid #ddd;
}
.xinwen-list dd:first-child{
	padding-top: 0;
}
.xinwen-pic{
	width: 348px;
	margin-right: 50px;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 59.2%;
}
.xinwen-con{
	overflow: hidden;
	padding-top: 10px;
}
.xinwen-con h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.xinwen-con h2{
	margin:0;
	font-size: 24px;
	color: #333;
	margin:20px 0;
}
.xinwen-con h2 a:hover{
	color: #1160c0;
}
.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	overflow: hidden;
	max-height: 3.6em;
}
.more22{
	margin-top: 25px;
}
.more22::after{
	width: 55px;
	height: 1px;
	background-color: #333;
	display: inline-block;
	vertical-align: middle;
	content:"";
	margin-left: 15px;
}
.more22 a{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.more22 a:hover{
	color: #1160c0;
}
.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 #ddd;
	padding: 10px 0 15px;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con img{
	/*display: block;*/
	margin:15px auto;
}
.danpian-con,.danpian-con *{
	font-size: 15px!important;
	color: #666!important;
	line-height: 2!important;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dan-a a{
	font-size: 15px;
	color:#333;
}
.dan-a a:hover{
	color:#1160c0;
}
.huizhan-list{
	padding-bottom: 40px;
	border-bottom: 1px solid #dddddd;
}
.huizhan-list ul{
	margin:0;
}
.huizhan-list li{
	border:1px solid #ececec;
	padding: 15px;
	background-color: #fff;
	transition: background-color .3s,border-color .3s;
}
.huizhan-pic{
	width: 142px;
	margin-right: 30px;
}
.huizhan-pic .imgbox_a{
	padding-bottom: 73.24%;
}
.huizhan-list li+li{
	margin-top: 25px;
}
.huizhan-list li:hover{
	border:1px solid #f8f9fb;
	background-color: #f8f9fb;
}
.huizhan-con{
	overflow: hidden;
	padding-top: 11px;
}
.huizhan-con1{
	position: relative;
	padding-right: 150px;
}
.huizhan-con1 h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #2c54a3;
	line-height: 1.42857143;
}
.huizhan-con1-time{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #a4a4a4;
}
.huizhan-con2{
	position: relative;
	padding-right: 160px;
	padding-top: 5px;
	min-height: 59px;
}
.huizhan-con2 p{
	margin:0;
	font-size: 14px;
	color: #a4a4a4;
	margin-top: 7px;
}
.huizhan-con2-a{
	position: absolute;
	width: 83px;
	top: 25px;
	right: 24px;
}
.huizhan-con2-a a{
	display: block;
	height: 31px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	background-color: #2c54a3;
	font-size:14px;
}
.huizhan-con2-a a:hover{
	font-weight: bold;
}
.zhuanli-item-wp+.zhuanli-item-wp{
	margin-top: 35px;
}
.zhuanli-item{
	width: 48.9%;
}
.title-22{
	border:1px solid #ececec;
	border-bottom: 0;
	height: ;
}
.title-22 h1{
	margin:0;
	height: 48px;
	line-height: 48px;
	font-size:18px;
	font-weight: bold;
	color: #000;
	margin-left: 25px;
}
.title-22 a.fr{
	font-size: 14px;
	color: #666;
	margin-right: 30px;
	margin-top: 17px;
}
.title-22 a.fr:hover{
	color: #1160c0;
}
.zhuanli-table table.table{
	margin-bottom: 0;
	border-color:#ececec;
}
.zhuanli-table.table-responsive{
	margin:0;
}
.zhuanli-table table.table tr th{
	border-color:#ececec;
	background-color: #72aef8;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	height: 46px;
	text-align: center;
}
.zhuanli-table table.table tr td{
	font-size: 14px;
	color: #666;
	text-align: center;
	vertical-align: middle;
	padding: 12px;
	line-height: 1.6;
}
.zhuanli-table table.table tr td:first-child{
	width: 290px;
	text-align: left;
}
.zhuanli-table table.table tr td a:hover{
	color: #1160c0;
}
.zhuanli-item:hover .title-22 h1{color: #1160c0;}
.fenlei-menu-item{
	background-color: #f6f8fa;
	padding: 20px;
}
.fenlei-dl1{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
}
.fenlei-dl1 dl{
	margin:0;
}
.fenlei-dl1 dd{
	float: left;
	margin-right: 15px;
	position: relative;
	margin-bottom: 10px;
}
.fenlei-dl1 dd>a{
	font-size: 16px;
	color: #333;
}
.fenlei-dl1 dd.cur>a{
	font-weight: bold;
	color: #1160c0;
}
.fenlei-dl1 dd>a:hover{
	color: #1160c0;
}
.fenlei-dl2{
	padding-top: 20px;
}
.fenlei-dl2 dl{
	margin:0;
}
.fenlei-dl2 dd{
	float: left;
	margin-right: 10px;
	position: relative;
	margin-top: 10px;
}
.fenlei-dl2 dd>a{
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
}
.fenlei-dl2 dd.cur>a{
	background-color: #1160c0;
	color: #fff!important;
}
.fenlei-dl2 dd>a:hover{
	color: #1160c0;
}



.fenlei_ddiv+.fenlei_ddiv{
	margin-top: 25px;
}
.fenlei-con{
	position: relative;
}

.fenlei-con-box{
	position: absolute;
	width: 100%;
	left: -15000%;
	top: 0;

}

.fenlei-con-box.cur{
	/*display: block;*/
	position: relative;
	left: 0;
}

.erji{
	overflow: hidden;
}


.main5-list .item{
	border:1px solid #e2e2e2;
	transition: border-color .3s;
}
.main5-list .item:hover{
	border-color:#1160c0;
}
.main5-list .item .imgbox_a{
	padding-bottom: 66.74%;
}


.main4 #main4-biao1{
	height: 365px!important;
}

.main4 #main4-biao3{
	height: 405px!important;
}

.cisdi{
	position: fixed;
	right: -108px;
	bottom: 100px;
	width: 176px;
	transition: right .5s;
	z-index: 999;
}
.cisdi.cur{
	right: 0;
}
.cisdi-logo{
	width: 68px;
	height: 61px;
	background-color: #1755ba;
	background-image: url(../images/cisdi.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.cisdi-dl{
	overflow: hidden;
	padding: 20px 10px 25px;
	background-color: #2a74d0;
	text-align: center;
}
.cisdi-dl dl{
	margin:0;
}
.cisdi-dl dd+dd{
	margin-top: 20px;
}

.cisdi-dl dd>a{
	font-size: 14px;
	color: #fff;
}
.cisdi-dl dd>a:hover{
	font-weight: bold;
}




/*cx*/


#cx_body{
	min-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(../images/cx_body.jpg);
	background-size: cover;
	background-color: #d5e1f3;
	padding-top: 28px;
	position: relative;
}
#cx_body.cx_body_nobg{
	background-image:none;
}
.cx_logo{
	width: 425px;
}

.cx_logo a,.cx_logo img{
	display: block;
	width: 100%;
}

#cx_footer{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 50;
}

.cx_footer{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	border-top: 1px solid #bfbfbf;
	padding: 40px 0;
}
.cx_main{
	padding-top: 150px;
	padding-left: 60px;
}
.cx_main-h1{
	width: 253px;
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-image: url(../images/cx_main-h1.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.cx_main-h2{
	font-size: 48px;
	font-weight: bold;
	color: #333;
	letter-spacing: 3px;
	padding: 10px 0 25px;
}

.cx_main-form{
	width: 536px;
	position: relative;
}

.cx_main-form.fr{
	margin-top: 13px;
}
.cx_main-form input:focus{
	outline: none;
}
.cx_main-form input[type="text"]{
	display: block;
	width: 100%;
	height: 51px;
	border:0;
	border:1px solid #bfbfbf;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:8px 22px;
	padding-right: 150px;
	position: relative;
	z-index: 15;
}

.cx_main-form input[type="button"]{
	position: absolute;
	right:1px;
	top: 1px;
	width: 134px;
	height: 49px;
	border:0;
	font-size: 14px;
	font-weight: bold;
	background-color: #2a65d0;
	color: #fff;
	padding-left: 69px;
	text-align: left;
	background-image: url(../images/wencx.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	cursor: pointer;
	z-index: 50;
}


.cx_pdf-div{
	max-width: 744px;
	height: 610px;
	margin:50px auto 0;
	background-color: #fff;
	min-height: 200px;
	/*overflow: auto;*/
}

#cx_pdf{
	width: 744px;
	min-height: 100%;
	background-image: url(../images/pdf-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f2f2f2;
	padding: 23px 45px 30px;
}

.cx_pdf0 h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	line-height: 1;
}
.cx_pdf0 h2{
	margin:0;
	font-size: 12px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;

}
.cx_pdf0 h3{
	font-size: 28px;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.cx_pdf1{
	margin-top: 85px;
}

.cx_pdf1 dl{
	margin:0;
	font-size: 0;
	margin-left:-3%;
}

.cx_pdf1 dd{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	margin-bottom: 30px;
}
.cx_pdf1 dd:nth-child(even){
	padding-left: 30px;
}
.cx_pdf1 dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.cx_pdf1 dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
}

.cx_pdf2{
	background-color: #dae3eb;
	padding: 30px;
}

.cx_pdf2-1{
	width: 270px;
	margin-right: 50px;
}

.cx_pdf2-2{
	overflow: hidden;
}

.cx_pdf2-title{
	font-size: 16px;
	color: #0360ae;
	font-weight: bold;
	margin-bottom: 15px;
}

.cx_er-pic{
	width: 125px;
	margin-right: 15px;
}

.cx_er-pic img{
	display: block;
	width: 100%;
}

.cx_er-con{
	overflow: hidden;
	padding-top: 8px;
}

.cx_er-con h1{
	margin:0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.cx_er-con  p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 10px;
}

.cx_dnd dl{
	margin:0;
}

.cx_dnd dd span{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	width: 60px;
	text-align: right;
	margin-right: 15px;
}

.cx_dnd-con{
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

.cx_dnd dd+dd{
	margin-top: 20px;
}


#word_box{
	overflow: auto;
	padding: 15px;
}


#cx_main .container{
	position: relative;
}

#down_load{
	position: absolute;
	width: 46px;
	left: 50%;
	margin-left: -23px;
	bottom: -23px;
	z-index: 100;
}

#down_load a,.#down_load img{
	display: block;
	width: 100%;
}