body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:Microsoft Yahei;
}
ul,li,div,p,h2,h3{
	margin: 0;
	padding: 0;
}
h2,h3{
	font-weight: normal;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	display: block;
	width: auto;
	height: auto;
}
.scope,.ksqy{
	margin: 0 auto;
	width:90%;
	max-width: 1200px;
}


/* 首页开始 */
.nav{
	width: 100%;
	border-top: 10px solid #0b5394;
	overflow: hidden;
}
.nav .nav_logo{
	float: left;
	padding-top: 13.5px;
}
/* .nav .nav_logo img{
	display: inline-block;
	line-height: 100px;
} */
.nav .nav_n{
	float: right;
	width: 50%;
	overflow: hidden;
}
.nav .nav_n li{
	float: left;
	width: 16%;
}
@media (max-width:1140px) {
	.nav .nav_n{
		float: right;
		width: 44%;
		overflow: hidden;
	}
	.nav .nav_n li{
		float: left;
		width: 20%;
	}
}
@media (max-width:1020px) {
	.nav .nav_n{
		float: right;
		width: 60%;
		overflow: hidden;
	}
	.nav .nav_n li{
		float: left;
		width: 20%;
	}
}
.nav .nav_n li a{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #383838;
	line-height: 100px;
}
.nav .nav_n li:hover{
	background: #9dbad4;
	/* opacity: 0.4; */
}
.nav .nav_n li a:hover{
	color: #0b5394;
}
.nav_language{
	cursor: pointer;
	float: right;
	padding-top: 38px;
}
.nav_language img,.nav_language p{
	float: left;
}
.nav_language .img1{
	padding: 4px 6px 0 0;
}
.nav_language .img2{
	padding: 10px 0 0 7px;
}
.language_yy{
	display: none;
	width: 78px;
	height: 92px;
	padding-top: 12px;
	background: url(../img/img9.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 19%;
	top: 74px;
	z-index: 11;
}

@media (max-width:1720px) {
	.language_yy{		
		right: 15%;
	}
}
@media (max-width:1830px) {
	.language_yy{		
		right: 17%;
	}
}
@media (max-width:1620px) {
	.language_yy{		
		right: 12%;
	}
}
@media (max-width:1620px) {
	.language_yy{		
		right: 12%;
	}
}
@media (max-width:1500px) {
	.language_yy{		
		right: 10%;
	}
}
@media (max-width:1400px) {
	.language_yy{		
		right: 7%;
	}
}

.language_yy li{
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.language_yy li:hover{
	background: #0B5394;
	color: #FFFFFF;
	
}

.swiper-wrapper .swiper-slide img{
	max-width: 100%;
}


.products{
	width: 100%;
	padding-top: 80px;
}
.products h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #383838;
}
.products h2 span{
	font-size: 20px;
	color: #7f8c8d;
}
.products .sort{
	width: 81%;
	margin: 0 auto;
	padding-top: 60px;
}
.products .sort li{
	display: inline-block;
	width: 18%;
	height: 2.4375rem;
	margin: 0 3%;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 12px;
	line-height: 39px;
	border-radius: 6px;
	cursor: pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.products .sort .cur{
	background: #0B5394;
	color: #FFFFFF;
}
.products .pro_show{
	width: 100%;
	
	overflow: hidden;
}
.products .pro_show li{
	float: left;
	width: 20.6%;
	border: 1px solid #EEEEEE;
	margin:0 2%;
	margin-top: 40px;
	overflow: hidden;
}
.products .pro_show li:hover{
	border: 1px solid #0b5394;
	transition: 0.4s;
}

.products .pro_show li p{
	text-align: center;
	font-size: 14px;
	line-height: 54px;
}
.products .pro_show li:hover p{
	color: #3166ac;
	text-decoration: underline;
	transition: 0.4s;
}
.products .pro_show li img{
	margin: 0 auto;
	padding-top: 20px;
	min-height: 170px;
	max-height: 170px;
	max-width: 100%;
	display: block;  
      width:100%;   
      transform: scale(1);  
      transition: all 1s ease 0s;  
      -webkit-transform: scale(1);  
      -webkit-transform: all 1s ease 0s; 
      -webkit-transform-origin:50% 50%; 
      transform-origin:50% 50%;
      overflow:hidden;
}

.products .pro_show li:hover img{
	transform: scale(1.2);  
        transition: all 1s ease 0s;  
        -webkit-transform: all 1s ease 0s;  
        -webkit-transform: scale(1.2); /*放大1.3倍*/
	transition-duration: .5s;
	overflow:hidden;
}
.products .pro_show{
	display: none;
}
.products .on{
	display: block;
}

.more{
	border: 1px solid #0B5394;
	width: 160px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	margin-top: 45px;
	margin-bottom: 80px;
	display: none;
}
.more a{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #0B5394;
	line-height: 39px;
}
.more a:hover{
	color: #ffffff;
	transition: 0.3s;
}
.more:hover{
	background:#0B5394;
	transition: 0.3s
}
.one{
	display: block;
}
.col img{
	width: 100%;
}


.cc{
	width: 100%;
	padding-top: 80px;
}
.cc h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #383838;
}
.cc h2 span{
	font-size: 20px;
	color: #7f8c8d;
}

.cc .cc_show{
	padding-top: 60px;
	overflow: hidden;
	
}
.cc .cc_show li{
	float: left;
	width: 18%;
}
.cc .cc_show li{
	float: left;
	width: 16.6%;
	margin: 0 1.7%;
}
.cc .cc_show li img{
	max-width: 100%;
}
.cc .cc_show li p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	padding-top: 34px;
}

.about{
	background: url(../img/-10089.png) no-repeat top center;
	padding-top: 80px;
}
.about h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	padding-bottom: 55px;
}
.about h2 span{
	font-size: 20px;
	color: #FFFFFF;
}
.about p{
	width: 91.7%;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.about .about_more{
	margin-top: 40px;
	border-color: #FFFFFF;
	margin-bottom: 60px;
}
.about .about_more:hover{
	border-color: #0B5394;
}
.about .about_more a{
	color: #FFFFFF;
}
.about .about_show{
	background: #FFFFFF;
	overflow: hidden;
}
.about .about_show li{
	width: 31%;
	margin: 2% 0 0 1.8%;
	float: left;
}
.about .about_show li img{
	max-width: 100%;
}


.new{
	padding-top: 80px;
}
.new h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #383838;
	padding-bottom: 55px;
}
.new h2 span{
	font-size: 20px;
	color: #7f8c8d;
}
.new_show{
	overflow: hidden;
}
.new_show li{
	float: left;
	width: 48%;
	padding-left: 0.9%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.new_show .new_show_a{
	border-right: 1px solid #999999;
}
.new_show li a{
	display: block;
	float: left;
	width: 60%;
	font-size: 14px;
	line-height: 38px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
}
.new_show li a:hover{
	color: #0b5394;
}
.new_show li span{
	float: right;
	padding-right: 10px;
	font-size: 12px;
	line-height: 38px;
	color: #999999;
	text-align: right;
}

.footer_contact{
	width: 100%;
	height: 77px;
	background: #474747;
}
.footer_contact .footer_ph{
	padding-left: 4px;
}
.footer_ph{
	float: left;
	margin-top: 19px;
}
.footer_emil{
	float: right;
	margin-top: 19px;
	
}
.footer_emil p{
	font-size: 24px;
	color: #3166ac;
	font-weight: bold;
	line-height: 77px;
	padding-left: 20px;
	text-align: right;
}
.footer_bq{
	background: #000000;
	height: 77px;
}
.footer_logo{
	padding-top: 7px;
	float: left;
}
.footer_bq p{
	float: right;
	font-size: 12px;
	line-height: 77px;
	color: #CCCCCC;
}
/* 首页结束 */

/* 公司简介开始 */
.compay{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
.compay h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #383838;
}
.compay h2 span{
	font-size: 20px;
	color: #7f8c8d;
}
.compay_js{
	padding-top: 60px;
	overflow: hidden;
}
.compay_js img{
	width: 48%;
	float: left;
}
.compay_js .compay_bt{
	width: 50%;
	float: right;
}
.compay_js .compay_bt h3{
	
	font-size: 18px;
	font-weight: bold;
	color: #2980b9;
}
.compay_js .compay_bt span{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	
}
.compay_js .compay_nr{
	width: 50%;
	float: right;
	padding-top:70px;
}
.compay_js .compay_nr p{
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
}
.compay_js_2{
	overflow: hidden;
	padding-top: 20px;
}
.compay_js_2 img{
	width: 48%;
	float: right;
}
.compay_js_2 .compay_nr{
	padding-top: 60px;
}
.compay_js_2 .compay_nr p{
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
}
/* 公司简介结束 */

/* 联系我们开始 */
.ny_banner{
	width: 100%;
	height: auto;
	
}
.ny_banner img{
	max-width: 100%;
}
.con{
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
}
.con h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #383838;
}
.con h2 span{
	font-size: 20px;
	color: #7f8c8d;
}
.contact h3{
	font-size: 18px;
	font-weight: bold;
	color: #2980b9;
	padding-top: 60px;
}
.contact span{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	
}
.contact_lx{
	padding-top:34px;
}
.contact_lx p{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.con input{
	width: 100%;
	height: 38px;
	margin-bottom: 20px;
}
.con textarea{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #b5b5b5;
}
.con .bt{
	margin-top: 36px;
}
.con .tj{
	float: right;
    width: 66px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #609ee9;
    font-size: 14px;
    color: #FFFFFF;
	border: none;
	margin-bottom: 50px;
}

/* 联系我们结束 */

/* 新闻开始 */
.news{
	width: 100%;
	padding-top: 80px;
}
.news h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #383838;
}
.news h2 span{
	font-size: 20px;
	color: #7f8c8d;
}
.news_list{
	padding-top: 50px;
}
.news_list li{
	height: 100px;
	border-bottom: 1px solid #dcdcdc;
}
.news_list li a{
	display: block;
	width: 60%;
	float: left;
	font-size: 18px;
	color: #333333;
	line-height:54px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_list li span{
	display: inline-block;
	width: 40%;
	font-size: 14px;
	color: #999999;
	line-height:54px;
	float: right;
	text-align: right;
}
.fy{
	margin: 60px 0;
	text-align: center;
}
.fy li{
	display: inline-block;
	padding: 0.2% 1.5%;
	text-align: center;
	line-height: 30px;
	border: 1px solid #EEEEEE;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
}

.fy li a{
	color: #666666;
}
.fy .fy_h{
	background-color: #1c71b8;
}
.fy .fy_h a{
	color: #FFFFFF;
}
/* 新闻结束 */

/* 新闻详情开始 */
.newsdetail{
	padding-top: 20px;
}
.nd_content_h{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #B2B2B2;
	padding-top: 28px;
}
.nd_content_h h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #404040;
}

.nd_content_h p{
	font-size: 14px;
	font-weight: normal;
	line-height: 48px;
	color: #666666;
}
.nd_content_con{
	padding-top: 18px;
	padding-bottom: 20px;
}
.nd_content_con p{
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}
.nd_content_con img{
	max-width: 100%;
	margin-top: 15px;
}
.newsdetail_pro{
	margin: 10px 0;
}
.newsdetail_pro a{
	font-size: 14px;
	color: #333333;
	
}
.newsdetail_pro a:hover{
	color: #0B5394;
	
}
/* 新闻详情结束 */


/* 产品列表开始 */
.prolist{
	width: 100%;
	padding-top: 80px;
}
.prolist h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #383838;
}
.prolist h2 span{
	font-size: 20px;
	color: #7f8c8d;
}
.prolist .sort{
	width: 81%;
	margin: 0 auto;
	padding-top: 60px;
}
.prolist .sort li{
	display: inline-block;
	width: 18%;
	margin: 0 3%;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 12px;
	line-height: 39px;
	border-radius: 6px;
	cursor: pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height: 39px;
}
.prolist .pro_show{
	width: 100%;
	
	overflow: hidden;
}
.prolist .pro_show li{
	float: left;
	width: 20.6%;
	border: 1px solid #EEEEEE;
	margin:0 2%;
	margin-top: 40px;
}
.prolist .pro_show li p{
	text-align: center;
	font-size: 14px;
	line-height: 54px;
}
.prolist .pro_show li img{
	padding-top: 20px;
	min-height: 170px;
	max-height: 170px;
	width: 100%;
}
.prolist .sort .cur{
	background: #0B5394;
	color: #FFFFFF;
}
.prolist .pro_show{
	display: none;
}
.prolist .on{
	display: block;
}

/* 产品列表结束 */

/* 产品详情开始 */
.prodetail .mbx{
	padding: 56px 0;
}
.prodetail .mbx p{
	font-size: 14px;
	color: #999999;
}
.prodetail .prodetail_cp{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.prodetail .prodetail_cp img{
	width: 100%;
}
.prodetail .prodetail_cp p{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #404040;
}
.prodetail .scope>p{
	font-size: 22px;
	color: #3166ac;
	line-height: 122px;
}
.prodetail_nr p{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
table
{
    border-collapse:collapse;
	width: 100%;
}
table,th, td
{
	margin: 0;
	padding: 0;
    border: 1px solid black;
	line-height: 40px;
	font-size: 14px;
}
th{
	text-align: left;
}
tr{
	line-height: 40px;
}
/* 产品详情结束 */



.nav{display: block;}
.nav_sj{display: none;}






@media (max-width:780px) {
	/* 首页开始 */
	.nav_sj {
		border-top:5px solid #0B5394;
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	
	.nav_logo_sj {
		width: 60%;
		height: auto;
		padding: 1.8% 0 0 0;
		float: left;
	}
	
	.nav_logo_sj>a>img {
		width: 8.5rem;
		height: auto;
	}
	.guojia{
		float: left;
		width: 30%;
	}
	.guojia a{
		float: left;
		width: 30%;
		padding-top: 10%;
	}
	.guojia a img{
		max-width: 22px;
		max-height: 14px;
	}
	.nav_dh {
		width: 10%;
		height: auto;
		padding: 10px 0 0 0;
		float: left;
	}
	
	.nav_dh img {
		width: 100%;
		margin-top: -7px;
	}
	
	.nav_ul_sj {
		overflow: hidden;
		width: 100%;
		height: auto;
		background: rgba(0, 0, 0, 0.6);
		display: none;
		position: absolute;
		z-index: 99999;
		left: 0px;
		top: 6%;
		padding: 0 0 10px 0;
	}
	
	.nav_ul_sj li {
		width: 100%;
		height: 40px;
		list-style: none;
		line-height: 40px;
		text-indent: 20px;
	}
	
	.nav_ul_sj li a {
		font-size: 15px;
		color: #fff;
	}
	
	.nav_language {
		cursor: pointer;
		float: right;
		padding-top: 38px;
		position: relative;
	}
	
	.nav_language img,
	.nav_language p {
		float: left;
	}
	
	.nav_language .img1 {
		padding: 4px 6px 0 0;
	}
	
	.nav_language .img2 {
		padding: 10px 0 0 7px;
	}
	
	.language_yy {
		display: none;
		width: 78px;
		height: 92px;
		padding-top: 12px;
		background: url(../img/img9.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 81%;
		top: 74px;
		z-index: 11;
	}
	
	.language_yy li {
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		color: #333333;
		line-height: 30px;
	}
	
	.language_yy li:hover {
		background: #0B5394;
		color: #FFFFFF;
	
	}
	
	.swiper-wrapper .swiper-slide img {
		max-width: 150%;
	}
	
	.products{
		width: 100%;
		padding-top: 60px;
	}
	.products h2{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #383838;
	}
	.products h2 span{
		font-size: 20px;
		color: #7f8c8d;
	}
	.products .sort{
		width: 81%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.products .sort li{
		display: inline-block;
		width: 42%;
		margin: 0 3%;
		border: 1px solid #cccccc;
		text-align: center;
		font-size: 12px;
		line-height: 39px;
		border-radius: 6px;
		margin-bottom: 6px;
		cursor: pointer;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		height: 39px;
	}
	.products .sort .cur{
		background: #0B5394;
		color: #FFFFFF;
	}
	.products .pro_show{
		width: 100%;
		
		overflow: hidden;
	}
	.products .pro_show li{
		float: left;
		width: 45.4%;
		border: 1px solid #EEEEEE;
		margin:0 2%;
		margin-top: 40px;
	}
	.products .pro_show li p{
		text-align: center;
		font-size: 14px;
		line-height: 54px;
	}
	.products .pro_show li img{
		margin: 0 auto;
		padding-top: 20px;
		max-height: 150px;
		max-width: 100%;
	}
	.products .pro_show{
		display: none;
	}
	.products .on{
		display: block;
	}
	.more{
		border: 1px solid #0B5394;
		width: 160px;
		margin: 0 auto;
		text-align: center;
		border-radius: 20px;
		margin-top: 45px;
		margin-bottom: 80px;
		
	}
	.more a{
		width: 100%;
		font-size: 12px;
		color: #0B5394;
		line-height: 39px;
	}
	
	.col img{
		width: 100%;
	}
	
	
	.cc{
		width: 100%;
		padding-top: 60px;
	}
	.cc h2{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #383838;
	}
	.cc h2 span{
		font-size: 20px;
		color: #7f8c8d;
	}
	
	.cc .cc_show{
		padding-top: 40px;
		overflow: hidden;
		
	}
	.cc .cc_show li{
		float: left;
		width: 50%;
	}
	.cc .cc_show li{
		float: left;
		width: 46%;
		margin: 0 1.7%;
	}
	.cc .cc_show li img{
		max-width: 100%;
	}
	.cc .cc_show li p{
		text-align: center;
		font-size: 16px;
		color: #333333;
		line-height: 40px;
		padding-top: 0px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	
	.about{
		background: url(../img/-10089.png) no-repeat top center;
		padding-top: 80px;
	}
	.about h2{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #ffffff;
		padding-bottom: 55px;
	}
	.about h2 span{
		font-size: 20px;
		color: #FFFFFF;
	}
	.about p{
		width: 91.7%;
		font-size: 16px;
		color: #FFFFFF;
		margin: 0 auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.about .about_more{
		margin-top: 40px;
		border-color: #FFFFFF;
		margin-bottom: 60px;
	}
	.about .about_more a{
		color: #FFFFFF;
	}
	.about .about_show{
		background: #FFFFFF;
		overflow: hidden;
	}
	.about .about_show li{
		width: 31%;
		margin: 2% 0 0 1.8%;
		float: left;
	}
	.about .about_show li img{
		max-width: 100%;
	}
	
	
	.new{
		padding-top: 80px;
	}
	.new h2{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #383838;
		padding-bottom: 55px;
	}
	.new h2 span{
		font-size: 20px;
		color: #7f8c8d;
	}
	.new_show{
		overflow: hidden;
	}
	.new_show li{
		float: left;
		width: 48%;
		padding-left: 0.9%;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.new_show .new_show_a{
		border-right: 1px solid #999999;
	}
	.new_show li a{
		width: 80%;
		display: inline-block;
		font-size: 14px;
		line-height: 38px;
		color: #333333;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		
	}
	.new_show li a:hover{
		color: #0b5394;
	}
	.new_show li span{
		float: right;
		font-size: 12px;
		line-height: 38px;
		color: #999999;
		text-align: right;
	}
	
	.footer_contact{
		width: 100%;
		height: auto;
		background: #474747;
	}
	
	.footer_ph{
		float: none;	
		margin: 0 auto;
		padding-top: 19px;
	}
	.footer_emil{
		float: none;
		margin: 0 auto;
		margin-top: 19px;
		padding-bottom: 19px;
	}
	.footer_bq{
		background: #000000;
		height: auto;
	}
	.footer_logo{
		width: 80%;
		margin: 0 auto;
		padding-top: 19px;
		float: none;
	}
	.footer_logo img{
		width: 100%;
	}
	.footer_bq p{
		float: none;
		margin: 0 auto;
		width: 70%;
		text-align: center;
		padding-top: 20px;
		font-size: 12px;
		line-height: 18px;
		color: #CCCCCC;
		padding-bottom: 20px;
	}
	/* 首页结束 */
	
	/* 公司简介开始 */
	.compay{
		padding-top: 60px;
		overflow: hidden;
	}
	.compay_js{
		padding-top: 40px;
		overflow: hidden;
	}
	.compay_js img{
		width: 100%;
		float: none;
	}
	.compay_js .compay_bt{
		width: 100%;
		float: none;
		text-align: center;
	}
	.compay_js .compay_nr{
		width: 100%;
		float: none;
		padding-top:20px;
	}
	.compay_js_2{
		overflow: hidden;
		padding-top: 20px;
	}
	.compay_js_2 img{
		width: 100%;
		float: right;
	}
	.compay_js_2 .compay_nr{
		padding-top: 270px;
	}
	.compay_js_2 .compay_nr p{
		font-size: 14px;
		color: #000000;
		line-height: 1.5em;
	}
	/* 公司简介结束 */
	
	/* 联系我们开始 */
	.ny_banner{
		max-width: 150%;
		height: auto;
		overflow: hidden;
	}
	.ny_banner img{
		max-width: 150%;
	}
	.con{
		width: 100%;
		padding-top: 80px;
		overflow: hidden;
	}
	.con h2{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #383838;
	}
	.con h2 span{
		font-size: 20px;
		color: #7f8c8d;
	}
	.contact h3{
		font-size: 18px;
		font-weight: bold;
		color: #2980b9;
		padding-top: 60px;
	}
	.contact span{
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #999999;
		
	}
	.contact_lx{
		padding-top:34px;
	}
	.contact_lx p{
		font-size: 14px;
		color: #333333;
		line-height: 28px;
	}
	.con input{
		width: 100%;
		height: 38px;
		margin-bottom: 20px;
	}
	.con textarea{
		width: 100%;
		margin-bottom: 20px;
		border: 1px solid #b5b5b5;
	}
	.con .bt{
		margin-top: 36px;
	}
	.con .tj{
		float: right;
	    width: 66px;
	    height: 36px;
	    line-height: 36px;
	    text-align: center;
	    background: #609ee9;
	    font-size: 14px;
	    color: #FFFFFF;
		border: none;
		margin-bottom: 50px;
	}
	
	/* 联系我们结束 */
	
	/* 新闻开始 */
	.news{
		width: 100%;
		padding-top: 80px;
	}
	.news h2{
		
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #383838;
	}
	.news h2 span{
		font-size: 20px;
		color: #7f8c8d;
	}
	.news_list{
		padding-top: 50px;
	}
	.news_list li{
		height: 100px;
		border-bottom: 1px solid #dcdcdc;
	}
	.news_list li a{
		display: block;
		width: 60%;
		float: left;
		font-size: 18px;
		color: #333333;
		line-height:54px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.news_list li span{
		display: inline-block;
		width: 40%;
		font-size: 14px;
		color: #999999;
		line-height:54px;
		float: right;
		text-align: right;
	}
	/* 新闻结束 */
	
	/* 产品列表开始 */
	.prolist{
		padding-top: 60px;
	}
	.prolist .sort{
		width: 81%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.prolist .sort li{
		width: 42%;
		margin-bottom: 6px;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		height: 39px;
	}
	.prolist .pro_show li{
		float: left;
		width: 45%;
		border: 1px solid #EEEEEE;
		margin:0 2%;
		margin-top: 40px;
	}
	.prolist .pro_show li p{
		text-align: center;
		font-size: 14px;
		line-height: 54px;
	}
	.prolist .pro_show li img{
		padding-top: 20px;
		max-height: 150px;
		max-width: 100%;
	}
	.prolist .sort .cur{
		background: #0B5394;
		color: #FFFFFF;
	}
	.prolist .pro_show{
		display: none;
	}
	.prolist .on{
		display: block;
	}
	
	/* 产品列表结束 */
	
	/* 产品详情开始 */
	.prodetail .mbx{
		padding: 56px 0;
	}
	.prodetail .mbx p{
		font-size: 14px;
		color: #999999;
	}
	.prodetail .prodetail_cp{
		width: 50%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.prodetail .prodetail_cp img{
		width: 100%;
	}
	.prodetail .prodetail_cp p{
		width: 100%;
		text-align: center;
		font-size: 22px;
		color: #404040;
	}
	.prodetail .scope>p{
		font-size: 22px;
		color: #3166ac;
		line-height: 122px;
	}
	.prodetail_nr p{
		font-size: 16px;
		color: #333333;
		line-height: 32px;
	}
	.lb{
		overflow-y: scroll;
		padding-bottom: 50px;
	}
	table
	{
	    border-collapse:collapse;
		width: 100%;
	}
	table,th, td
	{
		margin: 0;
		padding: 0;
	    border: 1px solid black;
		line-height: 40px;
		font-size: 14px;
	}
	th{
		text-align: left;
	}
	tr{
		line-height: 40px;
	}
	/* 产品详情结束 */
	
	/* 新闻详情开始 */
	.newsdetail{
		width: 100%;
		padding-top: 80px;
	}
	.newsdetail .nd_content_h>h2{
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		color: #404040;
		width: 100%;
		text-align: center;
		color: #383838;
	}
	.newsdetail .nd_content_h>h2 span{
		font-size: 20px;
		color: #7f8c8d;
	}
	/* 新闻详情结束 */
	
	
	
	.nav_sj {
		display: block;
	}
	
	.nav {
		display: none;
	}
	
}