* {
	padding: 0;
	margin: 0;
	word-break: break-all;
	word-wrap: break-word
}

ol,
ul,
li {
	list-style: none
}

input {
	outline: none;
	border: none;
}

html,
body {
	_width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	outline: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
	color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
	color: #2c2c2c;
	text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
	color: #2c2c2c;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clear {
	clear: both;
}

.wrap {
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
}

.showone {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.showtwo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.showfour {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

/* .header_pc{position: fixed;top: 0;left: 0;z-index: 99999;width: 100%;} */
.header_pc {
	height: 135px;
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	background: #ffffff;
	position:fixed;
	z-index:999;
	top:0;
}
.hswk{
	margin-top:135px;
}

.headertop {
	line-height: 42px;
	background-color: #0e58d5;
}

.headertop .wrap a {
	color: #0f59d6;
	
	padding-left: 25px;
	font-size: 14px;
	margin-right: 50px;
}
.headertop .wrap a1 {
	color: #0f59d6;
	background: url(../img/email.png) left center no-repeat;
	padding-left: 25px;
	font-size: 14px;
	margin-right: 50px;
}
.header_mid {
	background-color: #fff;
	height: 87px;
}



.header_mid .logo {
	margin-top: 15px;
	height: 57px;
}

.headertop_m1 {
	display: none;
}

.headertop_m {
	height: 1.35rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background-color: #fff;
}

.headertop_m .headertop_m_login {
	height: 0.48rem;
	background-color: #dfdfdf;
	padding: 0 0.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.headertop_m .headertop_m_login a {
	background: url(../img/admin.png) left center no-repeat;
	padding-left: 0.2rem;
	background-size: 0.16rem 0.18rem;
}

.headertop_m .headertop_m_cont {
	height: 0.87rem;
	display: flex;
	align-items: center;
	padding: 0 0.2rem;
	justify-content: space-between;
}

.headertop_m .logo {
	height: 0.57rem;
}

.headertop_m .menu {
	max-width: 42px;
	height: 0.3rem;
}
.menu_p{
	margin: 0px;
}

.menu_p .li1 {
	float: left;
	width: auto;
	height:93px;
	position: relative;
	margin-left:10px;
}

.menu_p .li1 .a1 {
	width: auto;
	height: 27px;
	color: #0f59d6;
	line-height: 27px;
	transition: 0.5s all;
	display: block;
	margin: 30px 0px;
	font-size: 16px;
	padding:0px 20px;
	text-align: center;
	cursor: pointer;
}

.menu_p .li2 .a1 {
	text-align: left;
	width: auto;
	padding:0 30px 0 20px;
	background: url(../img/sanjiao1.png) right no-repeat #fff;
}

.menu_p .li1:hover .a1 {
	color: #fff;
	background-color: #0f59d6;
	
}

.menu_p .li2:hover .a1 {
	width: auto;
	padding:0 30px 0 20px;
	background: url(../img/sanjiao2.png) no-repeat right #0f59d6;
}

.menu_p .li1 .menus {
	position: absolute;
	top: 93px;
	background-color:#ffffff;
	z-index: 55;
	width:200px;
	display: none;
}

.menu_p .li1 .menus li {
	line-height:50px;
}

.menu_p .li1 .menus li a {
	color: #485a64;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,.125);
	display: block;
	padding: 0px 15px;
}
.menu_p .li1 .menus li:last-child a {
	border-bottom: 0px solid rgba(0,0,0,.125);
}

.menu_p .li1 .menus li:hover a {
	color: #0f59d6;
}
.menus_x a{
	color: #485a64;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,.125);
	display: block;
	line-height: 50px;
	margin: 0px;
	padding: 0px 20px;
}

.menus_x a i{
	float: right;
}
.menus_z{
	position: absolute;
	margin-left: 200px;
	min-height:350px;
	top: 0;
	background: #ffffff;
	width: 350px;
	border-left: 1px solid #f3f3f3;
	padding:0 20px;
	display: none;
}
.menu_p .li1 .menus li .menus_z a{
	line-height:50px;
	padding: 0px 5px;
	display: block;
	color: #485a64;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.menu_p .li1 .menus li .menus_z a:last-child {
	border-bottom: 0px;
}
.menu_p .li1 .menus li .menus_z a:hover{
	color: #0f59d6;
}

.banner {
	width: 100%;
	position: relative;
}
.banner_pc{
	margin-top:135px;
}

.banner_pc .swiper-container .swiper-slide {
	position: relative;
	height: 600px;
	overflow: hidden;
}

.banner_pc .swiper-container .swiper-slide img {
	width: 1920px !important;
	height: 600px;
	left: 50%;
	margin-left: -960px;
	position: absolute;
}

.banner .search {
	width: 92%;
	max-width: 1200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-bottom:8px;
}

.banner .search form {
	width: 358px;
	max-width: 100%;
	height: 35px;
	top: 1;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 54;
	background:#999999;
}

.banner .search form .inp {
	width: 100%;
	height: 100%;
	background-color: #CCCCCC ;
	text-indent: 10px;
	font-size: 16px;
}

.banner .search form .submit {
	width: 143px;
	height: 35px;
	background: url(../img/search.jpg) no-repeat;
	position: absolute;
	float:right;
	right: 0;
	top: 0px;
	cursor: pointer;
}

.banner_m {
	display: none;
}

.banner .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.banner .swiper-container_m {
	display: none;
}

.tit {
	padding: 60px 20px 30px;
	text-align: center;
}

.tit .p1 {
	font-size: 24px;
	line-height: 24px;
	color: #0e58d5;
	font-weight: 600;
}

.tit .titbg {
	width: 41px;
	height: 4px;
	margin: 13px auto;
	background-color: #0e57d7;
}

.tit .p2 {
	color: #616161;
	line-height: 40px;
}

.product_pc {
	padding-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}

.news_pc {
	padding-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}

.pc_swiper .swiperfather {
	position: relative;
}

.pc_swiper .swiperfather .swiper-container {
	width: calc(100% - 84px);
	margin-left: 42px;
	padding: 2px;
}

.pc_swiper .swiperfather .arrwo {
	width: 32px;
	height: 54px;
	background: #e6e6e6;
	color: #616161;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
}

.pc_swiper .swiperfather .arrwo:hover {
	background: #0e58d5;
	color: #fff;
}

.pc_swiper .swiperfather .swiper-button-prev {
	left: 0;
}

.pc_swiper .swiperfather .swiper-button-next {
	right: 0;
}

.product_pc .swiper-slide {
	box-shadow: 0 2px 5px #f6f6f6;
	border: 1px solid #ebebeb;
}


.product_pc .swiper-slide .box {
	position: relative;
	border: 1px solid #ebebeb;
	overflow: hidden;
}

.product_pc .swiper-slide .box .img1 {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 1s all;
}

.product_pc .swiper-slide:hover .box .img1 {
	transform: scale(1.1);
}

.product_pc .swiper-slide .p1 {
	line-height: 48px;
	background-color: #e6e6e6;
	color: #090a0a;
	text-indent: 15px;
}

.product_pc .swiper-slide .showtwo {
	height: 50px;
    font-size: 16px;
	padding:10px;
    line-height: 20px;
    color: #0f59d6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_pc .swiper-slide .p1 span {
	font-weight: 600;
}

.product_pc .swiper-slide .font {
	height: 110px;
}

.product_pc .swiper-slide .font p {
	line-height: 22px;
	width: calc(100% - 26px);
	margin-left: 13px;
}





.news_pc .swiper-slide {
	box-shadow: 0 2px 5px #f6f6f6;
}

.news_pc .swiper-slide .box {
	position: relative;
	border: 1px solid #ebebeb;
	overflow: hidden;
}

.news_pc .swiper-slide .box .img1 {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 1s all;
}

.news_pc .swiper-slide:hover .box .img1 {
	transform: scale(1.1);
}

.news_pc .swiper-slide .p1 {
	line-height: 48px;
	background-color: #e6e6e6;
	color: #090a0a;
	text-indent: 15px;
}

.news_pc .swiper-slide .p1 span {
	font-weight: 600;
}

.news_pc .swiper-slide .font {
	height: 140px;
}

.news_pc .swiper-slide .font p {
	line-height: 22px;
	width: calc(100% - 26px);
	margin-left: 13px;
	padding-top: 13px;
}




.more_pc {
	width: 124px;
	height: 40px;
	background-color: #0e58d5;
	color: #fff !important;
	display: block;
	text-align: center;
	line-height: 40px;
	margin: 40px auto 0;
}

.app_pc {
	padding-bottom: 60px;
}

.app_pc .swiper-slide .box {
	position: relative;
	overflow: hidden;
}

.app_pc .swiper-slide .box img {
	position: absolute;
	max-width: 100%;
	height: 240px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 1s all;
}

.app_pc .swiper-slide .box:hover img {
	transform: scale(1.1);
}

.app_pc .swiper-slide .font {
	text-align: center;
	line-height: 60px;
	height:60px;
	overflow:hidden
}

.app_pc .swiper-slide .font img {
	vertical-align: middle;
}

.about_pc {
	background: url(../img/aboutpc.jpg) center center;
	padding: 80px 0 100px;
}
.about_bj {
	background: url(../img/aboutbj.jpg) center center;padding-top:0px;padding-bottom:0px;min-height:0px;background-attachment:fixed

}
.about_pc ul li {
	width:25%;
	float: left;
	padding: 0 20px;
	height: 130px;
}

.about_pc ul li .p1 {
	line-height: 46px;
	font-size: 16px;
}

.about_pc ul li .p1 p {
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
}

.about_pc ul li .p1 img {
	height: 46px;
}

.about_pc ul li .p2 {
	line-height: 28px;
	color: #fff;
	margin-top: 10px;
}


.made_pc {
	background-color: #0f59d6;
	padding-bottom: 70px;
}

.made_pc .wrap {
	width: 100%;
	max-width: 800px;
	margin-top: 20px;
}

.made_pc ul {
	width: 48%;
}

.made_pc ul li {
	height: 56px;
	text-indent: 25px;
	line-height: 56px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}

.made_pc ul li.on {
	background-color: #fff;
	color: #0f59d6;
}

.made_pc .cont {
	width: calc(48% - 40px);
	background-color: #6d99e4;
	padding: 20px;
	height:280px;
	border-radius: 0 10px 10px 10px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	display: none;
}
.made_pc .col-xs-6 input{
	background: rgba(255, 255, 255, 1);
	border: 1px #ffffff;
	border-radius: 0px;
	height: 40px;
	margin-bottom: 10px;
}
.made_pc .col-xs-12 textarea{
	background: rgba(255, 255, 255, 1);
	border: 1px #ffffff;
	border-radius: 0px;
	margin-bottom: 25px;
}
.made_pc button{
	background: rgba(255, 255, 255, 1);
	border: 1px #ffffff;
	border-radius: 0px;
	color: #0f59d6;
}

.footer_pc {
	padding: 50px 0;
}

.footer_pc .wrap {
	padding: 0 20px;
}

.footer_pc .ul1 {
	width: 210px;
}

.footer_pc .ul2 {
	width: 210px;
}

.footer_pc ul .p1 {
	font-size: 18px;
	color: #0e58d5;
	margin-bottom: 20px;
	font-weight: 600;
}

.footer_pc ul .p2 {
	margin-bottom: 20px;
}

.footer_pc ul li {
	line-height: 28px;
}

.footer_pc ul li a {
	color: #616161;
}

.footer_pc .ul3 li {
	padding-left: 25px;
}

.footer_pc .ul3 li:nth-of-type(1) {
	background: url(../img/footericon1.png) no-repeat 1px center;
}

.footer_pc .ul3 li:nth-of-type(2) {
	background: url(../img/footericon2.png) no-repeat left center;
	color: #0f59d6;
}

.footer_pc .ul3 li:nth-of-type(3) {
	background: url(../img/footericon3.png) no-repeat 1px center;
}

.footer_pc .ul3 li:nth-of-type(4) {
	background: url(../img/footericon4.png) no-repeat 3px center;
}

.footer_pc .ul3 .icon {
	margin-top: 30px;
}

.footerfont {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #616161;
	background-color: #dfdfdf;
}

.menunav {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 1.35rem;
	right:0;
	width: 50%;
	max-width: 180px;
	z-index: 99999999;
	display: flex;
	align-items: center;
	display: none;
}

.menunav ul {
	width: 100%;
}

.menunav ul li {
	text-align: center;
	line-height: 0.8rem;
}

.menunav ul li a {
	color: #fff;
}

.nbt {
	height: 300px; width:auto;
}

.location {
	background: #f2f2f2;
	width: 100%;
}

.ico {
	display: block;
	color: #7a7a7a;
	background: url(../img/sy.jpg) left no-repeat;
	padding: 15px 30px;
	width: 92%;
	max-width: 1400px;
	margin: auto;
}
.ico a{
	margin:0px 5px;
}

.wk {
	width: 92%;
	max-width: 1400px;
	margin: auto;
}

.about {
	font-size: 14px;
	color: #616161;
	line-height: 30px;
}

.promune {
	float: left;
	width: 20%;
}

.promune h1 {
	background: #0f59d6;
	color: #ffffff;
	line-height: 40px;
	font-size: 18px;
	font-weight: 300;
	padding-left: 20px;
	margin: 0px;
}

.promune li i{ display:none
}

.promune .active a {
	color: #0f59d6;
}

.promune li a {
	border-bottom: 1px dotted #bdbdbd;
	background: url(../img/lm.jpg) left no-repeat;
	padding: 15px 15px 15px 35px;
	display: block;
}

.promune li .promune_2 a {
	background: none;
	margin-left: 20px;
	padding: 15px;
	color: #7a7a7a;
}

.about,
.protu,
.pro,
.prolist,
.container,
.downtu{
	float: right;
	width: 78%;
}
.downtu li{
    width: 30.3%;
    float: left;
	margin-right:2%;
	margin-bottom:15px;
    height: 150px;
    position: relative;
    padding-left: 140px;
    border:1px solid #f2f2f2;
}
.downtu li p{
    font-size: 20px;
    margin-top: 15px;
}
.downtu li a{
    position: absolute;
    right: 20px;
    bottom: 10px;
    color:#0f59d6 !important;
    line-height: 40px;
    display: block;
    background: url(Icon-Download.png) no-repeat left center;
    padding-left: 28px;
    transition: 0.5s;
}
.downtu li span{
    color: #999999;
    padding-right: 10px;
    display: block;
}
.downtu li a:hover{
    text-decoration: underline;
}
.downtu li .inproimg{
    position: absolute;
    width: 120px;
    height: 150px;
    overflow: hidden;
    left: 0;
}
.downtu li .inproimg img{
    width: 100%;
    height: 150px;
}
.new li {
	width: 48%;
	padding: 20px 1%;
	height: 220px;
	float: left;
}

.new li img {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 20px;
}

.new li a {
	font-size: 20px;
	line-height: 1.17;
	display: block;
	color: #0f58d6;
	margin-bottom: 15px;
}

.new li p {
	font-size: 14px;
	color: #485a64;
}

.protu li {
	width: 31.333%;
	margin: 0px 1% 10px 1%;
	float: left;
}

.protu li .inproimg {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.protu li p {
	font-size: 16px;
	padding: 5px;
}

.inproimg img {
	width: 100%;
	height: 250px;
}

.nwk {
	padding: 20px 0;
	position: relative;
}

.prostro {
	background: #485a64;
	color: #ffffff;
	padding: 20px;
	height: 290px;
}

.prostro h2 {
	margin-bottom: 15px;
}

.prostro p {
	line-height: 30px;
}

.prostro_img {
	width: 250px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.prostro_img img {
	width: 100%;
}

.pronlist {
	margin-top: 0px;
}
.pronlist table th span{
	font-size: 6px;
    font-family:Arial, Helvetica, sans-serif;
	bottom: -3px;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

.pronlist table {
	width: 100%;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
}

.pronlist thead th {
	background-color: #0f59d6;
	color: #ffffff;
	border: 1px solid #dee2e6;
	padding: 5px;
	font-weight: 300;
	text-align: left;
}

.pronlist th {
	color: #58686d;
	border: 1px solid #dee2e6;
	padding: 5px;
	width:130px;
	font-weight: 300;
	text-align: left;
}

.pronlist tr {
	cursor: pointer
}

.pronlist tr:nth-child(odd) {
	background-color: #ebf0f0;
}

.pronlist tr:hover {
	background-color: #d7f1f4;
}

.pronlist .thmo {
	border-left: 0px;
	border-right: 0px;
}

.pronlist .lanse th {
	background-color: #0f59d6;
	border: 0;
}

.pro li {
	box-shadow: 0 2px 5px #f6f6f6;
	width: 31.333%;
	margin: 0px 1% 10px 1%;
	float: left;
}

.pro li .box {
	position: relative;
	border: 1px solid #ebebeb;
	overflow: hidden;
	height: 350px;
}

.pro li .box .img1 {
	position: absolute;
	width: 350px;
	height: 350px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 1s all;
}

.pro li:hover .box .img1 {
	transform: scale(1.1);
}

.pro li .p1 {
	line-height: 48px;
	background-color: #e6e6e6;
	color: #090a0a;
	text-indent: 15px;
}

.pro li .p1 span {
	font-weight: 600;
}

.pro li .font {
	height: 130px;
}

.pro li .font p {
	line-height: 22px;
	width: calc(100% - 26px);
	margin-left: 13px;
	padding-top: 0px;
}

.pronrtop {
	padding: 40px 0;
	border-bottom: 1px solid #eeeeee;
}

.pronrtop .pronrtop_img {
	height: 350px;
	text-align: center;
	background-color: #ffffff;
}

.pronrtop_img img {
	width: 350px;
	height: 350px;
}

.pronrtop_name h2 {
	font-size: 40px;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	color:#485a64;
	border-bottom: 1px solid #f3f3f3;
}

.pronrtop_name p b {
	display: block;
	line-height: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #485a64;
}

.pronrtop_name p {
	color: #666666;
	height: 200px;
	overflow: hidden;
}

.pronrtop_ziliao a{
	width: 230px;
	text-align: center;
	color: #ffffff;
	background: #0f59d6;
	padding: 10px 20px;
	font-size: 16px;
	display:block;
	float:left;
	margin-right:10px;
	text-decoration:none
}
.pronrtop_ziliao a:hover{
	background:#0f78a1;
	text-decoration:none
}
.ncs{
	float:right
}
.ncs table td span{
	font-size: 6px;
    font-family:Arial, Helvetica, sans-serif;
	bottom: -3px;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}
.ncs h3{
	font-size:20px;
	line-height:1.75;
	margin:0px;
}
.pronr{
	margin-bottom:50px;
}
.pronr .col-md-5{
	text-align:center;
}
.pronr .col-md-5 p{
	text-align:center;
}
.pronr .col-md-5 img{
	max-width:100%;
}
.ncs table{
	border-top: 2px solid #485a64;
	width:100%;
	margin-top:20px;
}
.ncs tr{
	border-bottom: 1px solid #485a64;
	line-height:60px;
	font-size:16px;
}
.ncs tr td:last-child{
	text-align:right;
}

#pager {
	position: relative;
	padding: 30px 0;
	text-align: center;
	font-size:18px;
}

#pager span {
	padding: 10px 15px;
	display: inline
}

#pager a {
	padding: 10px 15px;
	display: inline;
	margin: 5px;
	text-decoration:none;
}
#pager .a2{
	display:none;
}

#pager .current {
	background: #485a64;
	color: #ffffff;
	border-radius: 5px;
}
.probt {
	font-size: 25px;
    font-weight: 300;
    line-height: 80px;
    margin: 20px 0;
}


@media screen and (min-width: 993px) and (max-width: 1200px) {
	.product_pc .swiper-slide .font p {
		max-width: 80%;
	}
	.news_pc .swiper-slide .font p {
		max-width: 80%;
	}

}

@media (max-width: 992px) {

	.header_pc {
		display: none;
	}

	.menu_p {
		display: none;
	}

	.headertop_m1 {
		display: block;
	}

	.banner_pc {
		display: none;
	}

	.banner_m {
		display: block;
	}

	.banner .search form {
		height: 0.58rem;
	}

	.banner .search form .inp {
		text-indent: 0.24rem;
		font-size: 0.24rem;
	}

	.banner .search form .submit {
		width: 1.46rem;
		height: 0.35rem;
		background: url(../img/search.jpg) no-repeat;
		right: 0.3rem;
		top: 0.115rem;
		background-size: 100% 100%;
	}

	.about_pc ul li {
		width: calc(50% - 40px);
		margin-top: 20px;
	}

	.news_pc ul li {
		width: calc(50% - 22px);
		margin: 0 10px;
		float: left;
		border: 1px solid #ebebeb;
		margin-top: 20px;
	}

	.news_pc ul li:nth-of-type(1),
	.news_pc ul li:nth-of-type(2) {
		margin-top: 0;
	}
}

.newtime {
	width: auto;
    border-radius: 5px;
    text-align: center;
}

.newtime span {
	font-size: 40px;
	display: block;
	font-weight: bold;
}

.nnew {
	padding-left: 0px;
}

.nnew h3 {
	font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    color: #414a5a;
}

.nnew h3 img {
	float: right;
    right: 0;
    position: absolute;
	display:none
}

.nnew h5 {
	font-size: 16px;
	font-weight: 300;
	border-top: 1px solid #f3f3f3;
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	color: #5d5e61;
	background: url(../img/sbq.png) left center no-repeat;
}


/*搜索*/
.guolu{
		margin: 20px auto;
	}
	.filter-header{
		margin: 20px auto;
		font-size: 20px;
		font-weight: bold;
	}
	.facet {
		border: 1px solid #c1c9cc;
		padding: 8px;
		margin-bottom: 10px;
		position: relative;
		height: 55px;
		overflow: hidden;
		transition: 0.5s all;
		border-radius: 5px;
	}
	.biaoti .iconfont{
		display:none
	}
	.biaoti span{
	font-size: 6px;
    font-family:Arial, Helvetica, sans-serif;
	bottom: -3px;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}
	.biaotim .iconfont{
		display:none
	}
	.zhankai{
		height: 190px;
		border: 1px solid #0f59d6;
	}
	.shouqi{
		border: 1px solid #0f59d6;
	}
	.biaoti{
	    font-size: 14px;
		padding: 0px 200px 0 0;
		position: absolute;
	}
	.biaotim{
	    font-size: 14px;
		padding: 0px 100px 0 0;
		position: absolute;
	}
	.biaoti i{
		float: right;
	}
	.shuru .inwk{
		border:1px solid #c1c9cc;
		padding: 0;
		line-height: 40px;
	}
	.shurum .inwk{
		border:1px solid #c1c9cc;
		padding: 0;
		line-height: 40px;
	}
	.inwk input{
		width: 50%;
		float: left;
		padding: 0px 1%;
		color: #0e58d5;
	}
	.inwk p{
		width: 40%;
		font-size:10px;
		float: right;
		margin: 0px;
		color: #999999;
	}
	.shuru{
	width: 180px;
    height: 50px;
    right: 10px;
    top: 0;
    position: absolute;
    margin: 5px 0;
	}
	.shurum{
	width: 100px;
    height: 50px;
    right: 10px;
    top: 0;
    position: absolute;
    margin: 5px 0;
	}
	.shuru .col-md-1{
		line-height: 40px;
		text-align: center;
	}
	.queren{
		padding: 10px 0;
		border-top: 1px solid #c1c9cc;
	}
	.queren p{
		width: 40%;
		margin: 0px 4%;
		color: #666666;
		line-height: 40px;
		background-color: #f6f7f7;
		border: 1px solid #c1c9cc;
		text-align: center;
		float: left;
		cursor: pointer;
	}
	.queren .yinyong{
		background-color: #0f58d6;
		color: #ffffff;
		border: 1px solid #0f58d6;
	}
	.reset-area{
		padding:0 0 0 20px;
	}
	.reset-area button{
		border: 1px solid #ffffff;
		background: #ffffff;
	}
	.reset-area .on{
		background-color: #0f58d6;
    color: #ffffff;
    border: 1px solid #0f58d6;
    padding: 10px 30px;
    margin: 5px 20px;
	}
	.sy{
		position: absolute;
		top: 0;
		width: 50%;
		left: 30%;
	}
	.sy .inwk{
		border: 0px;
	}
	.sy .inwk p{
		width: auto;
		line-height: 50px;
		color: #0f58d6;
	}
	.sy .inwk input{
		padding: 0;
		line-height: 50px;
		text-align: center;
		background: none;
		color: #0f58d6;
	}
	.sy .col-md-1{
		display: none;
	}

@media screen and (max-width: 768px) {
	.new li{
		width:98%;
		height:auto
	}
	.new li img{
		width:150px;
		height:auto
	}
	.about img{
		max-width:100%;
	}
	.protu li{
		width:98%;
	}
	.pronrtop_ziliao a{
		margin-top:5px;
	}
	.pronlist {
		width: 100%;
		overflow: scroll;
	}
	.pronlist table {
		min-width: 800px;
	}
	.shurum .inwk{
		height:38px
	}
	.shurum{
		width:180px;
	}
	.inwk input{
		background:none
	}
	.shuru .inwk {
		height: 38px;
		float: left;
		width: 40%;
	}
	.shuru .col-md-1 {
		width: 20%;
		float: left;
	}
	.prostro{
		height:auto
	}
	.pro li{
		width:352px;
		float:inherit;
		margin:auto;
	}
	.prostro_img {
		width: 100px;
		height: 100px;
		overflow: hidden;
		float: left;
		margin-right: 30px;
	}
	.prostro h2 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.pro li .font {
		height: auto;
	}
	.promune{
		display:none
	}
	.about, .protu, .pro, .prolist, .container{
		width:100%;
	}
	
	.hswk {
		margin-top: 0;
	}

	/* .product_pc{display: none;}
	.product_m{display: block;} */
	.tit {
		padding: 0.5rem 0.5rem 0.25rem;
		text-align: center;
	}

	.tit .p1 {
		font-size: 0.4rem;
		line-height: 0.4rem;
	}

	.tit .titbg {
		width: 0.4rem;
		height: 0.04rem;
		margin: 0.2rem auto;
	}

	.tit .p2 {
		color: #616161;
		line-height: 0.5rem;
		font-size: 0.24rem;
	}

	.pc_swiper .swiperfather .arrwo {
		display: none;
	}

	.product_pc {
		padding-bottom: 0;
		border: none;
	}

	.product_pc .tit .p2 {
		padding-bottom: 0.2rem;
	}

	.product_pc .swiper-wrapper {
		width: 100%;
	}

	.product_pc .swiper-wrapper .swiper-slide {
		width: 80%;
	}
	
	
	.news_pc {
		padding-bottom: 0;
		border: none;
	}

	.news_pc .tit .p2 {
		padding-bottom: 0.2rem;
	}

	.news_pc .swiper-wrapper {
		width: 100%;
	}

	.news_pc .swiper-wrapper .swiper-slide {
		width: 80%;
	}
	
	

	.app_pc .swiper-wrapper {
		width: 100%;
	}

	.app_pc .swiper-wrapper .swiper-slide {
		width: 40%;
	}

	.pc_swiper .swiperfather .swiper-container {
		width: calc(100% - 0.4rem);
		padding: 0.2rem;
		margin-left: 0;
	}

	.product_pc .swiper-slide .p1 {
		line-height: 0.98rem;
		color: #090a0a;
		text-indent: 0.2rem;
		font-size: 0.24rem;
	}

	.product_pc .swiper-slide .font {
		height: auto !important;
		padding-bottom: 0.7rem;
	}

	.product_pc .swiper-slide .font p {
		max-width: 5.7rem;
		line-height: 0.3rem;
		width: calc(100% - 0.4rem);
		margin-left: 0.2rem;
		padding-top: 0.2rem;
		font-size: 0.24rem;
	}
	
	
	
	
	
	.news_pc .swiper-slide .p1 {
		line-height: 0.98rem;
		color: #090a0a;
		text-indent: 0.2rem;
		font-size: 0.24rem;
	}

	.news_pc .swiper-slide .font {
		height: auto !important;
		padding-bottom: 0.7rem;
	}

	.news_pc .swiper-slide .font p {
		max-width: 5.7rem;
		line-height: 0.3rem;
		width: calc(100% - 0.4rem);
		margin-left: 0.2rem;
		padding-top: 0.2rem;
		font-size: 0.24rem;
	}
	
	
	

	.more_pc {
		width: 2rem;
		height: 0.52rem;
		line-height: 0.52rem;
		margin: 0.4rem auto 0;
	}

	.about_pc {
		padding: 0.6rem 0;
		background-size: auto 100%;
	}

	.about_pc ul li {
		width: calc(100% - 0.8rem) !important;
		padding: 0 0.4rem;
		height: auto;
	}

	.news_pc {
		padding-bottom: 0.5rem;
	}

	.news_pc ul li {
		width: calc(100% - 22px);
		margin: 0 10px;
		float: left;
		border: 1px solid #ebebeb;
	}

	.news_pc ul li:nth-of-type(2) {
		margin-top: 0.2rem;
	}

	.news_pc ul li .font {
		padding: 0.1rem 0.1rem 0.3rem;
	}

	.news_pc ul li .font .p1 {
		height: auto;
		font-size: 0.28rem;
		line-height: 0.3rem;
		color: #0f59d6;
	}

	.news_pc ul li .font .p2 {
		margin-top: 0.1rem;
		color: #616161;
	}

	.news_pc ul li .font .p3 {
		color: #616161;
		line-height: 0.3rem;
		height: auto;
		margin-top: 0.1rem;
	}

	.made_pc {
		padding-bottom: 0.7rem;
	}

	.made_pc .wrap {
		padding: 0 0.2rem;
		margin-top: 0.2rem;
	}

	.made_pc ul {
		width: 100%;
	}

	.made_pc ul li {
		height: 1.04rem;
		text-indent: 0.25rem;
		line-height: 1.04rem;
		font-size: 0.3rem;
		cursor: pointer;
	}

	.made_pc .cont {
		width: calc(100% - 0.4rem);
		background-color: #6d99e4;
		padding: 0.2rem;
		font-size: 0.24rem;
		line-height: 0.38rem;
		border-radius: 5px;
		margin-top: 0.2rem;
	}


	.footer_pc {
		padding: 0.5rem 0;
	}

	.footer_pc .wrap {
		padding: 0 0.2rem;
	}

	.footer_pc .ul1 {
		width: 100%;
	}

	.footer_pc .ul2 {
		width: 100%;
		margin-top: 0.1rem;
	}

	.footer_pc .ul3 {
		width: 100%;
		margin-top: 0.1rem;
	}

	.footer_pc ul .p1 {
		font-size: 0.3rem;
		margin-bottom: 0.2rem;
		font-weight: 600;
	}

	.footer_pc ul .p2 {
		margin-bottom: 0.2rem;
	}

	.footer_pc .ul3 .icon {
		margin-top: 0.3rem;
	}

	.footerfont {
		font-size: 0.24rem;
	}
}
