/**************************************/

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

/**************************************/



body{

	background-color: #eff4fa;

}





div.clear{

	clear: both;

	height: 0;

	width: 0;

}









a{

	text-decoration: none;

	color:inherit;

	cursor: pointer;

}



img{

	border:0;

	max-width: 100%;

}





div.wp{

	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */

	margin:0 auto;

}



.fl{

	float: left;

}



.fr{

	float: right;

}



.tran{

	transition: all .3s ease-out 0s;

}

.tver{

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}







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



.img-box{/*图片盒子类名*/



	overflow: hidden;

}



.img-box img{

	transition: .3s;

	width: 100%;

	max-width: 100%;

}



.img-box:hover img{

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

	  -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}





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





.imgbox_a{

	position:relative;

	padding-bottom: 100%;

	overflow:hidden;

	display: block;

}



.imgbox_a>img{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%!important;

	height: 100%!important;

}

.imgbox_hover>img{

	/* ueco 时间曲线*/

	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */

	-webkit-transition: .3s;

	-moz-transition: .3s;

	-ms-transition: .3s;

	-o-transition: .3s;

	transition: .3s;



}

.imgbox_hover:hover>img{

	-webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);

}

/**************************************/

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

/**************************************/









/*header-start*/

/**************************************************************/



#header{

	position: relative;

	z-index: 888;

}



.header-0{

	height: 34px;

	line-height: 34px;

border-bottom: 1px solid #0489c4;

	color: #0489c4;

	font-size: 14px;

}

.header-1{

	height:100px;

	background-color: #f0f7fc;

	

}



.logo{

	width: 440px;

	margin-top: 18px;

}



.logo a,.logo img{

	display: block;

	width: 100%;

}











.search{

	width: 412px;
    
	position: relative;
 left: 125px;
	background-color: #fff;

	padding-left: 47px;

	border:1px solid #a8ccea;
	
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;

 

	margin-top:30px;

	background-image: url(../images/wen.png);

	background-repeat: no-repeat;

	background-position: 20px	center ;

}



.search input:focus{

	outline: none;

}



.search input[type="text"]{

	display: block;

	width: 100%;

	height: 39px;

	background-color:transparent;

	border:0;

	font-size: 14px;

	color: #333;

	line-height: 1.428571;

	padding: 8px 0;

}



.search input[type="button"]{

	position: absolute;

	right:0px;

	top: 0px;

	width: 80px;

	height: 40px;

	border:0;

	background-color: #2c5da6;

-moz-border-radius: 25px; 
-webkit-border-radius: 25px; 
border-radius: 25px;


	color: #fff;

}



.nav-wp{

	position: relative;

	background-color:#184e94;
  height: 42px;
	z-index: 500;

}



.nav ul{

	margin:0;

}



.nav>ul>li{

	float: left;

	width: 12.5%;

	text-align: center;

	position: relative;

	background-image: url(../images/li.png);

	background-repeat: no-repeat;

	background-position: right center;



}

.nav>ul>li:first-child{

	background-image: none;

}

.nav>ul>li>a{

	display: block;

	height: 42px;

	line-height: 42px;

	font-size: 16px;

	color:#fff;

	/*transition: .3s;*/



}

.nav>ul>li>a img{

	margin-top: -3px;

	margin-right: 10px;

	width: 30px;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {

	background-color:#2372d8;





}

.nav>ul>li>ul{

	position: absolute;

	left: 0px;

	right: 0;

	top:100%;

	z-index: 600;

	background-color: #2c5da6;

	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: #275190;

}

















/**************************************************************/

/*header-over*/











/*main-start*/

/**************************************************************/



#main{



}







.fafa .flex-control-paging li a{

	width: 11px;

	height: 16px;

	transition: background-image .3s;

}



.fafa .flex-control-nav li{

	margin:0 12px;

}

.fafa .flex-control-nav{

	bottom: 35px;

	height: 0;

}



.main{

	padding: 40px 0 12px;

}



.main1{

	background-color: #fff;

	border-bottom: 2px solid #e2e6e8;

	padding: 35px 20px 27px;

	background-repeat: no-repeat;

	background-position: 20px  center;

	background-image: url(../images/main1-bg.png);

}

.main1-div{

	padding: 0 150px;

	

}



.main1 h1{

	margin:0;

	font-size: 28px;

	font-weight: bold;

	color: #2c5da6;

	text-align: center;

}



.main1 p{

	margin:0;

	font-size:14px;

	color: #333;

	text-align: center;

	margin-top: 12px;

}



.main2{

	padding: 30px 20px;

	background-color: #fff;

}



.main2-1{

	width: 530px;

	margin-right: 27px;

}



.fmain2 .slides1>li .imgbox_a{

	padding-bottom: 65.283%;

}

.fmain2 .slides1>li .imgbox_a::after{

	z-index: 15;

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	height: 113px;

	background-repeat: repeat-x;

	background-position: left center;

	background-image: url(../images/heidi1.png);

	content:"";

}

.fmain2 .slides1>li .imgbox_a h1{

	position: absolute;

	margin:0;

	left: 0;

	right: 0;

	bottom: 20px;

	text-align: center;

	font-size: 16px;

	color: #fff;

	padding: 0	15px;

	z-index: 25;

}



.fmain2 .flex-control-paging li a{

	background-image: none!important;

	background-color: #fff;

	width: 40px;

	height: 3px;

}

.fmain2 .flex-control-paging li a.flex-active{

	background-color: #2c5da6;

}

.fmain2 .flex-control-nav li{

	margin:0 2px;

}

.fmain2 .flex-control-nav{

	height: 0;

	bottom: 56px;

}



.main2-2{

	overflow: hidden;

}





.title-11-dl dl{

	margin:0;

}



.title-11-dl dd{

	float: left;

}



.title-11-dl dd+dd{

	padding-left: 16px;

	background-repeat: no-repeat;

	background-position: 8px center;

	background-image: url(../images/ddline.png);

}



.title-11-dl dd span{

	display: block;

	width: 130px;

	height: 40px;

	line-height: 40px;

	font-size: 16px;

	color: #333;

	text-align: center;

	cursor: pointer;

	border-radius: 5px;

	position: relative;

}



.title-11-dl dd.cur span{

	color: #fff;

	background-color: #2c5da6;

	font-weight: bold;

	font-size: 18px;

}

.title-11-dl dd.cur span::after{

	position: absolute;

	width: 9px;

	height: 5px;

	margin-left: -4px;

	left: 50%;

	bottom: -5px;

	background-repeat: no-repeat;

	background-position:  center;

	background-image: url(../images/jiao1.png);

	content:"";

}

.more33{

	margin-top: 10px;

}

.more33 a{

	font-size: 14px;

	color: #2c5da6;

	display: none;

}

.more33 a:hover{

	font-weight: bold;

}

.more33 a:first-child{

	display: block;

}





.main2-2-div-wp{

	padding-top: 20px;

}



.main2-2-div{

	display: none;

}

.main2-2-div:first-child{

	display: block;

}



/*.list011{

	padding: 20px 0;

}*/

.list011 dl{

	margin:0;

}



.list011 dd{

	margin-top: 15px;

	background-repeat: no-repeat;

	background-position:0px center;

  background-image: url(../images/dian2.png);

  text-overflow: ellipsis;

  white-space: nowrap;

  padding-left:15px;

  overflow: hidden;

	position: relative;

	padding-right:85px;

	height: 22px;

	line-height: 22px;

}



.list011 dd:first-child{

	margin-top: 0!important

}





.list011 dd a{

	font-size: 16px;

	color:#333;

}

.list011 dd span{

	font-size: 14px;

	color:#999;

	position: absolute;

	right: 0px;

	top: 0;

}

.list011 dd a:hover{

	color:#2c5da6;

}



.main3{

	padding: 20px 0;

}



.main3-div{

	padding: 10px 10px;

	background-color: #fff;

}





.main3-list .item .imgbox_a{

	padding-bottom: 27.857%;

}



.main3-list .owl-nav button.owl-prev{

    position: absolute;

    left:5px;

    top: 50%;

    margin-top: -20px;

    width: 22px;

    height: 40px;

    background-image: url(../images/left.png);

    cursor: pointer;

    background-repeat: no-repeat;

    background-position: center ;

    font-size: 0;

    z-index: 50;

    -webkit-background-size: cover;

    background-size: cover;

}



.main3-list .owl-nav button.owl-next{

    position: absolute;

    right:5px;

    top: 50%;

    margin-top: -20px;

    width: 22px;

    height: 40px;

    background-image: url(../images/right.png);

    cursor: pointer;

    background-repeat: no-repeat;

    background-position: center ;font-size: 0;

    z-index: 50;

    -webkit-background-size: cover;

    background-size: cover;

}





.main4{

	padding: 25px 20px 40px;

	background-color: #fff;

}



.main4-1{

	width: 270px;

}









.main4-1-dl{

	padding-top: 18px;

}

.main4-1-dl dl{

	margin:0;

}

.main4-1-dl dd+dd{

	margin-top: 14px;

}

.main4-1-dl dd>a{

	display: block;

	height: 41px;

	line-height: 41px;

	background-repeat: no-repeat;

	background-position: center;

	-webkit-background-size: cover;

	background-size: cover;

	border-radius: 5px;

	overflow: hidden;

	font-size: 18px;

	color: #fff;

	padding-left:80px;

}

.main4-1-dl dd>a:hover{

	font-weight: bold;

}

.main4-1-dl dd>a img{

	margin-top: -3px;

	margin-right: 10px;

	width: 22px;

}



.main4-2{

	margin:5px 20px 0 24px;

	width: 558px;

}



.title-33{



	border-bottom: 1px solid #dcdcdc;

}

.title-33-dl dl{

	margin:0;

}



.title-33-dl dd{

	float: left;

	font-size: 18px;

	color: #333;

	text-align: center;

	cursor: pointer;
	position: relative;
	padding-bottom: 10px;
}



.title-33-dl dd+dd{

	margin-left: 35px;

	

}



.title-33-dl dd.cur{

	color: #2c5da6;

	font-weight: bold;

}
.title-33-dl dd.cur::after{
	position: absolute;
	left: 0;
	bottom: -1px;
	content:"";
	height: 2px;
	background-color: #2c5da6;
	width: 100%;
}


.title-33 .more33{

	margin-top:2px;

}

.main4-2-div-wp{

	padding-top: 20px;

}



.main4-2-div{

	display: none;

}

.main4-2-div:first-child{

	display: block;

}



.main4-2-div .list011 dd+dd{

	margin-top: 19px;

}



.main4-3{

	overflow: hidden;
	padding-top: 15px;

}



.main4-3-dl1 dl{

	margin:0;

}



.main4-3-dl1 dd+dd{

	margin-top: 17px;

}

.main4-3-dl1 dd>a{

	display: block;

	height: 48px;

	line-height: 48px;

	text-align: center;

	font-size: 16px;

	color: #333;

	background-color: #fafafa;

}

.main4-3-dl1 dd>a:hover{

	color: #2c5da6;

	font-weight: bold;

}

.main4-3-dl1 dd>a img{

	margin-top: -3px;

	margin-right: 9px;

	width: 21px;

}



.main2-2-a{

	margin-top: 15px;

	text-align: center;

}

.main2-2-a a{

	font-size: 14px;

	color: #2c5da6;

}

.main4-3-dl2 {

	padding-top: 15px;

}

.main4-3-dl2 dl{

	margin:0;

	margin-left: -3%;

}

.main4-3-dl2 dd{

	float: left;

	width: 47%;

	margin-left: 3%;

	margin-top: 3%;

}

.main4-3-dl2 dd>a{

	display: block;

	padding: 11px 28px 11px 75px;

	border:1px solid #dcdcdc;

	background-repeat: no-repeat;

	background-position: 20px 55%;

	font-size: 16px;

	color: #2c5da6;

	border-radius: 5px;

}

/**************************************************************/

/*main-over*/











/*footer-start*/

/**************************************************************/



#footer{

	



}



.footer-1-dl{



	padding: 11px 0px;

}

.footer-1-dl dl{

	margin:0;

	margin-left: -2%;

}

.footer-1-dl dd{

	float: left;

	width: 23%;

	margin-left: 2%;

}



.footer-1-dl dd select:focus{

	outline: none;

}



.footer-1-dl dd select{

	border:0;

	background-color: #fff;

	border-color:#e9f6ff;

	box-shadow: none!important;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/jiao12345.png);
	background-repeat: no-repeat;
	background-position: 92% center;

}





.footer-2{

	background-color: #184e94;

	border-top: 2px solid #2c5da6;

	padding: 25px 0 30px;

}



.erer{

	width: 92px;

	font-size: 14px;

	color:#666;

	text-align: center;

	margin-left: 50px;

}



.erer img{

	display: block;

	width: 100%;

	margin-bottom: 4px;

}



.footer-2-con{

	overflow: hidden;

	font-size: 14px;

	color: #333;

	line-height: 2;

	padding-top: 0px!important;
	text-align: center;

}





.footer-2-con a:hover{

	color: #2c5da6;

}









.er-wp{

	width: 290px;

	margin-left: 35px;

}









.foo-con{

	overflow: hidden;

}



.youq span{

	font-size: 16px;

	color:#fff;

	line-height: 34px;

	height: 34px;

	width: 90px;

}



.youq-dl{

	overflow: hidden;

}



.youq-dl dl{

	margin:0;

}

.youq-dl dd{

	float: left;

	width: 250px;

	margin-left: 15px;

}

.youq-dl dd:first-child{

	margin-left: 0;

}



.youq-dl dd select{

	border-radius: 0;

}



.foo-p{

	font-size: 14px;

	color:#fff;

	line-height: 2;

	margin-top: 15px;

	opacity: 0.6;

}



.foo-p span

{padding-left: 15px;}





.foo-nav{

	font-size: 16px;

	color: #fff;

	margin-top: 33px;

}



/**************************************************************/

/*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: #eff4fa;

	/*background-color: #0089d0;*/



}

.nav-2{

	display: none;

	background-color: #eff4fa;

	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: 350px;

   margin-left: 15px;

   margin-top: 13px;

}



.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: 360px;

    background-repeat: no-repeat;

    background-position: center ;

    background-size: cover;

}

.banner-2 img{

		display: none;

		width: 100%;

	}

.erji{

    padding: 40px 0 20px;

}







.erji-title {

    padding-bottom: 0!important;

    border-bottom: 0!important;

    background-image: url(../images/erji-title.png);

    background-repeat: repeat-x;

    background-position: left bottom;

}

.erji-title-dl{

	float: left;



}

.erji-title-dl dl{

	margin:0;

}



.erji-title-dl dd{

	float: left;

	font-size: 16px;

	color: #333;

}



.erji-title-dl dd+dd{

	margin-left: 40px;

}



.erji-title-dl dd.cur{

	color: #2c5da6;

	font-weight: bold;

	font-size: 18px;

	padding-bottom: 12px;

	border-bottom: 2px solid #2c5da6;

}

.erji-title-dl dd a:hover{

	color: #2c5da6;

}



.mianbaoxie{

      font-size: 12px;

    color:#333;

    height: 20px;

    line-height: 20px;

    padding-left: 20px;

    background-repeat: no-repeat;

    background-position: left center;

    background-image: url(../images/fang.png);



}

.mianbaoxie a:hover{

    color:#2c5da6;

}

.mianbaoxie span{

    color:#2c5da6;

}



.erji-content{

  background-color: #fff;

  padding: 25px 20px 40px;

}



.erji-content-div{

    padding-top:0px!important;

    min-height: 520px;

}



.fenye{

    text-align: center;

    margin-top: 30px;

}

.fenye ul{

    margin:0;

}

.list{

	padding-top: 10px;

}

.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:#2c5da6;

}

.danpian{

	padding-top: 25px;

}



.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 #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:#2c5da6;



}

.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:#2c5da6;

}



.xinwen-list dl{

	margin:0;

}



.xinwen-list dd{

	padding: 35px 30px 36px 0;

	position: relative;

}

.xinwen-list dd::after{

	position: absolute;

	left: 45px;

	right: 0;

	bottom: 0;

	height: 1px;

	background-color: #d6d6d6;

	content:"";

	z-index:15;

}

.xinwen-list dd::before{

	position: absolute;

	left: 45px;

	right: 0;

	bottom: 0;

	top: 0;

	background-color: #eff4fa;

	content:"";

	z-index:10;

	display: none;

}

.xinwen-list dd:hover::before{

	display: block;

}

.xinwen-list dd:hover .xinwen-date{

	border-color: #2c5da6;

	background-color: #2c5da6;

	color: #fff;

}

.xinwen-date{

	width: 90px;

	height: 77px;

	border:1px solid #d6d6d6;

	text-align: center;

	margin-right: 34px;

	color: #333;

	padding-top: 10px;

	position: relative;

	z-index: 25;

	background-color: #fff;

}



.xinwen-date h1{

	margin:0;

	font-size: 36px;

	color: inherit;

	font-family: "Arial";

	line-height: 1;

}



.xinwen-date h2{

	margin:0;

	font-size: 12px;

	color: inherit;

	margin-top: 5px;



}



.xinwen-con{

	overflow: hidden;

	position: relative;

	z-index: 25;

}



.xinwen-con h1{

	margin:0;

	font-size: 16px;

	color: #333;

}



.xinwen-con h1 a:hover{

	color: #2c5da6;

}



.xinwen-con p{

	margin:0;

	font-size: 14px;

	color: #666;

	line-height: 1.7;

	height: 3.4em;

	margin-top: 12px;

	overflow: hidden;

}



.tongzhi{

	padding-top: 25px;

}



.tongzhi-list dl{

	margin:0;

	margin-left: -1.5%;

}

.tongzhi-list  dd{

	float: left;

	width: 48.5%;

	margin-left: 1.5%;

	margin-top: 1.5%;

}

.tongzhi-list  dd>a{

	display: block;

	padding: 35px 25px;

	background-color: #eff4fa;

}



.tongzhi-list  dd h1{

	margin:0;

	font-size: 16px;

	color: #333;

}



.tongzhi-list  dd  p{

	margin:0;

	font-size: 14px;

	color: #666;

	line-height: 1.8;

	height: 3.6em;

	margin:13px 0 ;

	overflow: hidden;

}





.tongzhi-list  dd h2{

	margin:0;

	font-size:14px;

	color: #999;

	padding-left: 28px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url(../images/time.png);

	height: 18px;

	line-height: 18px;

}



.tongzhi-list  dd>a:hover{

	background-color: #2c5da6;

}



.tongzhi-list  dd>a:hover h1{color: #fff;}

.tongzhi-list  dd>a:hover p{color: #fff;}

.tongzhi-list  dd>a:hover h2{color: #fff;background-image: url(../images/timeh.png);}











.banshi-list{

	padding: 20px 0;

}

.banshi-list dl{

	margin:0;

}



.banshi-list dd{

	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;

}



.banshi-list dd:first-child{

	margin-top: 0

}





.banshi-list dd a{

	font-size: 16px;

	color:#333;

}

.banshi-list dd span{

	font-size: 14px;

	color:#999;

	position: absolute;

	right: 0px;

	top: 0;

}

.banshi-list dd a:hover{

	color:#2c5da6;

}



.lingdao{

	padding-top: 25px;

}



.lingdao-list dl{

	margin:0;

	margin-left: -1.5%;

}

.lingdao-list  dd{

	float: left;

	width: 48.5%;

	margin-left: 1.5%;

	margin-top: 1.5%;

	background-color: #eff4fa;

	padding: 20px;

}



.lingdao-pic{

	width: 140px;

	margin-right: 24px;

}



.lingdao-pic .imgbox_a{

	padding-bottom: 139.3%;

}



.lingdao-con{

	overflow: hidden;

}



.lingdao-con h1{

	margin:0;

	font-size: 18px;

	color: #666666;

	padding: 12px  0 15px;

	border-bottom: 1px solid #d6d6d6;

}



.lingdao-con h1 a{

	font-size: 18px;

	color: #004ba0;

	font-weight: bold;



}





.lingdao-con h1 span{

	font-size: 14px;

	color: #666;

	padding-left:15px;

	

}



.lingdao-con p{

	margin:0;

	font-size: 13px;

	color: #333;

	line-height:2;

	height: 8em;

	margin-top: 14px;

}





.dashiji{

	padding-top: 38px;

}



.dashiji1{

	background-repeat: repeat-x;

	background-position: left 50px;

	background-image: url(../images/line.png);

	position: relative;

	padding: 0	42px;

}

.dashiji1-left{

	position: absolute;

	width: 42px;

	left: 0;

	top: 32px;

	cursor: pointer;

}

.dashiji1-right{

	position: absolute;

	width: 42px;

	right: 0;

	top: 32px;

	cursor: pointer;

}

.dashiji1-left img,.dashiji1-right img{

	display: block;

	width: 100%;

}

.dashiji1-list .item{

	font-size: 0;

	line-height: normal;

	text-align: center;

}



.dashiji1-list .item span{

	display: inline-block;

	padding-top: 75px;

	font-size: 24px;

	color: #d4d4d4;

	cursor: pointer;

	position: relative;

	transition: color .3s;

}



.dashiji1-list .item span::before{

	position: absolute;

	width: 30px;

	height: 30px;

	-webkit-background-size: 100%;

	background-size: 100%;

	background-repeat: no-repeat;

	background-position: center;

	background-image: url(../images/ico11.png);

	content:"";

	top: 0;

	left: 50%;

	margin-left: -15px;

	opacity: 0;

	visibility: hidden;

	transition: .3s;

}





.dashiji1-list .item span::after{

	position: absolute;

	width: 16px;

	height: 16px;

	-webkit-background-size: 100%;

	background-size: 100%;

	background-repeat: no-repeat;

	background-position: center;

	background-image: url(../images/ico22.png);

	content:"";

	top: 45px;

	left: 50%;

	transition: background-image .3s;

	margin-left: -8px;

}

.dashiji1-list .item.cur span,.dashiji1-list .item span:hover{

	color: #2c5da6;

}

.dashiji1-list .item.cur span::before{

	opacity: 1;

	visibility: visible;

}



.dashiji1-list .item.cur span::after{

	background-image: url(../images/ico22h.png);

}





.dashiji2{

	margin-top: 50px;

}



.dashiji2-title{

	font-size: 16px;

	color: #2c5da6;

	font-weight: bold;padding-left: 52px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url(../images/ico33.png);

	min-height: 31px;

}



.dashiji2-title span{

	font-size: 30px;

	padding-right:10px;

}

.dashiji2-div{

	display: none;

}

.dashiji2-div:first-child{

	display: block;

}



.dasiji2-date{

	width: 82px;

	font-size: 20px;

	color: #333;

	line-height: 24px;

	background-repeat: no-repeat;

	background-position: right center;

	background-image: url(../images/ico44.png);

	margin-right: 25px;

}



.dashiji2-con{

	font-size: 16px;

	color: #333;

	line-height: 24px;

	overflow: hidden;

}

.dashiji2-list dd:hover .dashiji2-con{color: #2c5da6;}

.dashiji2-list dd+dd{

	margin-top: 20px;

}

.dashiji2-list{

	position: relative;

	padding: 20px 0 45px;

	margin-top: 25px;

}

.dashiji2-list dl{

	margin:0;

	position: relative;

	z-index: 25;

}



.dashiji2-list::after{

	content:"";

	position: absolute;

	width: 1px;

	top: 0;

	bottom: 0;

	content:"";

	z-index: 15;

	background-color: #dedede;

	left: 74px;

}











.tousu{

	padding: 50px 140px 0 50px;

}

.tousu input{



	box-shadow: none;

}

.tousu input:focus{

	outline: none;

	box-shadow: none;

}



.tousu textarea:focus{

	outline: none;

	box-shadow: none;

}





.tousu-title{

	height: 40px;

	line-height: 40px;

	text-align: right;

	font-size: 14px;

	color: #999;

}



.tousu-input{

	position: relative;

}



.tousu-input i.icoii{

	position: absolute;

	width: 16px;

	height: 16px;

	top: 50%;

	margin-top: -8px;

	right:13px;

	background-repeat: no-repeat;

	background-position: center;

}



.tousu-input i.icoii.icoii1{

	margin-top: 0;

	top: 11px;

}



.tousu-btn{

	text-align: center;

}


.tousu-btn{
	font-size: 0;
	line-height: normal;
}
.tousu-btn input{

	width: 195px;

	height: 49px;

	border:0;

	background-color: #2c5da6;

	color: #fff;

	font-size: 14px;

}
.tousu-btn a{
	display: inline-block;
	vertical-align: top;
	width: 195px;

	height: 49px;
	line-height: 49px;

	border:0;

	background-color: #2c5da6;

	color: #fff;

	font-size: 14px;
	margin-left: 30px;
}


.tousu-btn{

	padding-top: 30px;

}





.zaixianliuyan-2{

	padding-top: 25px;

}





.zaixianliuyan-2-li-top{

	background-color: #fafdff;

	border:1px solid #edf2f5;

	padding-right: 50px;

	position: relative;

}

.zaixianliuyan-2-li-top a{

	position: absolute;

	width: 22px;

	right: 14px;

	top: 12px;

}



.zaixianliuyan-2-li-top a img{

	display: block;

	width: 100%;

}

.zaixianliuyan-2-li-top span{

	font-size: 14px;

	color:#2c5da6;

	height: 42px;

	line-height: 42px;

	font-weight: bold;

	width: 81px;

	padding-left:10px;



}



.zaixian-wd-con{

	overflow: hidden;

}



.zaixianliuyan-2-li-top-con{

	overflow: hidden;

    font-size: 14px;

	color:#666;



	line-height: 1.8;

	padding-left: 10px;

	padding-top: 9px;

	padding-bottom: 5px;

}



.zaixianliuyan-2-li-bottom{

	padding-left: 91px;

}



.zaixian-niw span{

	font-size: 14px;

	color:#999;

	height: 32px;

	line-height: 32px;

	margin-left: 50px;

}



.zaixian-niw-p{

	overflow: hidden;

	font-size: 14px;

	color:#666;

	line-height: 32px;

}



.zaixianliuyan-2-li-bottom{

	padding-top: 20px;

	padding-bottom: 30px;

}



.zaixian-wd{

	padding-top: 15px;

	margin-top: 13px;

	border-top:1px solid #ececec;

}



.zaixian-wd-hf{

	font-size: 14px;

	color:#d0d0d0;

	height: 32px;

	line-height: 32px;

	padding-left: 35px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url(../images/zx_3.png);

}



.zaixian-wd-p{

	overflow:hidden;

	font-size: 14px;

	color:#666;

	line-height: 32px;

	padding-left: 3px;

}



.zhuanti-item .imgbox_a {
    padding-bottom: 27.857%;
}

.qikan-list .col-sm-6{
	margin-top: 30px;
}