* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "微软雅黑", arial;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3 {
	font-weight: normal;
}
li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0255bc;
	text-decoration: none;
}
img {
	border: none;
}
div {
	box-sizing: border-box;
}
body {
	background: #fff;
	font-size: 14px;
	color: #3b3e41;
	font-family: "微软雅黑", arial;
	text-decoration: none;
	overflow-x:hidden;
}
.width {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	overflow: hidden;
	clear: both;
	width: 0;
	height: 0;
}
.section {
	position: relative;
	overflow: hidden;
	width:100%;
}
.section>img {
	width: 100%;
}
.h {
	position: absolute;
	top: 2.7%;
	width: 93%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}
.nav li{ display:inline-block; position:relative;}

.nav a {
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	font-size: 18px;
	line-height: 60px;
}
.nav a:hover{ text-decoration:none;}
.nav li div{ position:absolute; display:none; top:60px;width:200px; background:rgba(0,0,0,0.5); z-index:9999;}
.nav li div a{ display:block; text-align:left; line-height:40px; font-size:16px; }
.nav li div a:hover{ background:#0255bc; color:#fff;}
.nav span {
	border: #fff solid 1px;
	border-radius: 4px;
	font-size: 16px;
	height: 20px;
	width: 24px;
	text-align: center;
	display: block;
	line-height: 18px !important;
}
.nav a.on {
	background: url(../images/nav_hover.png) no-repeat center center;
}
.menu {
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
	z-index:9999;
}
.mob-menu {
	display: none;
}

/* 本例子css */
.banner     .swiper-container{ display:none;}
.banner		.slideBox{ width:100%; height:100%;overflow:hidden; position:relative;}
.bd, .bd>div, .bd ul, .bd li {
    height: 100%;
	width:100%;
}
.banner .bd li { position:relative; overflow:hidden;}
.banner		.slideBox .bd img{ width:100%; display:block; height:100%; }
.banner     .slideBox .bd li .banner_text{ position:absolute; left:20%; top:40%;}
.banner     .slideBox .bd li:last-child .banner_text{ left:10% !important; top:20% !important;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner		.slideBox .prev,
.banner		.slideBox .next{ position:absolute; top:50%; display:block; color:rgba(255,255,255,0.5); font-size:80px;  z-index:9999;  }
.banner		.slideBox .prev{ left:3%;}
.banner		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.banner		.slideBox .prev:hover,
.banner		.slideBox .next:hover{ color:#0255bc;}
.pc_banner{ display:block;}
.m_banner{ display:none;}
.about>img {
	width: 100%;
}
.about div.about_text {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	top: 0px;
	z-index: 999;
	color: #fff;
	padding-top: 15%;
}
.about div.about_text h2 {
	font-weight: bold;
	font-size: 60px;
	margin-top: 94px;
	letter-spacing: 5px;
}
.about div.about_text p {
	font-size: 20px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 50px;
}
.product1 div.box1 {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 25%;
	float: left;
}
.product1 div.box1 img {
	width:100%;
	height:100%;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.product1 div.box1 .pro_text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 180px 53px 0 53px;
	text-align: right;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.product1 div.box1 .pro_text p {
	font-size: 36px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}
.product1 div.box1 .pro_text i {
	display: inline-block;
	height: 2px;
	width: 27px;
	margin: 21px 0 36px 0;
	background: #fff;
}
.product1 div.box1 .pro_text span {
	display: block;
	color: #1aa1ff;
	font-size: 48px;
}
.product1 div.box1 .pro_text a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: #1aa1ff solid 1px;
	color: #1aa1ff;
	width: 130px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	bottom: 176px;
	z-index: 9999;
	right: 46px;
}
.product1 div.box1:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.product1 div.box1:hover .pro_text {
	top: 100%;
	transition: 0.5s linear 0s;
}
.product1 div.box1:hover .pro_text a {
	opacity: 0;
}
.industry>div>img{ height:100%;}
.industry .industry_info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
.industry .industry_info .indu_body {
	width: 1154px;
	margin: 0px auto;
	padding-top: 154px;
}
.industry .industry_info .indu_body>div {
	float: left;
	overflow: hidden;
}
.industry .industry_info .indu_body>div:first-child {
	width: 550px;
	padding-top: 15px;
}
.industry .industry_info .indu_body>div:first-child span {
	font-size: 60px;
	color: #fff;
	letter-spacing: 3px;
	line-height: 1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 30px;
}
.industry .industry_info .indu_body>div:first-child h2 {
	color: #1aa1ff;
	font-size: 36px;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 20px;
}
.industry .industry_info .indu_body>div:first-child i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon.png) no-repeat 30px center;
	margin: 35px 0;
	width: 100%;
}
.industry .industry_info .indu_body>div:nth-child(2) {
	width: 260px;
}
.industry .industry_info .indu_body>div:nth-child(2) div:first-child {
	background: #1274de;
	padding: 50px 15px 26px 15px;
	color: #fff;
}
.industry .industry_info .indu_body>div:nth-child(2) div:first-child ul>li {
	float: left;
	box-sizing: border-box;
	text-align: center;
	width: 33.3%;
	margin-bottom: 20px;
}
.industry .industry_info .indu_body>div:nth-child(2) div:first-child ul>li span {
	display: block;
	text-align: center;
	line-height: 30px;
}
.industry .industry_info .indu_body>div:nth-child(3) {
	width: 340px;
}
.industry .industry_info .indu_body>div:nth-child(3) div.ins_text {
	background: #fff;
	width: 298px;
	box-sizing: border-box;
	padding: 60px 50px;
}
.industry .industry_info .indu_body>div:nth-child(3) div.ins_text h3 {
	color: #1274de;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}
.industry .industry_info .indu_body>div:nth-child(3) div.ins_text p {
	line-height: 30px;
	font-size: 16px;
}
.industry .industry_info a img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width:100%;
}
.industry .industry_info a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.news .news_info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.news .news_info div.width {
	width: 1353px;
	margin: 0 auto;
	padding-top: 170px;
}
.news .news_info div.width .nmore{ display:none; color:#fff; border:#fff solid 1px; border-radius:4px; width:120px; height:40px; line-height:40px; text-align:center; margin:40px auto 0 auto;}
.news .news_info div.width .n_title {
	background: url(../images/newbg_03.png) no-repeat center center;
}
.news .news_info div.width h2 {
	color: #1aa1ff;
	font-size: 36px;
	text-align: center;
	padding: 50px 0;
	font-weight: bold;
}
.news .news_info div.width ul>li {
	float: left;
	width: 299px;
	position: relative;
	overflow: hidden;
}
.news .news_info div.width ul>li a {
	color: #fff;
}
.news .news_info div.width ul>li img {
	max-width: 100%;
	height:auto;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news .news_info div.width ul>li+li {
	margin-left: 50px;
}
.news .news_info div.width ul>li div {
	border: #fff solid 2px;
	border-top: none;
	padding: 30px 10px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news .news_info div.width ul>li div.date {
	border: none;
	text-align: center;
	position: absolute;
	padding: 0;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background: -moz-linear-gradient(top, #035dce, #3377fb);
	background: -webkit-gradient(linear, top, from(#035dce), to(#3377fb));
	background: -webkit-linear-gradient(top, #035dce, #3377fb);
	background: -o-linear-gradient(top, #035dce, #3377fb);
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
	box-sizing: border-box;
}
.news .news_info div.width ul>li div.date b {
	font-size: 42px;
	display: block;
	text-align: center;
}
.news .news_info div.width ul>li div span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin: 30px 0 20px 0;
}
.news .news_info div.width ul>li div p {
	font-size: 16px;
	line-height: 24px;
}
.news .news_info div.width ul>li:hover div span {
	color: #1274de;
}
.news .news_info div.width ul>li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.contact {
	background: #0c1e30;
}
.contact img{ width:auto !important; height:55%;}
.contact .c_width {
	max-width: 1060px;
	margin: 0 auto;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	z-index:999;
}
.contact div>div {
	max-width: 1060px;
	margin: 0 auto;
}
.contact .c_width div.box1 {
	color: #fff;
		padding-bottom: 22rem;
}
.contact .c_width div.box1 b {
	font-size: 60px;
	line-height: 24px;
}
.contact .c_width div.box1 h2 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 23px;
}
.contact .c_width div.box1 .search {
	width: 612px;
	height: 54px;
	line-height: 54px;
	background: #fff;
	position: relative;
	margin-top: 35px;
}
.contact .c_width div.box1 .search #btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #1274de;
	width: 153px;
	color: #fff;
	font-size: 18px;
	border: none;
}
.contact .c_width div.box1 .search input[type=text] {
	height: 54px;
	line-height: 54px;
	border: none;
	text-indent: 2em;
	width: 462px;
}
.protype{ display:none;}
.contact .c_width div.box2 {

	color: #fff;
	 height:178px;
}
.contact .c_width div.box2 a{ color:#fff;}
.contact .c_width div.box2>div {
	width: 33.3%;
	float: left;
}
.contact .c_width div.box2>div:first-child p {
	font-size: 22px;
	line-height: 30px;
}
.contact .c_width div.box2>div:first-child b {
	font-size: 42px;
	line-height: 50px;
	padding: 20px 0 35px 0;
	display: block;
}
.contact .c_width div.box2>div:first-child>div a {
	display: block;
	float: left;
	height: 43px;
	width: 43px;
	background: #fff;
	color: #0c1e30;
	vertical-align: middle;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
}
.contact .c_width div.box2>div:first-child a i {
	vertical-align: middle;
	line-height: 43px;
}
.contact .c_width div.box2>div:first-child a+a {
	margin-left: 35px;
}
.contact .c_width div.box2>div:first-child a:hover {
	background: #1274de;
}
.contact .c_width div.box2>div:nth-child(2) {
	padding: 50px 0 0 80px;
	font-size: 16px;
	line-height: 30px;
}
.contact .c_width div.box2>div:nth-child(3) {
	text-align: right;
}
.contact .c_width div.box2>div:last-child {
	width: 0 !important;
	height: 0;
	clear: both;
}
.contact .copyright {
	text-align: center;
	color: #fff;
	width: 100%;
	line-height: 200px;
}
.nbanner {
	position: relative;
	overflow: hidden;
}
.nbanner>img {
	width: 100%;
}
.nbanner .menu-box {
	width: 93%;
	position: absolute;
	top: 4.7%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.nbanner .nbanner_text {
	position: absolute;
	width: 1200px;
	margin: 0 auto;
	color: #106fe5;
	text-align:right;
	left: 0;
	right: 0;
	top: 40%;
}
.nbanner .nbanner_text img {
	max-width:100%;
}
.nbanner .nbanner_text1 img{ display:inline-block;}
.nbanner .nbanner_text2 img {
	margin: 0px auto 0 auto;
	display: block;
}
.page-menu {
	background: #f8fbfe;
}
#page_menu ul>li {
	width: 25%;
	float: left;
	height: 80px;
	line-height: 80px;
	position: relative;
}
#page_menu ul>li a {
	font-size: 20px;
	display: block;
	text-align: center;
}
#page_menu ul>li.active a {
	color: #0255bc;
	font-weight: bold;
}
#page_menu ul>li.active span {
	position: absolute;
	display: block;
	margin: 0 auto;
	background: #0255bc;
	height: 3px;
	width: 35px;
	left: 0;
	right: 0;
	bottom: 0;
}
.ncon {
	padding: 60px 0;
}
.ncon .title {
	position: relative;
	text-align: center;
	margin: 70px 0;
	z-index: 1;
}
.ncon .title span {
	color: #c9dffb;
	display: block;
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
.ncon .title h2 {
	position: absolute;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #0255bc;
	top: -11px;
	left: 0;
	right: 0;
	z-index: 999;
}
.ncon .con {
	font-size: 18px;
	line-height: 36px;
	color: #3b3e41;
}
.ncon .con p {
	text-indent: 2em;
}
.ncon .con img {
	margin: 20px auto;
	max-width: 100%;
}
.footer {
	background: #0c1e30;
	padding: 80px 0 0 0;
}
.footer .width>div:first-child>div {
	width: 33.3%;
	float: left;
	height: 178px;
	color: #fff;
}
.footer .width>div:first-child>div a{ color:#fff;}
.footer .width>div:first-child>div:first-child p {
	font-size: 22px;
}
.footer .width>div:first-child>div:first-child b {
	font-size: 42px;
	line-height: 50px;
	padding: 20px 0 35px 0;
	display: block;
}
.footer .width>div:first-child>div:first-child>div a {
	display: inline-block;
	height: 43px;
	width: 43px;
	background: #fff;
	color: #0c1e30;
	vertical-align: middle;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
}
.footer .width>div:first-child>div:first-child a i {
	vertical-align: middle;
	line-height: 43px;
}
.footer .width>div:first-child>div:first-child a+a {
	margin-left: 35px;
}
.footer .width>div:first-child>div:first-child+div {
	 padding: 50px 0 0 100px;
	font-size: 16px;
	line-height: 30px;
}
.footer .width>div:first-child>div:first-child+div a{ color:#fff;}
.footer .width>div:first-child>div:first-child+div+div {
	text-align: right;
	padding-top: 10px;
}
.footer .width>div:first-child>div:first-child+div+div+div {
	width: 0 !important;
	clear: both;
}
.footer .width>div:first-child+div {
	text-align: center;
	color: #fff;
	width: 100%;
	line-height: 150px;
}
.top {
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index: 9999;
	background: rgba(18,116,222,0.8);
	vertical-align: middle;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
}
.top a {
	color: #fff;
	text-decoration: none;
}
.top i {
	display: block;
	margin-top: 8px;
}
.ncon1 {
	background: url(../images/bg.jpg) no-repeat top center #fff;
	padding: 70px 0;
}
.ryzz figure {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 15px;
	width: 24%;
	margin: 0 0 30px 0;
}
.ryzz figure div {
	border: #b2d2fa solid 2px;
	position: relative;
	text-align: center;
	padding: 20px 15px;
}
.ryzz figure div a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.ryzz figure div img {
	display: inline-block;
	max-width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.ryzz figure div span.ry_ico {
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 15px;
	bottom: -10px;
	padding: 0 10px;
	background: #fff;
}
.ryzz figure:hover div img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.jtgc li {
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 40px;
}
.jtgc li>div {
	width: 381px;
	background: #ecf3fb;
	box-sizing: border-box;
	padding: 24px 26px;
	min-height: 653px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.jtgc li>div div {
	margin: 30px 0;
}
.jtgc li>div div span {
	display: block;
	color: #0255bc;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 36px;
}
.jtgc li>div p {
	font-size: 16px;
	color: #3b3e41;
	line-height: 26px;
	text-align: center;
}
.jtgc li>div i {
	display: block;
	width: 50px;
	height: 4px;
	background: #1a63bd;
	margin: 50px auto 0 auto;
}
.jtgc li:hover>div {
	background: #0255bc;
	color: #fff;
}
.jtgc li:hover>div div span {
	color: #fff;
}
.jtgc li:hover>div p {
	color: #fff;
}
.jtgc li:hover>div i {
	background: #fff;
	animation: fadeInUp 0.6s;
}
.pro_title {
	background: #f8fbfe;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 48px;
	color: rgba(20,117,237,0.23);
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
.product {
	padding: 60px 0;
}
.product div.fl {
	width: 260px;
	font-size: 18px;
}
.product div.fl dl {
	margin-bottom: 10px;
}
.product div.fl dt {
	background: #f2f4fa;
	height: 65px;
	line-height: 65px;
	color: #5d646d;
	padding-left: 20px;
}
.product div.fl dt i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #93989f;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	margin-left: 15px;
}
.product div.fl dd {
	color: #3b3e41;
	height: 65px;
	line-height: 65px;
	border-bottom: #e9ebf4 solid 1px;
	padding-left: 20px;
	display: none;
}
.product div.fl dl.active dt {
	background: #0255bc;
	color: #fff;
}
.product div.fl dl.active dt a {
	color: #fff;
}
.product div.fl dl.active dt i {
	background: #fff;
	color: #0255bc;
	  transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
}
.product div.fl dl.active dd {
	display: block;
}
.product div.fr {
	width: 850px;
}
.product div.prodetail img {
	max-width: 100%;
}
.product div.fr h1 {
	font-size: 30px;
	color: #0255bc;
	font-weight: bold;
	line-height: 48px;
}
.product div.fr p {
	color: #3b3e41;
	font-size: 18px;
	line-height: 48px;
}
.product div.fr span:nth-child(3) {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #3b3e41;
	line-height: 48px;
	font-weight: bold;
}
.product div.fr div.video {
	margin: 20px 0;
	text-align: center;
}
.product div.fr span:nth-child(5) {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 48px;
}
.product div.fr div.probox {
	border-bottom: #0255bc solid 3px;
	padding-bottom: 20px;
}
.product div.fr div.probox>div img {
	max-width: 100%;
}
.product div.fr div.probox .probox_body {
	margin-top: 30px;
}
.product div.fr div.probox .probox_body p,.product div.fr div.probox .probox_body b {
	line-height: 36px;
	color: rgba(59,62,65,0.6);
	margin-top: 15px;
	font-size:18px;
}
.product div.fr ul.pro_list {
	margin: 40px auto;
}
.product div.fr ul.pro_list li {
	margin-bottom: 20px;
}
.product div.fr ul.pro_list li div {
	box-shadow: 0 0 40px 2px #f2f3f4;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.product div.fr ul.pro_list li div a {
	display: block;
	z-index: 99999;
}
.product div.fr ul.pro_list li img {
	max-width: 100%;
	transition: all 0.6s;
-webkit- transition:all 0.6s;
}
.product div.fr ul.pro_list li div.zz {
	display: block;
	padding-top: 30%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	background: rgba(0,0,0,0.3);
	opacity: 0;
}
.product div.fr ul.pro_list li div.zz b {
	font-size: 24px;
	line-height: 40px;
	display: block;
	color: #0255bc;
	text-align: center;
}
.product div.fr ul.pro_list li div.zz p {
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.product div.fr ul.pro_list li:hover div.zz {
	opacity: 1;
	animation: fadeIn 0.6s;
}
.product div.fr ul.pro_list li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.product .hzhb {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product .hzhb .hd {
	overflow: hidden;
}
.product .hzhb .hd a {
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	z-index: 999;
	width: 30px;
	height: 30px;
	background: #dee0e2;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	font-size: 16px;
}
.product .hzhb .hd a.prev {
	left: 0;
	top: 20px;
}
.product .hzhb .hd a.next {
	right: 0;
	top: 20px;
}
.product .hzhb .bd {
	width: 93%;
	margin: 0 auto;
	overflow: hidden;
}
.product .hzhb .bd ul {
	overflow: hidden;
	zoom: 1;
}
.product .hzhb .bd ul li {
	float: left;
	display: inline-block;
	width: 24% !important;
	overflow: hidden;
	text-align: center;
}
.product .hzhb .bd ul li .pic {
	text-align: center;
}
.product .hzhb .bd ul li .pic img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.product .hzhb .bd ul li .pic a:hover img {
	border-color: #999;
}
.prodetail ul {
	margin: 20px auto;
}
.prodetail ul>li {
	display: inline-block;
	width: 100%;
}
.prodetail ul>li img {
	max-width: 100%;
}
.prodetail ul>li+li {
	margin-left: 20px;
}
.prodetail ul>li span {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
}
.prodetail h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	margin: 20px 0;
}
.prodetail div p {
	line-height: 36px !important;
}
.prodetail div img {
	margin: 10px auto;
	max-width: 100%;
}
.prodetail ul span {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.prodetail table{width:100%; max-width:100%;border-collapse: collapse;}
.prodetail table td,.prodetail table th{ border:#ddd solid 1px; font-size:14px; padding:10px; }
.prodetail table tr:first-child>th:nth-child(2){ text-align:left;}
.prodetail table td a{ color:#0255bc;}
.prodetail table tr:nth-child(even){ background:#eee;}
.prodetail table td img{ max-width:60% !important;}
.prodetail table tr th:first-child{ width:140px;}
.ncon .title1 {
	margin: 130px auto 70px auto;
}
.case {
	width: 1512px;
	margin: 50px auto;
}
.case ul>figure {
	padding: 0 10px;
	margin-bottom: 20px;
	width: 24.7%;
	display: inline-block;
}
.case ul>figure .pic {
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.case ul>figure .pic a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.case ul>figure .pic img {
	max-width: 100%;
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.case ul>figure>span {
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.case ul>figure .pic div.case_text {
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 999;
}
.case ul>figure .pic div.case_text div {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	border: #fff solid 1px;
	padding-top: 30%;
}
.case ul>figure .pic div.case_text div b {
	font-size: 24px;
}
.case ul>figure .pic div.case_text div p {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	font-size: 16px;
}
.case ul>figure .pic div.case_text div p:nth-child(2) {
	margin-top: 50px;
}
.case ul>figure:hover .pic div.case_text {
	opacity: 1;
	animation: fadeInDown 0.6s;
}
.case ul>figure:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.newlist li {
	margin-bottom: 56px;
}
.newlist li>div {
	padding: 0 18px;
}
.newlist li .n_img img {
	width: 100%;
	max-height: 181px;
}
.newlist li .n_info>a {
	font-size: 26px;
	line-height: 48px;
}
.newlist li .n_info>a:hover {
	text-decoration: none;
}
.newlist li .n_info span {
	display: block;
	font-size: 18px;
	line-height: 30px;
}
.newlist li .n_info p {
	font-size: 18px;
	color: #8d909e;
	line-height: 30px;
}
.newlist li .n_info p a {
	color: #3779ff;
}
.ncontact {
	box-shadow: 0 0 40px 2px #f2f3f4;
	overflow: hidden;
}
.ncontact>div:nth-child(1) {
	padding-bottom: 80px;
}
.ncontact>div:nth-child(1) ul {
	width: 70%;
	margin: 0 auto;
}
.ncontact>div:nth-child(1) ul li span {
	color: #0255bc;
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
	padding: 60px 0 60px 0;
}
.ncontact>div:nth-child(1) ul li input[type=text] {
	border: #bfcad7 solid 1px;
	height: 56px;
	line-height: 56px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 0 20px;
	color: rgba(0,0,0,0.4);
}
.ncontact>div:nth-child(1) ul li textarea {
	width: 100%;
	border: #bfcad7 solid 1px;
	height: 140px;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 20px;
}
.ncontact>div:nth-child(1) ul li input[type=submit] {
	background: #0255bc;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 80px;
	font-size: 18px;
	border: none;
}
.ncontact>div:nth-child(2) {
	background: #0255bc;
	color: #fff;
	padding: 100px 47px 150px 47px;
	font-size: 16px;
	height: 695px;
}
.ncontact>div:nth-child(2) b {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}
.ncontact>div:nth-child(2) div:first-child a{ color:#fff;}
.ncontact>div:nth-child(2) div:first-child p {
	font-size: 18px;
}
.ncontact>div:nth-child(2) div:first-child b {
	font-size: 30px;
	display: block;
	margin-bottom: 15px;
}
.ncontact>div:nth-child(2)>div {
	margin-top: 55px;
}
.ncontact>div:nth-child(2)>div p {
	line-height: 30px;
	font-size: 18px;
}
.ncontact>div:nth-child(2) div:first-child {
	margin-bottom: 20px;
}
.pages {
	text-align: center;
	margin-top: 20px;
}
.pages li {
	display: inline-block;
	border: #eee solid 1px;
	padding: 5px 10px;
}
.pages li+li {
	margin-left: 10px;
}
.pages li.c {
	border: none;
	color: #fff;
	background: #0255bc;
}
.newdetai {
	padding-top: 70px;
}
.newdetai h1 {
	padding-bottom: 30px;
	text-align: center;
	border-bottom: #eee dashed 1px;
}
.newdetai .con {
	padding: 20px 0;
}
.newdetai .met_page {
	border-top: #eee dashed 1px;
	padding-top: 20px;
}
.newdetai .met_page>li span {
	display: inline-block;
	margin-right: 5px;
}
.mnav{ display:none;}
.ball {
	background: url(../images/bg1.jpg) no-repeat bottom center #f7f7f7;
	max-width: 1920px;
	margin: 0 auto;
	height: 680px
}
.ball .ball-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
	padding-top: 63px;
	line-height: 1
}
.ball .ball-inner .bb {
	position: absolute;
	-webkit-animation: bounceIn .4s ease-in-out infinite alternate;
	-o-animation: bounceIn .4s ease-in-out infinite alternate;
	animation: bounceIn .4s ease-in-out infinite alternate
}
.ball .ball-inner .bb1 {
	top: 506px;
	left: -338px;
	width: 43px;
	height: 43px;
	background: url(../images/bb1.png) no-repeat center;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s
}
.ball .ball-inner .bb2 {
	top: 510px;
	left: -86px;
	width: 14px;
	height: 14px;
	background: url(../images/bb2.png) no-repeat center;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}
.ball .ball-inner .bb3 {
	top: 183px;
	left: -40px;
	width: 15px;
	height: 15px;
	background: url(../images/bb3.png) no-repeat center;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}
.ball .ball-inner .bb4 {
	top: 25px;
	left: 450px;
	width: 18px;
	height: 18px;
	background: url(../images/bb4.png) no-repeat center;
	-webkit-animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-o-animation-delay: 1.9s;
	animation-delay: 1.9s
}
.ball .ball-inner .bb5 {
	top: 366px;
	left: 764px;
	width: 21px;
	height: 21px;
	background: url(../images/bb5.png) no-repeat center;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.ball .ball-inner .bb6 {
	top: 94px;
	left: 900px;
	width: 15px;
	height: 15px;
	background: url(../images/bb6.png) no-repeat center;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s
}
.ball .ball-inner .more-wrap {
	position: absolute;
	width: 224px;
	height: 48px;
	bottom: 40px;
	left: 50%;
	margin: 0 0 0 -112px;
	border-radius: 4px;
	background-color: #0255bc;
	overflow: hidden
}
.ball .ball-inner .more-wrap:hover .more {
	top: 48px
}
.ball .ball-inner .more-wrap:hover .more2 {
	top: 0
}
.ball .ball-inner .more {
	position: absolute;
	top: 0;
	left: 0;
	width: 224px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #0255bc url(../images/more.png) no-repeat 160px center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.ball .ball-inner .more2 {
	position: absolute;
	top: -48px;
	left: 0x;
	width: 224px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #0255bc url(../images/more.png) no-repeat 160px center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.ball .ball-inner .numm {
	background-image: url(../images/num.png);
	width: 35px;
	height: 70px;
	margin-top: -6px;
	margin-left: -5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.ball .ball-inner .num {
	text-align: center;
}
.ball .ball-inner .num p b {
	font-size: 30px;
	color: #0255bc;
	vertical-align: 8px;
	margin-left: 4px
}
.ball .ball-inner .num p em {
	font-size: 16px;
	color: #0255bc;
	line-height: 50px;
	font-style: normal;
	text-align: center;
	display: block;
}
.ball .ball-inner .num .p1 {
	float: left;
	width: 20%;
	height: 86px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}
.ball .ball-inner .num .p1 span {
	color: #0255bc;
	font-size: 82px
}
.ball .ball-inner .num .p2 {
	float: left;
	width: 60%;
	height: 86px;
	webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}
.ball .ball-inner .num .p2 span {
	color: #0255bc;
	font-size: 82px
}
.ball .ball-inner .num .p3 {
	float: right;
	width: 20%;
	height: 86px;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.ball .ball-inner .num .p3 span {
	color: #0255bc;
	font-size: 82px
}
.ball .ball-inner .d1 {
	position: absolute;
	cursor: pointer
}
.ball .ball-inner .d1 dt {
	float: left;
	margin-top: 3px;
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #0095e2;
	border-radius: 16px;
	cursor: pointer;
	margin-right: 6px
}
.ball .ball-inner .d1 dt .light {
	position: absolute;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	top: -116px;
	left: -334px;
	width: 345px;
	height: 123px;
	background: url(../images/ball.png) no-repeat
}
.ball .ball-inner .on dt {
	z-index: 1
}
.ball .ball-inner .d1.spe dt .light {
	background: url(../images/ball2.png) no-repeat;
	left: 7px;
	transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%
}
.ball .ball-inner .d1 dt .light .light-inner {
	width: 324px;
	height: 86px;
	background-color: #fff;
	border-radius: 44px
}
.ball .ball-inner .d1 dt .light .light-inner .lt {
	float: left;
	height: 78px;
	width: 78px;
	border: 4px solid #0255bc;
	border-radius: 44px;
	background: url(../images/ft.jpg) no-repeat center
}
.ball .ball-inner .d1 dt .light .light-inner .lt1 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .lt2 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .lt3 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .lt4 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .lt5 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .lt6 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .lt7 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .lt8 {
	background-image: url(../images/yxlogo.png)
}
.ball .ball-inner .d1 dt .light .light-inner .rg {
	float: left;
	width: 210px;
	padding-top: 10px;
	margin-left: 10px
}
.ball .ball-inner .d1 dt .light .light-inner .rg .p1 {
	font-size: 14px;
	color: #8b8b8b;
	margin-bottom: 8px;
}
.ball .ball-inner .d1 dt .light .light-inner .rg .p2 {
	font-size: 14px;
	color: #000
}
.ball .ball-inner .d1 dt span {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	background-color: #0095e2;
	border-radius: 8px;
	-webkit-animation: fd 2s forwards infinite;
	-o-animation: fd 2s forwards infinite;
	animation: fd 2s forwards infinite
}
.ball .ball-inner .d1 dd {
	float: left
}
.ball .ball-inner .d1 dd span {
	font-size: 20px;
	color: #000
}
.ball .ball-inner .d1 dd b {
	font-size: 12px;
	color: #000
}
.ball .ball-inner .on dt .light {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.ball .ball-inner .on span {
	animation-play-state: paused;
	-webkit-animation-play-state: paused
}
.ball .ball-inner .on dt {
	border-color: #33d59d
}
.ball .ball-inner .on dt span {
	background-color: #33d59d
}
.ball .ball-inner .on dd b, .ball .ball-inner .on dd span {
	color: #33d59d
}
.ball .ball-inner .big dt {
	width: 20px;
	height: 20px;
	border-radius: 20px
}
.ball .ball-inner .big dt span {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	margin: -7px 0 0 -7px;
	animation-delay: 1s
}
.ball .ball-inner .big dd span {
	font-size: 26px
}
.ball .ball-inner .big dd b {
	font-size: 14px
}
.m_yxwl{ display:none;}
.ipa0 {
	animation-name: ip0;
	-webkit-animation-name: ip0
}
.ipa1 {
	animation-name: ip1;
	-webkit-animation-name: ip1
}
.ipa2 {
	animation-name: ip2;
	-webkit-animation-name: ip2
}
.ipa3 {
	animation-name: ip3;
	-webkit-animation-name: ip3
}
.ipa6 {
	animation-name: ip6;
	-webkit-animation-name: ip6
}
.ipa7 {
	animation-name: ip7;
	-webkit-animation-name: ip7
}
.n0.numm0 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.n1.numm0 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.n2.numm0 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.n3.numm0 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.numm1 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.numm2 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.numm3 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.numm6 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
.numm7 {
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards
}
 @keyframes ip0 {
100% {
background-position:center 2800px
}
}
@-webkit-keyframes ip0 {
100% {
background-position:0 2800px
}
}
@keyframes ip1 {
100% {
background-position:center 2730px
}
}
@-webkit-keyframes ip1 {
100% {
background-position:center 2730px
}
}
@keyframes ip2 {
100% {
background-position:center 2660px
}
}
@-webkit-keyframes ip2 {
100% {
background-position:center 2660px
}
}
@keyframes ip3 {
100% {
background-position:center 2590px
}
}
@-webkit-keyframes ip3 {
100% {
background-position:center 2590px
}
}
@keyframes ip6 {
100% {
background-position:center 2450px
}
}
@-webkit-keyframes ip6 {
100% {
background-position:center 2450px
}
}
@keyframes ip7 {
100% {
background-position:center 2240px
} /*2310px-7*/
}
@-webkit-keyframes ip7 {
100% {
background-position:center 2240px
} /*2240px-8*/
}
.pro_title i{ display:none;}

.ntype{ text-align:center; margin-bottom:4rem; font-size:14px !important;}
.ntype a{display:inline-block;border:#ddd solid 1px;padding: 0.7rem 3rem;font-size:1.2rem;}
.ntype a+a{ margin-left:0.2rem;}
.ntype a.on{ background:#0255bc; color:#fff; border:#0255bc solid 1px;}
.pro_title{ display:none;}
 @media(max-width:1600px) {
.banner .slideBox .bd li .banner_text{ position:absolute; left:10%; top:40%;}
.banner .slideBox .bd li .banner_text img{ max-width:80%;}
.about div.about_text {
	padding-top: 12%;
}
.industry .industry_info .indu_body {
	padding-top: 100px;
	width:964px;
}
.industry .industry_info .indu_body>div:first-child{ width:400px;}
.industry .industry_info .indu_body>div:nth-child(3){ width:300px;}
.industry .industry_info .indu_body>div:nth-child(3) div.ins_text{ padding:60px 30px;}
.product1 div.box1 .pro_text p {
	font-size: 32px;
}
.product1 div.box1 .pro_text span{ font-size:40px;}
.news .news_info div.width {
	padding-top: 100px;
}
.contact .c_width div.box1 {
	padding-bottom: 230px;
}
.contact .c_width div.box2{ height:158px;}
.contact .c_width div.box2>div {
	height: 158px;
}
.case{width:95%;}
.banner .swiper-slide>img {
	margin: 0 auto;
}
.nbanner .nbanner_text img {
	max-width:80%;
}
.contact img{ width:auto !important; height:50%;}
}
@media(max-width:1400px) {
	.banner .slideBox .bd li .banner_text img{ max-width:70%;}
 }
@media(max-width:768px) {
.width {
	width: 100%;
}
.nav{ display:none;}
.h img{width:80%;}
.menu1{ right:15px; top:35px;}
.close{ opacity:1;}
.logo{ width:60%;}
.logo img{ width:100%;}
.pc_banner{ display:none;}
.m_banner{ display:block;}
.nbanner .nbanner_text{ width:100%; margin:0 auto; top:30%;}
.nbanner .nbanner_text img{ max-width:90%; margin:30px auto 0 auto;}
.nbanner .nbanner_text1{ padding-right:15px;}
.nbanner .nbanner_text1 img{ width:43%;}
.banner  .slideBox{ display:none;}
.banner .swiper-container{ display:block; height:100%;}
.banner .swiper-container .swiper-slide{ height:100%; width:100%;}
.banner .swiper-container .swiper-slide img{ width:100%; height:100%;}
.banner .swiper-container .swiper-slide .banner_text{ position:absolute; left:0; right:0; margin:0 auto; top:40%; text-align:center;}
.banner .swiper-container .swiper-slide .banner_text img{ max-width:90%; }
.banner .swiper-container .swiper-button-prev,.banner .swiper-container .swiper-button-next{ display:none;}

#fp-nav{ display:none;}
.case {
	width: 100%;
}
.ncon .title,.ncon .title1 {
	margin: 50px 0;
}
.ncon .title span {
	font-size: 33px;
}
.ncon .title h2 {
	font-size: 30px;
}
#page_menu ul>li{ height:60px; line-height:60px;}
#page_menu ul>li a{ font-size:18px;}
.ncon{ padding:2rem 15px;}
.ncon1{ padding:50px 15px;}
.ncontact>div:nth-child(1) ul {
	width: 100%;
}
.ncontact>div:nth-child(1) ul li span {
	text-align: center;
	font-size: 1.7rem;
}
.ncontact>div:nth-child(1) ul li input[type=submit] {
	width: 100%;
}
.mob-menu {
	display: block;
}
.menu {
	display: block;
	border-radius: 4px;
	width: 30px;
	height: 28px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
}
.menu span {
	display: block;
	width: 70%;
	height: 2px;
	background: #fff;
}
.menu span:nth-child(2) {
	margin: 5px 0;
}
.mnav {
	position: absolute;
	display:none;
	background: rgba(0,0,0,0.7);
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	color: #fff;
	top: 0px;
	bottom: 0;
	font-size: 18px;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
}
.mnav>div:first-child {
	width: 90%;
	margin: 20px auto;
}
.mnav>div:first-child a span {
	display: inline-block;
	border: #fff solid 1px;
	color: #fff;
	text-align: center;
	height: 20px;
	font-size: 14px;
	width: 24px;
	border-radius: 4px;
}
.mnav>div:first-child .close {
	width: 20px;
	height: 20px;
}
.mnav>div:first-child .close span {
	display: inline-block;
	height: 2px;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.mnav>div:first-child .close span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
.mnav>div:first-child .close span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
.mnav>div:last-child a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 50px;
}
.mnav>div:last-child a:hover{ color:#0f59b5;}
.jtgc li{width:100%;}
.jtgc li>div{ width:100%; min-height:auto;}
.ryzz ul{ text-align:center;}
.ryzz figure{ width:49%; padding:0 8px; box-sizing:border-box;}
.newlist li>div{ padding:0;}
.pages{ margin:20px auto;}
.m_banner{ display:block;}
.banner .slideBox .bd img.pc_banner,.pc_banner{ display:none;}
.pro_title{ font-size:26px; text-align:center; display:block; padding-left:15px; position:relative; line-height:50px; height:50px; overflow:hidden;}
.pro_title i{ display:inline-block; color:#0255bc; padding-top:10px; font-size:30px;}
.product{ padding:50px 0;}
.product1 div.box1 .pro_text a{ display:none;}
.product div.fl{ display:none;}
.product div.fr{ width:100%; padding:0 15px;}
.product .hzhb{ height:80px;}
.product .hzhb .bd{width:85%; margin-top:15px;}
.case ul>figure{ width:100%;}
.newdetai h1{ font-size:28px; margin-top:20px;}
.met_page>li{ padding:0; line-height:30px;}
.ncontact>div:nth-child(2){ padding:0px 15px 50px 15px; height:auto;}
.ball{ width:100%;}
.ball .ball-inner{ width:100%;}
.ball .ball-inner .num p{ height:150px;}
.ball .ball-inner .num .p1{ width:100%; height:150px;}
.ball .ball-inner .num .p2{ width:100%; height:150px;}
.ball .ball-inner .num .p3{ width:100%; height:150px;}
.ball .ball-inner .d1{ display:none;}
.product1 div.box1{ width:50%; height:50%;}
.product1 div.box1 img{ height:auto;}
.product div.fr p{ line-height:28px;}
.product1 div.box1 .pro_text{    padding:60% 0px 0 0px; text-align:center;}
.product1 div.box1 .pro_text p {
    font-size: 16px;
}
.product1 div.box1 .pro_text span{ font-size:18px;}
.product1 div.box1 .pro_text i{ margin:10px 0;}
.product1 div.box1 .pro_text a{ bottom:30px; left:0; right:0; margin:0 auto;}
.product div.fr h1{ text-align:center; font-size:28px;}
.footer .width>div:first-child>div {
	width: 100%;
	padding: 0 15px;
	text-align: center;
	height: auto;
}
.footer .width>div:first-child>div:first-child+div {
	padding: 20px 0px;
	text-align: center;
}
.footer .width>div:first-child>div:first-child+div+div{
	text-align: center;
}
.industry .industry_info .indu_body>div:first-child span{ padding-left:0;}
.industry .industry_info .indu_body>div:first-child h2{ padding-left:0;}
.industry .industry_info .indu_body>div:first-child i{ margin:10px 0;    background: url(../images/icon.png) no-repeat left center;}
.industry .industry_info .indu_body>div:nth-child(2) div:first-child{ padding:20px 5px 0 5px;}
.industry .industry_info .indu_body{ width:85%; margin:0 auto; padding-top:110px;}
.industry .industry_info .indu_body>div:first-child span{ font-size:28px;}
.industry .industry_info .indu_body>div:first-child h2{ font-size:24px;}
.industry>div>img{ height:100%; width:auto !important;}
.industry .industry_info .indu_body>div:first-child{ width:100%;}
.industry .industry_info .indu_body>div:first-child{ width:50%; height:413px;}
.industry .industry_info .indu_body>div:nth-child(2){ width:50%;}
.industry .industry_info .indu_body>div:nth-child(3){ display:none;}
.industry .industry_info .indu_body>div:nth-child(2) div:first-child ul>li{ margin-bottom:11px;}
.industry .industry_info .indu_body>div:nth-child(2) div:first-child ul>li img{ width:70%;}
.industry .industry_info .indu_body>div:nth-child(2) div:first-child ul>li span{ font-size:12px;}
.news .news_info div.width h2{ font-size:30px; padding:10px 0;}
.news .news_info div.width .n_title{ background-size:100% auto; margin-bottom:20px;}
.news>div>img{ height:100%; width:auto !important;}
.news .news_info div.width{ width:100%;}
.news .news_info div.width ul>li{ width:90%; margin:0 auto; float:none; display:none;}
.news .news_info div.width ul>li:first-child{ margin-bottom:15px; display:block;}
.news .news_info div.width ul>li div.date{ display:none;}
.news .news_info div.width ul>li div{ color:#fff; border:none;    padding: 0px 10px;}
.news .news_info div.width ul>li div p{ display:none;}
.news .news_info div.width ul>li:first-child div{ position:absolute; bottom:0; left:0;right:0; background:rgba(0,0,0,0.7);   padding: 10px 10px;}
.news .news_info div.width ul>li div span{ margin:0px 0; font-size:16px; line-height:28px;}
.news .news_info div.width ul>li:first-child div p{ font-size:14px; display:block;}
.news .news_info div.width ul>li:nth-child(2) img,.news .news_info div.width ul>li:nth-child(3) img{ display:none;}
.news .news_info div.width ul>li+li{ margin:0 auto;}
.news .news_info div.width .nmore{ display:block;}
.newlist li .n_img img{ margin-bottom:10px;}
.newlist li .n_info>a{ font-size:20px; line-height:30px;}
.newlist li .n_info p{ font-size:16px; line-height:28px;}
.contact>div>img{ width:auto !important; height:180px; }
.contact .c_width{width:100%;}
.contact .c_width div.box1{ display:none;}
.contact div>div{width:100%;}
.contact .c_width{ top:140px;}
.contact .c_width div.box1 b{ font-size:40px;}
.contact .c_width>div{ padding:0 15px;}
.contact .c_width div.box1 .search{width:100%;}
.contact .c_width div.box1 .search input[type=text]{ width:100%;}
.contact .c_width div.box2{ padding-top:80px;}
.contact .c_width div.box2>div{ width:100%; height:auto;}
.contact .c_width div.box2>div:first-child{ text-align:center; margin-bottom:30px;}
.contact .c_width div.box2>div:first-child>div a{ display:inline-block; float:none;}
.contact .c_width div.box2>div:nth-child(2){ display:none;}
.contact .c_width div.box2>div:nth-child(3){ text-align:center;}
.contact .c_width div.box2>div:first-child b{ font-size:30px; padding:10px 0;}
.contact .copyright{ line-height:80px;}
.protype{ position:absolute; width:60%; top:0; right:-80%; bottom:0; background:rgba(0,0,0,0.5); z-index:9999; display:none;color:#fff; transition:all 0.6s;-webkit-transition:all 0.6s;}
.protype>div{top:0; bottom:0; margin-left:30px; height:100%;background:rgba(0,0,0,0.7); padding-top:30px; }
.protype>div i{ top:30%; font-size:18px; color:#fff; position:absolute; left:10px;}
.protype dt{ padding-left:15px;}
.protype dt,.protype dd{ line-height:45px; border-bottom:rgba(255,255,255,0.7) solid 1px;}
.protype dt i{ display:none; margin-left:20px;}
.protype dd{ padding-left:30px;}
.protype a{ color:#fff;}
.protype i{ color:#fff;}
.about div.about_text {
    padding-top: 50%;
}
.about #my-video{ display:none;}
.about .m_banner{ height:100%;}
.about_text>img{ max-width:50%;}
.about div.about_text h2{ font-size:40px;}
.banner		.slideBox .prev,
.banner		.slideBox .next{ display:none;}
.ball{ height:auto; background-size:100% auto}
.m_yxwl{ display:block;width:95%; margin:20px auto 35% auto;}
.m_yxwl>li{ height:40px; line-height:40px; margin-bottom:10px; background:#fff; box-shadow:0 -2px 5px  5px #eee;}
.m_yxwl>li span{ display:inline-block; color:#fff; background:#0255bc; padding:0 15px; margin-right:10px;}
.ntype{ margin-bottom:1rem;}
.ntype a{ margin-left:0; margin-bottom:0.5rem;    padding: 0.7rem 2rem;}
.ncon .con b{ font-size:22px !important; line-height:40px !important;}
.prodetail table td img{ max-width:100% !important;}
}

@media(max-width:385px)
{
	.ncontact>div:nth-child(1) ul li span
	{
		font-size:1.6rem;
	}
	
	.ncon .con b{ font-size:19px !important; }
}
