@charset "utf-8";
/* CSS Document */

/* 公共部分 */
:root{
	--theme-color:#94c91f;
	--basic-color:#ffffff;
	--background-color:#0b0b0b;
	--border-color:#ccc;
}
html{
	font-size: 100px;
}
html, body {
    -ms-overflow-style: scrollbar;
}
body{
	font-family:"Tahoma","sans-serif";
	font-size:0.2rem;
	line-height:1.6;
	padding:0;
	margin:0;
	background: #0b0b0b;
}
p,form,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
ol,ul,li{
	list-style:none;
}

a{color:#0a0a0a;text-decoration:none;}
a:visited {color: #0a0a0a}
a:hover{text-decoration:none;}

img {border:none; max-width:100%;}
a img{display:block;}

button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled], input[disabled] {cursor: default;}
input::-webkit-input-placeholder {color: #999;}

.sec-container{padding-top:0.5rem; padding-bottom:0.5rem; overflow:hidden;}
.main-con{ font-size: 0.22rem; overflow: hidden; min-height: 4rem; color: #ffffff;}
.main-con p{margin-bottom: 1em;}
.main-con video{width: 90%; max-height: 800px; margin: 0 auto; display: block;}
.con{overflow:hidden;}
.con2{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.img-radius img{ border-radius: 15px;}
.tab-container .tab-con{display: none;}
.tab-container .tab-con.active{display: block;}
.main-container{background: url(../images/bg.jpg) top no-repeat; background-size: 100% auto;}
@media (max-width: 767px) {
	html{
		font-size: 80px;
	}
}
@media (min-width: 768px) {
	html{
		font-size: 80px;
	}
}
@media (min-width: 992px) {
	html{
		font-size: 80px;
	}
}
@media (min-width: 1600px) {
	html{
		font-size: 100px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1920px) {
	.container {
		width: 1600px;
	}
}
.flex-containter{
	display: flex;
}
.flex-item{
	flex: 1;
}
.gray{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
}
/*头部*/
.pboxheader{position:relative; z-index:99;}
.pboxheader .logo img{max-height:100%; margin-left: -30%;}
.pboxheader .mobilemenu{font-size: 20px; color:#999; position: absolute; top: 50%; right: 15px; width: 45px; height: 45px; text-align: center; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin:0;}
.pboxheader .mobilemenu .glyphicon{line-height:43px; top:0;}
.pulmainnav{font-size: 0.2rem; color:#221815;}
.pulmainnav a{text-decoration:none; color:#94c91f; display: block; font-weight: bold;}
.pulmainnav > li{ position: relative;}
.pulmainnav > li > a{ color:#94c91f; display: block; padding: 5px 15px; line-height:2.6; text-transform: uppercase;}
.pulmainnav .nav_sub > li{ font-size: 0.18rem;}
.pulmainnav .nav_sub > li > a{ display: block; padding: 8px 0; color:#94c91f; text-transform: capitalize;}
.navbar-toggle .icon-bar{
	height: 3px;
	background:#94c91f;
}
.navbar-brand{
	padding-top:10px;
	padding-bottom:10px;
	height:50px;
}
.navbar-toggle .icon-bar{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.open .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
	margin-top:8px;
}
.open .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}
.open .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1,- 45deg);
	margin-top:-10px;
}
@media (min-width: 992px) {
	.pboxheader{border-bottom: 2px solid #94c91f; height: 152px;}
	.pboxheader .container{position: relative; height: 100%;}
	.pboxheader .logo{ position: absolute; top: 0; left: 0; height: 100%;}
	.pboxheader .l1{ text-align: right;}
	.pboxheader .sns{margin-top: 40px; margin-bottom: 20px; margin-right: 10px;}
	.pboxheader .pulmainnav{ text-align: right;}
	.pulmainnav > li{ display: inline-block; height:53px; padding:0 10px;}
	.pulmainnav > li > a{padding:0 0;}
	.pulmainnav > li:hover, .pulmainnav > li.active{}
	.pulmainnav .nav_sub{position: absolute; left: 0; top: 53px; padding: 15px 10px; opacity: 0; visibility: hidden;-webkit-transition: opacity 0.2s;	transition: opacity 0.2s; border-top:2px solid #94c91f; text-align: left;}
	.pulmainnav > li:hover .nav_sub{ opacity: 1; visibility: visible;}
	.pulmainnav .nav_sub > li > a{ -webkit-transition: padding 0.2s;	transition: padding 0.2s; font-size: 0.18rem; padding-left: 10px; padding-right: 10px; color: #000000; white-space: nowrap; background-image: url(../images/nav-bg.png);  background-position: top center; background-repeat: no-repeat; }
	.pulmainnav .nav_sub > li:first-child > a{background-image: none;}
	
	.pulmainnav > li:hover > a, .pulmainnav > li.active > a{color:#fff;}
	.pulmainnav .nav_sub{ background-color: #94c91f; box-shadow: 0px 0px 18px 0px rgba( 0, 0, 0, 0.15); }
	.pulmainnav .nav_sub > li:hover > a, .pulmainnav .nav_sub > li.active > a{background-image: url(../images/nav-bg.png); background-repeat: repeat-y;  color:#fff;}
}
@media (max-width: 991px){
	.pboxheader{background-color: #0b0b0b; border-bottom:1px solid #94c91f;;}
	.pboxheader .logo{height:6.5em;}
	.pboxheader.open {
	    position: fixed;
	    width: 100%;
	    z-index: 999;
	    top: 0;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    -webkit-transition: all 0.35s linear, height 0.35s ease-in 100ms;
	    transition: all 0.35s linear, height 0.35s ease-in 100ms;
	}
	.pboxheader .pulmainnav {position: fixed; width:100%; height:100%; left:0; visibility: hidden; opacity: 0;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    -webkit-transition: background 0.35s linear, height 0.35s ease-in 100ms;
	    transition: background 0.35s linear, height 0.35s ease-in 100ms;
		background-color:#94c91f; overflow: auto; margin-top:1px;
		padding: 0 15px;
	}
	.pulmainnav > li > a{ color: #000000;}
	.pboxheader.open .pulmainnav {visibility: visible; opacity: 1;}
	.pulmainnav > li > .glyphicon {
	    position: absolute;
	    right:0;
		top:0;
	    margin: 0 15px;
	    width: 50px;
	    height: 50px;
		line-height: 50px;
	    text-align: center;
		color:#999;
	}
	.pulmainnav > li > .glyphicon:before {
		content: "\e080";
		color: #000000;
	}
	.pulmainnav > li.open > a{
		background-color: #036b40;
		color: #fff;
	}
	.pulmainnav > li.open > .glyphicon:before {
		content: "\e114";
		color:#ffffff;
	}
	.pulmainnav li{border-bottom: 1px solid #4d993f;}
	.pulmainnav .nav_sub{display:none; }
	.pulmainnav > li.active .nav_sub{}
	.pulmainnav .nav_sub > li > a{padding: 10px 30px; color: #02472a;}
	.mobilemenu{ display:block;}
}
@media (min-width: 620px) and (max-width: 767px) {
	.pboxheader .logo img{margin-left: -18%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.pboxheader .logo img{margin-left: -15%;}
}
@media (min-width: 1024px) and (max-width: 1191px) {
	.pulmainnav{font-size: 0.16rem;}
	.pulmainnav > li{padding: 0 5px;}
	.pulmainnav .nav_sub > li > a{font-size: 0.16rem;}
}
@media (min-width: 1192px) and (max-width: 1600px) {
	.pulmainnav > li{padding: 0 5px;}
}

/*底部*/
.footer-top {
	padding: 1.3rem 0 0.3rem 0;
	margin-top: -1rem;
}
.footer-logo{
	z-index: -1;
	margin-bottom: -11%;
	margin-top: -12%;
}
.footer-logo img{
	max-width: 130%;
}
.footer-top-left{
	padding-right: 0.5rem;
	border-right: 1px solid #212121;
}
.foot-contact {
	overflow: hidden;
	border-bottom: 1px solid #212121;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}
.foot-contact li{
	font-size: 0.24rem;
	color: #ffffff;
	line-height: 2;
	float: left;
	margin-right: 0.4rem;
	vertical-align: middle;
}
.foot-contact li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 0.08rem;
	width: 0.29rem;
}
.foot-nav{
	font-size: 0.16rem;
	color: #94c91f;
}
.foot-nav a{
	float: left;
	color: #94c91f;
	margin-right: 0.3rem;
	padding-right: 0.3rem;
	background: url(../images/jiantou-lv.png) 95% center no-repeat;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.foot-nav a:hover{
	background-position-x: 100%;
}
.footer-bottom{
	font-size: 0.14rem;
	color: #8c8c8c;
	background-color: #000000;
	padding: 0.2rem 0;
}
.sns{
	text-align: right;
}
.sns li{
	display: inline-block;
	margin-left: 15px;
}
@media (max-width: 768px) {
	.footer-top {
		background: none;
	}
	.footer-top-left{
		padding-right: 0;
		border-right: none;
	}
	.foot-contact {
	  border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.footer-top-left{
		padding-left: 0;
		padding-right: 0;
	}
	.footer-bottom{
		text-align: center;
	}
	.footer-bottom .sns{
		text-align: center;
		margin-top: 0.1rem;
	}
	
}

/*--lunbo start here--*/
.index-lunbo{
	position: relative;
}
.index-lunbo .swiper-pagination{
	position: absolute;
	bottom: 15%;
	left: 15%;
}
.index-lunbo img{
	width:100%;
}
.index-lunbo, .index-lunbo .swiper-slide{
	overflow:hidden;
}
.index-lunbo .swiper-pagination-bullet, .index-lunbo .swiper-pagination-switch{
	cursor: pointer;
	opacity:1;
	outline: 0;
	display: inline-block;
	
	width: 0.16rem;
	height: 0.16rem;
	background-color: #2e4c03;
	border-color: #2e4c03;
	border-radius: 50%;
	margin: 0 4px;
}
.index-lunbo .swiper-pagination-bullet-active, .index-lunbo .swiper-active-switch {
	background-color: #ffffff;
	border-color: #ffffff;
}
.index-lunbo .index-video{
	position: absolute;
	top: 15%;
	right: 15%;
	width: 20%;
	z-index: 9;
}
.index-video .a-img {
	border: 2px solid #94c91f;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	background-color: #94c91f;
}
.index-video .play{
	width: 22%;
	height: 100%;
	background: url(../images/icon-play-white.png) center center no-repeat #000000;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 0.1rem;
}
.index-video .img{
	padding-top: 100%;
}
.index-video .txt {
	position: relative;
	height: 5em;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top: 2px solid #94c91f;
}
.index-video .tit {
	font-size: 0.18rem;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-video-box{
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	transform: scale(0);
	transition: all ease .5s;
	text-align: center;
}
.index-video-box p {
	display: inline-block;
	height: 80vh;
	margin: 10vh auto 0;
	position: relative;
}
.index-video-box  p video {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.index-video-box p .close {
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.5rem;
	font-size: 0.5rem;
	text-align: center;
	color: #fff;
	font-weight: 100;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
}
.index-video-box.show {
    transform: scale(1);
}
.imgs-lunbo{
	margin-bottom: 0.5rem;
}
.imgs-lunbo .swiper-wrapper{
	padding-bottom: 0.5rem;
}
.imgs-lunbo .swiper-slide{
	border: 1px solid #999;
	border-radius: 10px;
	overflow: hidden;
	max-height: 90vh;
	position: relative;
}
.imgs-lunbo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imgs-lunbo .swiper-pagination{
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
}
.imgs-lunbo .swiper-pagination-bullet, .imgs-lunbo .swiper-pagination-switch{
	cursor: pointer;
	opacity:1;
	outline: 0;
	display: inline-block;
	
	width: 0.5rem;
	height: 4px;
	background-color: #434343;
	margin: 0 4px;
	border-radius: 0;
}
.imgs-lunbo .swiper-pagination-bullet-active, .imgs-lunbo .swiper-active-switch {
	background-color: #94c91f;
}
.imgs-lunbo .swiper-button-next, .imgs-lunbo .swiper-button-prev{
	width: 1rem;
	height: 1rem;
	margin-top: -0.5rem;
}
.imgs-lunbo .swiper-button-prev:after, .imgs-lunbo .swiper-container-rtl .swiper-button-next:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/icon-jiantou-left.png) center center no-repeat;
	background-size: 100% 100%;
}
.imgs-lunbo .swiper-button-next:after, .imgs-lunbo .swiper-container-rtl .swiper-button-prev:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/icon-jiantou-right.png) center center no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 767px) {
	.imgs-lunbo .swiper-button-next, .imgs-lunbo .swiper-button-prev{
		width: 0.5rem;
		height: 0.5rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.imgs-lunbo .swiper-button-next, .imgs-lunbo .swiper-button-prev{
			width: 0.8rem;
			height: 0.8rem;
		}
	}
/*--lunbo end here--*/

.lm-title {
	font-size: 28px;
	color: #94c91f;
	border-bottom: 2px solid #94c91f;
	margin-bottom: 20px;
	line-height: 1.6;
	height: 50px;
}
.section-title {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 10px;
		margin-bottom: 15px;
    position: relative;
		line-height: 50px;
}
.section-title .ch {
	font-size: 28px;
	font-weight: bold;
	color: #94c91f;
}
.section-title .en {
	font-size: 30px;
	color: #303030;
	margin-left: 20px;
	text-transform: uppercase;
}

.section-title h2 img {
    display: inline-block;
    width: 41px;
}

.section-title .icon {
    font-size: 42px;
    color: #c1030e;
    vertical-align: text-top;
}

.section-title .more {
    position: absolute;
    right: 0;
    color: #aa030c;
    font-size: 12px;
    bottom: 15px;
}

.section-title .tabli {
    position: relative;
    top: 15px;
}

.list1 li {
    height: 32px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list1 li a {
    font-size: 16px;
}
.list1 li a:before {
    content: "·";
    margin-right: 5px;
}
.list1 li span {
    font-size: 14px;
    float: right;
    padding-left: 10px;
    color: #565656;
}
.list-more{
	font-size: 14px;
	margin-top: 20px;
}
.index-news-left .col-xs-12{
	padding-right: 0;
	padding-left: 30px;
	position: relative;
}
.index-news-left .col-xs-12:first-child{
	padding-right: 30px;
	padding-left: 0;
}
.index-news-left .col-xs-12:first-child:after{
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	width: 0;
	height: 80%;
	border-right: 1px solid var(--border-color);
}

.list2 li {
    width: 100%;
    padding: 15px 0;
		overflow: hidden;
}
.list2 li:first-child{
	padding-top: 0;
}
.list2 li:last-child{
	padding-bottom: 0;
}
.list2 .date {
    background: #fff;
    border: 1px solid var(--border-color);
    text-align: center;
    float: left;
    width: 70px;
    height: 60px;    
    margin-right: 10px;
}
.list2 .date .y {
  color: #fff;
  font-size: 14px;
	background: #c1030e;
	height: 28px;
	line-height: 28px;
}
.list2 .date .d {
	font-size: 20px;
}

.list2 .list-title{
	margin-bottom: 5px;
}
.list2 .list-title a{
	display: block;
	font-size: 18px;
	color: #94c91f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list2 .des, .list2 p{
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bg1{
	background-color: #f8f6f6;
}

@media(max-width:768px){
	.section-title{
		margin-top: 30px;
	}	
}
@media(max-width:767px){
	.index-news-left .col-xs-12{
		padding-left: 0;
	}
	.index-news-left .col-xs-12:first-child {
		padding-right: 0;			
	}
	.index-news-left .col-xs-12:first-child:after{
		border-right:none;
	}
}

.breadcrumb-news {
	padding: 15px;
	background-color: transparent;
	font-size: 14px;
	margin-bottom: 0px;
}
.breadcrumb-news li a {
	color: #5a5a5a;
}
.breadcrumb-news li.action {
	color: #94c91f;
}
.breadcrumb-news > li + li:before {
	content: "\2013";
	color: #5a5a5a;
}

.sidebar-nav{
	margin-top: -10px;
}
.sidebar-nav li {
	font-size: 20px;
	margin-bottom: 10px;
	background: #f2ebef;
	height: 58px;
	line-height: 58px;	
}
.sidebar-nav  a { 
	display: block;
	padding-left: 20px;
}
.sidebar-nav  a i{
	float: right;
	margin-right: 20px;
	width: 23px;
	height: 58px;
	background: url(../images/bg-leftnav-1.png) center center no-repeat;
}
.sidebar-nav li.active,.sidebar-nav li:hover {
	color: #fff;
	background-color: #94c91f;	
}
.sidebar-nav li.active a, .sidebar-nav li:hover a{
	color: #fff;
}
.sidebar-nav li.active a i, .sidebar-nav li:hover a i{
	background: url(../images/bg-leftnav.png) center center no-repeat;
}

.nr-title {
	font-size: 28px;
	border-bottom: 2px solid #94c91f;
	margin-bottom: 20px;
	line-height: 1.6;
	height: 50px;
}
.nr-title.page-title{
	color: #94c91f;
}
.nr-title1{
	font-size: 32px;
	border-bottom: 2px solid #94c91f;
	margin-bottom: 10px;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 10px;
}
.con-con{
	font-size: 16px;
	line-height: 2;
}
@media(max-width:767px){
	.nr-title{
		height: auto;
		padding-bottom: 10px;
	}
}
.con-con .item-t{
	font-size: 20px;
	line-height: 49px;
	color: #fff;
	background: url(../images/bg-item.png) left center no-repeat;
	margin-bottom: 15px;
}
.con-con .item-t .num{
	padding-left: 50px;
	padding-right: 35px;
}
.con-con .item-t .txt{
	font-weight: bold;
}
.con-con .item-d{
	background-color: #faf5f5;
	padding: 10px 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.item-d li{
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 0;
}
.item-d a:before {
	content: "·";
	font-weight: bold;
	color: #94c91f;
	margin-right: 5px;
}

.page-box {
	margin: 10px 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #666;
}
div.badoo {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	padding-bottom: 10px;
	color: #ffffff;
	padding-top: 10px;
}
div.badoo a, div.badoo .pro-btn, div.badoo .next-btn{
	margin: 0px 5px;
	color: #ffffff;
	text-decoration: none;
	/* background-color: #666;
	border-radius: 50%; */
	width: 0.36rem;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	display: inline-block;
}
div.badoo .page-num{
	background-color: #666;
	border-radius: 50%;
}
div.badoo a:not(.page-num){
	color: #94c91f;
	font-weight: bold;
	font-family: serif;
	font-size: 0.2rem;
}
div.badoo .current, div.badoo .cur{
	background-color: #94c91f;
}
div.badoo .pro-btn, div.badoo .next-btn{
	color: #94c91f;
	border-width: 0;
	background: none;
	font-weight: bold;
	font-family: serif;
	font-size: 0.2rem;
}
div.badoo .disabled{
	color: #666;
}

.list2-1{
	padding: 0 20px;
}
.list2-1 li {
    width: 100%;
    padding: 25px 0;
		overflow: hidden;
		border-bottom: 1px solid var(--border-color);
}
.list2 li:last-child {
	padding-bottom: 25px;
}
.list2-1 .date {
	margin-right: 20px;
    border: 1px solid #94c91f;
}
.list2-1 .date .d {
	color: #94c91f;
}
.list2-1 .list-des{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list2-1 .list-des a{
	color: #94c91f;
}
.list2-1 .img{
	float: left;
	margin-right: 15px;
}
@media(max-width:767px){
	.list2-1{
		padding: 0;
	}
	.list2-1 .date{
		margin-right: 15px;
		margin-top: 10px;
	}
}
.list4 li {
    height: 57px;
    line-height: 57px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
		border-bottom: 1px solid var(--border-color);
}
.list4 li a {
    font-size: 18px;
}
.list4 li a:before {
    content: "·";
		font-weight: bold;
		color: #94c91f;
    margin-right: 5px;
}
.list4 li span {
    font-size: 14px;
    float: right;
    padding-left: 10px;
    color: #565656;
}

.title1-other{
	text-align: center;
	font-size: 16px;
	color: #7c7c7c;
	margin-bottom: 20px;
}

.guanlian{
	margin-top: 50px;
	overflow: hidden;
}
.guanlian .prev{
	float: left;
}
.guanlian .next{
	float: right;
}
.guanlian, .guanli a{
	font-size: 16px;
	color: #565656;
}
@media(max-width:767px){
	.guanlian .prev, .guanli .next{
		float: none;
	}
}

.a-img {
	display: block;
	color: #fff;
}
.a-img .img{
	width: 100%;
	padding-top:75%;
	position:relative;
	overflow:hidden;
}
.a-img .img img{ display: block; width: 100%; height:100%; object-fit: cover; position:absolute; left:0; top:0;}
.a-img .img img{-webkit-transition:all .5s ease 0s; -moz-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.a-img:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.more, a.more{
	font-size: 0.18rem;
	font-weight: bold;
	color: #0b0b0b;
	border: 2px solid #0b0b0b;
	border-radius: 40px;
	padding: 0.15rem 0.9rem 0.15rem 0.5rem;
	text-transform: uppercase;
	background: url(../images/jiantou-hei.png) 75% center no-repeat;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	display: inline-block;
}
.more:hover{
	background-position-x: 80%;
}
.more.more-lv{
	color: #94c91f;
	border-color: #94c91f;
	background-image: url(../images/jiantou-lv1.png);
}
.sec0{
	padding-top: 2rem;
	margin-top: -1.5rem;
	background: url(../images/liangyuan1.png) top left no-repeat;
}
.sec1 .left .img, .sec1 .middle .img{
	border-radius: 15px;
}
.sec1 .fg-img{
	margin-bottom: 0.3rem;
}
.sec1 .btns{
	margin-top: 0.4rem;
}
.sec1{
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: -1.5rem;
	margin-bottom: -1.5rem;
	background: url(../images/liangyuan2-2.png) top right no-repeat;
}
.separation{
	height: 1.67rem;
	background: url(../images/bg-hu.png) center center no-repeat;
	background-size: auto 100%;
	margin-bottom: -1rem;
}
.separation1{
	height: 1.67rem;
	background: url(../images/bg-hu1.png) center center no-repeat;
	background-size: auto 100%;
	margin-top: -1rem;
	margin-bottom: 0.2rem;
}
.services-list1{
	margin-top: 1rem;
}
.services-list1 .item{
	text-align: center;
	margin-bottom: 0.2rem;
	height: 3.5rem;
}
.services-list1 .item a{
	display: inline-block;
	margin: 0 auto;
	color: #ffffff;
}
.services-list1 .item .cover{
	width: 2.31rem;
	height: 2.31rem;
	background: url(../images/icon-quan.png) left center no-repeat;
	background-size: auto 100%;
	margin: 0 auto;
	overflow: hidden;
}
.services-list1 .item .icon{
	width:50%;
	height: 50%;
	margin: 25%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.services-list1 .item:hover .cover{
	background-position: right center;
}
.services-list1 .item:hover .icon{
	background-position: bottom center;
}
.services-list1 .item p{
	font-size: 0.28rem;
	font-weight: bold;
	max-height: 3.6em;
	line-height: 1.2;
	margin-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.videos-list1{
	margin-top: 1rem;
}
.videos-list1 .item{
	font-size: 0.28rem;
	color: #e2ef30;
	font-weight: bold;
	background-image: url(../images/item-bg1.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin-bottom: 0.2rem;
	padding: 0.1rem 0.2rem;
	cursor: pointer;
}
.videos-list1 .item.active{
	color: #000000;
	background-image: url(../images/item-bg2.png);
}
.sec3 .btns{
	color: #94c91f;
	margin-top: 1.5rem;
}

.toutiao{
	margin-bottom: 0.2rem;
}
.toutiao .a-img{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.toutiao .img{
	padding-top:50%;
	border: 1px solid #94c91f;
	border-radius: 10px;
}
.toutiao .txt{
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	height: 20%;
	background-color: rgba(0,0,0,0.7);
	padding-right: 0.1rem;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.toutiao .play{
	width: 12%;
	height: 100%;
	background: url(../images/icon-play-black.png) center center no-repeat #94c91f;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 0.1rem;
}
.toutiao .tit{
	font-size: 0.24rem;
	color: #e2ef30;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.1rem;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.toutiao .des{
	font-size: 0.14rem;
	color: #ffffff !important;
	margin-top: 5px;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ul1 .img{
	border: 1px solid #94c91f;
	border-radius: 10px;
	margin-bottom: 5px;
}
.ul1 .tit{
	font-size: 0.18rem;
	color: #e2ef30;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tit-div{
	margin-bottom: 0.3rem;
}
.tit-div .tit{
	font-size: 0.35rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.tit-div .tit span{
	border-bottom: 3px solid #94c91f;
}
.tit-div .img{
	margin-bottom: 0.3rem;
}
.tit-div .text{
	color: #94c91f;
	font-size: 0.45rem;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}

.des-div{
	color: #ffffff;
	font-size: 0.24rem;
	padding: 0.4rem;
	position: relative;
}
.des-div::before{
	content: url(../images/icon-shuangyinhao-zuo.png);
	position: absolute;
	left: 0;
	top: 0;
}
.des-div::after{
	content: url(../images/icon-shuangyinhao-you.png);
	position: absolute;
	right: 0;
	bottom: 0;
}

.sec1 .des{
	font-size: 0.22rem;
	color: #ffffff;
}
.sec4-top{
	margin-bottom: 0.3rem;
}
.sec4-bottom{
	overflow: hidden;
}
.sec4-bottom .swiper-wrapper{
	overflow: hidden;
}
.sec4-bottom li{
	/* border-radius: 10px; */
	overflow: hidden;
	position: relative;
	transform: translateX(-50%);
}
.sec4-bottom li .swiper-slide-item{
	display: block;
	margin: 0 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.sec4-bottom li .swiper-slide-item .img{
	width: 100%;
	padding-top: 133%;
	position: relative;
}
.sec4-bottom li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec4-bottom li .yuan{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #94c91f;
	position: absolute;
	left: -0.05rem;
	top: -0.05rem;
}
.sec4-bottom li:hover .yuan{
	display: none;
}
.sec4-bottom .details{
	background-color: rgba(150,200,65,0.8);
	text-align: center;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 1rem 0.2rem 0 0.2rem;
}
.sec4-bottom .details .tit{
	font-size: 0.28rem;
	color: #0b0b0b;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sec4-bottom .details .des{
	font-size: 0.18rem;
	color: #ffffff;
	padding: 0.15rem;
	background-color: rgba(0,0,0,0.32);
	margin-bottom: 1rem;
	max-height: 5.8em;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sec4-bottom .details .des:empty{
	display: none;
}
.sec4-bottom li:hover .details{
	display: block;
}

.sec5{
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	background: url(../images/2-pc.png) top center no-repeat;
	background-size: 100% 100%;
}
.sec5 img{
	border-radius: 10px;
}
@media(min-width:768px){
	.videos-list1{
		padding-right: 0.3rem;
	}
	.sec4 .tit-div.haveborder{
		padding-right: 3%;
		background: url(../images/div-bg1.png) 95% center no-repeat;
	}
}
@media(min-width:992px){
	.sec1 .left{
		width: 20%;
	}
	.sec1 .middle{
		width: 30%;
		padding-right: 4%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.services-list1 .item{
		height: 2.8rem;
	}
	.services-list1 .item .cover{
		width: 1.8rem;
		height: 1.8rem;
	}
	.videos-list1{
		margin-top: 0.5rem;
	}
	.sec3 .btns{
		margin-top: 0.5rem;
	}
	.sec4 .tit-div{
		margin-top: 0.1rem;
	}
	.sec4 .des-div{
		padding: 0 0.5rem;
	}
}
@media (min-width: 1192px) and (max-width: 1600px) {
	.videos-list1 {
		padding-right: 0.3rem;
	}
	.sec3 .btns {
		margin-top: 1.2rem;
	}
}
@media(max-width:767px){
	.sec1{
		background-image: none;
	}
	.sec1 .right{
		margin-top: 0.4rem;
	}
	.tit-div .img{
		height: 0.4rem;
	}
	.ul1 li{
		padding-left: 8px;
		padding-right: 8px;
	}
	.services-list1 .item{
		height: 2.8rem;
	}
	.services-list1 .item .cover{
		width: 1.8rem;
		height: 1.8rem;
	}
	.services-list1 .item p{
		font-size: 0.24rem;
	}
	.videos-list1{
		margin-top: 0.5rem;
	}
	.toutiao .txt{
		height: 30%;
	}
	.toutiao .play{
		width: 18%;
		background-size: 50%;
	}
	.toutiao .tit{
		font-size: 0.2rem;
		margin-top: 0.05rem;
	}
	.toutiao .des{
		margin-top: 0;
	}
	.sec3 .btns{
		margin-top: 0.5rem;
	}
	.sec4 .des-div{
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
	}
	.sec4-bottom li .yuan{
		width: 0.4rem;
		height: 0.4rem;
	}
	.sec5{
		padding-top: 0.4rem;
		padding-bottom: 0.7rem;
	}
	.sec5 .container{
		margin-left: -8px;
		margin-right: -8px;
	}
	.sec5 .col-xs-4{
		padding-left: 8px;
		padding-right: 8px;
	}
}
.lm-nav{
	margin-top: -5em;
	margin-bottom: 5em;
	text-align: right;
}
.lm-nav li{
	font-size: 0.2rem;
	display: inline-block;
	padding: 0 2em;
	line-height: 2em;
}
.lm-nav li a{
	color: #00844e;
	font-style: italic;
	text-transform: capitalize;
	padding-bottom: 0.1rem;
	position: relative;
}
.lm-nav li a:before{
	color: #00844e;
	font-style: italic;
	content: '/';
	position: absolute;
	left: -2.25em;
}
.lm-nav li:first-child a:before{
	content: '';
}
.lm-nav li:hover a, .lm-nav li.active a{
	color: #ffffff;
	background: url(../images/div-bg2.png) bottom center no-repeat;
}

.lm-nav2{
	margin-top: 3em;
	margin-bottom: 3em;
}
.lm-nav2 li{
	font-size: 0.28rem;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	cursor: pointer;

	color: #94c91f;
	text-transform: capitalize;
	border: 1px dashed #94c91f;
	border-radius: 0.5rem;
}
.lm-nav2 li a{
	color: #94c91f;
	padding: 0.4em 2em;
	display: block;
}
.lm-nav2 li:hover, .lm-nav2 li.active{
	color: #0b0b0b;
	background: #94c91f;
}
.lm-nav2 li:hover a, .lm-nav2 li.active a{
	color: #0b0b0b;
}
.videos-list2 li{
	margin-bottom: 0.4rem;
}
.videos-list2 .img{
	border: 1px solid #999;
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
}
.videos-list2 .img:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: url(../images/icon-play.png) center center no-repeat;
}
.videos-list2 .tit{
	font-size: 0.24rem;
	color: #e2ef30;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.videos-list2 .date{
	font-size: 0.14rem;
	color: #ffffff;
	margin-top: 5px;
}
.videos-list2.noplay li{
	margin-bottom: 0.5rem;
}
.videos-list2.noplay .img:after{
	content: none;
}
.videos-list2.noplay .img{
	padding-top: 60%;
	margin-bottom: 15px;
}
.row .empty{
	margin-left: 15px;
	margin-right: 15px;
}
.videos-list3 li a{
	display: block;
	border: 1px solid #999;
	border-radius: 10px;
	margin-bottom: 0.3rem;
	position: relative;
	overflow: hidden;
	padding-bottom: 2rem;
}
.videos-list3 .img{
	position: relative;
	border-bottom: 1px solid #999;
}
.videos-list3 .details{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2rem;
	text-align: center;
	padding: 0.15rem;
	background-color: #ffffff;
}
.videos-list3 .tit{
	font-size: 0.24rem;
	color: #0b0b0b;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.videos-list3 .tit span {
	max-height: 2.5em;
	overflow: hidden;
	display: block;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.videos-list3 .tit:after{
	content: '';
	position: absolute;
	width: 26%;
	height: 2px;
	left: 37%;
	bottom: 0;
	background-color: #94c91f;
}
.videos-list3 .des{
	font-size: 0.18rem;
	color: #898989;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.videos-list3 .btns{
	margin-top: 2em;
	display: none;
}
.videos-list3 li:hover .details{
	height: 100%;
	padding-top: 20%;
	background-color: #94c91f;
}
.videos-list3 li:hover .tit{
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
}
.videos-list3 li:hover .tit:after{
	background-color: #ffffff;
}
.videos-list3 li:hover .des{
	color: #ffffff;
}
.videos-list3 li:hover .btns{
	margin-top: 3em;
	display: block;
}
a.a-back, a.a-next{
	color: #94c91f;
	font-size: 0.18rem;
	font-weight: bold;
	padding: 0.1rem 0.3rem;
	border: 2px solid #94c91f;
	border-radius: 0.5rem;
}
a.a-back img, a.a-next img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.free-estimate-top{
	margin-bottom: 0.5rem;
}
.free-estimate-top .con{
	padding-left: 0.8rem;
	position: relative;
}
.free-estimate-top .con:before{
	position: absolute;
	content: '';
	left: 0.4rem;
	top: 10%;
	height: 80%;
	width: 1px;
	background-color: #7a7a7a;
}
.free-estimate-top .des{
	font-size: 0.26rem;
	color: #ffffff;
	padding: 0.1rem 0.2rem;
	background: url(../images/item-bg1.png) left top repeat-y;
	background-size: 60% auto;
	margin-top: 0.2rem;
}
.free-estimate-top .des p{
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}
.free-estimate-top .des img{
	margin-right: 0.1rem;
}
.form1{
	padding:0.8rem 1.2rem;
	background: url(../images/bg2.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.2rem;
}
.form1 .form-item{
	margin-bottom: 0.3rem;
}
.form1 .item-title {
	font-size: 0.26rem;
	color: #03663d;
	font-weight: bold;
	width: 2.2rem;
	float: left;
	height: 0.5rem;
	line-height: 0.5rem;
}
.form1 .form-item select, .form1 .form-item input, .form1 .form-item textarea {
	width: calc(100% - 2.2rem);
	height: 0.5rem;
	padding: 0 10px;
	border: 1px solid #94c91f;
	border-radius: 4px;
	background-color: #eee;
}
.form1 .form-item textarea {
	height: 5em;
}
.form1 .form-item .fsubmit{
	font-size: 0.2rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #94c91f;
	border-color: #94c91f;
	border-radius: 0.5rem;
	outline: none;
	width: auto;
	padding: 0 0.3rem;
}
.map{
	border: 1px solid #666;
	border-radius: 10px;
	margin-bottom: 0.3rem;
	overflow: hidden;
	width: 100%;
	padding-top: 40%;
	position: relative;
}
#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map>img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list01 .item{
	margin-bottom: 0.5rem;
	overflow: hidden;
}
.list01 .img {
	float: left;
	margin-right: 0.3rem;
	width: 3rem;
	height: 4rem;
	border:1px solid #999;
	border-radius: 10px;
	padding-top: 0;
}
.list01 .tit{
	font-size: 0.3rem;
	color: #94c91f;
	font-weight: bold;
	line-height: 1.2;
}
.list01 .des{
	font-size: 0.2rem;
	margin-top: 0.2rem;
}
.nr-img-list>div{
	margin-bottom: 0.2rem;
}
.nr-table{
	width: 100%;
	color: #0b0b0b;
	font-weight: bold;
	background-color: #ffffff;
	padding: 2px;
	margin-bottom: 0.3rem;
	border-collapse:collapse;
}
.nr-table th{
	text-align: center;
	background-color: #94c91f;
}
.nr-table th, .nr-table td{
	padding: 0.1rem 0.2rem;
	border: 1px solid #999;
}
.nr-table td.num{
	text-align: center;
}
.calculator-top{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.26rem;
	color: #ffffff;
	margin-bottom: 0.5rem;
}
.calculator-top .img{
	float: right;
}
.calculator-top .con{
	padding-right: 1rem;
	position: relative;
}
.calculator-top .con:before {
	position: absolute;
	content: '';
	right: 0.5rem;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: #7a7a7a;
}
.calculator-form{
	background-image: url(../images/bg3.png);
}
.form-tit{
	font-size: 0.28rem;
	color: #03663d;
	font-weight: bold;
}
.form-tit2{
	color: #94c91f;
	font-weight: bold;
}
.form2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: 1px solid #dfdfdf;
	/* background: url(../images/sep.png) top center no-repeat;
	background-size: 100% auto; */
	position: relative;
}
.form2:first-child{
	padding-top: 0.2rem;
	border-top: none;
	/* background: none; */
}
.form2:last-child{
	padding-bottom: 0.2rem;
	/* background: none; */
}
.form2 span{
	float: left;
	width: 2.8rem;
}
.form2 .form-item select, .form2 .form-item input, .form2 .form-item textarea{
	width: 2rem;
}
.form-result{
	font-size: 0.24rem;
	color: #000000;
	font-weight: bold;
	background: url(../images/item-bg3.png) left top repeat-y;
	background-size: 100% auto;
	padding: 0.2rem;
}
.form-result input{
	margin-right: 0.1rem;
}
.form-result input:first-child{
	margin-left: 0.1rem;
}
.form2 .right{
	position: absolute;
	right: 0;
	top: 0.8rem;
}
.form2.tips p{
	margin-bottom: 1em;
}
.result-mess{
	font-size: 0.26rem;
	float: left;
	margin-bottom: 0.2rem;
}
.result-mess .onError{
	color: red;
}
.sidebar{
	position: fixed;
	right: 0.15rem;
	top: 50%;
	margin-top: -1rem;
	z-index: 9;
}
.sidebar a{
	text-decoration:none;
}
.sidebar>*{ position: relative;}
.sidebar .close{
	position: absolute;
	top: 0;
	right: 0;
	width: 0.15rem;
	height: 0.14rem;
	background: url(../images/icon-close.png) center center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 1;
}
.sidebar .online-chat{
	width: 1.35rem;
	height: 1.48rem;
	background: url(../images/online-chat.png) center center no-repeat;
	background-size: 100% 100%;	
	text-align: center;
	overflow: hidden;
}
.sidebar .online-chat a{
	font-size: 0.16rem;
	color: #0b0b0b;
	font-weight: bold;
	display: inline-block;
	background-color: #94c91f;
	border-radius: 20px;
	margin-top: 0.95rem;
	width: 80%;
	line-height: 2;
}
.sidebar .gotop{
	width: 1.35rem;
	height: 1.35rem;
	background-color: #e2ef30;
	border-radius: 100%;
	position: relative;
	margin-top: -60%;
	z-index: -1;
	text-align: center;
	cursor: pointer;
	display: none;
}
.sidebar .gotop img{
	margin-top: 60%;
}
@media (min-width: 992px) and (max-width: 1600px) {
	.form2 .right {
		width: 32%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-professions .right{
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
}
@media (max-width: 768px) {
	.main-con video{width: 100%; max-height: 600px;}
	.lm-nav{
		margin-top: -3em;
		margin-bottom: 3em;
	}
	.lm-nav2 li{
		font-size: 0.24rem;
		margin-right: 0.5em;
	}
	.lm-nav2 li a{
		padding: 0.2em 0.6em;
	}
	.separation1{
		height: 1rem;
		margin-top: -0.8rem;
	}
	.videos-list3.row{
		margin-right: 0;
		margin-left: 0;
	}
	.videos-list3 li{
		padding-left: 10px;
		padding-right: 10px;
	}	
	.list01 .img {
		width: 2.7rem;
		height: 3.6rem;
	}
	.nr-img-list{
		margin-left: -8px;
		margin-right: -8px;
	}
	.nr-img-list>div{
		padding-left: 8px;
		padding-right: 8px;
	}
	.calculator-top .img img{
		margin-top: 0.7rem;
	}
	.calculator-form{
		padding: 0.5rem;
	}
	.form2 .right{
		width: 32%;
	}
	.map{
		padding-top: 50%;
	}
}
@media (max-width: 767px) {
	.lm-nav li{
		padding: 0 0.5em;
	}
	.lm-nav li a:before {
	  left: -0.75em;
	}
	.free-estimate-top .phone{
		height: 0.55rem;
		margin-right: 0.1rem;
	}
	.free-estimate-top .con{
		padding-left: 0;
		margin-left: 0;
		overflow: initial;
	}
	.free-estimate-top .con:before{
		content: none;
	}
	.free-estimate-top .con>img{
		height: 0.4rem;
	}
	.free-estimate-top .des{
		background-size: 100% auto;
		margin-top: 0.3rem;
	}
	.free-estimate-top .des img{
		width: 0.3rem;
		height: auto;
	}
	.form1{
		padding:0.2rem;
		background: #ffffff;
		border-radius: 4px;
	}
	.form1 .form-item select, .form1 .form-item input, .form1 .form-item textarea {
		width: 100%;
	}
	.list01 .img {
		float: none;
		width: 2.6rem;
		height: 2.6rem;
		margin: 0 auto;
		margin-bottom: 0.2rem;
	}
	.list01 .tit {
		text-align: center;
	}
	.nr-table th, .nr-table td{
		padding: 0.1rem;
	}
	.calculator-top .img{
		float: none;
		text-align: center;
	}
	.calculator-top .img img{
		margin-top: 0;
		margin-bottom: 0.2rem;
		width: 30%;
	}
	.calculator-top .con{
		padding-right: 0;
		margin-right: 0;
	}
	.calculator-top .con:before{
		content: none;
	}
	.form-result input{
		margin-bottom: 0.1rem;
	}
	.form-result input:first-child{
		margin-left: 0;
	}
	.form2 .right{
		width: 80%;
		position: relative;
		top: auto;
		margin:0 auto 0.2rem auto;
	}
	.main-professions .right .col-xs-12{
		padding-left: 0;
		padding-right: 0;
	}
}