*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.container{
	max-width: 1200px;
	margin-right: auto;
    margin-left: auto;
}

/*共同头部*/
.pub_header_top{
	border-bottom: 1px solid #eeeeee;
	max-height: 40px;
}
.pub_header_top .container{
	position: relative;
}
.top_welcome{
	font-size: 13px;
	color: #333333;
	line-height: 40px;
}
.top_search{
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #EEEEEE;
	padding-left: 20px;
	margin-left: 20px;
	line-height: 40px;
}
.top_search .top_search_01 i{
	color: #333333;
	font-size: 18px;
	cursor: pointer;
}
.top_search:hover .top_search_show{
	/*display: block;*/
}
.top_search_show{
	position: absolute;
	right: 0;
	top: 40px;
	height: 40px;
	width: 300px;
	display: none;
	z-index: 5;
}
.top_search_show form{
	overflow: hidden;
}
.top_search_show form input{
	height: 38px;
	float: left;
	border:1px solid #eeeeee;
	background: white;
	padding-left: 10px;
	width: 248px;
	outline: none;
	color: #333333;
	font-size: 13px;
}
.top_search_show form button{
	height: 40px;
	float: left;
	width: 40px;
	background: #0168cd;
	border: none;
	color: #FFFFFF;
}
.top_language{
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 2;
	
}
.top_language .top_language_button{
	line-height: 40px;
	cursor: pointer;
}
.top_language .top_language_button span{
	font-size: 13px;
	color: #333333;
	padding: 0 3px ;
	
}
.top_language .top_language_button i:first-child{
	color: #333333;
	font-size: 18px;
}
.top_language .top_language_button i:last-child{
	color: #bfbfbf;
	font-size: 13px;
}
/*.top_language:hover .top_language_choose{
	opacity: 1;
	transition-duration:0.8s;
}*/
.top_language_choose{
	background-color: #ffffff;
	box-shadow: 0 0 10px #eeeeee;
	padding: 8px 15px 5px;
	display: none;
}
.top_language_choose dl dd{
	border-bottom: 1px dashed #eeeeee;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.top_language_choose dl dd a{
	color: #666666;
	font-size:12px;
}
.top_language_choose dl dd a i{
	color: red;
	font-size: 20px;
	padding-right: 3px;
}
.top_language_choose dl dd a img{
	width:16px;
	display: inline-block;
	padding: 0 5px 0 3px;
}

.top_language_choose dl dd:hover a{
	color: #0168cd;
}
.pub_header_bottom .container{
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pub_header_bottom {
	height: 84px;
}
.pub_header_bottom ul{
	text-align: right;
}
.pub_header_bottom ul li{
	position: relative;
	display: inline-block;
	text-align: center;
	height: 84px;
	padding: 0 10px;
}
.pub_header_bottom ul li .small_nav_show{
	position: absolute;
	top: 84px;
	left: 50%;
	margin-left: -150px;
	display: none;
	z-index: 4;
	background-color: #FFFFFF;
	border-top: 2px solid #007AFF;
	width: 300px;
	padding-bottom: 10px;
}
.small_nav_show_img{
	max-width: 280px;
	margin: 10px auto;
	overflow: hidden;
}
.pub_header_bottom ul li .small_nav_show img{
	width: 100%;
	display: block;
	transition-duration:0.5s;
	
}
.pub_header_bottom ul li .small_nav_show .small_nav_show_img:hover img{
	transform: scale(1.3);
	transition-duration: 0.5s;
}
.pub_header_bottom ul li .small_nav_show dl{
	margin: 0 10px;
}
.pub_header_bottom ul li .small_nav_show dl dd{
	float: left;
	width: 45%;
	text-align: left;
	border-bottom: 1px dashed #EEEEEE;
	padding: 10px 0;
	margin-right: 20px;
}
.pub_header_bottom ul li .small_nav_show dl dd:nth-child(even){
	margin-right: 0;
}
.pub_header_bottom ul li .small_nav_show dl dd a:hover{
	color: #007AFF;
}
.pub_header_bottom ul li .small_nav_show dl dd a{
	color: #333333;
	font-size: 14px;
}
.pub_header_bottom ul li:hover .small_nav_show{
	display: block;
}
.pub_header_bottom ul li h2 {
	font-weight: normal;
}
.pub_header_bottom ul li h2 a{
	display: block;
}
.pub_header_bottom ul li h2 a p{
	color: #000000;
	font-size: 16px;
	line-height: 84px;
	
}
.pub_header_bottom ul li h2 i{
	color: #0168CD;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	margin-left: -6px;
	
}
.pub_header_bottom ul li:hover h2 i{
	opacity: 1;
}
.pub_header_bottom ul li.on h2 i{
	opacity: 1;
}
.pub_header_bottom ul li:hover h2 p{
	color: #0168CD;
}
.pub_header_bottom ul li.on h2 p{
	color: #0168CD;
}

/*共同底部*/
.pub_footer_bottom{
	background-color: #424242;
	overflow: hidden;
	height: 80px;
}
.pub_footer_bottom01{
	float: left;
	margin-top: 17px;
}
.pub_footer_bottom01 p{
	font-size: 13px;
	color: #ffffff;
	padding-bottom: 8px;
}
.pub_footer_bottom01 p img{
	padding-right: 5px;
}
.pub_footer_bottom01 p span{
	color: #FFFFFF;
	opacity: 0.5;
	font-size: 13px;
}
.pub_footer_bottom02{
	float: right;
	
}
.pub_footer_bottom01 p a:hover{
	opacity: 0.5;
}
.pub_footer_bottom01 p a{
	padding: 0 5px;
	color: #FFFFFF;
}
.pub_footer_bottom02 a{
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 15px;
	display: block;
	margin: 25px 0;
	opacity: 0.5;
	transition-duration: 0.5s;
}
.pub_footer_bottom02 a:hover{
	opacity: 1;
	transition-duration: 0.5s;
}
.pub_footer_top{
	margin-top: 80px;
	background-color: #5c5c5c;
	background-image: url(../img/bottom_bg.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 30px 0 20px;
}
.pub_footer_top_nav{
	float: left;
}
.pub_footer_top_right{
	float: right;
	max-width: 270px;
	text-align: right;
}
.pub_footer_top_nav{
	max-width: 850px;
}
.pub_footer_top_nav ul{
	overflow: hidden;
}
.pub_footer_top_nav ul li:first-child{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.pub_footer_top_nav ul li{
	float: left;
	margin-left: 20px;
	background-image: url(../img/bottom_bg02.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position-x:left;
	background-position-y: 30px ;
}
.pub_footer_top_nav ul li h2{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}
.pub_footer_top_nav ul li span{
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.2;
	margin: 8px 0 10px;
	display: block;
}
.pub_footer_top_nav ul li dl dd{
	padding-top: 10px;
}
.pub_footer_top_nav ul li dl dd a{
	font-size: 13px;
	color: #FFFFFF;
	opacity: 0.5;	
	display: block;
}
.pub_footer_top_nav ul li dl dd a:hover{
	opacity: 1;
}
.pub_footer_top_right_erweima ul{
	overflow: hidden;
}
.pub_footer_top_right_erweima ul li{
	float: left;
	width: 130px;
	margin-left: 10px;
}
.pub_footer_top_right_erweima ul li:first-child{
	margin-left: 0;
}
.pub_footer_top_right_erweima ul li img{
	display: block;
	border: 3px solid #FFFFFF;
	max-width: 124px;
	max-height: 124px;
}
.pub_footer_top_right_erweima ul li p{
	color: #FFFFFF;
	opacity: 0.5;
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}
.pub_footer_top_right_phone{
	margin-top: 15px;
}
.pub_footer_top_right_phone h2{
	color: #FFFFFF;
	opacity: 0.5;
	font-weight: normal;
	font-size: 15px;
}
.bottom_phone{
	overflow: hidden;
	padding: 10px 0 15px;
}
.bottom_phone a i{
	float: right;
	font-size: 18px;
	color: #FFFFFF;
	opacity: 0.5;
	line-height: 26px;
	margin-right: 5px;
}
.bottom_phone a:last-child i{
	font-size: 21px;
}
.bottom_phone a i:hover{
	opacity: 1;
}
.bottom_phone p{
	float: right;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.pub_footer_top_right_qiyelogo{
	overflow: hidden;
}
.pub_footer_top_right_qiyelogo img{
	float: right;
	margin-left:10px;
}


/*首页产品*/
.sy_products{
	background-color: #f6f6f6;
	height: 120px;
	overflow: hidden;
}
.sy_products_title{
	background-image: url(../img/sypro_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 31px 0;
	float: left;
}
.sy_products_title h2{
	font-size: 24px;
	color: #333333;
}
.sy_products_title h2 span{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-left: 10px;
}
.sy_products_title p{
	font-size: 13px;
	padding-top: 10px;
	color: #adadad;
}
.sy_products_list{
	float: right;
	height: 120px;
	border-right:1px solid #FFFFFF ;
}
.sy_products_list ul li{
	width: 120px;
	float: left;
	border-left: 1px solid #FFFFFF;
	height:120px;
	text-align: center;
	transition-duration: 0.5s;
	
}
.sy_products_list ul li:hover:nth-child(1){
	background-color: #41c8f4;
	transition-duration: 0.5s;
}
.sy_products_list ul li:hover:nth-child(2){
	background-color: #ee1c25;
	transition-duration: 0.5s;
}
.sy_products_list ul li:hover:nth-child(3){
	background-color: #f58221;
	transition-duration: 0.5s;
}
.sy_products_list ul li:hover:nth-child(4){
	background-color: #8cc63f;
	transition-duration: 0.5s;
}
.sy_products_list ul li:hover:nth-child(5){
	background-color: #0168cd;
	transition-duration: 0.5s;
}
.sy_products_list ul li a{
	display: block;
	color: #333333;
	
	
}
.sy_products_list ul li:hover a{
	color: #FFFFFF;
	
}
.sy_products_list ul li i{
	height: 78px;
	line-height: 78px;
	font-size: 40px;
}
.sy_products_list ul li p{
	font-size:18px;
}

.sy_pub_title{
	overflow: hidden;
	margin: 50px 0 30px;
	background-image: url(../img/pub_title.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sy_pub_title01{
	float: left;
}
.sy_pub_title01 i{
	font-size: 30px;
	color: #0168cd;
}
.sy_pub_title02{
	float: left;
	padding-left: 10px;
}
.sy_pub_title02 h2{
	font-size: 24px;
	color: #333333;
}
.sy_pub_title02 h2 span{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-left: 10px;
}
.sy_pub_title02 p{
	font-size: 13px;
	padding-top: 10px;
	color: #adadad;
}
.sy_smallbanner{
	height: 200px;
	width: 100%;
	background-image: url(../img/smallbanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.sy_smallbanner_1033{
	height: 200px;
	width: 100%;
	background-image: url(../img/smallbanner_1033.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
/*首页新闻*/
.sy_news_con{
	overflow: hidden;
	margin-bottom: 50px;
}
.sy_news_con_left{
	float: left;
	max-width: 550px;
	max-height: 450px;
}
.sy_news_con_right{
	float: right;
	width: 620px;
	max-height: 450px;
}
.sy_news_con_left_img{
	width: 550px;
	height: 350px;
	
	overflow: hidden;
}
.sy_news_con_left_img img{
	width: 100%;
	height: 100%;
	transition-duration: 0.8s;
}
.sy_news_con_left_img:hover img{
	transform:scale(1.2) ;
	transition-duration: 0.8s;
}
.sy_news_con_left h2{
	font-size: 17px;
	color: #333333;
	padding: 12px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sy_news_con_left:hover h2{
	color: #0168CD;
}
.sy_news_con_left p{
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
.sy_news_con_right ul li:first-child{
	padding-top: 0;
}
.sy_news_con_right ul li{
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
}
.sy_news_time{
	float: left;
	width: 80px;
	text-align: right;
	position: relative;
}
.sy_news_text{
	float: left;
	width: 520px;
	margin-left: 20px;
}
.sy_news_time h3{
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	transition-duration: 0.5s;
	padding-bottom: 10px;
}
.sy_news_time b{
	width: 22px;
	background-color: #333333;
	height: 2px;
	display: none;
	position: absolute;
	right: 0;
	transition-duration: 0.5s;
	
}
.sy_news_time p{
	display: none;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	padding-top: 10px;
	transition-duration: 0.5s;
}
.sy_news_text h2{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	height: 22px;
	overflow: hidden;
	transition-duration: 0.5s;
}
.sy_news_text p{
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	margin-top: 12px;
    height: 50px;
    overflow: hidden;
    transition-duration: 0.5s;
    display: none;
}
.sy_news_con_right ul li:hover .sy_news_text h2{
	color: #0168CD;
	transition-duration: 0.5s;
}
.sy_news_con_right ul li:hover .sy_news_text p{
	display:block;
	transition-duration: 0.5s;
}
.sy_news_con_right ul li:hover .sy_news_time b{
	display:block;
	transition-duration: 0.5s;
}
.sy_news_con_right ul li:hover .sy_news_time p{
	display:block;
	transition-duration: 0.5s;
}
.sy_news_con_right ul li:hover .sy_news_time h3{
	font-size: 22px;
	transition-duration: 0.5s;
}
.sy_about_con{
	overflow: hidden;
}
.sy_about_con_left{
	float: left;
	max-width: 550px;
}
.sy_about_con_right{
	float: right;
	width: 620px;
	height: 500px;
	overflow: hidden;
}
.sy_about_con_right img{
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}
.sy_about_con_right:hover img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.sy_about_con_left h2{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 28px;
	height: 276px;
    overflow: hidden;
}
.sy_about_con_left_a01{
	padding: 22px 0 20px;
}
.sy_about_con_left_a01 a{
	color: #0168CD;
	font-size: 17px;
	display: block;
}
.sy_about_con_left_a02{
	font-size: 16px;
	background-color: #0168CD;
	width: 340px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.sy_about_con_left_a02 a{
	display: block;
	color: #FFFFFF;
}
.sy_about_con_left_list ul{
	overflow: hidden;
	margin-top: 20px;
}
.sy_about_con_left_list ul li{
	float: left;
	width: 122px;
	height: 100px;
	text-align: center;
	background-color: #f6f6f6;
	margin-left: 20px;
}
.sy_about_con_left_list ul li:first-child{
	margin-left: 0;
}
.sy_about_con_left_list ul li i{
	color: #333333;
	font-size: 35px;
	height: 40px;
	line-height: 40px;
	padding-top: 15px;
	display: block;
	padding-bottom: 5px;
	width: 40px;
	margin: 0 auto;
	position: relative;
}
.sy_about_con_left_list ul li i img{
	display: block;
	width: 100%;
	margin: 0 auto;
	top: 15px;
	left: 0;
	position: absolute;
}
.sy_about_con_left_list ul li i img:last-child{
	display: none;
}
.sy_about_con_left_list ul li p{
	font-size: 16px;
	color: #333333;
}
.sy_about_con_left_list ul li:hover{
	background-color: #0168CD;
}
.sy_about_con_left_list ul li:hover i{
	color: #FFFFFF;
}
.sy_about_con_left_list ul li:hover i img{
	color: #FFFFFF;
}
.sy_about_con_left_list ul li:hover i img:first-child{
	display: none;
}
.sy_about_con_left_list ul li:hover i img:last-child{
	display:block;
}
.sy_about_con_left_list ul li:hover p{
	color: #FFFFFF;
}


/*侧边*/
.pub-right{
	position: fixed;
	right: 5px;
	top: 50%;
	margin-top:-115px ;
	z-index: 8;
}
.pub-right ul li{
	margin-bottom: 5px;
	position: relative;
}
.pub-right ul li a{
	border: 1px solid #cccccc;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #FFFFFF;
	display: block;
	transition-duration: 0.3s;
}
.pub-right ul li a i{
	color: #cccccc;
	font-size: 30px;
}
.pub-right ul li:hover a{
	background-color: #0168CD;
	color: #FFFFFF;
	border: 1px solid #0168CD;
	transition-duration: 0.3s;
}
.pub-right ul li:hover a i{
	color: #FFFFFF;
}
.pub-right ul li:hover .pub-right_tele{
	display: block;
}
.pub-right ul li:hover .pub-right_erweima{
	display: block;
}
.pub-right_tele{
	border-top: 4px solid #0168CD;
	position: absolute;
	top: 0;
	background-color: #FFFFFF;
	right: 60px;
	box-shadow: 0 0 10px #CCCCCC;
	padding: 20px 20px;
	width: 250px;
	display: none;
}
.pub-right_tele i{
	font-size: 30px;
	color: #cccccc;
	display: block;
}
.pub-right_tele h2{
	font-size: 22px;
	color: #0168CD;
	padding: 15px 0 10px;
}
.pub-right_tele p{
	font-size: 13px;
	color: #999999;
}
.pub-right_erweima{
	border-top: 4px solid #0168CD;
	position: absolute;
	top: 0;
	background-color: #FFFFFF;
	right: 60px;
	box-shadow: 0 0 10px #CCCCCC;
	padding: 20px 20px;
	display: none;
}
.pub-right_erweima i{
	font-size: 30px;
	color: #cccccc;
	padding-bottom: 5px;
	display: block;
}
.pub-right_erweima dl dd{
	text-align: center;
	padding-top: 10px;
}
.pub-right_erweima dl dd img{
	border: 3px solid #eeeeee;
	display: block;
}
.pub-right_erweima dl dd p{
	padding-top: 5px;
	font-size: 13px;
	color: #999999;
}

/*产品中心*/
.ny_middle{
	max-width: 1200px;
	margin: 0 auto;
}
.ny_banner{
	height: 350px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ny_banner img{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	
}
.breadtree{
	border-bottom: 1px solid #eeeeee;
	padding: 12px 0;
	overflow: hidden;
}
.breadtree01{
	float: left;
	font-size: 12px;
	color: #999999;
}
.breadtree01 i{
	color: #999999;
	padding-right: 5px;
}
.breadtree01 a{
	color: #999999;
	padding-left: 5px;
}
.breadtree01 a:last-child{
	color: #0168CD;
}
.breadtree02{
	float: right;
	font-size: 14px;
}
.breadtree02 a{
	color: #0168CD;
}
.breadtree02 i{
	padding-left: 5px;
}



/*产品详情*/
.ny_pro_detail{
	margin-top: 20px;
	overflow: hidden;
}
.ny_pro_detail .ny_pro_detail_right{
	width: 940px;
	float: right;
}
.prodetail_title{
	font-size: 24px;
	color: #0168CD;
	padding-bottom: 20px;
}
.prodetail_pub{
	overflow: hidden;
	background-color: #f5f5f5;
	height: 294px;
}
.prodetail_pub_img{
	float: left;
	width: 400px;
	height: 100%;
}
.prodetail_pub_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.prodetail_pub_text{
	float: left;
	padding: 30px 30px;
	line-height: 30px;
}
.prodetail_pub_text p{
	font-size: 15px;
	color: #666666;
}
.prodetail_pub_text span{
	color: #db0000;
	display: block;
	font-size: 15px;
	margin-top: 50px;
}
.prodetail_img{
	padding: 25px 0;
}
.prodetail_img img{
	display: block;
	width: 100%;
}
.pubdetail_con_title{
	font-size: 16px;
	color: #000000;
	padding-bottom: 15px;
}
.pubdetail_con ul li p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.pubdetail_con ul li{
	padding-bottom: 15px;
}

/*新闻*/
.ny_newslist{
	
}
.ny_newslist dl dd:first-child{
	padding-top: 0;
}
.ny_newslist dl dd{
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0 35px;
}
.ny_newslist_left{
	float: left;
	width: 700px;
}
.ny_newslist_right{
	float: right;
	width: 200px;
	height: 158px;
	overflow: hidden;
	position: relative;
}
.ny_newslist_right img{
	display: block;
	width: 100%;
	height: 100%;
}
.ny_newslist_right_shadow{
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: 0.5s;
}
.ny_newslist_left h2{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	height: 24px;
	overflow: hidden;
	transition-duration: 0.2s;
}
.ny_newslist_left p{
	font-size: 14px;
	color: #646464;
	line-height: 30px;
	height: 60px;
    overflow: hidden;
    margin: 15px 0 20px;
}
.ny_newslist_left span{
	font-size: 15px;
	color: #666666;
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	transition-duration: 0.5s;
}
.ny_newslist dl dd:hover .ny_newslist_right_shadow{
	opacity: 0;
	transition-duration: 0.5s;
}
.ny_newslist dl dd:hover .ny_newslist_left h2{
	color: #0168CD;
	transition-duration: 0.2s;
}
.ny_newslist dl dd:hover  .ny_newslist_left span{
	background-color: #0168CD;
	color: #FFFFFF;
	border: 1px solid #0168CD;
	transition-duration: 0.5s;
}
.nynews_detail_con{
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
}
.nynews_detail_con p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}
.nynews_detail_img img{
	display: block;
	max-width: 100%;
	
}
.ny_danyecon img{
	display: block;
	max-width: 100%;
}
.nynews_detail_title{
	color: #000000;
	font-size: 18px;
	text-align: center;
}
.nynews_detail_time{
	text-align: center;
	font-size: 13px;
	color: #999999;
	padding: 25px 0;
}
.nynews_detail_time span{
	padding-left: 15px;
	
}
.ny_danyecon{
	margin-top: 30px;
}


/*发展历程*/
.ny_danyecon_fzlc{
	
}
.ny_danyecon_fzlc ul li{
	overflow: hidden;
	margin-bottom: 10px;
}
.ny_danyecon_fzlc ul li .ny_danyecon_fzlc_left{
	float: left;
}
.ny_danyecon_fzlc ul li p{
	float: left;
	font-size: 15px;
	color: #333333;
	padding-left: 25px;
	max-width: 760px;
	line-height: 30px;
}

.ny_danyecon_fzlc_left span{
	float: left;
	color:#333333 ;
	width: 127px;
}
.ny_danyecon_fzlc_left i{
	float: left;
	font-size: 12px;
    color: #a9a9a9;
    line-height: 30px;
    padding: 0 5px;
	
}
.ny_danyecon_fzlc_left img{
	float: left;
}


/*联系我们*/
.ny_contactcon_title{
	color: #0168CD;
    font-weight: normal;
    font-size: 24px;
}
.ny_contactcon p{
	font-size: 15px;
    line-height: 30px;
    color: #333333;
    padding-top: 10px;
}
.ny_contactcon img{
	display: block;
	padding: 30px 0;
}
.ny_contactcon ul{
	overflow: hidden;
	padding-bottom: 30px;
}
.ny_contactcon ul li{
	padding: 15px 0;
	border-bottom: 1px dashed #EEEEEE;
}
.contact_title{
	color: #0168CD;
}
