﻿@charset "utf-8";
@media (max-width: 1000px) {
body {
	padding-top: 50px;
}
/* header */
header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 10px #eee;
}
header .top {
	display: none;
}
header .head {
	padding: 5px 0;
}
header .head .logo img {
	height: 40px;
}
header .head .text {
	border-left: 0;
	background: #eee;
	padding: 0 5px;
	margin: 0 10px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-height: 30px;
	border-radius: 5px;
	color: #e21001;
}
header .head .text span {
	font-size: 14px;
	padding: 0;
	overflow: visible;
}
header .head .text p {
	display: none;
}
header .head .tel {
	display: none;
}
header .head .navbut {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}
header .head .navbut i {
	height: 2px;
	background: #444;
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0px;
	transition: all 0.3s;
}
header .head .navbut .w1 {
	top: 4px;
}
header .head .navbut .w2 {
	top: 14px;
}
header .head .navbut .w3 {
	top: 24px;
}
header .head .navbut.cur .w1 {
	top: 15px;
	transform: rotate(45deg);
}
header .head .navbut.cur .w2 {
	height: 0px;
}
header .head .navbut.cur .w3 {
	top: 15px;
	transform: rotate(-45deg);
}
header nav {
	border-top: 0;
	border-bottom: 0;
	display: none;
	position: fixed;
	left: 0px;
	top: 50px;
	bottom: 0px;
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	width: 100%;
}
header nav .container {
	padding: 0;
}
header nav ul li {
	float: none;
	margin-left: 0;
}
header nav ul li > a {
	line-height: 50px;
	padding: 0 15px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	color: #666;
}
header nav ul li .iconfont {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 18px;
}
header nav ul li .sub {
	position: static;
	background: #f5f5f5;
	line-height: 36px;
	border-top: 0;
	padding: 5px 0;
}
header nav ul li .sub a {
	color: #888;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 15px;
}
header nav ul li .sub a:last-child {
	border-bottom: 0;
}
header nav ul li .sub a:hover {
	background: none;
	color: #333;
}
header nav ul li:hover > a {
	background: none;
	color: #666;
}
header nav ul li.on > a {
	background: #e21001;
	color: #fff;
}
header nav ul li.on .iconfont {
	color: #fff;
}
/* footer */
footer {
	background: #444;
	text-align: center;
	font-size: 12px !important;
	line-height: 1.8 !important;
	color: #ccc !important;
	padding-bottom: 50px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer nav {
	display: none;
}
footer .box {
	padding: 20px 0;
}
footer .box .copy {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px 0 0 0;
}
footer .box .copy .logo {
	display: none;
}
footer .box .copy .kj {
	padding: 0;
}
footer .box .copy .kj .href {
	padding: 0 0 8px 0;
}
footer .box .icon {
	display: none;
}
footer .box .ewm {
	display: none;
}
footer .link {
	display: none;
}
/* float_backtop */
.float_backtop {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	right: 0px;
	bottom: 50px;
}
/*botnav*/
.botnav {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 111;
	background: #ff9000;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.botnav li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.botnav li a {
	display: block;
	overflow: hidden;
	color: #fff;
	height: 50px;
	line-height: 1;
	padding: 4px 0 0 0;
}
.botnav li .iconfont {
	font-size: 24px;
}
.botnav li span {
	display: block;
	overflow: hidden;
	font-size: 12px;
	padding: 4px 0 0 0;
}
/* banner */
.banner .banner-next,  .banner .banner-prev {
	height: 60px;
	width: 30px;
	font-size: 20px;
}
.banner .banner-next {
	right: 0px;
}
.banner .banner-prev {
	left: 0px;
}
.banner .banner-num {
	bottom: 5px;
}
.banner .banner-num .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border: 2px solid #fff;
}
/* index */
.index {
	padding: 20px 0 30px 0;
}
.index .in_tit {
	margin: 20px 0 15px 0;
	font-size: 12px;
}
.index .in_tit .tit hr {
	width: 65px;
}
.index .in_tit .more {
	display: none;
}
.index .in_more {
	width: 100px;
	text-indent: 16px;
	background-position: 70px center;
	background-size: auto 5px;
	font-size: 12px;
}
/* in_about */
.in_about {
	display: block;
}
.in_about .pic {
	width: 100%;
}
.in_about .box {
	background: #f0f0f0;
	width: 100%;
	padding: 15px 10px;
}
.in_about .box .text {
	line-height: 1.8;
	padding: 0 0 10px 0;
	color: #666;
	text-align: justify;
}
/* in_erlan */
.in_erlan {
	padding: 20px 0 0 0;
	display: block;
}
.in_erlan .b_tit {
	margin-bottom: 15px;
}
.in_erlan .b_tit .tit {
	padding: 0 0 8px 0;
	margin-left: 10px;
	font-size: 18px;
}
.in_erlan .left {
	width: 100%;
}
.in_erlan .right {
	width: 100%;
	padding: 20px 0 0 0;
}
.in_erlan .wzxun {
	margin: 0;
}
.in_erlan .wzxun li {
	line-height: 40px;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #eee;
}
.in_erlan .wzxun li a {
	padding: 0 0 0 12px;
	background-size: auto 5px;
	background-position: left 16px;
}
.in_erlan .big_pic {
	margin-bottom: 5px;
}
.in_erlan .big_pic img {
	height: auto;
}
.in_erlan .big_pic span {
	bottom: 0;
}
.in_erlan .big_box {
	margin-bottom: 8px;
}
.in_erlan .big_box .pic {
	margin-right: 10px;
}
.in_erlan .big_box .pic img {
	width: 110px;
	height: 70px;
	transition: all 0.3s;
}
.in_erlan .big_box .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	line-height: 22px;
}
.in_erlan .big_box .box span {
	padding: 5px 0;
}
.in_erlan .big_box .box p {
	height: 44px;
	font-size: 12px;
}
.in_erlan .big_box .box em {
	display: none;
}
/* in_banxun */
.in_banxun .box {
	padding: 10px;
}
.in_banxun .box span {
	font-size: 14px;
}
.in_banxun .box p {
	margin: 5px 0;
	font-size: 12px;
	height: 66px;
}
.in_banxun .box i {
	float: none;
	margin: 0 auto;
	margin-top: 5px;
}
.in_banxun .next,  .in_banxun .prev {
	width: 20px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	z-index: 5;
	border-radius: 2px;
}
.in_banxun .next {
	right: -10px;
}
.in_banxun .prev {
	left: -10px;
}
/* in_pro */
.in_pro {
	padding: 0 0 20px 0;
}
.in_pro .tab {
	padding: 0 0 15px 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.in_pro .tab li {
	padding: 0;
	margin: 0;
	width: 32.5%;
	text-align: center;
}
.in_pro .tab li:nth-child(4),  .in_pro .tab li:nth-child(5) ,.in_pro .tab li:nth-child(6){
	display: none;
}
.in_pro .xun .pic {
	width: 120px;
}
.in_pro .xun .box {
	padding: 0 0 0 10px;
}
.in_pro .xun .box span {
	font-size: 16px;
}
.in_pro .xun .box p {
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	margin: 5px 0 10px 0;
}
.in_pro .xun .box em {
	width: 80px;
	line-height: 30px;
	font-size: 12px;
}
/* main */
.main {
	padding: 10px 0;
}
.main .container {
	display: block;
}
.main .main_left {
	width: 100%;
}
.main .main_left .box {
	display: none;
}
.main .main_left .tel {
	margin-top: 10px;
	padding: 10px 0 10px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.main .main_left .tel .iconfont {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.main .main_left .tel .kj em {
	font-size: 20px;
}
.main .main_left .kefu .iconfont {
	font-size: 36px;
	margin: 0 12px 0 5px;
}
.main .main_right {
	width: 100%;
	padding: 0 0 20px 0;
}
.main .position {
	margin-bottom: 15px;
}
.main .position .tit {
	border-bottom: 0;
	background: #e21001;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: normal;
	color: #fff;
}
.main .position .text {
	font-size: 12px;
	padding: 0;
}
.main .web_tit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 15px 0 10px 0;
}
.main .web_tit span {
	padding: 0 0 5px 0;
}
.main .web_tit em {
	padding: 0 0 5px 10px;
}
/* list_case */
.list_case {
	margin: -5px;
}
.list_case li {
	width: 50%;
	padding: 5px;
}
.list_case li span {
	line-height: 34px;
	background: #f0f0f0;
}
/* list_pro */
.list_pro {
	margin: -5px;
}
.list_pro li {
	width: 50%;
	padding: 5px;
}
.list_pro li .box {
	padding: 10px;
}
.list_pro li span {
	font-size: 14px;
}
.list_pro li em {
	float: none;
	margin: 0 auto;
	margin-top: 5px;
}
/* list_news */
.list_news li {
	margin-top: 10px;
}
.list_news li a {
	padding: 10px;
}
.list_news li a > span {
	font-size: 14px;
	line-height: 28px;
}
.list_news li a > p {
	line-height: 22px;
	height: 42px;
	margin: 0;
	font-size: 12px;
}
.list_news li a > em {
	display: none;
}
.list_news li .pic {
	margin-right: 10px;
}
.list_news li .pic img {
	width: 110px;
	height: 70px;
}
.list_news li .bt em {
	width: 70px;
	line-height: 26px;
	font-size: 14px;
}
.list_news li .bt span {
	font-size: 14px;
}
.list_news li .text {
	font-size: 12px;
	line-height: 22px;
	padding: 5px 0 0 0;
}
/* list_newsb */
.list_newsb {
	margin: -5px 0;
}
.list_newsb li {
	width: 100%;
	padding: 0;
}
.list_newsb li .box {
	line-height: 40px;
}
.list_newsb li a {
	padding: 0 12px;
	background-position: left 16px;
	background-size: auto 6px;
}
.list_newsb li:last-child .box {
	border-bottom: 0;
}
/* view_news */
.view_news .param {
	padding: 8px 0;
}
.view_news .param li {
	padding: 0 5px;
}
.view_news .body img {
	padding: 5px 0;
}
.view_news .prne {
	margin: 0;
	line-height: 1.8;
}
.view_news .prne li {
	padding: 0;
	width: 100%;
}
.view_news .huibj {
	padding: 10px;
}
.view_news .list_case li:nth-child(3) {
	display: none;
}
/* view_pro */
.view_pro .flex_main {
	display: block;
}
.view_pro .flex_main .box {
	width: 100%;
	padding: 15px 0 0 0;
}
.view_pro .flex_main .box .tit {
	padding: 0 0 8px 0;
	text-align: center;
}
.view_pro .flex_main .box .text {
	line-height: 1.8;
	font-size: 14px;
}
.view_pro .flex_main .box .but {
	padding: 10px 0 15px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.view_pro .flex_main .box .but a {
	padding: 0 15px;
}
.view_pro .flex_main .box .but a:last-child {
	margin-left: 10px;
}
.view_pro .flex_main .box .ewm {
	max-width: 80px;
	margin: 0 auto;
	font-size: 12px;
}
.view_pro .ppic {
	width: 100%;
}
.view_pro .ppic .probansmall .swiper-slide {
	padding: 0 2px;
}
.view_pro .body img {
	padding: 5px 0;
}
.view_pro .list_pro li:nth-child(3) {
	display: none;
}
/* pagebody */
.pagebody img {
	padding: 5px 0;
}
/* 分页 */
.dede_pages {
	padding: 15px 0 0 0;
}
.dede_pages ul {
	overflow: hidden;
	padding: 0 0 0 1px;
}
.dede_pages li {
	margin: 0 0 0 -1px;
	line-height: 26px;
	border-radius: 0;
	font-size: 12px;
}
.dede_pages li a {
	padding: 0 10px;
}
.dede_pages li.pageinfo {
	display: none;
}
/* tan_pic */
.tan_pic {
	padding: 40px;
}
.tan_pic .close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.tan_pic .swiper-pagination-bullet {
	width: 25px;
	height: 3px;
	margin: 0 5px;
}
.tan_pic .swiper-button-next,  .tan_pic .swiper-button-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 30px;
	text-align: center;
}
}
@media (max-width: 321px) {
header .head .text span {
	font-size: 12px;
}
}
