/**************************************/
/*************[公用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{
	height: 208px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}

.logo{
	font-size: 0;
	margin-top: 70px;
}
.header-right{
	margin-top: 24px;
}
.header-right a{
	float: left;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 19px;
}
.header-right a:first-child{
	margin-left: 0;
}
a.aa1{background-image: url(../images/aa1.png);}
a.aa2{background-image: url(../images/aa2.png);}
a.aa3{background-image: url(../images/aa3.png);}


.nav {
	background-color: #063651;
}
.nav ul{
	margin:0;
}

.nav li{
	float: left;
	
	text-align: center;
	position: relative;
}

.xiala{
	position: absolute;
	left: 0px;
	right: 0;
	background-color: #063651;
	top: 51px;
	display: none;
	z-index: 8000;
}
.xiala  a{
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color:#fff;
	font-size: 14px;
}

.xiala  a:hover{
	background-color: #042b41;

}
.nav li>a{
	display: block;
	height: 51px;
	line-height: 51px;
	color:#fff;
	font-size: 18px;
	padding: 0 49px;

}
.nav li.active>a,.nav li:hover>a{
	background-color:#042b41;
}

#ss .btn {
    padding: 6px 25px;
    background-color: #063651;
    border-color: #063651;
    border-radius: 5px;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	padding-bottom: 30px;
}


.fafa .slides>li{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}



.fafa .flex-control-paging li a{
	width: 8px;
	height: 8px;
}
.fafa .flex-control-nav{
	display: block;
	bottom: 24px;
	font-size: 0;
}

.fafa .flex-control-nav li{
	margin:0 6px;
}


.fafa .flex-direction-nav{
	display: block;
	position: absolute;
	width: 1200px;
	margin-left: -600px;
	left: 50%;
	top: 50%;
	margin-top: -35px;
}

.fafa .flex-direction-nav a{
	width: 40px;
	height: 70px;
	margin-top: 0;
	top: auto;
}


.title-11{
	height: 40px;
	line-height: 40px;
	background-color: #063651;
}

.title-11-title{
	color:#fff;
	font-size: 18px;
	padding-left:8px;
	
}

.title-11 a.fr{
	font-size: 14px;
	margin-right: 12px;
	color:#fff;
}
.title-11 a.fr:hover{
	text-decoration: underline;
}
.main-top,.main-bottom
{margin-top: 30px;}




.gonggao{
	background-color: #f8f8f8;
	padding:  0 15px;
}
.gonggao ul{
	margin:0;
}

.gonggao li{
	padding: 18px 0 22px;
	border-top: 1px solid #ebebeb;
}

.gonggao li:first-child{
	border-top: 0;
}

.gonggao li:hover .date{
	background-image: url(../images/dateh.png);

}
.date{
	width: 48px;
	height: 53px;
	color:#fff;
	text-align: center;
	background-image: url(../images/date.png);
	margin-right: 15px;
	padding-top: 14px;
}



.date h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
}
.date h2{
	margin:0;
	font-size: 12px;
	margin-top: 1px;
	letter-spacing: -1px;
	
}

.gonggao-con{
	overflow: hidden;
	padding-top: 7px;
}
.gonggao-con h1{
	margin:0;
	font-size: 16px;
	color:#333;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.gonggao-con p{
	margin:0;
	font-size: 14px;
	color:#999;
	margin-top: 3px;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gonggao li:hover .gonggao-con h1{
	color:#f16625;
}


.news-list ul{
	margin:0;
}

.news-list  li{
	margin-top: 20px;
}
.news-pic{
	width: 180px;
	margin-right: 15px;
}

.news-pic a{
	display: block;
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}

.news-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.news-con{
	overflow: hidden;
	padding-top: 10px;
}

.news-con h1{
	margin:0;
	font-size: 16px;
	color:#063651;    
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.news-con h1:hover{
	color:#f16625;
}

.news-con h2{
	margin:0;
	font-size: 12px;
	color:#999;    
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   padding: 12px 0 7px;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color:#666;    
	line-height: 1.8;
    overflow: hidden;
    height: 50px;
    overflow: hidden;
}

.list ul{
	margin:0;
}

.list li{
	height: 44px;
	line-height: 43px;
	border-bottom: 1px dashed #c7c7c7;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 3px center;
	background-image: url(../images/list.jpg);
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li a{
	font-size: 16px;
	color:#333;
}
.list li a:hover{
	color:#f16625;
}

.media-con{
	width: 185px;
	margin-top: 18px;
}

.media-pic{
	display: block;
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}

.media-pic>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.media-con:hover .media-hei{
	/*opacity: 1;*/
	/*visibility: visible;*/
}
.media-hei{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
	
}

.media-hei img{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
}

.media-con h1{
	font-size: 16px;
	color:#333;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
    height: 22px;
    line-height: 22px;
}
.media-con:hover h1{
	color:#f16625;
	text-decoration: underline;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}

.footer-1{
	background-color: #063651;
	padding: 20px 0 20px;
}

.footer-1-top li{
	float: left;
	margin-left: 80px;
}
.footer-1-top li:first-child{
	margin-left: 0;
}
.footer-1-top li h1{
	font-size: 18px;
	color:#fff;
	margin:0;
}

.footer-1-top li h1 a:hover{
	color:#fff;
	text-decoration: underline;
}
.footer-1-top li dd{
	font-size: 14px;
	color:#b1c0c8;
	margin-top: 10px;
}
.footer-1-top li dd:first-child{
	margin-top: 20px;
}
.footer-1-top li dd a:hover{
	color:#fff;
	text-decoration: underline;
}
.footer-1-top{
	padding-bottom: 40px;
}
.footer-1-top ul,.footer-1-top dl{
	margin:0;
}


.foo1-left p{
	font-size: 16px;
	color:#b1c0c8;
	margin-bottom: 15px;
}

.foo1-left p i{
	font-style: normal;
	display: inline-block;
	margin-left: 80px;
}
.foo1-left p i:first-child{
	margin-left: 0;
}
.foo1-left p img{
	margin-top: -3px;
	margin-right: 10px;
}
.youq{
	padding-top: 10px;
}


.youq-title{
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	margin-right: 15px;
}

.youq-title img{
	margin-top: -3px;
	margin-right: 10px;
}

.youq-con{
	overflow: hidden;
}

.sel{
	width: 180px;
	margin-left: 18px;
}

.sel:first-child{
	margin-left: 0;
}

.foo1-right{
	margin-top: 10px;
}
.er-pic{
	margin:0 8px;
}
.er-pic img{
	display: block;
	margin:0 auto 8px;
}
.er-pic{
	font-size: 14px;
	color:#b1c0c8;
}


.footer-2{
	font-size: 16px;
	color:#fff;
	text-align: center;
	padding: 8px 0;
	background-color: #052c42;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊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: 5000000000;
	background-color: #f36f2e;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:130000;
	
}

.nav-2 li{

	border-top: 1px dashed #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding:13px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-xia-a{
	padding-bottom: 15px;
	display: none;
}
.nav-xia-a a{
	padding: 8px 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;
}*/
.logo-2{
	font-size: 0;
	width: 210px;
	margin-left: 15px;
	margin-top: 5px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	
	margin-right: 15px;

}
.menu2 li{
	cursor:pointer ;
	float: left;
	margin-left: 20px;
}

.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: 120000;
	background-image: url(../images/heidi.png);
	display: none;
	
}
.banner-x{
	display: none;
}

.fxfx .flex-control-nav{
	display: block;
	bottom: 20px;
	font-size: 0;
}

.fxfx .flex-control-nav li{
	margin:0 4px;
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.erji{
	margin-top: 15px;
	padding-bottom: 35px;
}
.menu{
	width: 209px;
	margin-right: 25px;
}

.erji-content{
	overflow: hidden;
}


.menu-title{
	height: 46px;
    line-height: 46px;
    background: #063651;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.banner-2{
	height: 316px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}

.menu dl{
	margin:0;
	/*border:1px solid #ebebeb;*/
}

.menu dd{
	
}

.menu dd a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	color:#063651;
	border-bottom: 1px solid #ebebeb;
	border-right: 3px solid #fff;
}

.menu dd.active a,.menu dd:hover a{
	border-right-color: #063651;
	color:#063651;
	/*background-color: #063651;*/
}

.erji-content{
	overflow: hidden;
}

.erji-title{
	border-bottom: 1px solid #ebebeb;
}
.erji-title h1{
	float: left;
	margin:0;
	font-size: 18px;
	color:#063651;
	padding: 12px 0;
	border-bottom: 2px solid #063651;
	position: relative;bottom: -1px;
}

.mianbaoxie{
	float: right;
	font-size: 12px;
	color:#999;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 15px;
}


.about{
	padding: 15px 0;
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.erji-list .list1-ul li{
	border-bottom: 1px dashed #ebebeb;
	height: 42px;
	line-height: 42px;
}

.fenye{
	text-align: center;
	margin-top: 35px;
}
.fenye ul{
	margin:0;
}

.pic-list .col-lg-4{
	margin-top: 25px;
}

.pic-pic{
	display: block;
	position: relative;
	padding-bottom: 66.67%;
	overflow: hidden;
}
.pic-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.pic-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic h1{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    background-image: url(../images/heidi.png);
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}


.danpian{
	padding-top:30px;
}
.danpian-h1{
	font-size: 24px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding: 10px 0;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	
}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 10px 0 20px;
}

.danpian-con img{
	display: block;
	margin:15px auto;
}



.list1-ul{
	margin:0;
	margin-top: 10px;
}

.list1-ul li{
	height: 44px;
    line-height: 43px;
    border-bottom: 1px dashed #c7c7c7;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-image: url(../images/list.jpg);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list1-ul li a{
	font-size: 16px;
	color:#333;
}
.list1-ul li span{
	font-size: 14px;
	color:#666;
	margin-left: 15px;
}
.list1-ul li a:hover{
	color:#063651;
}

.pic-box h1{
	font-size: 16px;
	color:#333;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    height: 22px;
    line-height: 22px;
}
.pic-box:hover h1{
	color:#f16625;
	text-decoration: underline;
}

.pic-box .media-pic>img{
	transition: .3s;
}

.pic-box:hover .media-pic>img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.team-list ul{
	margin:0;
}

.team-list  li{
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.team-pic-wp{
	width: 190px;
	margin-right: 50px;
}

.team-pic{
	display: block;
	position: relative;
	padding-bottom: 142.75%;
	overflow: hidden;
}
.team-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}
.team-con 
{overflow: hidden;padding-top: 45px;}
.team-con h1{
	font-size: 24px;
	color:#333;
	margin:0;
}
.team-con h1 a:hover{
	color:#F16624;
}
.team-con h2{
	height: 60px;
	line-height: 60px;
	margin:0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color:#F16624;
	font-size: 16px;
    /*margin: 0 0 20px 0;*/
}

.team-con p{
	font-size: 14px;
	color:#333;
	line-height: 1.8;
	margin:0;
	margin-top: 20px;
	height: 50px;
	overflow: hidden;
}
.team-a{
	margin-top: 10px;
}
.team-a a{
	    width: 130px;
    height: 30px;
    text-align: center;
    background: #F16624;
    display: block;
    line-height: 30px;
    color: #fff;
  
}

.team-a a:hover{
	text-decoration: underline;
}