/**************************************/
/*************[公用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-1{
	border-top: 6px solid #0c72bd;
	border-bottom: 1px solid #dedede;
	height: 121px;
	background-color: #fff;
}

.logo{
	width: 230px;
	margin-top: 18px;
	margin-left: 6px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width: 243px;
	height: 31px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-right: 5px;
	margin-top: 49px;
	padding-left: 20px;
	padding-right: 55px;
	padding-top: 2px;
}

.search input:focus{
	outline: none;
}
.search input[type="image"]{
	position: absolute;
	right: 15px;
	top: 10px;
}
.search input[type="text"]{
	width: 100%;
	height: 27px;
	border:0;
	background-color:#f4f4f4;
}

.header-a{
	margin-top: 50px;
}
.header-a dl{
	margin:0;
}

.header-a dd{
	float: right;
	width: 30px;
	margin-right: 20px;
	position: relative;
	z-index: 500;
}
.header-a dd:hover .youxiang-div{
	display: block;
}
.youxiang-div{
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -100px;
	top: 40px;
	background-color: #f3f0ec;
	display: none;
}

.youxiang-li{
	height: 40px;
	line-height: 40px;
	padding: 0	10px;
	border-top: 1px solid #ddd;
}
.youxiang-li:first-child{
	border-top: 0;
}
.header-a dd>a{
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;

}

.header-a dd>a.a1{background-image: url(../images/a1.png);}
.header-a dd>a.a2{background-image: url(../images/a2.png);}
.header-a dd>a.a3{background-image: url(../images/a3.png);}
.header-a dd>a.a4{background-image: url(../images/a4.png);}
.header-a dd>a.a5{background-image: url(../images/a5.png);}

.header-a dd>a.a1:hover{background-image: url(../images/a1h.png);}
.header-a dd>a.a2:hover{background-image: url(../images/a2h.png);}
.header-a dd>a.a3:hover{background-image: url(../images/a3h.png);}
.header-a dd>a.a4:hover{background-image: url(../images/a4h.png);}
.header-a dd>a.a5:hover{background-image: url(../images/a5h.png);}



.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-left: 1px solid #fff;
}
.nav>ul>li:first-child{
	background-image: none;
	border-left: 0;
}
.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#666;
}

.nav>ul>li:hover>a,.nav>ul>li.cur>a{
	background-color: #0c72bd;
	color:#fff;
}

.nav>ul>li:hover,.nav>ul>li:hover+li,.nav>ul>li.cur,.nav>ul>li.cur+li{
	background-image: none;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 600;
  background-color: #0c72bd;
	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:#0b66a9;

}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	height: 503px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}


.fafa .slides>li>img{
	display: none;
}
.fafa .flex-direction-nav{
	display: block;
}
.fafa .flex-direction-nav a{
	width: 60px;
	height: 109px;
	margin-top: -55px;
}

.main1{
	padding: 40px 0 50px;
}


.main1-left{
	width: 866px;
	margin-right: 37px;
}

.main1-right{
	overflow: hidden;
}



.main1-1-list{
	padding: 0	33px;
	margin-bottom: 25px;
}
.main1-1-list .item>a{
	display: block;

}


.main1-1-list .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -10px;
	width: 14px;
	height: 21px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.main1-1-list .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -10px;
	width: 14px;
	height: 21px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}



.main1-1-div-left{
	width: 516px;
	margin-right: 23px;
}




.fmain1 .slides>li>a{
	display: block;
	padding-bottom: 63.76%;
	position: relative;
	overflow: hidden;
}
.fmain1 .slides>li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.fmain1 .slides>li>a h1 {
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background-image: url(../images/heidi.png);
	padding-left: 20px;
	font-size:14px;
	padding-right: 95px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 25;
}
.fmain1  .flex-control-nav{
	display: block;
	font-size: 0;
	text-align: right;
	bottom: 24px;
	padding-right: 20px;
	height: 0;
}

.fmain1  .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b.png);
}

.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b-h.png);

}

.fmain1 .flex-control-nav li{
	margin:0 6px;
}

.main1-1-div2{
	margin-top: 34px;
}


.main1-1-div-right{
	overflow: hidden;
}


.title-11 span{
	font-size: 18px;
	color:#333;
	padding: 5px 10px;
	border-bottom: 3px solid #fff;
	cursor: pointer;
	margin-left: 12px;
}
.title-11 span.cur{
	border-color:#0c72bd;
}
.title-11 span:first-child{
	margin-left: 0;
}

.title-11 a.fr{
	display: none;
	width: 51px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color:#fff;
	font-size: 12px;
	background-color: #0c72bd;
	margin-top: 5px;
}
.title-11 a.fr:hover{
	background-color:#0b66a9;

}
.title-11 a.fr.frr{
	display: block;
}
.list0{
	padding-top: 11px;
}

.list0 ul{
	margin:0;
}

.list0 li{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/list0.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:17px;
  overflow: hidden;
	position: relative;
	height: 40px;
	line-height:39px;
	border-bottom: 1px dotted #a8a8a8;
}



.list0 li a{
	font-size: 14px;
	color:#666;
}

.list0 li a:hover{
	color:#0c72bd;
}


.list-wp .list0{
	display: none;
}

.list-wp .list0:first-child{
	display: block;
}

.tongzhi{
	background-color: #f3f0ec;
	border-radius: 5px;
	padding: 22px 21px 22px;
}

.title-22{
	position: relative;
}
.title-22-bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 1px;
	background-color: #a8a8a8;
	z-index: 15;
}

.title-22 h1{
	margin:0;
	font-size: 18px;
	color:#333;
	border-bottom: 3px solid #0c72bd;
	padding: 0 5px 12px;
	position: relative;
	z-index: 25;
	height: 34px;
	cursor: pointer;
	margin-left: 15px;
}
.title-22 h1:first-child{
	margin-left: 0;
}
.title-22 h1.cur{
	border-bottom: 0;
}
.title-22 h1.cur i{
	display: none;
}
.title-22 h1 i{
	position: absolute;
	width: 7px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jian2.png);
	left: 50%;
	margin-left: -3px;
	bottom: 0;
}





.title-22 a.fr{
	position: relative;
	z-index: 25;
	font-size: 12px;
	color:#333;
	margin-top: 5px;
}

#title-22 a.fr{
	display: none;
}
#title-22 a.fr.frr{
	display: block;
}
.title-22 a.fr:hover{
	color:#0c72bd;
}



.t22-div-wp .t22-div{
	display: none;
}

.t22-div-wp .t22-div:first-child{
	display: block;
}

.list18 dl{
	margin:0;
	margin-left: -2%;
}

.list18 dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}
.list18 dd h1{
	margin:0;
	font-size: 16px;
	color:#333;
	line-height: 1.6;
	text-align: center;
	margin-top: 15px;
	height: 50px;
	overflow: hidden;
}
.list18 dd:hover h1{
	color:#0c72bd;
}
.qk-pic>a{
	display: block;
	padding-bottom: 135.38%;
	position: relative;
	overflow: hidden;
}
.qk-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.qk-pic>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.list1 ul{
	margin:0;
}

.list1 li{
	margin-top: 15px;
}

.list1-date{
	width: 59px;
	height: 41px;
	margin-right: 14px;
	text-align: center;
	padding: 2px;
	border-radius: 5px;
	background-color: #0c72bd;
}

.list1-date h1{
	margin:0;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;

}

.list1-date h2{
	margin:0;
	color:#0c72bd;
	font-size: 12px;
	height: 17px;
	border-radius: 5px;
	line-height: 17px;
	background-color: #fff;

}

.list1-con{
	overflow: hidden;
}
.list1-con a{
	font-size: 14px;
	color:#666;
	display: block;
	line-height: 1.4;
	height: 2.8em;
	overflow: hidden;
}
.list1-con a:hover{
	color:#0c72bd;

}

.list1{
	padding-top:5px;
}

.main1-2{
	margin-top: 50px;
}


.list3 ul{
	margin:0;
}

.list3 li{
	width: 45.3%;
	margin-top: 22px;
}

.list3 li h1{
	margin:0;
	font-size: 16px;
	color:#0c72bd;
	line-height: 1.6;
	height: 50px;
	overflow: hidden;
}

.list3 li h1 a{
	display: block;
}
.list3 li h1 a:hover{
	text-decoration: underline;
}
.list3 li p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
	margin-top: 10px;
}
.list3 li h2{
	margin:0;
	font-size: 12px;
	color:#999;
	margin-top: 14px;
}
.main2{
	/*height: 180px;*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2.jpg);
	padding: 48px 0 35px;
}

.main2-list .item{
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.main2-list a{
	display: inline-block;
	font-size: 14px;
	color:#666;
	text-align: center;
}
.main2-list a:hover{
	color:#0c72bd;
}
.main2-list a img{
	display: block;
	width: 44px!important;
	margin:0 auto 13px;
}


.main1-2-dl dl{
	margin:0;
}
.main1-2-dl dd{
	border-top: 1px dotted  #a8a8a8;
}
.main1-2-dl dd:first-child{
	border-top: 0px dotted  #a8a8a8;
}
.main1-2-dl dd>a{
	display: block;
	padding: 15px 0;
}
.main1-2-dl dd>a:hover .main1-2-dl-con h1{
	color:#0c72bd;
}

.main1-2-ico{
	width: 62px;
	margin-right: 14px;
	margin-top: 5px;
}
.main1-2-ico img{
	display: block;
	width: 100%;
}
.main1-2-dl-con{
	overflow: hidden;

}

.main1-2-dl-con h1{
	margin:0;
	font-size: 18px;
	color:#666;
}

.main1-2-dl-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.6;
	margin-top: 7px;
	height: 44px;
	overflow: hidden;
}


.main3>a{
	display: block;
	height: 233px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.bo{
	position: absolute;
	width: 76px;
	margin-left: -38px;
	left: 50%;
	margin-top: -38px;
	top: 50%;
}
.bo img{
	display: block;
	width: 100%;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	border-top: 1px solid #d2d2d2;
}

.footer-1{
	padding: 35px 0;
}

.footer-1-title{
	width: 165px;
	height: 34px;
	line-height: 34px;
	padding-left: 25px;
	font-size: 18px;
	color:#333;
}


.footer-1-dl{
	overflow: hidden;
}
.footer-1-dl dl{
	margin:0;
	margin-left: -2%;
}

.footer-1-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}
.footer-2{
	padding-bottom: 28px;
	border-bottom: 1px solid #d2d2d2;
}
.foo2-1{
	width: 331px;
	margin-top: 20px;
}

.foo2-1 img{
	display: block;
	width: 100%;
}
.foo2-2{
	font-size: 14px;
	color:#999;
	line-height: 2;
	margin-left: 35px;
	margin-top: 15px;
}

.er-wp{
	width: 285px;
}
.er{
	width: 83px;
	margin-left: 18px;
	text-align: center;
	font-size: 14px;
	color:#999;
}
.er:first-child{
	margin-left: 0;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.footer-3{
	font-size: 14px;
	color:#999;
	line-height: 1.8;
	padding:30px 0;
}
.footer-3 a:hover{
	color:#0c72bd;
}
/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.chenggao{
	height: 75px;
	display: none;
}
#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-image: url(../images/header-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;*/

}
.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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
    font-size: 0;
    width: 185px;
    margin-left: 15px;
    margin-top: 5px;
}

.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;*/


}




#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: 275px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.erji{
	padding: 30px 0 50px;
}

.menu{
	width: 240px;
	margin-right: 30px;
}

.menu-h1{
  height: 75px;
  background-color: #0c72bd;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.menu-list dl{
	margin:0;
}.menu-list
{

	border-top: 1px solid #eee;
}
.menu-list dd{

	border-bottom: 1px solid #eee;

}

.menu-list dd>a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding-left: 27px;
	font-size: 14px;
	color:#333;
	background-repeat: no-repeat;
	background-position: 215px	center;
	background-image: url(../images/menu.png);
	background-color: #fff;

}



.menu-list dd>a:hover,.menu-list dd.cur>a{
	background-image: url(../images/menu-h.png);
	background-color: #0c72bd;
	color:#fff;
}




.erji-content{
	overflow: hidden;
	padding-top: 25px;
}
.erji-title {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../images/title-1.jpg);
}
.erji-title h1{
	margin:0;
  font-size: 18px;
  color: #0c72bd;
  padding: 10px 10px 15px;
  padding-top: 0;
  border-bottom: 2px solid #0c72bd;
  padding-left: 25px;
  background-image: url(../images/h.png);
  background-repeat: no-repeat;
  background-position: 6px 3px;
}
.mianbaoxie{
	font-size: 14px;
	color:#999;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color:#0c72bd;
}
.erji-content-div{
	padding-top: 20px;
}


.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;
	height: 22px;
	line-height: 22px;
}

.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:#0c72bd;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee;
}

.pic-item{
	margin-bottom: 30px;
}
.pic-pic>a{
	display: block;
	padding-bottom: 63.76%;
	overflow: hidden;
	position: relative;
}

.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-item:hover h1{
	color:#0c72bd;
}

.pic-item h1{
	text-align: center;
	margin:0;
	margin-top: 15px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pic-list{
	padding-top: 10px;
}
.danpian{
	padding-top: 15px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#0c72bd;
	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:#0c72bd;

}


.san-a{
	padding-bottom: 5px;
}
.san-a dl{
	margin:0;
}

.san-a dd{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.san-a dd>a{
	display: block;
	height: 42px;
	line-height: 40px;
	padding: 0	25px;
	font-size: 14px;
	color:#333;
	border:1px solid #dedede;
}

.san-a dd>a:hover,.san-a dd.cur>a{
	background-color: #0c72bd;
	border-color:#0c72bd;
	color:#fff;
}









.list19 dl{
	margin:0;
	margin-left: -2%;
}

.list19 dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 26px;
}
.list19-pic{
	width: 133px;
	margin-right: 25px;
}
.list19-pic>a{
	display: block;
	padding-bottom: 118.8%;
	position: relative;
	overflow: hidden;
}
.list19-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.list19-pic>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list19-con{
	overflow: hidden;
	padding-top: 4px;
}

.list19-con h1{
	text-overflow: ellipsis;
  white-space: nowrap;
 	margin:0;
  overflow: hidden;
  font-size: 16px;
  color:#0c72bd;
  height: 24px;
  line-height: 24px;
}
.list19-con h1 a:hover{
	font-weight: bold;
}
.list19-con-li{
	font-size: 14px;
	color:#666;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 11px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list19-con-li span{
	color:#e10000;
}

.list19-con h1+.list19-con-li{
	margin-top: 18px;
}
.gcc1{padding-top: 15px;}
.gcc1-pic-wp{
	width: 224px;
	margin-right: 60px;
}


.gcc1-pic{
	display: block;
	padding-bottom: 118.8%;
	position: relative;
	overflow: hidden;
}
.gcc1-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}


.gcc1-div{
	overflow:hidden;
	padding-top: 25px;
}

.gcc1-div h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color:#666;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 23px;
}

.gcc1-dl dl{
	margin:0;
	padding-top: 10px;
}

.gcc1-dl dd{
	font-size: 16px;
	color:#666;
	line-height: 1.6;
	margin-top: 15px;
}

.gcc2 dl{
	margin:0;

}

.gcc2 dd{

	margin-top: 46px;
}


.gcc2-title{
	background-color: #eeeeee;
}

.gcc2-title span{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color:#fff;
	padding: 0	45px;
	background-color:#0c72bd;
}


.gcc2-con{
	font-size: 16px;
	color:#666;
	line-height: 2.4;
	margin-top: 20px;
}
.gcc3{
	padding-top: 15px;

}
.gcc3 ul,.gcc3 dl{
	margin:0;

}

.gcc3-1{
	height:56px ;
	line-height: 55px;
	background-color: #ededed;
	border-bottom: 1px solid #ccc;
	padding-left: 41px;
	background-repeat: no-repeat;
	background-position: 21px;
	background-image: url(../images/gcc3-1.jpg);
	font-size: 18px;
	color: #666;
	cursor: pointer;
	position: relative;
}
.gcc3-1 i{
	position: absolute;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/gccjia.png);
	top: 50%;
	margin-top: -6px;
	right: 30px;

}
.gcc3-1.cur i{
	background-image: url(../images/gccjian.png);

}
.gcc3-2{
	padding: 15px 45px 30px;
	display: none;
}

.gcc3 li:first-child .gcc3-2{
	display: block;
}
.gcc3-2 dl{
	margin-left: -2%;
}
.gcc3-2 dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	margin-top: 15px;
}
.gcc3-2 dd a{
	font-size: 14px;
	color:#666;
}

.gcc3-2 dd a:hover{
	color: #0c72bd;
}

.menu-3{
	padding-bottom: 30px;
/*	display: none;*/
}
.menu-3 a{
	float: left;
	padding: 8px 12px;
	background-color: #0f6bb4;
	color:#fff;
	font-size: 14px;
          margin-left:12px;
}
.menu-3 a:first-child{
	margin-left: 0;
}

.menu-3 a.active{
	background-color: #002747;
}
.menu-3-con{
	display: none;
}

#menu-3-con-1{
	display: block;
}