*{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}

body{
	font-family: "微软雅黑";
	background-color: #fff;
}
img{
	display: block;
	max-width: 100%;
}

/*首页*/

.Index_header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.Pubheader_bottom .Pb_con{
	max-width: 1400px;
	margin: 0 auto;
	padding: 12px 40px;
}
.Pubheader_bottom{
	overflow: hidden;
}
.Ny_header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.Ny_header .PT_left p{
	color: #ffffff;
}

.Ny_header .Meua ul li a{
	color: #FFFFFF;
}

.Ny_header .PT_search form input{
	background-color: #FFFFFF;
}

.Ny_header .PT_search form button{
	background-color: #FFFFFF;
}
.Ny_header .Meua ul li:hover a{
	color: #FFFFFF;
}
.Ny_header .Meua ul li.on a{
	color: #FFFFFF;
}
.Ny_header .jiange02{
	background-color: #FFFFFF;
}

.Pubheader_top{
	border-bottom:1px solid #eeeeee;
	
}
.PT_con{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 40px;
}
.PT_left{
	overflow: hidden;
	padding: 10px 0;
	float: left;
}
.PT_right{
	float: right;
	overflow: hidden;
}
.PT_left p{
	float: left;
	font-size: 14px;
	color: #999999;
}
.PT_left p:first-child{
	padding-left: 0;
}
.PT_left p:last-child{
	border-right:0;
}
.PT_search{
	float: left;
	padding: 7px 0;
}
.PT_language{
	float: right;
	padding: 9px 0;
	padding-left: 40px;
}
.PT_language dl{
	overflow: hidden;
}
.jiange{
	float: left;
	width: 1px;
	height: 10px;
	background-color: #eeeeee;
	margin: 4px 7px;
}
.jiange02{
	float: left;
	width: 1px;
	height: 11px;
	background-color: #cccccc;
	margin: 4px 15px;
}
.PT_language dl dd{
	float: left;
}
.Pb_con{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px 0;
}
.Logo{
	float: left;
	height: 58px;
	width: 145px;
	background: url(../img/logo.png) no-repeat left center;
	background-size: auto 100%;
}
.Meua{
	float: right;
}
.PT_search form input{
	background-color: #eeeeee;
	border: none;
	height: 25px;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
	outline: none;
}
.PT_search form button{
	width: 51px;
	height: 21px;
	background-color: #eeeeee;
	text-align: center;
	line-height: 21px;
	color: #333333;
	font-size: 12px;
	border-radius: 5px;
	border: none;
}
.Meua ul {
	overflow: hidden;
}
.Meua ul li{
	float: left;
	padding: 0 60px;
}
.Meua ul li:last-child{
	padding-right: 0;
}
.Meua ul li a{
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #333333;
	transition-duration: 0.3s;
}
.Meua ul li:hover a{
	color: #008fdc;
	transition-duration: 0.3s;
}
.Meua ul li.on a{
	color: #008fdc;
	transition-duration: 0.3s;
}


/*共同底部*/
.container{
	max-width: 1200px;
	margin: 0 auto;
}
.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{
	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;
	min-width: 860px;
}
.pub_footer_top_nav ul li:first-child{
/* 	padding-left: 0; */
	background: none;
}
/* .pub_footer_top_nav ul li:last-child{
	padding-right: 0;
} */
.pub_footer_top_nav ul li{
	float: left;
	
	background-image: url(../img/bottom_bg02.png);
	/* padding: 0 20px; */
	background-repeat: no-repeat;
	background-position-x:left;
	background-position-y: 30px ;
	text-align: center;
	max-height: 190px;
	width: 20%;
}
.pub_footer_top_nav ul li h2{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 5px;
}
.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 p{
	float: right;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background:url(../img/phone.png) no-repeat left center;
	background-size: 20px;
	padding-left: 25px;
}
.pub_footer_top_right_qiyelogo{
	overflow: hidden;
}
.pub_footer_top_right_qiyelogo img{
	float: right;
	margin-left:10px;
}

/*留言*/
.Leave_message{
	width: 100%;
	background-color: #2295f2;
	height: 110px;
}
.LM_con{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.LM_left{
	float: left;
}
.LM_left h2{
	line-height: 110px;
	font-size: 40px;
	color: #ffffff;
}
.LM_right{
	float: right;
	overflow: hidden;
	margin: 30px 0;
}
.LM_right input{
	display: block;
	width: 90%;
	padding: 0 10px;
	height: 100%;
	outline: none;
	border: none;
	font-size: 13px;
	color: #999;
}
.LM_name{
	float: left;
	width: 130px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 20px;
}
.LM_mail{
	float: left;
	width: 150px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 20px;
}
.LM_message{
	float: left;
	width: 170px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 20px;
}
.LM_country{
	float: left;
	width: 100px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 20px;
}
.LM_button{
	float: left;
	width: 70px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	
	
}
.LM_button button{
	color: #333333;
	border: none;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	height: 100%;
	cursor: pointer;
}


/*首页*/
.Index_smallbanner{
	width: 100%;
}
.Index_smallbanner ul{
	overflow: hidden;
}
.Index_smallbanner ul li{
	float: left;
	width: 50%;
	overflow: hidden;
}
.Index_smallbanner ul li:first-child a{
	display: block;
	border-right: 5px solid #FFFFFF;
}
.Index_smallbanner ul li:last-child a{
	display: block;
	border-left: 5px solid #FFFFFF;
}
.Index_smallbanner ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.Index_smallbanner ul li:hover img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.Inews_con{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.Index_pubtitle{
	background-image: url(../img/xinwen.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 0;
	margin: 60px 0 35px;
}
.Index_pubtitle#InAbout_title{
	background-image: url(../img/about.png);
}
.Index_pubtitle#InProduct_title{
	background-image: url(../img/product.png);
}
.Index_pubtitle#InPartner_title{
	background-image: url(../img/partner.png);
}
.Index_pubtitle h2{
	font-size: 40px;
	color: #484848;
	text-align: center;
}
.Index_pubtitle h2 b{
	color: #0188e4;
	
}
.Index_more{
	text-align: center;
	margin: 0 auto;
}
.Index_more a{
	font-size: 12px;
	color: #3f3f3f;
	padding: 10px 40px;
	display:inline-block;
	border: 1px solid #a2a2a2;
	transition-duration: 0.3s;
}
.Index_more:hover a{
	border: 1px solid #008fdc;
	color: #008fdc;
	transition-duration: 0.3s;
}
.Inews_list{
	margin-bottom: 40px;
}
.Inews_list ul{
	overflow: hidden;
}
.Inews_list ul li{
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
	float: left;
	width: 378px;
	height: 464px;
	margin-left: 30px;
}
.Inews_list ul li a{
	display: block;
}
.Inews_list ul li:first-child{
	margin-left: 0;
}
.Int_time{
	background: url(../img/time_bg.png) no-repeat left center;
	line-height: 13px;
	border-bottom: 1px dashed #b8b8b8;
	padding: 18px 0 20px 20px;
	margin-bottom: 20px;
}
.Int_time b{
	display: block;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.Inews_text{
	padding: 20px 20px;
}
.Inews_text h2{
	font-size: 14px;
	color: #545454;
	line-height: 20px;
	height: 40px;
    overflow: hidden;
}
.Inews_text p{
	font-size: 12px;
	line-height: 24px;
	color: #838383;
	height: 100px;
    overflow: hidden;
}
.Inews_img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.Inews_img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.Inews_list ul li:hover .Inews_img img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.Devote_product{
	width: 100%;
}
.DP_con{
	max-width: 1200px;
	margin: 0 auto;
}
.DP_title{
	text-align: center;
}
.DP_title h2{
	font-size: 24px;
	color: #0f0f0f;
	padding: 60px 0 20px;
}
.DP_title p{
	font-size: 16px;
	color: #8e8e8e;
}
.DP_list ul {
	overflow: hidden;
}
.DP_list ul li{
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	width: 390px;
	height: 255px;
	margin-left: 15px;
	text-align: center;
}
.DP_list ul li a{
	display: block;
	margin: 30px 20px;
}
.DP_list ul li:first-child{
	margin-left: 0;
}
.DP_list ul li#DPL_01{
	background-image: url(../img/DP_bg01.jpg);
	
}
.DP_list ul li#DPL_02{
	background-image: url(../img/DP_bg02.jpg);
	
}
.DP_list ul li#DPL_03{
	background-image: url(../img/DP_bg03.jpg);
	
}
.DP_list ul li h2{
	font-size: 25px;
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.DP_list ul li p{
	font-size: 14px;
	color: #ffffff;
	padding: 8px 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.DP_list ul li img{
	display: block;
	margin: 0 auto;
	max-width: 180px;
	max-height: 144px;
	transition-duration: 0.5s;
}
.DP_list ul li:hover img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.DPC_info{
	padding: 40px 0 0;
	background: url(../img/DP_about_bg.jpg) bottom center no-repeat;
	background-size: 100% auto;
	
}
.DP_about{
	padding: 50px 40px;
}
.DP_about h3{
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 40px;
}
.DP_about p{
	font-size: 15px;
	color: #ffffff;
	max-width: 620px;
	line-height: 32px;
}
.Index_partner{
	width: 100%;
	background-color: #f5f5f5;
	padding: 40px 0;
	margin-top: 60px;
}
.Index_partner .Index_pubtitle{
	margin: 0;
}
.Ipartner_list{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.Ipartner_list .swiper-slide ul{
	overflow: hidden;
}
.Ipartner_list .swiper-slide ul li{
	border: 1px solid #dddddd;
	float: left;
	width: 9.1%;
	/* height: 75px; */
	margin-left: 9px;
}
.Ipartner_list .swiper-slide ul li:first-child{
	margin-left: 0;
}
.Ipartner_list .swiper-slide ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.Iproduct_list{
	max-width: 1200px;
	margin: 0 auto;
}
.Iproduct_list ul{
	overflow: hidden;
}
.Iproduct_list ul li:nth-child(1){
	margin-left: 0;
}
.Iproduct_list ul li:nth-child(4n+1){
	margin-left: 0;
}
.Iproduct_list ul li{
	float: left;
	width: 275px;
	margin-left: 32px;
	margin-bottom: 40px;
	text-align: center;
}
.IPL_img{
	border: 1px solid #d8d8d8;
	display: block;
	width: 100%;
	height: 215px;
	overflow: hidden;
}
.IPL_img img{
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}
.Iproduct_list ul li:hover .IPL_img img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.Iproduct_list ul li h2{
	font-size: 12px;
	color: #141414;
	padding: 20px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.Iproduct_list ul li b{
	font-size: 14px;
	color: #ffffff;
	background-color: #0188e4;
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	border: 1px solid #0188e4;
	transition-duration: 0.3s;
}
.Iproduct_list ul li:hover b{
	background-color: #FFFFFF;
	color: #0188e4;
	transition-duration: 0.3s;
}
.Index_about{
	background-color: #f5f5f5;
	width: 100%;
	padding: 40px 0;
}
.Index_about .Index_pubtitle{
	margin: 0;
}
.Iabout_list{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.IAL_con{
	overflow: hidden;
	margin: 0 30px;
}
.Iabout_list_left {
	float: left;
	width: 545px;
	height: 324px;
	position:relative;
}

.Iabout_list_right{
	float: right;
	width: 545px;
	height: 324px;
	position:relative;
}
.Iabout_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.Iabout_list_left:hover #Ia_text01{
	top: 0;
	transition-duration: 0.5s;
}
.Iabout_list_right:hover #Ia_text02{
	top: 0;
	transition-duration: 0.5s;
}
.Iabout_text{
	position: absolute;
	top: -324px;
	left: 0;
	width: 100%;
	height:100%;
	background-color: rgb(0 0 0 / 0.5);
	transition-duration: 0.5s;
}
.Iabout_text#Ia_text02{
	top: 325px;
	transition-duration: 0.5s;
}
.IAT_con{
	padding: 30px 30px;
	text-align: center;
}
.IAT_con h3{
	font-size: 26px;
	color: #ffffff;
	border-bottom: 4px solid #ffffff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
}
.IAT_con p{
	font-size: 14px;
	color: #ffffff;
	line-height: 27px;
	text-align: left;
	max-height: 160px;
	overflow: hidden;
}
.NyB_shadow{
	background: url(../img/ny_banner_top.png) no-repeat top center;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.Ny_banner{
	position: relative;
}
.NyB_img img{
	display: block;
	width: 100%;
}

/*产品中心*/
.Ny_middle{
	width: 100%;
}
.Ny_middlecon{
	max-width: 1200px;
	margin: 40px auto 60px;
	overflow: hidden;
	position: relative;
}
.Nypub_left{
	float: left;
	width: 210px;
}
.Nypub_right{
	float: right;
	width: 940px;
}
.Ny_middle_line{
	position: absolute;
	left: 238px;
	border-right: 1px dashed #d6d6d6;
	height: 100%;
}
.Nyl_title{
	background-color: #017acb;
	width: 100%;
	height: 68px;
	line-height: 68px;
}
.Nyl_title h2{
	padding-left: 23px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
}
.Nyl_meua{
	margin: 20px 0 30px;
}
.Nyl_meua ul li{
	background-color: #f6f6f6;
	margin-bottom: 1px;
	
	
}
.Nyl_meua ul li a{
	display: block;
	overflow: hidden;
	margin: 0 10px;
	height: 50px;
	line-height: 50px;
	background: url(../img/tri01.png) no-repeat right center;
}
.Nyl_meua ul li a b{
	float: left;
	width: 4px;
	height: 4px;
	background-color: #f6f6f6;
	display: block;
	margin: 23px 0;
	
}
.Nyl_meua ul li:hover{
	background-color: #017acb;
}
.Nyl_meua ul li.on{
	background-color: #017acb;
}
.Nyl_meua ul li:hover a{
	background: url(../img/tri01_on.png) no-repeat right center;
}
.Nyl_meua ul li.on a{
	background: url(../img/tri01_on.png) no-repeat right center;
}
.Nyl_meua ul li:hover dl dd a{
	background: url(../img/tri02.png) no-repeat right center;;
}
.Nyl_meua ul li.on dl dd a{
	background: url(../img/tri02.png) no-repeat right center;;
}
.Nyl_meua ul li:hover a h3{
	color: #FFFFFF;
}
.Nyl_meua ul li.on a h3{
	color: #FFFFFF;
}
.Nyl_meua ul li a h3{
	float: left;
	font-weight: normal;
	font-size: 16px;
	color: #525252;
	padding-left: 10px;
}
.Nyl_meua ul li dl{
	padding-left:15px;
	background-color: #e9e9e9;
	display: none;
}
.Nyl_meua ul li dl dd a h4{
	padding-left: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
}
.Nyl_meua ul li dl dd:hover a h4{
	color:#017acb;
}
.Nyl_meua ul li dl dd:hover a b{
	background-color: #017acb;
}
.Nyl_meua ul li dl dd a{
	display: block;
	overflow: hidden;
	margin: 0 10px;
	height:42px;
	line-height: 42px;
	background: url(../img/tri02.png) no-repeat right center;
	border-bottom: 1px solid #FFFFFF;
}
.Nyl_meua ul li dl dd:last-child a{
	border-bottom: none;
}
.Nyl_meua ul li dl dd a b{
	margin: 19px 0;
	background-color: #999999;
}
.Nyl_contact{
	display: none;
}
.Nyl_contactcon{
	background-color: #f6f6f6;

}
.Nyl_contactcon ul{
	margin: 0 10px;
}
.Nyl_contactcon ul li{
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0;
}
.Nyl_contactcon ul li:last-child{
	border-bottom: none;
}
.Office{
	display: block;
	width: 95px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #ffffff;
	background-color: #cccccc;
	text-align: center;
}
.Nyl_phone{
	overflow: hidden;
	margin-top: 20px;
}
.Nyl_Icon{
	float: left;
	width: 15px;
	height: 16px;
	
}
.Nyl_Icon img{
	display: block;
	width: 100%;
}
.Nyl_contacttext{
	float: right;
	width: 85%;
	
}
.Nyl_contacttext p{
	color: #999999;
	font-size: 13px;
	line-height: 16px;
}
.Nyl_contacttext h3{
	font-size: 13px;
	color: #525252;
	font-weight: normal;
	padding-top: 8px;
	line-height: 22px;
}
.Breadtree{
	border-bottom: 1px dashed #d6d6d6;
	padding-bottom: 15px;
	font-size: 14px;
	color: #535353;
}
.Breadtree a{
	color: #535353;
	padding: 0 3px;
}
.Breadtree a:last-child{
	color: #017acb;
}
.Ny_prolist ul{
	overflow: hidden;
}
.Ny_prolist ul li{
	float: left;
	width: 216px;
	margin-left: 25px;
	margin-top: 25px;
}
.Ny_prolist ul li:nth-child(1){
	margin-left: 0;
}
.Ny_prolist ul li:nth-child(4n+1){
	margin-left: 0;
}
.Ny_proimg{
	border: 1px solid #e9e9e9;
	height: 168px;
	overflow: hidden;
}
.Ny_proimg img{
	display: block;
	width: auto;
	transition-duration: 0.3s;
	
	height: 100%;
	
	margin: 0 auto;
}
.Ny_protext{
	background-color: #e9e9e9;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
}
.Ny_protext h2{
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	
}
.Ny_prolist ul li:hover .Ny_proimg img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.Ny_prolist ul li:hover .Ny_protext{
	background-color: #017acb;
}
.Ny_prolist ul li:hover .Ny_protext h2{
	color: #FFFFFF;
}
.Ny_newslist ul li{
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.Ny_newsimg{
	float: left;
	width: 266px;
	height: 140px;
	overflow: hidden;
}
.Ny_newsimg img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.Ny_newstext{
	float: left;
	margin-left: 30px;
	max-width: 640px;
}
.Ny_newstext h2{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.Ny_newstext p{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	margin: 15px 0;
	height: 52px;
	overflow: hidden;
}
.Ny_newstext b{
	font-size: 12px;
	color: #333333;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d6d6d6;
	text-align: center;
	font-weight: normal;
}
.Ny_newslist ul li:hover .Ny_newsimg img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.Ny_newslist ul li:hover .Ny_newstext h2{
	color: #017acb;
}
.Ny_newslist ul li:hover .Ny_newstext b{
	border: 1px solid #017acb;
	color: #017acb;
}
.Ny_About{
	margin-top: 25px;
}
.Ny_contaction{
	margin-top: 40px;
}
.Headquarters{
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.NyC_title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.NyC_lianxi{
	overflow: hidden;
}
.NyC_text{
	float: left;
	width: 500px;
}
.NyC_map{
	float: right;
	width: 400px;
}
.NyC_map img{
	display: block;
	width: 100%;
}
.NyC_text{
	padding-top: 25px;
}
.NyC_text p{
	font-size: 15px;
	color: #666;
	margin-bottom: 15px;
}
.Form_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.Contact_form p{
	overflow: hidden;
	padding-top: 30px;
}
.Contact_form p span{
	float: left;
	font-size: 14px;
	color: #666666;
	display: block;
	width: 100px;
	line-height: 35px;
}
.Contact_form p input{
	float: left;
	margin-left: 20px;
	height: 35px;
	line-height: 35x;
	padding: 0 10px;
	display: block;
	outline: none;
	width: 500px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	color: #666666;
}
.Contact_form p textarea{
	float: left;
	margin-left: 20px;
	height: 120px;
	display: block;
	padding: 10px 10px;
	outline: none;
	width: 500px;
	resize: none;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
}
.Contact_form .contact_button{
	float: left;
	width: 70px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}
.contact_button button{
    color: #333333;
	border: none;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	height: 100%;
	cursor: pointer;
}

.Download{
	margin-top: 10px;
}
.Download ul li{
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 0;
}
.Download_title{
	float: left;
	font-size: 15px;
	color: #333333;
}
.Download_icon{
	float: right;
	width: 20px;
}
.Download_icon img{
	display: block;
	width: 100%;
}
.Download ul li:hover .Download_title{
	color: #017acb;
}
.Nypub_left_twice{
	float: left;
	width: 940px;
}
.Nypub_right_twice{
	float: right;
    width: 210px;
}
.Ny_middle_line_twice{
	position: absolute;
    right: 238px;
    border-right: 1px dashed #d6d6d6;
    height: 100%;
}
.Prod_top{
	overflow: hidden;
	padding: 30px 0 40px;
}
.Prod_banner{
	float: left;
	width: 428px;
	border: 1px solid #e9e9e9;
}
.Prod_toptext{
	float: right;
	width: 480px;
}
.Prod_toptext h2{
	font-size: 18px;
	margin-bottom: 20px;
	color: #333333;
}
.Prod_toptext p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.Rp_title{
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.Rp_title h2{
	font-size: 15px;
	color: #FFFFFF;
	background-color: #017acb;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.Nede_sxp{
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
}
.sxp_con{
	padding-top: 15px;
	font-size: 13px;
	color: #636262;
}
.sxp_con a{
	
	color: #333333;
}
.sxp_con a:hover{
	color: #017acb;
}
.Nede_con{
	padding: 30px 0 40px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.News_detail{
	padding-top: 30px;
}
.Nede_title{
	font-size:20px;
	color: #333333;
	font-weight: bold;
}
.Nede_time{
	background-color: #eaeef1;
	margin-top: 20px;
}
.Nede_time p{
	font-size: 12px;
	color: #636262;
	padding: 10px 10px;
}

/*=====================================分页样式=====================================*/
.page {
    padding: 20px 0px 20px 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}

.page span,
.page a {
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 12px;
    margin: 0 2px;
    border: 1px #e5e5e5 solid;
    color: #2295f2;
}

.page .current,
.page a:hover {
    color: #fff;
    border-color: #2295f2;
    background-color: #2295f2;
}

.page .disabled {
    color: #ccc;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    cursor: not-allowed;
}

.page .rows {
    padding-left: 20px;
    background: none;
    border: none;
}
