/**************************************/
/*************[公用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;
	width: 100%;
	max-width: 100%;
}



.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/

.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}



/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 183px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}

.logo{
	width: 815px;
	margin-top:41px;
}

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

.header-right{
	margin-top: 56px;
	width: 264px;
}

.header-a{
	font-size: 14px;
	color:#333;
	padding-left:28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
	color:#999;
}
.header-a a{
	color:#333;
}
.header-a a:hover{
	color:#0460c9;
}

.search{
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search.png);
	margin-top: 12px;
	padding:0 15px;
	position: relative;
	overflow: hidden;
}

.search input:focus{
	outline: none;
}
.search input[type=text]{
	width: 100%;

	background-color: transparent;
	padding:8px 12px;
	color:#666;
	height: 40px;
	padding-right: 40px;
	font-size: 14px;
	border:0;
}
.search input[type="image"]{
	position: absolute;
	right: 0px;
	top: 0px;
	width:40px;
}


.nav-wp{
	position: relative;
	background-color:#0460c9;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/li.png);
	padding-left: 1px;

}
.nav>ul>li:first-child{
	padding-left: 0;
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#0458b7;

}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top: 45px;
	z-index: 600;
	background-color: #0460c9;
	border-top: 1px solid #0460c9;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #0458b7;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	height: 650px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav{
	display: block;
	bottom: 30px;
	font-size: 0;
}

.fafa .flex-control-nav li{
	margin:0 11px;
}

.fafa .flex-direction-nav{
	display: block;
	position: absolute;
	left: 50%;
	width: 1354px;
	margin-left: -677px;
	top: 50%;
	height: 0;
}


.p55{
	padding: 55px 0;
}


.f7f7{
	background-color: #f7f7f7;
}

.fbai{
	background-color: #fff;
}


.title-11{
	text-align: center;
	font-size: 0;
	line-height: normal;
}

.title-11 dl{
	margin:0;
	display: inline-block;
	position: relative;
	height: 57px;


}
.title-11 dl::after{
	position: absolute;
	content:"";
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 2px;
	background-color: #e3e3e3;
	z-index: 15;
}
.title-11 dd{
	float: left;
	font-size: 32px;
	color:#333;
	height: 56px;
	z-index: 25;
	position: relative;
	font-size: 18px;
	color:#999;

	padding-top: 18px;
	/*cursor: pointer;*/
	width: 160px;
	text-align: center;
}

.title-11 dd.cur{
	font-size: 32px;
	color:#333;
	border-bottom: 3px solid #f06f28;
	padding-top: 0px;
}


.title-11-hua dd{
	cursor: pointer;
}

.main3-div-wp{
	position: relative;
	overflow: hidden;
}

.main3-div-wp .main3-div{
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
}
.main3-div-wp .main3-div.cur{
	position: relative;
	left: 0;
}

.m50{
	margin-top: 50px;
}

.main3-list .item{

	padding: 15px;
}

.main3-item-yy{
	background-color: #fff;
	padding: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.main3-item-yy:hover{
	box-shadow: 0	0 15px rgba(0,0,0,0.05);
}
.main3-pic>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 66.67%;
}
.main3-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.main3-pic>a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main3-con{
	overflow: hidden;
	padding-top: 24px;
}

.main3-con h1{
	font-size: 18px;
	margin:0;
	color:#333;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
}

.main3-list .item:hover .main3-con h1{
	color:#0460c9;
	font-weight: bold;
}
.main3-con h2{
	font-size: 14px;
	margin:0;
	color:#999;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:13px 0 15px;
}
.main3-con p{
	font-size: 16px;
	margin:0;
	color:#666;
	line-height: 1.6;
	height: 50px;
	overflow: hidden;
}

.more11 a{
	display: block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	background-color: #f06f28;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin:0 auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.more11 a:hover{
	background-color: #d86322;

}


.main4-pic>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 66.67%;
}
.main4-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.main4-pic:hover>a img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.main4-list .item h1{
	font-size: 16px;
	margin:0;
	color:#333;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 0 20px;
  margin-top: 18px;
}

.main4-list .item:hover h1{

	color:#0460c9;
}

.main4-list .owl-prev{
	position: absolute;
	left:-55px;
	top: 50%;
	margin-top: -20px;
	width: 25px;
	height: 41px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.main4-list .owl-next{
	position: absolute;
	right:-55px;
	top: 50%;
	margin-top: -20px;
	width: 25px;
	height: 41px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}


.title-22{
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/title-22.jpg);
	margin-bottom: 25px;
}

.title-22 h1{
	font-size: 22px;
	color:#333;
	margin:0;
}
.title-22 a.fr{
	font-size: 12px;
	color:#999;
	text-transform: uppercase;
	margin-top: 4px;
}
.title-22 a.fr:hover{
	color:#0460c9;

}
.main1-1{
	width: 62.5%;
	margin-right: 55px;
}

.main1-2{
	overflow: hidden;
}




.main1-list1 .item .main3-con{
	overflow: hidden;
	padding:15px 20px 20px;
	background-color: #fff;
}


.main1-list1 .item:hover .main3-con h1{
	color:#0460c9;
	font-weight: bold;
}


.main1-list2 dl{
	margin:0;
}

.main1-list2 dd{
	margin-top: 30px;
	background-color: #fff;
	background-image: url(../images/yj.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.main1-list2 dd:hover{
	background-image: url(../images/yjh.png);

}
.main1-list2 dd:first-child{
	margin-top: 0;
}

.main1-date{
	width: 84px;
	height: 84px;
	text-align: center;
	background-image: url(../images/main1-date.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3px;

}

.main1-date h1{
	margin:0;
	font-size: 40px;
	color:#fff;
	padding: 5px 0;
}


.main1-date h2{
	margin:0;
	font-size: 14px;
	color:#fff;
}


.main1-list2-con{
	overflow: hidden;
	padding: 18px 26px 0 16px;
}

.main1-list2-con h1{
	font-size: 16px;
	margin:0;
	color:#333;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main1-list2-con h1 a:hover{
	color:#0460c9;

}
.main1-list2-con p{
	font-size: 14px;
	margin:0;
	color:#666;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 13px;
}


.main2-list1 ul{
	margin:0;
}

.main2-list1 li{
	float: left;
	width: 33.33333333%;
}




.main2-pic>a{
	display: block;
	overflow: hidden;

}
.main2-pic>a img{
	display: block;
	width: 100%;
	height: 301px!important;
	transition: .3s;
}
.main2-pic:hover>a img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}




.main2-dd{
	height: 301px;
	padding: 50px 75px 0;
	position: relative;
	z-index: 25;
}

.main2-jj{
	position: absolute;
	width: 26px;
	height: 15px;
	left: 50%;
	margin-left: -13px;


}
.main2-jj img{
	display: block;
	width: 100%;
}
.main2-dd1 .main2-jj{bottom: -15px;}
.main2-dd2 .main2-jj{top: -15px;}
.main2-dd3 .main2-jj{bottom: -15px;}



.main2-dd1{background-color:#0460c9;}
.main2-dd2{background-color:#f6a13c;}
.main2-dd3{background-color:#77b034;}

.main2-dd h1{
	font-size: 18px;
	margin:0;
	color:#fff;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main2-dd dl{
	margin:0;
	padding-top: 15px;
}

.main2-dd dd{
	font-size: 16px;
	color:#fff;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 13px;
}
.more22{
	margin-top: 30px;
}
.more22 a{
	display: block;
	width: 96px;
	height: 32px;
	line-height: 30px;
	border-radius: 32px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border:1px solid #fff;
}

.more22 a:hover{
	background-color: #fff;

}
.more22-1 a:hover{

	color:#0460c9;

}
.more22-2 a:hover{


	color:#f6a13c;

}
.more22-3 a:hover{


	color:#77b034;
}



.main2-list2 .owl-dots {
	text-align: center;
	margin-top: 30px;
	font-size: 0;
	line-height: normal;
}
.main2-list2 .owl-dots .owl-dot{
	display: inline-block;
	margin:0 5px;
	border:0;
	background-color: transparent;
	outline: none;
}
.main2-list2 .owl-dot span{
	width: 10px;
	display: block;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/sss1.png);
}

.main2-list2 .owl-dot.active span{
	background-image: url(../images/sss1h.png);
	width: 27px;
}














/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/
#footer{
	background-color: #0460c9;
	padding: 42px 0 35px;
}
.foo1{
	padding-bottom: 32px;
}
.foo-left{
	width: 880px;
}

.foo1 span.fl{
	width: 90px;
	height: 34px;
	line-height: 34px;
	color:#fff;
	font-size: 16px;
}

.foo1-sel {
	width: 254px;
	margin-right: 15px;
}

.foo1-sel .form-control{
	border-radius: 0;
}


.foo2{
	font-size: 14px;
	color:#fff;
	line-height: 2.3;
	padding-top: 22px;
}

.er-wp{
	width: 227px;
}
.er {
	text-align: center;
	font-size: 14px;
	color:#fff;
	margin-left:27px;
	width: 100px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.er.fr:first-child+.er{
	margin-left: 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: #fff;
	/*background-color: #0460c9;*/

}
.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: 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: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 440px;
   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: 345px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
    width: 240px;
    margin-right: 37px;
    background-color: #0460c9;
    height: 615px;
}

.menu-h1{
    height: 74px;
    line-height: 74px;
    /* background-color: #126fb4; */
     /*  background-image: url(../images/menu-h1.jpg);  */
    background-repeat: no-repeat;
    background-position: center ;
    color:#fff;
    font-size: 22px;
    padding-left: 26px;
}

.menu-list ul{
    margin:0;
}

.menu-list li>a{
    display: block;
    height: 56px;
    line-height: 55px;
    border-bottom: 1px solid #dddddd;
    border-left: 6px solid #0460c9;
    background-color: #fff;
    font-size: 16px;
    color:#4f4f4f;
    padding-left: 31px;
    background-repeat: no-repeat;
    background-position: 14px center;
/*    background-image: url(../images/dian1.jpg);  */

}

.menu-list li.active>a{
    border-left: 6px solid #ffc763;
/*    background-image: url(../images/dian1h.jpg);  */
    color:#0460c9;
    padding-left: 34px;

}
.menu-list li:hover>a{
    color:#0460c9;
/*    background-image: url(../images/dian1h.jpg);  */

}
.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #0460c9;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #ffc763;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#0460c9;
}
.mianbaoxie span{
    color:#0460c9;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    /*border-top: 1px solid #eee;*/
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 15px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#0460c9;
}
.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#0460c9;
	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;

}

.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:#0460c9;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#0460c9;
}



.lingdao ul{
	margin:0;
}

.lingdao li{
	background-color: #f6f6f6;
	padding: 20px;
	margin-top: 30px;
}
.lingdao li:first-child{
	margin-top: 15px;
}
.lingdao-pic{
	width: 180px;
	margin-right: 30px;
}


.lingdao-pic>a{
	display: block;
	padding-bottom:138.89%;
	position: relative;
	display: block;
	overflow: hidden;
}
.lingdao-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}


.lingdao-pic>a:hover>img{
	/*????‰???-????”??¤§??￡???*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.lingdao-con{
	overflow: hidden;
}

.lingdao-con h1{
	margin:0;
	font-size: 22px;
	color:#0460c9;
	height: 53px;
	border-bottom: 1px solid #ececec;
	padding-top: 8px;
}
.lingdao-con h1 a:hover{
	font-weight: bold;
}

.lingdao-con-p{
	font-size: 16px;
	color:#333;
	line-height: 2.2;
	margin-top: 12px;
}
.lingdao-con-p p{
	margin:0;
}

.chengyuan-li{
	padding-top: 15px;
}
.chengyuan-li+.chengyuan-li{
	padding-top: 50px;
}
.chengyuan-h1{
	font-size: 16px;
	font-weight: bold;
	color: #333;
background-color:#eee;
  height:42px;
  line-height:42px;

  font-weight:bold;
  padding-left:15px;
}

.chengyuan-list1{
	padding-top: 10px;
}
.chengyuan-list1 dl{
	margin:0;
}

.chengyuan-list1 dd{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.chengyuan-list1 dd a{
	font-size: 16px;
	color: #333;
}

.chengyuan-list1 dd a:hover{
	color: #0460c9;
}

.chengyuan-list2 dl{
	margin:0;
	margin-left: -2%;
}

.chengyuan-list2 dd{
	float: left;
	width: 14.66666666667%;
	margin-left: 2%;
	margin-top: 2%;
}


.chengyuan-list2 dd .imgbox_a{
	padding-bottom: 138.89%;
}



.ky_fangxiang{
margin:0;
  background-color:#0460c9;
  height:50px;
  line-height:50px;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  padding-left:15px;
}

.chengyuan{margin-top:30px;}
.chengyuan:first-child{margin-top:30px;}
