/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-0{
	background-color: #0c72bd;
	padding: 7px;
}
.sd-logo{
	width: 118px;
}

.sd-logo img,
.sd-logo a{
	display: block;
	width: 100%;
}
.header-1{
	height: 130px;
	background-color: #fff;
}

.logo{
	width: 669px;
	margin-top: 16px;
}

.logo img{
	display: block;
	width: 100%;
}
.header-right{
	margin-top: 20px;
}

.header-a{
	font-size: 14px;
	color:#fff;
	height: 31px;
	line-height: 31px;
	text-align: right;
	width: 227px;
}
.header-a a{
	margin:0 5px;
}
.header-a a:hover{
	text-decoration: underline;
}
.search{
	width: 220px;
	position: relative;
	margin-top:0px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 35px;
	border:1px solid #005ea9;
	border-radius: 5px;
	padding: 8px 60px 8px 15px;
}
.search input[type="button"]{
	right: 0px;
	top: 0px;
	position: absolute;
	width: 49px;
	height: 34px;
	border:0;
	border:1px solid #005ea9;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	font-size: 14px;
	color:#fff;
	cursor: pointer;
	background-color: #005ea9;
}

.nav-wp{
	border-top: 1px solid #0c72bd;
}

.nav-div{
	position: relative;
	padding-left: 76px;
}
.nav-index{
	position: absolute;
	left: 0;
	top: 0;
	height: 47px;
	width: 76px;
}
.nav-index a{
	display: block;
	height: 100%;
	background-image: url(../images/fang.png);
	background-repeat: no-repeat;
	background-position: center ;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.111111111111%;
	text-align: center;
	position: relative;
}
.nav>ul>li+li{
	border-left: 1px solid #fff;
}
.nav>ul>li>a{
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color:#333;
	transition: .3s;
}
.nav>ul>li:hover>a,.nav>ul>li.active>a{
	background-color: #015fa5;
	color: #fff;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top: 100%;
	z-index: 500;
	display: none;
	border-top: 1px solid #0c72bd;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	line-height: 1.6;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background-color: #0c72bd;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #015fa5;

}
/**************************************************************/
/*header-over*/


/*图片中心放大代码区域*/


.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);
}


/*main-start*/
/**************************************************************/

#main{

}
.m40{margin-top: 35px;}
.main{
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/body-bg2.png);
}
.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
}
.title-11 h1{
	font-size: 20px;
	color:#333;
	padding-bottom: 14px;
	border-bottom: 2px solid #0f74be;
	margin:0;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 3px;
}

.title-11 a.fr{
	font-size: 14px;
	color:#0c72bd;
	margin-top: 6px;
}

.title-11 a.fr:hover{
	text-decoration: underline;
}

.xin-pic a{
	display: block;
	padding-bottom: 66.67%;
	position: relative;
	overflow: hidden;
}

.xin-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.xin-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.xin-con{
	background-color: #fafafa;
	border:1px solid #e2e2e2;
	padding: 10px 21px;
}


.xin-con h1{
    margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xin-con h2{
    margin: 0;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:10px 0 8px;
}

.xin-con p{
    margin: 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 44px;
    line-height: 1.6;
}

.xin-list{
	margin-top: 20px;
}

.xin-list .item:hover .xin-con h1{
	color:#0c72bd;
}


.xin-list .item:hover .xin-con p a{
	color:#0c72bd;
}
.xin-con h1 a:hover{
	text-decoration: underline;
}
.tong-list {

	overflow: hidden;
	margin-top: 20px;
}
.tong-list ul{
	margin:0;
}
.tong-list li{
	margin-top: 13px;
}
.tong-list li:first-child{
	margin-top: 0px;
}
.tong-date{
	width: 58px;
	margin-right: 15px;
}

.tong-date h1{
	margin:0;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 15px;font-weight: bold;
	color:#fff;
	font-family: "Arial";
	background-color: #0c72bd;
}
.tong-date h2{
	margin:0;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color:#0c72bd;
	background-color: #eeeeee;
	height: 22px;
	line-height: 22px;
}


.tong-con{
	font-size: 16px;
	color:#333;
	line-height: 1.6;
	height: 50px;
	overflow: hidden;
	padding: 0	10px;
}


.tong-con a:hover{
	/*color:#0c72bd;*/

}

.tong-list li:hover .tong-con{
	color:#fff;
	background-color: #0c72bd;

}

.main2-list .item>a img{
	display: block;
	width: auto;
	margin:0 auto 13px;
}
.main2-list .item>a{
	display: block;
	height: 116px;
	background-color: #ebf5fc;
	text-align: center;
	font-size: 14px;
	color:#666;
	padding-top: 25px;
	border-right: 1px solid #d3e9f9;
}
.main2-list{
	border-left: 1px solid #d3e9f9;

}
.main2-list .item>a:hover{
	color:#0c72bd;
	text-decoration: underline;
}


.ren-list ul{
	margin:0;
}
.ren-list li{
	margin-top: 24px;
}

.ren-list li>a{
	display: block;
	border-bottom: 3px solid #d4e0e8;
	background-color: #fafafa;
	padding: 5px 0;
	padding-right: 15px;
	transition: .3s;

}
.ren-list li>a:hover{
	background-color: #0c72bd;
	border-color: #0c72bd;
	box-shadow: 3px 3px 7px 1px rgba(1, 88, 151, 0.3);

}
.ren-list li>a:hover .ren-date{
	color:#fff;
}
.ren-list li>a:hover .ren-con{
	color:#fff;
}
.ren-list li>a:hover .ren-time{
	color:#fff;
}
.ren-date{
	width: 101px;
	padding-right: 0;
	text-align: center;
	margin-right: 24px;
	height: 50px;
	line-height: 50px;
	transition: .3s;
	font-size: 16px;
	color:#0c72bd;
	font-weight: bold;
	background-image: url(../images/ren-date.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.ren-con{
	overflow: hidden;
	font-size: 16px;
	transition: .3s;
	color:#333;
	height: 50px;
	line-height: 50px;
	padding-right: 40px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}
.ren-time{
	position: absolute;
	right: 1px;
	bottom: 0;
	font-size: 14px;
	color: #999;
	transition:color .3s;
}

.ke-list ul{
	margin:0;
}
.ke-list{
	padding-top: 10px;
}
.ke-list li{
	height: 42px;
	line-height: 42px;
	padding-right: 90px;
	position: relative;
	padding-left: 18px;
	background-image: url(../images/dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ke-list li span{
	position: absolute;
	width: 90px;
	top: 0;
	right: 0;
	font-size: 14px;
	color:#999;
	text-align: right;
}

.ke-list li a span{position:relative;color:red}
.ke-list li  a{
	font-size: 16px;
	color:#666;
}
.ke-list li  a:hover{
	color: #0c72bd;
}
.xue-list ul{
	margin:0;
}
.xue-list li{
	margin:0;
	margin-top: 20px;
}

.xue-date{
	width: 72px;
	height: 62px;
	background-image: url(../images/xue-date.png);
	background-repeat: no-repeat;
	background-position: center ;
	margin-right: 22px;
	text-align: center;
	padding-top:27px;
	margin-top: 3px;
}
.xue-date h3{
	margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.xue-date h1{
	margin: 0;
    font-size: 30px;
    color: #fff;
    font-family: "Arial";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}

.xue-date h2{
	margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
}

.xue-con{
	overflow: hidden;
}

.xue-con h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xue-con h1 a:hover{

	color: #0c72bd;
}
.xue-con h2{
	margin: 0;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}
.xue-con h2 img{
	margin-top: -3px;
	margin-right: 6px;
}
.xue-con h2.hh2{
	margin-top: 10px;
}

.main4-list .item>a{
	display: block;
	padding-bottom: 47.15%;
	position: relative;
	overflow: hidden;
}
.main4-list .item>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.main4-list .item>a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.tui{
	padding: 13px 0 3px;
}

.tui-pic{
	width: 180px;
	margin-right: 15px;
}

.tui-con{
	overflow: hidden;
}

.tui-con h1{
	margin: 0;
    font-size: 16px;
    color: #0c72bd;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.5;
    height: 48px;
}

.tui-con h2{
	margin: 0;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
        margin-top: 5px;
    margin-bottom: 4px;
}
.tui-con p{
	margin: 0;
    font-size: 14px;
    word-break: break-all;
    color: #666;
    overflow: hidden;
    line-height: 1.8;
    height: 50px;
}

.tui+.ke-list{
	padding-top: 0;
}


.main6-list{
	padding: 0	20px;
}
.main6-list .item{
	padding: 1px;
}
.main6-list .item>a{
	display: block;
	border:1px solid #e1e1e1;
	height: 66px;
	padding-left: 17px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: 92% center;
	padding-right: 40px;
}

.main6-list .item>a h1{
	font-size: 14px;
	color:#0c72bd;
	margin:0;
}
.main6-list .item>a:hover h1{
	text-decoration: underline;
}
.main6-list .item>a h2{
	font-size: 12px;
	color:#999;
	margin:0;
	text-transform: uppercase;
	margin-top: 5px;
}

.main6-list .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -11px;
	width: 9px;
	height: 22px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}
.main6-list .owl-prev:hover{
	background-image: url(../images/left2h.png);

}
.main6-list .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -11px;
	width: 9px;
	height: 22px;
	background-image: url(../images/right2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}
.main6-list .owl-next:hover{
	background-image: url(../images/right2h.png);

}

.main7-list ul{
	margin:0;
	margin-left: -2%;
}

.main7-list li{
	float: left;
	width: 31%;
	margin-left: 2%;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
	padding: 28px 0 20px;
	background-color: #0c72bd;
}

.er{
	width: 106px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.foo-con{
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	line-height: 2.2;
	padding-top: 25px;
}


/**************************************************************/
/*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: 2px;

	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:10px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 12px;
	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: 250px;
    margin-left: 15px;
    margin-top: 9px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	/*vertical-align: middle;*/
	display: block;
	margin-top: 29px;
}

.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;

}

.fafa .slides>li{
	height: 507px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.fafa .flex-direction-nav{
	display: block;
}
.fafa .flex-direction-nav a{
	width: 33px;
	height: 77px;
	margin-top: -38px;
}
.fafa .flex-direction-nav .flex-prev{
	left: 0;
}
.fafa .flex-direction-nav .flex-next{
	right: 0;
}
.banner-x{
	display: none;
}


.fxfx .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 20px;
}


.fxfx .flex-control-paging li a{
	width: 10px;
	height: 10px;
}

.fxfx .flex-control-nav li{
	margin:0 4px;
}






/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 360px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.banner-2 img{
	display: none;
	width: 100%;
}



.erji{
	padding: 30px 0 50px;
}

.menu{
	width: 207px;
	margin-right: 38px;
}

.title-22 {
	background-image: url(../images/title-11.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.title-22 h1{
	float: left;
	margin:0;
	font-size: 20px;
	color:#0c72bd;
	padding-bottom: 10px;
	border-bottom:2px solid #0c72bd;
}
.menu-list{
	margin-top: 5px;
}
.menu-list ul{
	margin:0;
}
.menu-list li{
	border-top: 1px dashed #dee7ef;
}
.menu-list li:first-child{
	border-top: 0;
}
.menu-list li>a{
	display: block;
	height: 42px;
	line-height: 42px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dd2.png);
	padding-left: 18px;
	font-size: 16px;
	color:#737272;
}

.menu-list li:hover>a,.menu-list li.active>a{
	color:#0c72bd;
}

.erji-content{
	overflow: hidden;
}
.erji-title {
	margin-bottom: 15px;
}
.erji-title h1{
	float: left;
	margin:0;

	position: relative;
	margin-right: 25px;
	}

.erji-title h1 span{
	display: block;
	position: relative;
	z-index: 220;
	height: 36px;
	line-height: 36px;
	padding: 0 40px;
	background-color: #0c72bd;
	color:#fff;
	font-size: 18px;
}

.erji-title h1 i{
	position: absolute;
	left: 7px;
	right: -7px;
	bottom: -7px;
	top: 7px;
	background-color: #117fd0;
	z-index: 200;
}

.mianbaoxie{
	font-size: 12px;
	color:#999;
	margin-top: 12px;
	overflow:hidden;
	float: none;
	text-align: right;
	border-bottom: 1px solid #eee;
	height: 38px;
	line-height: 35px;
}

.list1 ul{
	margin:0;
}


.list1 {
	margin-top: 20px;
}
.list1 li{
	height: 44px;
	line-height:44px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dashed  #eae6e6;
    background-repeat: no-repeat;
    background-image: url(../images/dian.jpg);
    background-position: 11px center;

}

.list1 li a{
	font-size: 14px;
	color:#645f5f;
    padding-left: 29px;
    transition: .3s;
}

.list1 li a:hover{
	color:#0c72bd;
	padding-left: 23px;

}
.list1 li span{
	font-size: 12px;
	color:#999;
	margin-left: 10px;
}

.sanji-a{
	padding-top: 20px;
}
.sanji-a a{
	float: left;
	display: block;
	position: relative;
    z-index: 220;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background-color: #0c72bd;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
}

.sanji-a a.cur{
    background-color: #095892;
}


.fenye {
	margin-top: 40px;



	text-align: center;
}

.fenye .pagination
{margin:0;}
.pic-list{
	padding-bottom: 25px;
}
.pic-list .col-lg-4
{margin-top: 25px;}
.pic-list .col-lg-4 h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    margin-top: 18px;
}

.pic-list .col-lg-4:hover h1{
	color:#0c72bd;


}



.laoshi-title{
	padding: 25px 0;
	text-align: center;
	font-size: 18px;
	color:#0c72bd;
}
.laoshi-pic{
	width: 148px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.laoshi-wen{
	overflow: hidden;
	padding: 0 20px;
}

.laoshi-wen ul{
	margin:0;
}
.laoshi-wen li{
	color:#333;
	line-height: 2;
}
.laoshi-wen li span{
	color:#0c72bd;
	font-size: 16px;
	font-weight: bold;
}

.laoshi-pic img{
	display: block;
	width: 100%;
}

.laoshi-bottom-title{
	padding-left: 20px;
	color:#fff;
	font-size: 16px;
	background-color: #0c72bd;
	height: 43px;
	line-height: 43px;
	margin-top: 25px;
}

.laoshi-bottom-div{
	margin-top: 25px;
	font-size: 14px;
	color:#333;
	line-height: 1.8;
}

.laoshi-bottom-div p{
	margin:0;
}


.lingdao-list ul{
	margin:0;
}

.lingdao-list li{
	height: 54px;
	line-height: 53px;
	border-bottom: 1px dashed #ccc;
	padding-left: 52px;
	padding-right: 15px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: 28px	center ;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lingdao-list li a{
	font-size: 16px;
	color:#333;
}

.lingdao-list li a:hover{
	color:#0c72bd;
}

.lingdao-list{
	margin-top: 20px;
}

.danpian{
	padding-top: 15px;
}
.danpian-h1{
	font-size: 24px;
	line-height: 1.6;
	color:#0c72bd;
	text-align: center;
	padding: 10px 0 15px;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}

.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: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#0c72bd;

}


.lingdao-imgimg.xin-pic a{
	padding-bottom: 140%;
}

.pic-list .col-lg-3 h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    margin-top: 15px;
}
.pic-list .col-lg-3:hover h1 {
    color: #0c72bd;
}
.pic-list .col-lg-3 {
    margin-top: 25px;
}

.xin-pic.lingdao-imgimg a:hover img {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.zuzuzhi-wp{
	margin-top: 20px;
	overflow-x: auto;
}
.zuzuzhi{
	width: 870px;
	height: 1199px;
	position: relative;
}
.zuzuzhi>img{
	display: block;
	width: 100%;
}
.zuzuzhi a{
	position: absolute;
	height: 46px;
	/*background-color: #f00;*/

}


a.zua1{
	width: 166px;
	left: 0;
	top: 516px;
}
a.zua2{
	width: 180px;
	left: 304px;
	top: 60px;
}
a.zua3{
	   width: 180px;
	left: 304px;
    top: 262px;
}
a.zua4{
   width: 180px;
	left: 304px;
    top: 516px;
}

a.zua5{
width: 180px;
	left: 304px;
    top: 719px;
}

a.zua6{
width: 180px;
	left: 304px;
    top: 862px;
}
a.zua6-2{
width: 180px;
	left: 304px;
    top: 1065px;
}
a.zua7{
	width: 280px;
	right: 0;
	top:0px;
	height: 46px;
}

a.zua8{
	width: 280px;
	right: 0;
	height: 46px;
	top:57px;
}

a.zua9{
	width: 280px;
	right: 0;
	height: 46px;
	top:115px;
}

a.zua10{
	width: 280px;
	height: 46px;
	right: 0;
	top:172px;
}

a.zua11{
	width: 280px;
	right: 0;
	height: 46px;
	top:230px;
}


a.zua12{
	width: 280px;
	height: 46px;
	right: 0;
	top:287px;
}


a.zua13{
	width: 280px;
	height: 46px;
	right: 0;
	top:344px;
}

a.zua14{
	width: 280px;
	right: 0;
	height: 46px;
	top:402px;
}

a.zua15{
	width: 280px;
	height: 46px;
	right: 0;
	top:459px;
}

a.zua16{
	width: 280px;
	height: 46px;
    right: 0;
    top: 516px;
}

a.zua17{
	width: 280px;
	height: 46px;
    right: 0;
    top: 574px;
}

a.zua18{
	width: 280px;
	height: 46px;
    right:0;
    top: 631px;
}

a.zua19{
	width: 280px;
	height: 46px;
	right: 0;
    top: 689px;
}


a.zua20{
	width:280px;
	right: 0;
	height: 46px;
    top: 748px;
}

a.zua21{
	width:280px;
	right: 0;
	height: 46px;
    top: 807px;
}

a.zua22{
	width:280px;
	height: 46px;
	right: 0;
    top: 864px;
}

a.zua23{
	width:280px;
	height: 46px;
	right: 0;
    top: 921px;
}

a.zua24{
	width:280px;
	height: 46px;
	right: 0;
    top: 980px;
}

a.zua25{
	width:280px;
	height: 46px;
	right: 0;
    top: 978px;
}
a.zua26{
	width:280px;
	height: 46px;
	right: 0;
    top: 1038px;
}

a.zua27{
	width:280px;
	height: 46px;
	right: 0;
    bottom: 57px;
}
.laoshi-title{
	padding: 25px 0;
	text-align: center;
	font-size: 18px;
	color:#0c72bd;
}
.laoshi-pic{
	width: 148px;
	margin-left: 180px;
	margin-top: 20px;
	margin-right: 20px;
}

.laoshi-wen{
	overflow: hidden;
	padding: 0 20px;
}

.laoshi-wen ul{
	margin:0;
}
.laoshi-wen li{
	color:#333;
	line-height: 2;
}
.laoshi-wen li span{
	color:#0c72bd;
	font-size: 16px;
	font-weight: bold;
}

.laoshi-pic img{
	display: block;
	width: 100%;
}

.laoshi-bottom-title{
	padding-left: 20px;
	color:#fff;
	font-size: 16px;
	background-color: #0c72bd;
	height: 43px;
	line-height: 43px;
	margin-top: 25px;
}

.laoshi-bottom-div{
	margin-top: 25px;
	font-size: 14px;
	color:#333;
	line-height: 1.8;
}

.laoshi-bottom-div p{
	margin:0;
}
.laoshi-bottom-div2 p{
	margin:0;
	margin-top: 5px;
}
.laoshi-bottom-div2 strong{
	font-size: 16px;

}

.laoshi-bottom-div2  dl{
	margin:0;
}

.laoshi-bottom-div2  dd{
	margin-top: 15px;
	font-size: 14px;
	color:#333;
	line-height: 2;
	padding:12px 20px;
}

.shizi ul{
	margin:0;
}
.shizi li h1 {
    height: 37px;
    line-height: 37px;
    background-color: #f3f3f3;
    color: #0c72bd;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    padding-left: 37px;
    background-image: url(../images/dian2.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}


.jiao-pic img{
	display: block;
	margin:0 auto;
}

.jiao-pic{
	padding:50px 0 30px;
}

.shizi-div-wp{
	padding: 5px 0px 18px 37px;
}

.shizi-title{
	font-size: 16px;
	width: 152px;
	font-weight: bold;
	color:#0c72bd;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}

.shizi-dl{
	overflow: hidden;

}
.shizi-dl dl{
	margin:0;
}
.shizi-dl dd{
	float: left;
	height: 25px;
	line-height: 25px;
	width: 48px;margin-right: 35px;
	margin-top: 10px;
	    text-align: justify;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.shizi-dl dd a{
	font-size: 16px;
	color:#333;
}

.shizi-dl dd a:hover{
	color:#0c72bd;
}
#outputu11{
       margin:0 auto;
      width:100px;
}

.clgc-table.table tr td input:focus,
.clgc-table.table tr td select:focus,
.clgc-table.table tr td textarea:focus{
	outline: none;
}

.clgc-table.table tr td{
	vertical-align: middle;
	text-align: center!important;
	border-color:#ddd!important;
	font-size: 16px!important;
}

.clgc-table.table tr td input[type="text"]{
	display: block;
	width: 100%;
	border:0!important;
}
.clgc-table.table tr td input[type="submit"]{
	height: 25px;
	vertical-align: middle;
}
.clgc-table.table tr td img{
	margin-top: -3px;
}
.clgc-table.table tr td input[type="text"]#yanzheng{
	display: inline-block;
}
.clgc-table.table tr td select{
	display: block;
	width: 100%;
	border:0!important;
}

.clgc-table.table tr td textarea{
	display: block;
	width: 100%;
	border:0!important;

}

.xin2-dl{
	padding-top: 15px;
}
.xin2-dl dl{
	margin:0;
	margin-left: -3%;
}

.xin2-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 20px;
}

.xin2-date{
	width: 52px;
	height: 52px;
	background-image: url(../images/xin2-date.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 9px;
	padding-left: 8px;
	margin-right: 10px;
}

.xin2-date h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.xin2-date h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	opacity: 0.5;
	margin-top: 5px;
	padding-left: 16px;
}

.xin2-a{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	padding: 0	10px;
}



.tong-list li {
    margin-top: 18px;
}

.xin2-dl dd:hover .xin2-a {
    color: #fff;
    background-color: #0c72bd;
}

.dtu{margin-top: 13px;}
.dtu .imgbox_a{
	padding-bottom: 28.6842%;
}


.main88{
	position: relative;
}

.main88-bg-wp{
	position: relative;
	z-index: 15;
}

.main88-bg{
	padding-bottom: 31.67%;
}

.main88-bg a{
	position: absolute;
	width: 74px;
	left: 50%;
	margin-left: -37px;
	top: 28%;
	content:"";
	z-index: 50;
}
.main88-bg a img{
	display: block;
	width: 100%;
}
.main88-list-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:20px;
	z-index: 50;
	padding: 0	185px;
}

.main88-list .imgbox_a{
	padding-bottom: 56.1111%;
	cursor: pointer;
}

.main88-list .cur .imgbox_a{
	border-radius: 3px;

}
.main88-list .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	content:"";
	border:3px solid #f1ac17;
	opacity: 0;
	transition: opacity .3s;
}
.main88-list .cur .imgbox_a::before{
	opacity: 1;
}
.main88-bg{
        padding-bottom: 31.67%;
        display: none;
}
.main88-bg:first-child{
        display: block;
}