/*公共样式开始*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	color: #464343;
}

body {
	overflow-x: hidden;
	position: relative;
	font-size: 0.14rem;
	background-color: #ffffff;
	min-width: 320px;
	font-family: "微软雅黑";
}

address,
cite,
dfn,
p,
span,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "微软雅黑";
	color: #000;
	cursor: pointer;
}

body,
div,
ul {
	margin: 0;
	padding: 0;
}

li {
	font-family: "微软雅黑";
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

input,
textarea {
	outline: none;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

.wrapper {
	max-width: 7.50rem;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	overflow: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@font-face {
	font-family: 'pf';
	src: url('PINGFANG LIGHT.TTF');
}

.header {
	height: 1rem;
	background-color: #636363;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 7.50rem;
	width: 100%;
	z-index: 200;
	moz-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, .2);
	/*firefox*/
	-webkit-box-shadow: 0 6px 35px 0px rgba(0, 0, 0, .2);
	;
	/*webkit*/
	box-shadow: 0 6px 35px 0px rgba(0, 0, 0, .2);
	;
	box-shadow: 0 6px 35px 0px rgba(0, 0, 0, .2);
}

.header a.logo {
	display: inline-block;
	width: 4.82rem;
	height: 0.76rem;
	margin: 0.14rem 0 0 0.24rem;
}

.header a.logo img {
	display: block;
	height: 100%;
}

.header span.navbar {
	display: block;
	width: 0.45rem;
	height: 0.39rem;
	cursor: pointer;
	margin-top: 0.28rem;
	margin-right: 0.24rem;
}

.header span.navbar img {
	display: block;
	max-width: 100%;
	height: auto;
}


/*菜单栏*/

.menu_list_bor {
	position: fixed;
	height: 100%;
	width: 100%;
	right: -100%;
	top: 0;
	z-index: 8888;
}

.colse_menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.menu_right {
	width: 70%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	overflow-x: hidden;
}

.menu_top {
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #bbbbbb;
}

.clo {
	line-height: 1rem;
	color: #333;
	font-size: 0.3rem;
	width: 1.5rem;
	margin-left: 0.3rem;
	height: 1rem;
	background-size: auto 0.25rem;
	padding-left: 0.35rem;
}

.menu_list {
	width: 100%;
}

.clo b {
	float: left;
	height: 100%;
	width: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	background: url('fl.png') no-repeat right center;
	background-size: 40%;
}

.clo span {
	display: inline-block;
	line-height: 0.8rem;
	margin-left: 0.1rem;
}

.menu_list>ul>li,
.menu_list>ul>li div>ul>li {
	line-height: 0.8rem;
	*height: 0.8rem;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}

.menu_list>ul>li div>ul {
	display: none;
}

.menu_list>ul>li>a,
.menu_list>ul>li div>ul>li>a {
	line-height: 0.8rem;
	*height: 0.8rem;
	color: #333;
	font-size: 0.28rem;
	display: inline-block;
	padding-left: 0.65rem;
	width: 100%;
	display: block;
}

.menu_list>ul>li div>ul>li {
	border: 0;
	border-top: 1px solid #e9e9e9;
	padding-left: 0.1rem;
}

.menu_list>ul>li div>ul>li>a {
	color: #575757;
}

.menu_list>ul>li>b,
.menu_list>ul>li div>ul>li b {
	position: absolute;
	display: block;
	width: 100%;
	height: 0.8rem;
	right: 0;
	top: 0;
	background: url('fl.png') no-repeat 90% center;
	background-size: 3.5%;
}

.menu_list>ul>li div>ul>li li {
	border-top: 1px solid #e9e9e9;
}

.menu_list>ul>li div>ul>li li a {
	padding-left: 1.5rem;
	color: #333;
}

.menu_list>ul>li>b.nex,
.menu_list>ul>li div>ul>li b.nex {
	background: url('nex.png') no-repeat 90% center;
	background-size: 6%;
}

.menu_list>ul>li {
	line-height: 0.8rem;
}

/*banner*/

.focus {
	max-width: 7.5rem;
	overflow: hidden;
	position: relative;
	margin-top: 0.88rem;
}

.focus img {
	max-width: 100%;
}

.focus ul li {
	max-width: 7.5rem;
	overflow: hidden;
}

.focus .flex-control-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.focus .flex-control-nav li {
	display: inline-block;
	margin: 0 0.1rem;
}

.focus .flex-control-nav li a {
	color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #10509d;
	display: block;
	width: 0.2rem;
	height: 0.2rem;
}

.focus .flex-control-nav li a.flex-active {
	background-color: #fff;
}

.focus ol.flex-control-nav.flex-control-paging {
	height: 0.4rem;
}

/* 公司简介 */
.company {}

.companytop {
	box-sizing: border-box;
	height: 4.6rem;
	width: 7.5rem;
	background: url(bjj.jpg) no-repeat;
	background-size: 100%;

}

.companytop ul {
	overflow: hidden;
}

.companytop ul li img {
	max-width: 0.7rem;
	max-height: 0.7rem;
}

.companytop ul li {
	float: left;
	box-sizing: border-box;
	padding-left: 0.3rem;
	margin-top: 0.2rem;
	height: 1.26rem;
	width: 3.74rem;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.companytop ul li:nth-child(2n) {
	border: none;
}

.companytop ul li div {
	display: inline-block;
	width: 2.5rem;
	margin-left: 0.1rem;
}

.companytop ul li img {
	vertical-align: top;
	margin-top: 0.05rem;
}

.companytop ul li p {
	font-family: 'pf';
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.15rem;
}

.companytop ul li span {
	font-family: 'pf';
	font-size: 0.2rem;
	color: #fff;
}

.companytop>div {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0.24rem;
	margin: 0.2rem auto;
	width: 4.7rem;
}

.companytop>div p:first-child {
	font-family: 'pf';
	font-size: 0.36rem;
	color: #fff;
}

.companytop>div p:last-child {
	font-family: 'pf';
	font-size: 0.32rem;
	color: #fff;
}

.companytop a {
	float: right;
	font-family: 'pf';
	font-size: 0.24rem;
	color: #fff;
	margin-right: 0.24rem;
	margin-top: 0.6rem;
}

.companybottom {
	position: relative;
	width: 7.5rem;
	/* height: 7.15rem; */
	background-color: #fff;
	padding-bottom: 0.35rem;
}

.companybottom>div {
	position: absolute;
	left: 0.25rem;
	top: -0.35rem;
	box-sizing: border-box;
	background-color: #004098;
	width: 7rem;
	height: 5.03rem;
	padding: 0.25rem;
}

.companybottom>div>img {
	max-width: 100%;
}

.companybottom span {
	display: block;
	width: 7rem;
	margin: 0 auto;
	font-size: 0.28rem;
	color: #666666;
	padding-top: 4.86rem;
	line-height: 0.5rem;
}

.proction {
	width: 7rem;
	padding: 0 0.25rem;
	background-color: #f3f3f3;
	overflow: hidden;
	padding-bottom: 0.35rem;
	height: 9.33rem;
}

.proction>div:first-child {
	display: inline-block;
	width: 4rem;
	margin-top: 0.45rem;
}

.proction>div>p:first-child {
	font-size: 0.36rem;
	color: #333333;
}

.proction>div>p:nth-child(2) {
	font-size: 0.32rem;
	color: #333333;
}

.proction>a {
	float: right;
	margin-top: 0.75rem;
	font-size: 0.24rem;
	color: #999999;
}

.promenu {
	position: absolute;
	width: 7rem;
	margin: 0 auto;
	white-space: nowrap;
	overflow-y: auto;
	margin-top: 0.15rem;
	height: 1.5rem;
}

.promenu li {
	display: inline-block;
	padding: 0 0.1rem;
	height: 0.57rem;
	line-height: 0.57rem;
	font-size: 0.28rem;
	color: #666666;
	margin-right: 0.12rem;
	background-color: #fff;
}

.promenu .on {
	color: #fff;
	background-color: #004098;
}

.prolist {
	position: absolute;
	margin-top: 0.7rem;
}
.prolist ul {
	background-color: #f3f3f3;
	overflow: hidden;
}

.prolist li {
	position: relative;
	width: 3.43rem;
	height: 3.29rem;
}

.prolist li {
	float: left;
	margin-right: 0.14rem;
	margin-top: 0.2rem;
}

.prolist li:nth-child(2n) {
	margin-right: 0;
}

.prolist .pic {
	width: 3.43rem;
	height: 3.29rem;
}

.prolist .pic img {
	max-width: 100%;
}

.prohide {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.94rem;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto;
	background-color: rgba(0, 64, 152, 0.7);
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 0.24rem;
}

.case {
	width: 7rem;
	margin: 0 auto;
	padding: 0 0.25rem;
}

.case>div:first-child {
	display: inline-block;
	width: 4rem;
	margin-top: 0.45rem;
}

.case>div>p:first-child {
	font-size: 0.36rem;
	color: #333333;
}

.case>div>p:nth-child(2) {
	font-size: 0.32rem;
	color: #333333;
}

.case>a {
	float: right;
	margin-top: 0.75rem;
	font-size: 0.24rem;
	color: #999999;
}

.caselist {
	overflow: hidden;
	margin: 0.35rem 0;
	padding-bottom: 0.2rem;
}

.caselist dt {
	height: 4.47rem;
	overflow: hidden;
}

.caselist dt img {
	max-height: 100%;
}

.caselist .swiper-button-prev,
.caselist .swiper-container-rtl .swiper-button-next {
	background-image: url(wleft.png) !important;
	background-size: 0.3rem;
}

.caselist .swiper-button-next,
.caselist .swiper-container-rtl .swiper-button-prev {
	background-image: url(wright.png) !important;
	background-size: 0.3rem;
}

.solution {
	width: 7rem;
	padding: 0 0.25rem;
	background-color: #2d2e30;
	padding-bottom: 0.55rem;
}

.solution>div:first-child {
	display: inline-block;
	width: 4rem;
	margin-top: 0.45rem;
}

.solution>div>p:first-child {
	font-size: 0.36rem;
	color: #fff;
}

.solution>div>p:nth-child(2) {
	font-size: 0.32rem;
	color: #fff;
	margin-bottom: 0.1rem;
}

.solution>a {
	float: right;
	margin-top: 0.75rem;
	font-size: 0.24rem;
	color: #fff;
}

.solution ul li {
	box-sizing: border-box;
	background-color: #fff;
	height: 2.6rem;
	width: 100%;
	margin-top: 0.15rem;
	padding: 0.45rem 0.4rem;
}

.solution ul li p {
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.15rem;
}

.solution ul li span {
	/* font-family: 'pf'; */
	font-size: 0.24rem;
	color: #666;
}

.solution ul li div {
	display: inline-block;
	width: 5.05rem;
	margin-left: 0.2rem;
}

.solution img {
	vertical-align: top;
	margin-top: 0.17rem;
	width: 0.86rem;
	height: 0.98rem;
}

.news {
	position: relative;
	padding-bottom: 1rem;
}

.news>div:first-child {
	display: inline-block;
	width: 4rem;
	margin-top: 0.45rem;
	margin-left: 0.25rem;
}

.news>div>p:first-child {
	font-size: 0.36rem;
	color: #333;
}

.news>div>p:nth-child(2) {
	font-size: 0.32rem;
	color: #333;
	margin-bottom: 0.1rem;
	margin-bottom: 0.35rem;
}

.news>a {
	float: right;
	margin-top: 0.75rem;
	font-size: 0.24rem;
	color: #999;
	margin-right: 0.25rem;
}

.news .swiper-container {
	width: 100%;
	height: 100%;
}

.news .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.news .swiper-slide-active,
.news .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 99;
}

.news a {
	background-color: #fff;
	display: block;
}

.news .pic {
	width: 5.06rem;
	height: 3.4rem;
	line-height: 3.4rem;
	text-align: center;
	overflow: hidden;
	border: 0.01rem solid #e4e4e4;
}

.news .pic img {
	max-width: 100%;
	max-height: 100%;
}

.news a p {
	box-sizing: border-box;
	height: 1.1rem;
	width: 5.08rem;
	padding: 0 0.3rem;
	display: flex;
	align-items: center;
	font-size: 0.28rem;
	color: #333333;
	border: 0.01rem solid #e4e4e4;
	border-top: none;
	text-align: center;
}

.news a div:last-child {
	padding: 0.15rem 0.3rem;
	font-size: 0.24rem;
	color: #999999;
	border: 0.01rem solid #e4e4e4;
	border-top: none;
	text-align: left;
}

.news a div:last-child img {
	float: right;
	width: 0.31rem;
	height: 0.24rem;
	margin-top: 0.05rem;
}

.news .swiper-pagination {
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-0.44rem);
}

.news .swiper-pagination span {
	margin: 0 0.05rem;
	height: 0.17rem;
	width: 0.17rem;
	border-radius: 0.09rem;
}

.message {
	padding: 0.23rem;
	text-align: center;
	font-size: 0.24rem;
	color: #8e8e8e;
	background-color: #363636;
	line-height: 0.38rem;
	margin-bottom: 0.96rem;
}
.message a {
	font-size: 0.24rem;
	color: #8e8e8e;
}

.foot {
	position: fixed;
	bottom: 0;
	height: 0.96rem;
	background-color: #a4a4a4;
	z-index: 99;
	width: 100%;
}

.foot li {
	padding: 0.15rem 0.49rem;
	display: inline-block;
	text-align: center;
}

.foot li p {
	color: #fff;
	font-size: 0.24rem;
}

.foot li img {
	max-width: 0.35rem;
	max-height: 0.33rem;
}

/* 新闻中心 */
.newscenter {
	background-color: #f0f0f0;
	padding: 0.22rem 0.25rem;
	padding-bottom: 0;
}

.newscenter>a {
	display: block;
	background-color: #fff;
	padding: 0.12rem;
}

.newscenter>a>div:first-child {
	vertical-align: top;
	display: inline-block;
	width: 2.42rem;
	height: 1.62rem;
	line-height: 1.62rem;
	text-align: center;
}

.newscenter>a>div:first-child img {
	max-width: 100%;
}

.newscenter>a>div:last-child {
	display: inline-block;
	margin-left: 0.2rem;
	width: 4rem;
}

.newscenter>a>div:last-child p {
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.5rem;
	height: 1.1rem;
}

.newscenter>a>div:last-child span {
	font-size: 0.3rem;
	color: #999999;
}
.newslist {
	text-align: center;
}
.newslist li {
	box-sizing: border-box;
	padding: 0.28rem 0.15rem;
	height: 1.78rem;
	background-color: #fff;
	margin-top: 0.14rem;
	text-align: left;
}

.newslist li div {
	display: inline-block;
	vertical-align: top;
}

.newslist .timebox {
	height: 1.1rem;
	width: 1.1rem;
	border: 0.01rem solid #d2d2d2;
	text-align: center;
	box-sizing: border-box;
	padding: 0.1rem 0;
}

.newslist .timebox p:first-child {
	font-size: 0.43rem;
	color: #666666;
	/* padding: 0.05rem 0; */
}

.newslist .timebox p:last-child {
	display: inline-block;
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.16rem;
	color: #666666;
}

.newslist li div:nth-child(2) {
	width: 5.22rem;
	margin-left: 0.25rem;
}

.newslist li div:nth-child(2) p {
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.1rem;
}

.newslist li div:nth-child(2) span {
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.38rem;
}

/* 新闻详情 */

.newsbox {
	box-sizing: border-box;
	background-color: #f0f0f0;
	padding: 0.25rem 0;
}

.newsboxtip p {
	font-size: 0.36rem;
	color: #004098;
	line-height: 0.6rem;
}

.newsboxtip span {
	display: block;
	margin: 0.15rem 0;
	font-size: 0.24rem;
	color: #999;
}

.newsboxtip {
	padding: 0.15rem 0.25rem;
	width: 6.5rem;
	margin: 0 auto;
	border-bottom: 0.01rem solid #d2d2d2;
	background-color: #fff;
}

.newscont {
	padding: 0.15rem 0.25rem;
	width: 6.5rem;
	margin: 0 auto;
	background-color: #fff;
	font-size: 16px;line-height: 0.5rem;
}
.newscont img {
	max-width: 100%;
}
.newscont .page {
	margin: 0.3rem 0;
	font-size: 0.24rem;color: #333333;
	line-height: 0.4rem;
}
.newscont div:last-child a {
	display: inline-block;
	width: 1.6rem;line-height: 0.5rem;
	height: 0.5rem;background-color: #004098;
	font-size: 0.24rem;color: #fff;
	margin-bottom: 0.25rem;
}

.relate {
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.12rem;
	background-color: #fff;
	padding-bottom: 0.45rem;
}

.relate>div:first-child {
	display: inline-block;
	width: 4rem;
	margin-top: 0.25rem;
	margin-left: 0.25rem;
}

.relate>div>p:first-child {
	font-size: 0.3rem;
	color: #333;
}

.relate>div>p:nth-child(2) {
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.1rem;
}

.relate>a {
	float: right;
	margin-top: 0.5rem;
	font-size: 0.24rem;
	color: #999;
	margin-right: 0.25rem;
}

.relate ul li {
	height: auto;
	margin: 0;
	padding: 0.28rem 0.25rem 0 0.25rem;
}

.relate li div:nth-child(2) {
	width: 5rem;
}

/* 产品中心 */
.pro {
	background-color: #fff;
	padding: 0 0.25rem;
	overflow: hidden;
}

.pro ul {
	font-size: 0;
	text-align: center;
}

.pro li {
	position: relative;
	float: left;
	text-align: left;
	height: 3.3rem;
	width: 3.4rem;
	margin-right: 0.2rem;
	margin-top: 0.25rem;
	overflow: hidden;
}

.pro li:nth-child(2n) {
	margin-right: 0;
}

.pro li img {
	max-width: 100%;
}

.pro li div {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	height: 0.95rem;
	width: 100%;
	padding: 0.1rem 0.15rem;
	background-color: rgba(0, 64, 152, 0.7);
	font-size: 0.24rem;
	color: #fff;
	display: flex;
	align-items: center;
}

/* 产品详情 */
.prode {
	background-color: #f0f0f0;
	padding: 0.25rem;
}

.prode>div:first-child {
	background-color: #fff;
	padding: 0 0.3rem;
	text-align: center;
	padding-bottom: 0.55rem;
}
.prode>div:first-child>	img {
	max-width: 100%;
	margin: 0.2rem 0;
}

.prode>div:first-child>p {
	height: 1.08rem;
	line-height: 1.08rem;
	border-bottom: 0.01rem solid #d2d2d2;
	font-size: 0.36rem;
	color: #004098;
}

.prode>div:first-child>span {
	font-size: 0.28rem;
	color: #999999;
}

.prode>div:first-child>div img {
	vertical-align: top;
	margin-top: 0.2rem;
	width: 0.38rem;
	height: 0.38rem;
}

.prode>div:first-child>div {
	margin-top: 0.25rem;
}

.prode>div:first-child>div div {
	display: inline-block;
	width: 2rem;
	margin-left: 0.2rem;
}

.prode>div:first-child>div div p:first-child {
	font-size: 0.28rem;
	color: #666666;
	margin-bottom: 0.05rem;
}

.prode>div:first-child>div div p:last-child {
	font-size: 0.28rem;
	color: #004098;
}

.proscr {
	background-color: #fff;
	overflow: hidden;
	margin-top: 0.15rem;
	padding: 0 0.25rem;
}

.proscr>p {
	padding-left: 0.25rem;
	margin-top: 0.22rem;
	height: 0.28rem;
	line-height: 0.28rem;
	color: #333333;
	font-size: 0.3rem;
	border-left: 0.08rem solid #004098;
}
.proscr>div {
	padding: 0.3rem 0;
}
.relapro {
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.15rem;
	background-color: #fff;
	padding-bottom: 0.25rem;
	overflow: hidden;
}

.relapro>div:first-child {
	display: inline-block;
	width: 4rem;
	margin-top: 0.25rem;
	margin-left: 0.25rem;
}

.relapro>div>p:first-child {
	font-size: 0.3rem;
	color: #333;
}

.relapro>div>p:nth-child(2) {
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.1rem;
}

.relapro>a {
	float: right;
	margin-top: 0.5rem;
	font-size: 0.24rem;
	color: #999;
	margin-right: 0.25rem;
}

.relapro li {
	height: 3.06rem;
	width: 3.14rem;
	margin-right: 0.15rem;
}

.method {
	background-color: #f0f0f0;
	padding: 0.25rem;
}

.method>div:first-child {
	background-color: #fff;
	padding: 0 0.25rem;
}

.method>div:first-child {
	height: 1.05rem;
	line-height: 1.05rem;
	border-bottom: 0.01rem solid #d2d2d2;
	color: #333333;
	font-size: 0.36rem;
}

.method>div:first-child img {
	width: 0.41rem;
	height: 0.47rem;
	margin-right: 0.15rem;
}

.method div:nth-child(2) {
	padding: 0.3rem 0.25rem;
	background-color: #fff;
}
.method div:nth-child(2) img {
	max-width: 100%;
}

.reccase {
	box-sizing: border-box;
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.15rem;
	background-color: #fff;
	padding: 0 0.3rem;
	padding-bottom: 0.25rem;
	overflow: hidden;
}

.reccase>div:first-child {
	display: inline-block;
	width: 4rem;
	margin-top: 0.25rem;
}

.reccase>div>p:first-child {
	font-size: 0.3rem;
	color: #333;
}

.reccase>div>p:nth-child(2) {
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.1rem;
}

.reccase>a {
	float: right;
	margin-top: 0.5rem;
	font-size: 0.24rem;
	color: #999;
	margin-right: 0.25rem;
}

.reccase ul li {
	float: left;
	height: 3.68rem;
	width: 3.06rem;
}

.reccase ul li:first-child {
	margin-right: 0.28rem;
}

.reccase ul li div:first-child {
	width: 3.06rem;
	height: 2.68rem;
	line-height: 2.68rem;
	text-align: center;
}

.reccase ul li div:first-child img {
	max-width: 100%;
}

.reccase ul li div:last-child {
	box-sizing: border-box;
	height: 1rem;
	padding: 0.15rem 0.05rem;
	font-size: 0.24rem;
	color: #666;
	line-height: 0.4rem;
	text-align: left;
}

.rc {
	background-color: #f0f0f0;
	padding: 0.25rem;
	text-align: center;
}

.rc li {
	box-sizing: border-box;
	height: 3.2rem;
	width: 7rem;
	padding: 0.3rem 0.23rem;
	background-color: #fff;
	margin-bottom: 0.2rem;
	text-align: left;
}

.rc a>div:first-child {
	display: inline-block;
	width: 0.08rem;
	height: 0.08rem;
	background-color: #004098;
	vertical-align: top;
	margin-top: 0.15rem;
}

.rc a>div:last-child {
	display: inline-block;
	width: 6.15rem;
	margin-left: 0.17rem;
}

.rc a>div:last-child p {
	display: inline-block;
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.15rem;
}

.rc a>div:last-child>span {
	height: 1.2rem;
	font-size: 0.24rem;
	color: #666;
	display: block;
	line-height: 0.4rem;
}
.more {
	display: inline-block;
	height: 0.55rem;width: 2.22rem;padding-left: 0.32rem;line-height: 0.55rem;
	/* border: 1px solid #7d7d7d; */text-align: left;transition: all 0.5s;
	font-size: 0.24rem;color: #fff;background:#004098 url(warrow.png) no-repeat 1.65rem center;
	background-size: 0.5rem;margin-top: 0.3rem;
}

/* 工程案例 */
.casebox {
	background-color: #fff;
	text-align: center;
	padding-top: 0.45rem;
}
.casebox>p:first-child {
	font-size: 0.36rem;color: #333333;
}
.casebox>p:nth-child(2) {
	font-size: 0.3rem;color: #333333;
}

.pc-slide {
	width: 7rem;
	margin: 0.4rem auto;
}

.view .swiper-container {
	width: 7rem;
	height: 5.66rem;
}
.view img {
	width: 7rem;
	height: 5.66rem;
}
.preview {
	width: 100%;
	margin-top: 0.1rem;
	position: relative;
}

.preview .swiper-container {
	width: 6.08rem;
	height: 1.7rem;
}

.preview .swiper-slide {
	width: 1.94rem;
	height: 1.68rem;
	cursor:pointer;
	margin: 0 0.04rem;
}

/* .preview .slide6 {
	width: 82px;
} */

.preview .arrow-left {
	background: rgba(0,0,0,0.5) url(wleft.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 11%;
	margin-top: -9px;
	width:0.35rem;
	height: 1.58rem;
	z-index: 10;
	background-size: 0.2rem;
}

.preview .arrow-right {
	background: rgba(0,0,0,0.5) url(wright.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 11%;
	margin-top: -9px;
	width: 0.35rem;
	height: 1.58rem;
	z-index: 10;
	background-size: 0.2rem;
}

.preview img {
	max-width: 100%;
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #004098;
}


.bj {
	width: 7.5rem;
	margin-top: 1rem;
}
.bj img {
	max-width: 100%;
}
/* 内页导航 */
.daohang {
    position: relative;
    height: 0.6rem;
    width: 7rem;
    padding: 0 0.25rem;
	background-color: #004098;
}
.address {
	float: left;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.3rem;
	color: #fff;
}
.daohang img {
    float: right;
    margin-top: 0.15rem;
    width: 0.3rem;
}
.daohang>ul {
	position: absolute;
	    right: 0;
	    top: 0.6rem;
	    background-color: #fff;
	    font-size: 0;
	    width: 100%;
		/* height: 7.3rem; */
	    z-index: 2;
}
.daohang>ul li {
    padding: 0.3rem;
    border: 1px solid #e9e9e9;
    border-top: none;
}
.daohang>ul a {
    font-size: 0.28rem;
    color: #666;
}

/* 分页 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #004098;
}
.newslist .layui-laypage {
	margin: 0.3rem 0;
}
.pro .layui-laypage {
	margin: 0.45rem auto;
	width: 7rem;
}

/* 表单开始 */
.layui-form {
	padding: 0.4rem 1rem;
}

.code {
	width:3.9rem !important;
}
.validateCode {
	width: 1.5rem !important;
}
tr {
	display: block;
	margin-bottom: 0.2rem;
}
.layui-input, .layui-textarea {
	width: 5.5rem;
}
.btn {
    width: 6rem;
    text-align: center;
}

	.layui-btn {
	    width: 1.6rem;
	        color: #fff;
	        font-size: 0.24rem;
	        background-color: #004098;
	        height: 0.8rem;
	        border-radius: 0.05rem;
	}
	
.layui-input,.layui-textarea {
	font-size: 0.24rem;
	color: #999;
}

/* 单页内容 */
.bigbox {
	background-color: #fff;
	padding-top: 0.45rem;
	padding: 0.25rem;
}
.bigbox>p:first-child {
	font-size: 0.36rem;color: #333333;width: 7rem;margin: 0 auto;text-align: center;
}
.bigbox>p:nth-child(2) {
	font-size: 0.3rem;color: #333333;width: 7rem;margin: 0 auto;text-align: center;
	margin-bottom: 0.3rem;
}
.bigbox .lazyload img{
	max-width: 100%;
}
.incompanytop {
	height: 3.18rem;
	width: 7rem;
	margin-top: 0.4rem;
}
.incompanytop ul li {
	width: 3.5rem;
	padding-left: 0.15rem;
}
.incompanytop ul li img {
	margin-top: 0.2rem;
}
.incompanytop ul li p {
	margin-top: 0.05rem;
}
.companytop ul li div {
	width: 2.4rem;
	text-align: left;
	margin-left: 0.05rem;
}
.companytop ul li img {
	max-width: 0.6rem;
	    max-height: 0.6rem;
}
.companytop ul li p {
	margin-bottom: 0.05rem;
	
}
.other {
	padding-bottom: 0.3rem;
}
.page a {
	display: inline-block;
	width: 4.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}
