/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}


body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #f3f3f3;
	
	overflow-y:auto; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */
	line-height: 1.2;


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}    
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1100px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list-xin{padding-top: 10px;
	border-top: 1px dashed #eee;}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	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-top{
	height: 152px;
	background-repeat: no-repeat;
	background-position: center;
	    background-color: #035cac;
	
}

.header-top div.wp{
	padding: 0	20px;
}

.logo{
	font-size: 0;
	margin-top: 42px;
}

.header-top .fr{
	margin-top: 70px;
}
.header-top  a{
	margin-right: 21px;
}

.header-top  b{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 0;
	font-weight: normal;
	margin-right: 21px;
	cursor: pointer;
	position: relative;
}


.form_1{
	position: absolute;
	right: 0px;
	width: 200px;
	top: 0;
	
}
.form_1 input[type="text"]{
	width: 100%;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	border:1px solid #ebebeb;
	padding:0 15px;
	padding-right: 30px;
	font-size: 14px;
}

.form_1 input[type="image"]{
	position: absolute;
	right: 12px;
	top: 7px;
	width: 16px;
}



.nav{
	background-color: #003865;
}


.nav li{
	float: left;
	width: 16.111111111111%;
	text-align: center;
	position: relative;
}
.nav li:hover .downla_nav{
	display: 	block;	
}

.downla_nav{
	display: 	none;	
	position: absolute;
	left: 0;
	top: 40px;
	background-image: url(../images/landi.png);
	padding: 9px;
	z-index: 90000;
	width: 200px;
	text-align: 	left;	
}

.downla_nav a{
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #fff;
	color:#fff;
	font-size: 14px;
	padding:0 10px;
}


.downla_nav a:hover{
	color:#ff6600;
}

.nav li:hover .downla_nav{
	display: 	block;	
}

.downla_nav{
	display: 	none;	
	position: absolute;
	left: 0;
	top: 40px;
	background-image: url(../images/landi.png);
	padding: 9px;
	z-index: 90000;
	width: 200px;
	text-align: 	left;	
}

.downla_nav a{
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #fff;
	color:#fff;
	font-size: 14px;
	padding:0 10px;
}


.downla_nav a:hover{
	color:#ff6600;
}

.nav li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	color:#fff; 
	transition: .3s;
}


.nav li:hover>a{
	background-color:#002747; 
}
.nav li.active>a{
	background-color:#002747; 
}



/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}

.index-body div.wp{
	background-color: #fff;
	padding: 	20px;
}

.riqi{
	font-size: 14px;
	color:#999;
}

.riqi 
{height: 36px;
	line-height: 36px; }

.riqi .fr{
	width: 282px;
	position: relative;

}

.riqi .fr input[type="text"]{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
	border:0;
	background-color:#eceff4; 
	padding: 0 50px 0 19px;
}
.riqi .fr input[type="image"]{
	position: absolute;
	right:0;
	top: 0;
}


.tongzhi{
	width: 338px;
}

.gongzuo{
	width: 338px;
	margin-left: 16px;
}

.zhaopin{
	width: 338px;
	margin-left: 16px;
}
.duokuang{
	width: 216px;
	
}


.title-11 h1{
	font-size: 16px;
	color:#0069bc;
	
	border-bottom: 2px solid #0069bc;
	padding: 0	5px;
	padding-bottom: 8px;
}

.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
}
.title-11 .fr{
	font-size: 12px;
	color:#666;
	margin-top: 5px;
}

.title-11 .fr:hover{
	color:#0069bc;
}

.list{
	margin-top: 10px;
}
.list li{
	height: 35px;
	line-height: 35px;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../images/list.png);
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li a{
	font-size: 14px;
	color:#333;
}



.list li a:hover{
	color:#0069bc;
}

.list1{
	margin-top: 10px;
}
.list1 li{
	height: 35px;
	line-height: 35px;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../images/list1.png);
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list1 li a{
	font-size: 14px;
	color:#333;
}
.list1 li：first-child+li+li+li+li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eee;
}


.list1 li a:hover{
	color:#0069bc;
}
.gongzuo-pic{
	margin-top: 18px;
}

.list-2 
{}
.list-2 li{
	height: 30px;
	line-height: 30px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/list2.png);
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-2 li a{
	font-size: 14px;
	color:#333;
}

.list-2 li a:hover{
	color:#0069bc;
}

.list div.fr{
	margin-right: 10px;
	font-size: 12px;
	color:#999999;
}
.list li i{
	color:#ff6600;
}

.list li i.guoi{
	color:#999;
}



.duokuang-pic{
	overflow: hidden;
	margin-top: 10px;
}

.duokuang-pic:first-child{
	margin-top: 0;
}
.duokuang-pic img{
	display: block;	
	width: 100%;

}

.changyong {
	margin-top:25px;
}
.changyong span{
	display: inline-block;
	width: 115px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color:#003865;
	color:#fff; 
	font-size: 14px;
	border-radius: 15px;
}
.changyong select{
	width: 180px;
	vertical-align: middle;
	margin-left: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border:1px solid #ddd;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #003865;
	padding: 20px 0;
}

#footer .fl{
	font-size: 12px;
	color:#fff;
	line-height: 2.5;
	margin-top: 10px;
}

#footer .fl span{
	padding-right: 5px;
}
#footer .fr  i{
	float: left;
	width: 76px;
	margin-left: 34px;
	font-size: 12px;
	color:#fff;
	text-align: center;
}
#footer .fr img{
	display: block;
	width: 76px;
	margin:0 auto 8px;
}
/**************************************************************/
/*footer-over*/


/*news*/
.banner-2{
	height: 275px;
	background-repeat: no-repeat;
	background-position: center;
}
.banner-2-2{
		display: none;
		position: relative;
		z-index: 600;
	}

	.banner-2-2 img{display: block;width: 100%;}

.erji{
	padding-bottom: 40px;
}

.erji-top h1{
	height: 86px;
	background-image: url(../images/hedi.png);
	width: 226px;
	line-height: 86px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	margin-top: -34px;
	position: relative;
	z-index: 800;
	
}


.mianbaoxie{
	font-size: 14px;
	color:#999;
	margin-top: 18px;
}

.mianbaoxie a:hover{
	color:#0069bc;
}

.menu {
	width: 226px;

}

.menu li{
	background-repeat: no-repeat;
	background-position:85% center;
	background-image: url(../images/menu.png);
	background-color: #fff;
	 position: relative;
}
.menu li:hover .downla-erji{
	display: block;
}
.downla-erji{
	position: absolute;
	left: 100%;
	top: 0;
	width: 150px;
	text-align: center;
	display: none;

}
.downla-erji a{
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	color:#fff;
	background-color: #004174;
}

.downla-erji a:hover{
	background-color: #002747;

}


.menu li>a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding-left: 27px;
	font-size: 14px;
	color:#333;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/menuline.png);
	
}

.menu li:first-child>a{

	background-image: none;
}

.menu li:hover{
	background-image: url(../images/menu-h.png);
	background-color: #004174;
}

.menu li:hover>a{
	color:#fff;
	background-image: none;
	
}
.menu li.active{
	background-image: url(../images/menu-h.png);
	background-color: #004174;
}

.menu li.active>a{
	color:#fff;
	background-image: none;
}


.content{
	background-color: #fff;
	width: 850px;
	padding: 25px!important;;
}


.title-1 h1 img{
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}


.news-list li{
	padding: 21px 0;
	border-bottom: 1px solid #efefef;
}




.data{
	width: 98px;
	text-align: center;
	border-right: 1px dashed #c6c6c6;
	margin-right: 23px;
}

.data h1{
	font-size: 44px;
	color:#818181;
	line-height: 1;
}

.data h2{
	font-size: 16px;
	color:#666;
}


.news-list li>h1{
	font-size: 14px;
	color:#707070;
	padding: 6px 0 10px;
text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}




.news-list li>p{
	font-size: 14px;
	color:#acacac;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.news-list li:hover .data h1,
.news-list li:hover .data h2{
	color:#0069bc;
}
.news-list li:hover>h1{
	font-size: 16px;
		color:#0069bc;
}
/*===???’??a�???a�????????’?￠a??????a�????????’?￠a??????a�????μ???’??a�???a�????§???’?￠a??????a�????????’?￠a??????a�?????====*/
.m-page{margin:0 auto;padding: 40px 0;overflow: hidden;color: #999;line-height: 1.8;}
.m-page span{height:20px!important;}
.m-page a{height:20px!important;}


.title-1 h1{
	display: inline-block;
	font-size: 18px;
	color:#0069bc;
	padding: 10px 10px;
	padding-top: 0;
	border-bottom: 2px solid #0069bc;
	padding-left: 25px;
	background-image: url(../images/h.png);
	background-repeat: no-repeat;
	background-position: 6px  3px;
	
}
.title-1{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-1.jpg);

	
}

.title-1 a{
	font-size: 12px;
	color:#999;
	margin-top: 3px;

}


.xinwen-list{
	margin-top: 15px;
}
.xinwen-list>ul>li{
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #ccc;
}


.xinwen-list>ul>li a{
	display: block;
	/*text-indent: 10px;*/
	color:#333;
}

.xinwen-list>ul>li a:hover{
		color:#0069bc;
}



.tupian-list li{
	float: left;
	width: 247px;
	margin-left:29px;
	margin-top: 30px;
}
.tupian-list  ul{
	margin-left: -29px;
}
.tupian-pic{
	overflow: hidden;
}
.tupian-pic img{
	display: block;
	width: 100%;transition: .3s;
}
.tupian-list li:hover .tupian-pic img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tupian-list li h1{
	font-size: 14px;
	color:#333;
	text-align: center;
	padding-top: 18px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tupian-list li:hover h1{
	color:#0069bc;
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 80000;
	background-color: #0069bc;
  
}
.nav-2{
	
	width: 80%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 200;
    background-color: #0069bc;
    z-index: 100000;
    padding: 10%;
}



.nav-2 li{
	padding:0  10px ;
	margin-top: 15px;

	
}

.nav-2 li:first-child{
	margin-top: 0;
}
.nav-2 li>span{
	padding: 6px 20px;
	border:1px dashed #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
}
.nav-2 li{

	width: 100%;
	color:#fff;

	
	
	border-radius: 5px;
}
.nav-2 li>a{
	
	padding: 6px 20px;
	border:1px dashed #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
}
.downla-2 {
	padding: 10px 0 0px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd>a{
	font-size: 14px;
	display: inline-block;
	padding: 7px 0; 
	width: auto;
	color:#fff;
}
.downla-phone a{
	font-size: 12px;
           float: left;
	width: 100%;
	margin-top: 3px;
	padding: 5px 0;
           margin-left:50px;
}

/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

#heidai{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 90000;
	background-color: rgba(0,0,0,0.6);
}
.logo-2{
	font-size: 0;
	width: 250px;
	margin-left: 5px;
	margin-top:12px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height: 55px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}
.menu2 li{
	display: inline-block;
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	vertical-align: middle;
}

.chenggao{
		display: none;
		height:75px;
	}




.banner-x{
	display: none;
}

.fxfx .flex-control-nav{
	display: block;
}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

/*********article-start****************/
div.article{
	width: 100%;
	padding: 0	15px;
	margin:30px auto;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#0064ac;
          line-height:40px;
}

div.article-tishi{
	text-align: center;
	margin:25px auto 20px;
}


#fenxiang-anniu{
	display: inline-block;
	vertical-align: top;
}

div.article-con{
	padding: 40px 0 120px;
	position: relative;
	border-top: 1px dashed #c9c7c7;
	border-bottom: 1px dashed #c9c7c7;
	line-height: 2.2;
}
div.article-con>img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}
div.article-con>p{
	text-indent: 2em;
}
div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;
}
div.article-con>a{
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	background-color: #f37728;
	border-radius: 3px;
}

div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;

}

div.article-page>a:hover{
	color:#0064ac;
}

a.article-page-pre{
	float: left;
}
a.article-page-next{
	float: right;
}


/*********响应式设置-start****************/


@media only screen and (max-width: 1200px){
	div.article{
		width: 90%;
		margin: 8% auto;
		padding-left:0;
		padding-right: 0; 
	}


}
@media only screen and (max-width: 800px){
	div.article-page{
		height: auto;
		line-height: normal;

	}
	a.article-page-pre{
		float: none;
		display: block;
		margin:10px 0;
	}
	a.article-page-next{
		float: none;
		display: block;
			margin:10px 0;
	}

	div.article>h1
	{font-size: 18px;}

	div.article-con{
		    padding: 20px 0 100px;
	}
}
/*********响应式设置-over****************/



/*********article-start****************/








.reduce{
	margin:0 0.15rem;
}

.add{
	margin-left: 0.15rem;
}





/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/



.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;
}







/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/