@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html,body{
	background: #e7ebe9;
	font-family: "Microsoft Yahei","Helvetica Neue","Helvetica","Arial","sans-serif"，"微软雅黑"，"黑体";
	font-size: 14px;
	color: #333;
}
body{
	display: block;
}

a{
	display: block;
	text-decoration: none;
	color: #999;
}

a:hover{
	color: #333;
}

ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

input,button{
	border: none;
	outline: none;
}

img{
	border:none;
	display: block;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clear_div{
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}





/*首页*/

/*头部*/
.top{
	background: #FFFFFF;
	height: 80px;
    box-shadow: 0px 0px 20px #ccc;
	position: relative;
	width: 100%;
	z-index: 2;
	
}

.top_mes{
	max-width: 1200px;
	min-width: 1100px;
	height: 80px;
	margin: 0 auto;
}

.top_logo{
	float: left;
    
}

.top_logo img{
	display: block;
	height: 50px;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	
}
.logo_name{
	float: left;
	padding-left: 10px;
}
.top_name1{
	font-size: 18px;
	padding-top: 16px;
	font-weight: bold;
	
}

.top_name2{
	text-transform:uppercase;
	padding-top: 8px;
}

.top_r{
	position: relative;
	float:right;
	width: 65%;
}

.top_language{
	float:right;
	margin-top: 10px;
}

.top_language a{
	float: left;
	padding: 4px 24px 4px 4px;
	line-height: 20px;
	margin:0 10px;
}


.top_language_chinese{
	border-right: solid;
	border-right-width: 1px;
}

.top_menu{
	position: absolute;
	top:30px;
	right: 0;
	font-size: 16px;
	line-height: 36px;
}

.top_menu li{
	float: left;
}

.menu_list{
	
	padding:6px 10px;
	margin:0 15px;
}


.menu_list:hover{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #2e78bd;
}
.menu_list:visited{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #2e78bd;
}

.menu_list_phone img{
	display: block;
	width: 18px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
}
	
.menu_list_phone p{
	font-size: 16px;
    padding-top: 6px;
}

.menu_list a{
	color: #4f5464;
}

.menu_list a:hover{
	color: #2e78bd;
}






/*banner*/

.banner img{
	width: 100%;
	min-width: 1100px;
	height: auto;
}



/*服务项目*/

.main_programme{
	background: #fff;
	width: 100%;
}
.title_bg{
	min-width: 1100px;
	margin: 0 auto;
}
.main_title{
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	color: #2e78bd;
	line-height: 100px;
	text-align: center;
}
.title_bg img{
	
	margin: 0 auto;
}
.p_list{
	float: left;
	text-align: center;
	padding: 60px 30px;
}

.p_list p{
	padding-top: 20px;
	color: #333;
	font-size:16px;
}


.programme_list{
    width: 1100px;
	margin: 0 auto;
}





/*合作伙伴*/

.main_partner{
    text-align: center;
	background: #fff;

	width: 100%;
	
}

.pattner_img{
	margin: 0 auto;
	padding: 60px 50px;
}




/*政策新闻*/


.main_news{
	min-width: 1100px;
	margin: 0 auto;
	background: #f8f8f8;
}
.mews_btn{
	width: 340px;
	margin: 0 auto;
}
.bt_news{
	float: left;
	display: inline;
	line-height: 44px;
	width: 150px;
	text-align: center;
	font-size: 20px;
	border-radius: 30px;
	margin: 40px 10px;
	color:#1b6dc8;
	cursor: pointer;
}
.bt_news.current{
	background: #1b6dc8;
	color: #fff;
	
}

.news_content{
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}

.news_img{
	float: left;
	display: inline;
	width: 460px;
	height: 250px;
    margin: 0 30px;
}

.news_content_details{
	position: absolute;
	top:0;
	left: 0;
	margin-left: 520px;
	margin-right: 30px;
	
}

.news_content_details .h1,.h2{
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_details{
	color: #999;
	line-height: 20px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 18px;
	margin-bottom: 10px;

}

.news_time{
	color: #999;
	padding-top: 8px;
	padding-bottom: 20px;
}


.news_content_details .h2,h2{
	font-weight: normal;
	width: 440px;
	line-height: 26px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	display: inline;
	color:#333;
}
.news_time2{
	float: right;
	display: inline;
	margin-right: 30px;
	color: #999;
	line-height: 26px;
}








/*关于我们*/

.main_about{
	background: #FFFFFF;
	height: 800px;
}

.about_company{
	width: 1100px;
	padding: 40px 10px;
	margin: 0 auto 50px auto;
	

}

.about_company p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}

.about_mes{
	max-width: 1200px;
	min-width: 1100px;
    height: 400px;
	background-image: url(image/map.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 auto;
}

.about_details{
	width: 580px;
	float: right;
	position: relative;
}

.about_adress1{
	padding-top:170px;
	padding-right: 40px;
	float: left;
	letter-spacing: 2px;
	clear: both;
}

.about_adress1 p{
	line-height: 30px;
}
.adr_h{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.adr_p{
	padding-bottom: 8px;
}
.about_adress2{
	position: absolute;
	left: 280px;
    padding-top: 50px;
	letter-spacing: 2px;
	line-height: 30px;

}

.about_adress2 span{
	display:inline-block;
	width: 90px;
	padding-right: 10px;
}








/*底部*/
.foot{
	height: 170px;
	background:#eee;
	text-align: center;
}

.foot_content{
	width: 1100px;
	padding-top: 40px;
	margin: 0 auto;

}


.foot_link span{
    display: inline-block;
	padding: 16px 16px;
	font-size: 16px;
}

.phone span{
	font-size: 24px;
	padding: 0 50px;
	font-weight: bold;

}


/*悬浮*/

.m_qq_mes{
	background: #1b6dc8;
	width: 100px;
	height: 80px;
	text-align: center;
	position: fixed;
	float: right;
	top:50%;
	right: 0;
	z-index: 999;
}

.m_qq_mes img{
	padding-top: 10px;
	margin: 0 auto;
}
.m_qq_mes p{
	padding-top: 10px;
	color: #fff;
}



/*服务项目*/

#service_programme{
	background: #FFFFFF;
	min-width: 1100px;
}

.service_banner img{
	width: 100%;
	
}

.service_detail{
    max-width: 1200px;
	min-width: 1100px;
	position: relative;
	margin: 0 auto;
}
.service_menu {
	position: fixed;
	bottom:2%;
	left: 7%;
}



.service_menu a{
	display: block;
	padding:2px 30px;

}

.service_menu a:first-child{
	padding-top: 80px;
}

.service_info{
	margin-left: 12%;
	padding-bottom: 100px;
	
}

.ocean_infor{
	float: left;
	display: inline;
	width: 50%;
	padding: 10px 10px;
}

.programme_list_title{
	font-size: 24px;
	padding-top: 60px;
	padding-bottom: 40px;
	letter-spacing: 2px;
}

.programme_list_content{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 2px;
	padding-bottom: 30px;
}

#sea_import_export p{
	padding-left: 10px;
	padding-right: 16px;
}




/*成功案例*/

#successful_case{
	background: #FFFFFF;
	min-width: 1100px;

}

.case_banner img{
	width: 100%;
	
}

.case_detail{
    max-width: 1200px;
	min-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 100px;
}
.case_menu {
	position: fixed;
	bottom: 40%;
	left: 7%;
	text-align: center;
	font-size: 16px;
}



.case_menu a{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border:1px solid #ccc;
	margin:2px 30px;
	background: #fff;
}

.case_menu a:hover{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin:2px 30px;
	background: #458aca;
	color: #fff;
	border:none;
}

.case_menu span{
	display: block;
	padding-top: 4px;
}

.case_menu a:first-child{
	margin-top:80px;
}

.s_case_infor{
	margin-left: 12%;
	
}





/*政策公告*/
#policy_infor{
	background: #f3f5f8;
	min-width: 1100px;
	
}

.policy_banner img{
	width: 100%;
}

.infor_top{
	background: #fff;
	height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 60px;
	margin: 0 auto;
}

.infor_btn{
	width: 280px;
	margin: 0 auto;
	
}

.infor_btn a{
	width: 140px;
	text-align: center;
	letter-spacing: 2px;
	float: left;
	display: inline;
}




.infor_btn a.cur{
	background: #458aca;
	color: #fff;
}



.infor_btn a:hover{
	background: #458aca;
	color: #fff;	
}

.infor_btn a.cur:hover{
	background: #2d6eab;
	color: #fff;
}

.infor_details{
	max-width: 1200px;
	min-width: 1100px;
	padding-top:30px;
	padding-bottom: 100px;
	margin: 0 auto;
}

.infor_d_intro{
	float: left;
	display: inline;
	width: 32%;
	margin:6px 6px;
	background: #fff;
	box-shadow: 0 0 10px #eee ;
	border-radius: 6px;
	height: 190px;
	position: relative;
}

.infor_d_intro:hover{
	box-shadow: 0 0 10px #458aca;
	cursor:pointer;
}
.notice-time{
	text-align: right;
	padding: 8px 10px;
	font-size: 18px;
	color: #6a94bf;
}

.notice_title{
	font-size: 20px;
	font-weight: bold;
    margin:20px 20px;
	height: 24px;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    color:#333;
}

.notice_mes{
	color: #999;
	margin:0 20px;
	line-height: 24px;
	height:76px;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.notice_img{
	width: 100%;
	position: relative;
}

.notice_img img{
	width: 140px;
	height: 120px;
	padding: 10px 20px;
	float: left;
	display: inline;
	 
}

.notice_text{
	position: absolute;
	margin-left: 160px;
	
}

.notice_title2{
	overflow:hidden; 
    text-overflow:ellipsis;
	-o-text-overflow: ellipsis; 
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin: 20px 20px;
	font-size: 20px;
	font-weight: bold;
	height: 52px;
	color:#333;

}


.notice_mes2{
	margin: 0 20px;
	height: 38px;
	overflow:hidden; 
    text-overflow:ellipsis;
	-o-text-overflow: ellipsis; 
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
	color: #999;
}



.page_check{
	width: 128px;
	padding-top: 30px;
	margin: 0 auto;
}






/*关于我们*/

#about_us{
	background: #fff;
	
}

.about_infor{
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
}

.about_title{
	font-size: 24px;
	color: #3b81c1;
	text-align: center;
	padding:50px 0;
}

.about_infor_p{
	font-size: 16px;
	line-height: 30px;
	padding: 0 40px 30px 40px;
}

.about_intro img{
	width: 100%;
}
.about_map{
	line-height: 30px;
	font-size: 16px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.map_left{
	float: left;
	display: inline;
	width:40%;
}

.map_left img{
	margin: 0 auto;
}

.map_left p{
	padding: 30px 20% 40px 20%;
}

.map_right{
	float: left;
	display: inline;
	width: 60%;
}

.post_name{
	display: inline-block;
	width: 120px;
	padding-right: 30px;
}

.map_right img{
	width: 100%;
}


#yb_banner_scroll{
	position: relative;
	width:100%;
	height:465px;
	overflow: hidden;
}

#yb_banner_scroll .btn_left,#yb_banner_scroll .btn_right{
	position:absolute;
	top:180px;
	width:60px;
	height:60px;
	background:rgba(0,0,0,0.1);
	opacity:0.8;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
}
/*#yb_banner_scroll .btn_left{
	left:10px;
}
#yb_banner_scroll .btn_right{
	right:10px;
}


#yb_banner_scroll .btn_left i,#yb_banner_scroll .btn_right i{
	font-size:45px;
	line-height: 45px;
	vertical-align: middle;
	color:#FFF;
}*/

#yb_banner_scroll .yb_scroll_item div{
    width:100%;
    height:465px;
}



.yb_scroll_container{
    position: relative;
    background: #CCC;
    overflow: hidden;
    /*overflow: scroll;*/
}

.yb_scroll_inner:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.yb_scroll_inner{
    width:3000000px;
    zoom:1;
}
.yb_scroll_group{
    float:left;
}
.yb_scroll_item{
    float:left;
    /*width:100px;*/
}

.yb_item_index {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
    /*background: rgba(0,0,0,0.3);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000,endcolorstr=#33000000);*/
}
.yb_item_index i{
    display: inline-block;
    margin:0 20px 0 0;
    width:120px;
    height:6px;
    /*border-radius: 16px;*/
    background: #FFF;
    cursor: pointer;
    vertical-align: middle;
}

.yb_item_index i.current{
    background: #2e78bd;
}


#catalog-body{
	margin:20px auto;
	width:1100px;
	background: #FFF;
	border:none;
}

#detail-title{
	padding:20px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#detail-date{
	padding: 0 0 20px ;
	margin:20px 100px 30px;
	border-bottom:1px solid #CCC;
	text-align: center;
}
#detail-content{
	padding:40px 140px;
	font-size:14px;
	color:#333;
}


