/**************************************/
/*************[公用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-1-right{
	font-size: 14px;
	color:#fff;
	margin-top: 10px;
}
.header-1-right a{
	padding: 0	3px;
}

.header-1-right a:hover{
	text-decoration: underline;
}
.nav {
	background-color: #063651;
}
.nav ul{
	margin:0;
}

.nav li{
	float: left;
	width: 9.0909090909%;
	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: 16px;
}

.xiala  a:hover{
	background-color: #042b41;

}
.nav li>a{
	display: block;
	height: 51px;
	line-height: 51px;
	color:#fff;
	font-size: 18px;
}
.nav li.active>a,.nav li:hover>a{
	background-color:#042b41;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}

.fafa .slides>li{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}


.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;
}

.main-top{
	padding: 15px 0;
}
.search {
	padding-right: 50px;
	position: relative;
}
.search input[type="text"]{
	height: 28px;
	border:1px solid #dddddd;
	width: 207px;
	padding: 0	10px;
	font-size: 16px;
}
.search input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
}

.tq{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color:#333;
}

.title-11{
	height: 41px;
	line-height: 41px;
	background-color: #063651;
}

.title-11-title{
	color:#fff;
	font-size: 18px;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: 12px	center ;
}

.title-11 a.fr{
	font-size: 14px;
	margin-right: 12px;
	color:#fff;
}
.title-11 a.fr:hover{
	text-decoration: underline;
}

.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;
}
.gonggao-con p{
	margin:0;
	font-size: 14px;
	color:#999;
	margin-top: 8px;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gonggao li:hover .gonggao-con h1{
	color:#f16625;
}

.news1{
	width: 484px;
	margin-right: 27px;
}


.fnews1 .slides>li{
	position: relative;
	
}

.fnews1-pic{
	position: relative;
	overflow: hidden;
	padding-bottom: 66.53%;
}

.fnews1-pic img{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
}



.fnews1 .slides>li 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;
    padding-right: 150px;
    margin:0;
}




.fnews1 .flex-control-nav{
	display: block;
	font-size: 0;
	text-align: right;
	bottom: 15px;
	padding-right: 10px;
	width: 100%;
	margin-left: 0;
	left: 0;
}

.fnews1 .flex-control-nav li{
	margin:0 3px;
}


.fnews1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b2.png);
}

.fnews1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b-h2.png);

}

.shipin{
	overflow: hidden;
}


.shipin-div{
	position: relative;
	padding-bottom: 74.82%;
	overflow: hidden;
}
.shipin-div img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



.shipin-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background-image: url(../images/heidi.png);*/
}

.shipin-hei img{
	width: 46px;
	height: 46px;
	left: 50%;
	margin-left: -23px;
	top: 50%;
	margin-top:-23px;
}
.download{
	background-color: #1e6891;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: 160% top;
	margin-top: 25px;
}
.download a{
	display: block;
	height: 88px;
	line-height: 88px;
	color:#fff;
	font-size: 20px;
	padding-left: 120px;
	background-image: url(../images/down-a.png);
	background-repeat: no-repeat;
	background-position: 57px center;
}


.m30{
	margin-top: 30px;
}


.feng-list .item a{
	display: block;
	position: relative;
	padding-bottom: 66.67%;
	overflow: hidden;
}
.feng-list .item a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.feng-list .item a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.feng-list{
	margin-top: 20px;
}
.feng-list .item a 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;
}
.tui{
	padding-top: 14px;
}

.tui-pic{
	width: 138px;
	margin-right: 12px;
}



.saner{
	display: block;
	position: relative;
	padding-bottom: 66.67%;
	overflow: hidden;
}
.saner img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.tui-con{
	overflow: hidden;
}

.tui-con h1{
	margin: 0;
    font-size: 16px;
    color: #063651;    text-overflow: ellipsis;
    white-space: nowrap;
	padding-top: 	3px;
    overflow: hidden;
}
.tui-con h1:hover{
	text-decoration: underline;
}

.tui-con h2{
	margin: 0;
    font-size: 16px;
    color: #333; 
    line-height: 1.6;    overflow: hidden;
   height: 50px;
}

.tui-con h2:hover{
	text-decoration: underline;
	   color: #063651;
}
.tui-con p{
	margin: 0;
    font-size: 14px;
    color: #666; 
    overflow: hidden;
    line-height: 1.6;
    height: 44px;
    margin-top: 5px;
}

.tui-more{
	margin-top: 2px;font-size: 14px;
    color: #063651; 
}

.list2 .tui-more{
	color: #999; 
	margin-top: 17px;
}



.list1-ul{
	margin:0;
	margin-top: 10px;
}

.list1-ul li{
	height: 34px;
	line-height: 34px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px;
    background-image: url(../images/list1.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.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;
}




.list3-ul{
	margin:0;
	margin-top: 12px;
}


.list3-ul li{
	height: 34px;
	line-height: 34px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 25px;
    background-image: url(../images/list2.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.list3-ul li a{
	font-size: 16px;
	color:#333;
}

.list3-ul li a:hover{
	color:#063651;
}
.main-4{
	padding-bottom: 35px;
}
.main-3-list .item{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-3-list .item>a{
	display: block;
	height: 88px;
	background-image: url(../images/judi.png);
	padding-left: 30px;
	/*padding-top:5px;*/
}

.main-3-pic{
	width: 79px;
	margin-right:13px; 
	margin-top: 7px;
}

.main-3-con{
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	padding-right: 25px;
	color:#fff;
	height: 100%;
	display: table;
}

.main-3-con p{
	display: table-cell;
	margin:0;
	font-size: 18px;
	color:#fff;
	vertical-align: middle;
}

.main-3-list .owl-prev{
	position: absolute;
	left: 0px;
    top: 50%;
    margin-top: -27px;
	width: 20px;
	height: 55px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.main-3-list .owl-next{
	position: absolute;
    top: 50%;
	right:  0px;
    top: 50%;
    margin-top: -27px;
	width: 20px;
	height: 55px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}







/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}

.footer-1{
	background-color: #063651;
	padding: 50px 0 30px;
}

.foo1-left{
	width: 888px;
	background-image: url(../images/foo1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	margin-right: 35px;

}



.foo1-top ul{margin:0;}
.foo1-top li{
	float: left;
	margin-left: 22px;
}
.foo1-top li:first-child{
	margin-left: 0;
}
.foo1-top li h1{
	margin:0;
	font-size: 16px;
	color:#fff;
}

.foo1-top li dl{
	margin:0;
}
.foo1-top li dd{
	margin-top: 5px;
}
.foo1-top li dd:first-child{
	margin-top:15px;
}
.foo1-top li dd a{
	font-size: 15px;
	color:#b1c0c8;
}
.foo1-top li dd a:hover{
	color:#fff;
}

.foo1-bottom-title{
	font-size: 18px;
	font-weight: bold;
	margin-right: 18px;
	color:#fff;
}

.foo1-bottom{
	margin-top:25px;
}
.foo1-bottom-title img{margin-right: 10px;}


.sel{
	width: 180px;
	margin-left: 19px;
}

.sel:first-child{
	margin-left: 0;
}

.foo1-right{
	overflow: hidden;
}

.lianxi-top{
	font-size: 16px;
	color:#fff;
	line-height: 1.4;
	text-transform: uppercase;
	padding-left: 40px;
	background-image: url(../images/ph.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.lianxi-bottom dd{
	padding-left: 29px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 5px;
	color:#b1c0c8;
}
.lianxi-bottom dl{
	margin:0;
	padding-top: 5px;
}

.er {
	width: 90px;
	text-align: center;
	font-size: 14px;
	color:#b1c0c8;
	/*margin:0 auto;*/
	margin-top: 15px;
}
.er img{
	display: block;
	margin-bottom: 3px;
	width: 100%;
}

.footer-2{
	line-height: 1.6;
	padding: 5px 0;
	background-color: #052c42;
	font-size: 16px;
	color:#fff;
	text-align: center;
}
/**************************************************************/
/*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/heidi2.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*/
.erji{
	margin-top: 15px;
	padding-bottom: 35px;
}
.menu{
	width: 190px;
	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: 16px;
	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 40px;
}

.danpian-con img{
	display: block;
	margin:15px auto;
}

.n_news{padding:30px 0;}							  
.n_news p{height:40px; line-height:40px; border-bottom:1px dashed #ddd;}							  
.n_news p span{margin:0 5px 0 0;}		
  
  
.n_news01 a{width:30%; margin:20px 10px 0 10px; text-align:center; padding:25px 0; background:#063651; color:#fff; font-size:18px; border-radius:5px; display:inline-block; } 
.n_news01 a:hover{background:#f16624;}



.jiaoshou {
    border-top: 0px solid #ebebeb;
    border: 1px solid #ebebeb;
    padding: 15px;
}

.jiaoshou-title{
	height: 38px;
	line-height: 38px;
	background-color: #ccc;
	padding-left: 15px;
	font-size: 16px;
	color:#333;
	font-weight: bold;
}
.jiaoshou-a{
	margin-left: -4%;
	padding-bottom: 15px;

}
.jiaoshou-a a{
	float: left;
	width: 16%;
	margin-left: 4%;
	text-align: center;
	height: 32px;
    border: 1px solid #ebebeb;
	line-height: 32px;
	margin-top: 15px;
          font-size:16px;
}

.jiaoshou-a a:hover{
	background-color: #063651;
	border-color: #063651;
	color:#fff;
	text-decoration: underline;
}
.jiaoshou-a a{
		width: 21%;
	}
/*6-22*/

.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;
}

.sanji-a{
	padding: 15px 0;
}

.sanji-a a{
	float: left;
	padding: 10px 18px 10px 18px;
	border-radius: 5px;
	color:#fff;
	background-color: #063650;
	margin-right: 4px;
          margin-left: 4px;
          font-size:16px;
}

.sanji-a a.cur{
	background-color: #f16624;

}