@charset "UTF-8";
*{
	font-family: -apple- system,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;	
	margin: 0;
	padding: 0;
    list-style: none;
}
.title{
	font-family: -apple- system,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	text-align-last: center;
}
.title h1{

font-size: 3.125rem;

color: #303030;

font-weight: 500;
	letter-spacing:2px;
}
.title span{
	font-size: 24px;
	color: #333;
	font-weight: 300;
}
#wrap1{
	background: #f7f7f7;
	background-image: radial-gradient(#e4e4e42e 30%, transparent 0),radial-gradient(transparent 30%, transparent 0);
	background-size: 30px 30px;
	background-position: 0 0,15px 15px;
}
.wrap1{
	position: relative;
    padding-top: 20px;
}
.wrap1 h3{
	text-align: center;
	font-size: 32px;
	color: #66b821;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing:3px;
}
.container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.main-list {
	padding-top: 20px;
	margin-bottom: 20px;
}
.tab-list.active {
    display: block;
}
.tab-list {
	display: none;
	min-height: 562px;
	margin: 20px 0;
}
.content-loop-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: -10px;
	list-style: none;
}
.content-loop ul,li{
	box-sizing: border-box;
}
.content-loop-default.cols .list {
	width: 33%;
	margin: 20px 0;
}
.content-loop-default .list {
	width: 33.33%;
	padding: 10px;
}

.list-inner{
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 0.25);
	position: absolute;
	bottom: 0;
}
.list-inner-text{
	text-align-last: left;
	margin: 16px 0;
}
.list-inner-text h3{
	font-size: 1.375rem;
	color: #000;
	font-weight: 300;
	letter-spacing: 0px;
}

.list-inner-img{
	position: relative;
	height: 299px;
	border: 1px solid rgba(239,239,239,.9);
	overflow: hidden;
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.list-inner-img img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -o-object-fit: cover;
    object-fit: cover;
	vertical-align: middle;
	position: absolute;
}
.list-inner-img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.list-inner-img:hover .list-inner{
	visibility: hidden;
}
.content-loop-default .list-inner-img:hover {
	-webkit-box-shadow: 0 1px 9px 3px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 9px 3px rgb(0 0 0 / 10%);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.map{
	margin: 50px 0;
	width: 100%;
	position: relative;
}
.map-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 82%;
    margin: 0 auto;
	position: relative;
}
.map-list{
    background: url(../images/map.png) no-repeat center;
    min-height: 789px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-size: 100% 100%;
    padding-top: 40px;
}
.map-list-1{
	height: 134px;
	width: 282px;
	background: url(../images/map1.png) no-repeat;
}
.map-list-1:hover{
	background: url(../images/map-1.png) no-repeat;
}
.map-list-4{
	height: 134px;
	width: 255px;
	background: url(../images/map4.png) no-repeat;
	position: absolute;
	right: 2vw;
	bottom: 4vw;
}
.map-list-4:hover{
	background: url(../images/map-4.png) no-repeat;
}
.map-list-5{
	height: 223px;
	width: 630px;
	margin: 0 auto;
	background: url(../images/map5.png) no-repeat center 100%;
}
.map-list-5:hover{
	background: url(../images/map-5.png) no-repeat center 100%;
}
#popup .a1:hover{
	background: url(../images/map-6.png) no-repeat center;
}

#popup{
	height: 208px;
	width: 646px;
	margin: 0 auto;
	bottom: 40px;
	left: 20px;
	position: inherit;
}
#popup .a1{
	height: 208px;
    width: 646px;
	background: url(../images/map6.png) no-repeat center;
}

#popup .div1{
	display: none;
	position: absolute;
	top: 0px;
	left: 580px;
	width: 370px;
	height: 310px;
	padding: 10px;
	background-size: 100% auto;
	border-radius:10px ;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ts3.png");
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ts3.png");
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ts3.png");
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ts3.png");
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/ts3.png");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ts3.png");
}
#popup .divD P{
	font-size: 16px;
	color: #fff;
	text-align: left;
}
#popup .div1 .divB{
	width: 520px;
	height: 219px;
	border-bottom: 1px dotted ;
}

.div1 .divB .divC{
	width: 100%;
	height: 70px;	
	margin-top: 20px;
}
.div1 .divB .a3,.div1 .divB .a4,.div1 .divB .a5{
	float: left;
	display: inline-block;
}
.div1 .divB .a3{
	width: 100px;
	height: 50px;
	margin: 10px 20px 0 34px ;
	line-height: 70px;
}
.div1 .divB .a4{
	color: darkgray;
	margin: 25px 20px 0 34px ;
	border-radius:10px  ;
	width: 85px;
	height: 22px;
	line-height: 22px;
}
.div1:hover{
	color: white;
	background: rgb(241,1,128);
}
.div1>img{
	vertical-align:middle;
	margin-left: 7px;
}
.div1 span{
	font-size: 12px;
}
.div1{
	color: black;
	font-size: 14px;
	float: right;
	margin-right: 10px;
	margin-top: 22px;
	text-align: center;
	line-height: 26px;
	width: 138px;
	height: 26px;
	border-radius: 8px;
}
.div1 .divB .a5:hover{
	color: white;
}


.wrap1 li .company {
    background: #fff url(../images/free-qy.png) no-repeat 17px center;
    background-size: 20px;
}
.wrap1 li .neme {
    background: #fff url(../images/neme.png) no-repeat 17px center;
    background-size: 20px;
}
.wrap1 li .phone {
    background: #fff url(../images/free-phone.png) no-repeat 17px center;
    background-size: 20px;
}
.wrap1 li {
	width: 530px;
    margin: 35px auto;
}
.wrap1 li input{
	width: 100%;
	height: 56px;
	font-size: 1.625rem;
	border:none;
	border-bottom: 2px solid #e9e9e9;
	padding: 0 16px 0 52px;
	background: #fff;
}
.wrap1 li input:focus{
	border:none;
	border-bottom: 2px solid #66b821;
	outline: 0;
}

.wrap1 ul button{
	background: linear-gradient(90deg,#57e30b,#66b821);
    width: 530px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
	border: none;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.wrap1 ul button:hover{
	-webkit-box-shadow: 0 1px 9px 3px rgb(74 164 30 / 20%);
	box-shadow: 0 1px 9px 3px rgb(74 164 30 / 20%);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.bg-kan{
	background-image: url("../images/kan.png");
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bg-pin{
	background-image: url("../images/pin.png");
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bg-xiang{
	background-image: url("../images/xiang.png");
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bg-xue{
	background-image: url("../images/xue.png");
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bg-xiu{
	background-image: url("../images/xiu.png");
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bg-zhi{
	background-image: url("../images/zhi.png");
	background-repeat: no-repeat;
	background-position:right bottom;
}
#form{
	min-height: 80vh;
	padding: 40px 0;
}
#form p{
	color: #595959;
	text-align: center;
	font-size: 18px;
}

.banner-text{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	text-align: justify;
	color: #fff;
	margin: 0 auto;
	justify-content: center;
	flex-direction: column;
}
.banner-text h3{
	text-align: left;
	width: 80%;
	font-size: 32px;
	line-height: 45px;
}
.banner-text a{
	text-decoration: none;
	display:inline-block;
	width: 150px;
	height: 50px;
	background: transparent;
	border-radius: 2px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	transition: .25s;
	border:1px solid #fff!important;
	margin:30px 0;
}
.banner-text a:hover{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
	background: #fff!important;
	color:#000;
}