﻿@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.logo{
	width: 205px;
	height: 65px;
}

.menubut,
.menuclose{
	display: none;
}

.menubg{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.menu{
	width: 85%;
	margin: 0 auto;
	padding: 30px 0;
}
.menu li{
	display: block;
	margin: 0 50px 0 0;
}
.menu li:last-child{
	margin: 0;
}
.menu li a{
	color: #002c43;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li.this a,
.menu li:hover a{
	color: #2a86b6;
}


.banner,
.banner .swiper-slide{
	position: relative;
}
.banner .bannertext{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	box-sizing: border-box;
	padding: 125px 0 0 0;
	z-index: 9;
}

.bannerbtn{
	position: absolute;
	top: 50%;
	font-size: 70px;
	color: #fff;
	z-index: 9999;
	margin-top: 28px;
	opacity: .3;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.bannerbtn_left{
	left: 7%;
	transform: rotate(180deg);
}
.bannerbtn_right{
	right: 7%;
}
.bannerbtn_left:hover{
	opacity: 1;
	transform: rotate(180deg) scale(1.3);
}
.bannerbtn_right:hover{
	opacity: 1;
	transform: scale(1.3);
}

.bannertext .text1{
	font-size: 72px;
	color: #fff;
	text-align: center;
	/* transform: scale(0);
	opacity: 0; */
	-webkit-transition: all 0.8s;
	-moz-transition: 	all 0.8s;
	-ms-transition: 	all 0.8s;
	-o-transition: 		all 0.8s;
	transition: 		all 0.8s;
}
.bannertext .text2{
	font-size: 16px;
	color: #fff;
	display: table;
	margin: 60px auto 0 auto;
	text-align: center;
	/* transform: translateY(200px);
	opacity: 0; */
	-webkit-transition: all 0.8s;
	-moz-transition: 	all 0.8s;
	-ms-transition: 	all 0.8s;
	-o-transition: 		all 0.8s;
	transition: 		all 0.8s;
}
/* .bannertext.swiper-slide-active .text1{
	transform: scale(1);
	opacity: 1;
}
.bannertext.swiper-slide-active .text2{
	transform: translateY(0);
	opacity: 1;
} */

.brandtext{
	text-align: center;
	font-size: 18px;
	color: #2686b6;
}

.brandlogo{
	justify-content: center;
}
.brandlogo a{
	display: block;
	margin: 0 25px;
	max-width: 200px;
}


.brandpic a{
	display: block;
	width: 33.333%;
	position: relative;
}
.brandpic a .brandpictext{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.brandpic a .brandpictext{
	justify-content: center;
	background: rgba(0,0,0,.4);
}
.brandpic a .brandpictext .text1{
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
}
.brandpic a .brandpictext .text2 img{
	max-width: 260px;
}
.brandpic a .brandpictext .text3{
	position: absolute;
	right: 30px;
	bottom: 20px;
	color: #fff;
	font-size: 18px;
}
.brandpic a:hover .pic img{
	transform: scale(1.1);
}


.stitle{
	font-size: 48px;
	color: #2686b6;
	text-align: center;
}

.support .supporttext{
	font-size: 18px;
	color: #2686b6;
	text-align: center;
}

.supportlist{
	align-items: flex-start;
}
.supportlist li{
	width: 23.125%;
	display: block;
	margin: 0 2.5% 0 0;
}
.supportlist li:last-child{
	margin: 0;
}
.supportlist li .text1{
	font-size: 32px;
	color: #2686b6;
	margin: 30px 0 0 0;
}
.supportlist li .text2{
	font-size: 16px;
	line-height: 24px;
	color: #5d6d76;
	margin: 10px 0 35px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccd4d9;
}
.supportlist li a{
	display: block;
	width: 140px;
	line-height: 40px;
	border-radius: 4px;
	background: #2686b6;
	color: #fff;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.supportlist li a:hover{
	background: #ece43b;
	color: #01405f;
	width: 180px;
}

.cooperate{
	background: #2686b6;
}
.cooperate .stitle{
	color: #fff;
}

.cooperatelist{
	flex-wrap: wrap;
	align-items: flex-start;
}
.cooperatelist li{
	width: 46.5%;
	margin-right: 7%;
}
.cooperatelist li:nth-child(1),
.cooperatelist li:nth-child(2){
	margin-bottom: 50px;
}
.cooperatelist li:nth-child(2),
.cooperatelist li:nth-child(4){
	margin-right: 0;
}
.cooperatelist li .iconfont{
	font-size: 90px;
	color: #fbef00;
	width: 20%;
	text-align: center;
}
.cooperatelist li:hover .iconfont{
	-webkit-animation: 	icon-bounce 0.5s alternate;
	-moz-animation: 	icon-bounce 0.5s alternate;
	-ms-animation: 		icon-bounce 0.5s alternate;
	-o-animation: 		icon-bounce 0.5s alternate;
	animation: 			icon-bounce 0.5s alternate;
}
@keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
.cooperatelist li .text{
	width: 80%;
	color: #fff;
}
.cooperatelist li .text span{
	font-size: 32px;
	display: block;
	margin: 0 0 10px 0;
}
.cooperatelist li .text p{
	font-size: 16px;
	line-height: 24px;
}


.about .container{
/*	align-items: flex-start;*/
}
.about .pic{
	width: 43.333%;
}
.about .abouttext{
	width: 48.333%;
}
.abouttext .stitle{
	text-align: left;
}
.abouttext .text{
	font-size: 16px;
	line-height: 24px;
	color: #2686b6;
}
.abouttext .text p{
	margin: 0 0 10px 0;
}
.abouttext .text p:last-child{
	margin: 0;
}
.abouttext .more{
	width: 170px;
	line-height: 50px;
	background: #2686b6;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.abouttext .more:hover{
	background: #ece43b;
	color: #01405f;
	width: 200px;
}


.news{
	background: #f2f2f2;
}
.news .newsmore{
	color: #2686b6;
}
.newslist,
.nnewslist ul.flex{
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.newslist li{
	display: block;
	width: 32%;
	margin: 0 2% 0 0;
}
.newslist li:nth-child(3n){
	margin: 0;
}
.newslist li:hover .pic img{
	transform: scale(1.1);
}
.newslist li p{
	font-size: 24px;
	color: #2686b6;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 15px 0 20px 0;
}
.newslist li .date{
	font-size: 12px;
	color: #2686b6;
}


.footer{
	padding: 60px 0 0 0;
	background: url("../image/bg_footer.jpg") center no-repeat;
	background-size: cover;
}


.contactform{
	justify-content: flex-end;
}
.contactform p{
	color: #fff;
	font-size: 32px;
	margin: 0 30px 0 0;
}
.contactform .messageform{
	padding: 6px 6px 6px 20px;
	border-radius: 4px;
	background: #fff;
}
.contactform .messageform .name{
	width: 300px;
	height: 40px;
	background: none;
	border: none;
	font-size: 16px;
}
.contactform .messageform .subbutton{
	width: 135px;
	height: 40px;
	border: none;
	font-size: 16px;
	background: #ece43b;
	color: #01405f;
	border-radius: 4px;
	cursor: pointer;
}


.fmiddle{
	border-top: 1px solid rgba(255,255,255,.25);
	border-bottom: 1px solid rgba(255,255,255,.25);
	align-items: flex-start;
}

.flogo{
	max-width: 160px;
}
.fcontact .text{
	font-size: 16px;
	line-height: 32px;
	color: #b6dff4;
}


.fmenu{
	align-items: flex-start;
}
.fmenu ul{
	margin: 0 150px 0 0;
}
.fmenu ul:last-child{
	margin: 0;
}
.fmenu li{
	display: block;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
}
.fmenu li:first-child{
	margin: 0 0 10px 0;
}
.fmenu li a{
	display: block;
	color: #b5def3;
	font-size: 16px;
}

.fbottom{
	padding: 45px 0;
}

.cr{
	font-size: 12px;
	color: #b6dff4;
}
.cr a{
	font-size: 12px;
	color: #b6dff4;
}

.fsocial li{
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	line-height: 30px;
	margin: 0 10px 0 0;
	position: relative;
}
.fsocial li:last-child{
	margin: 0;
}
.fsocial li img{
	width: 130px;
	height: 130px;
	display: none;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -65px;
}
.fsocial li .iconfont{
	display: block;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.ntopbg{
	background: url("../image/ntopbg.jpg") center top no-repeat;
	background-size: 100%;
	padding: 125px 0 0 0;
}


.nbantext{
	text-align: center;
	color: #2686b6;
}
.nbantext .text1{
	font-size: 14px;
	text-transform: uppercase;
}
.nbantext .text2{
	font-size: 72px;
}
.nbantext .text3{
	font-size: 18px;
	line-height: 28px;
}

.nabout .abouttext .text{
	color: #5d6d76;
	padding: 20px 0 0 0;
	border-top: 1px solid #e6e6e6;
}

.nculture{
	background: #2686b6;
}
.nculture .stitle{
	color: #fbef00;
}
.nculturelist{
	align-items: stretch;
}
.nculturelist li{
	width: 27%;
	display: block;
	color: #fff;
	padding: 0 3%;
	box-sizing: border-box;
	border-right: 2px solid rgba(255,255,255,.4);
}
.nculturelist li:first-child{
	padding: 0 3% 0 0;
	width: 24%;
}
.nculturelist li:last-child{
	padding: 0 0 0 3%;
	width: 24%;
	border-right: none;
}
.nculturelist li span{
	display: block;
	font-size: 32px;
}
.nculturelist li p{
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0 0;
}

.nphoto .text{
	text-align: center;
	font-size: 18px;
	color: #2686b6;
}

.nphotolist li{
	width: 31.5%;
	margin: 0 2.75% 3.5% 0;
	display: block;
	float: left;
}
.nphotolist li:nth-child(3n){
	margin: 0 0 3.5% 0;
}
.nphotolist li p{
	font-size: 18px;
	margin: 20px 0 0 0;
	color: #2686b6;
}
.nphotolist li:hover .pic img{
	transform: scale(1.1);
}


.nbantext .text4_contact{
	font-size: 32px;
}
.nbantext .text5_contact a{
	font-size: 18px;
	text-decoration: underline;
	color: #2686b6;
}


.ncontact{
	background: #f8f7f4;
}


.ncontacttext{
	width: 42%;
}
.ncontacttext .stitle{
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 20px 0;
	display: table;
}
.ncontacttext .text{
	font-size: 16px;
	color: #33596e;
	line-height: 32px;
}


.map{
	width: 55%;
	height: 500px;
}


.reccate{
	margin: 0 0 60px 0;
}
.reccate .catename{
	font-size: 32px;
	color: #2686b6;
	justify-content: flex-start;
	margin: 0 0 30px 0;
}
.reccate .catename img{
	margin: 0 12px 0 0;
}


.reclist li{
	display: block;
	margin: 0 0 30px 0;
}
.reclist li .recname{
	line-height: 50px;
	background: #f5f4f1;
	position: relative;
	padding: 0 35px;
	cursor: pointer;
	color: #2686b6;
	font-size: 20px;
}
.reclist li .recname .recbtn{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.reclist li .recname .recbtn .recbtn1{
	font-size: 20px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	color: #2686b6;
}
.reclist li .recname .recbtn .recbtn2{
	font-size: 20px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	color: #2686b6;
	transform: rotate(90deg);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.reclist li .recname.this .recbtn .recbtn2{
	transform: rotate(180deg);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.reclist li .rectext{
	padding: 25px 35px;
	color: #33596e;
	line-height: 32px;
	font-size: 16px;
	display: none;
}
.reclist li .rectext .rectitle{
	font-size: 17px;
	font-weight: bold;
}



.nmessage{
	background: #f8f7f4;
}
.nmessageform{
	flex-wrap: wrap;
	justify-content: center;
}
.nmessageform li{
	display: block;
	width: 38%;
	margin:	0 1% 30px 1%;
	font-size: 12px;
	color: #33596e;
}
.nmessageform li:last-child{
	margin: 0;
}
.nmessageform li input{
	width: 100%;
	height: 38px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #bfcace;
	color: #33596e;
	margin: 10px 0 0 0;
	display: block;
}
.nmessageform li.lytext{
	width: 78%;
}
.nmessageform li.lytext textarea{
	width: 100%;
	height: 100px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #bfcace;
	color: #33596e;
	margin: 10px 0 0 0;
	display: block;
}
.nmessageform li .subbutton1{
	width: 140px;
	height: 40px;
	color: #01405f;
	background: #ece43b;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nmessageform li .subbutton1:hover{
	width: 200px;
}


.ncate{
	justify-content: center;
}
.ncate li{
	display: block;
	min-width: 120px;
	line-height: 46px;
	border: 1px solid #dde3e5;
	margin: 0 10px;
	text-align: center;
}
.ncate li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 0 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate li:hover a,
.ncate li.this a{
	background: #f7f6f3;
	color: #0c0e0f;
}


.nnewslist li{
	display: block;
	width: 32%;
	margin: 0 2% 5% 0;
}
.nnewslist li:nth-child(3n){
	margin: 0 0 5% 0;
}


.nprocate li img{
	height: 30px;
	margin: 0 10px 0 0;
	display: inline-block;
}


.nprolist ul.flex{
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.nprolist li{
	display: block;
	width: 32%;
	margin: 0 2% 4% 0;
}
.nprolist li:nth-child(3n){
	margin: 0 0 4% 0;
}
.nprolist li .pic{
	position: relative;
}
.nprolist li:hover .pic img:first-child{
	transform: scale(1.1);
}
.nprolist li .pic .probrandlogo{
	position: absolute;
	width: 68%;
	height: auto;
	top: 35%;
	left: 16%;
	z-index: 2;
	opacity: 0;
}
.nprolist li:hover .pic .probrandlogo{
	opacity: .4;
}
.nprolist li .seriesname{
	font-size: 32px;
	color: #2686b6;
	margin: 10px 0 0 0;
}
.nprolist li .seriestext{
	font-size: 16px;
	line-height: 26px;
	color: #5d6d76;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccd4d9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.nprodetail .viewmore{
	display: block;
	width: 140px;
	line-height: 40px;
	border-radius: 4px;
	background: #2686b6;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 40px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.nprodetail .viewmore:hover{
	width: 160px;
}

.salesmap{
	display: table;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}


.nbanner{
	height: 550px;
	padding: 125px 0 0 0;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.nbanner .container{
	height: 425px;
	text-align: center;
	color: #fff;
}
.nbanner .container>div{
	width: 100%;
}
.nbanner .text1{
	font-size: 14px;
	text-transform: uppercase;
}
.nbanner .text2{
	font-size: 72px;
}

.nproname{
	font-size: 32px;
	color: #2686b6;
}

.nprointro{
	font-size: 16px;
	line-height: 26px;
	color: #5d6d76;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccd4d9;
}
.nprointro p{
	margin: 0 0 10px 0;
}
.nprointro img{
	max-width: 100%;
	height: auto;
}

.nprointrolist li{
	display: block;
	padding: 15px 30px;
	background: #f2f2f2;
	line-height: 30px;
	margin: 0 0 10px 0;
	color: #5d6d76;
}
.nprointrolist li strong{
	font-size: 17px;
	color: #2686b6;
}


.nproslide{
	max-width: 664px;
	margin: 25px 0 0 0;
}


.nproslidebtn{
	position: absolute;
	top: 50%;
	font-size: 50px;
	color: #fff;
	z-index: 9999;
	margin-top: -25px;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nproslidebtn_left{
	left: 3%;
	transform: rotate(180deg);
}
.nproslidebtn_right{
	right: 3%;
}
.nproslidebtn_left:hover{
	opacity: 1;
	transform: rotate(180deg) scale(1.3);
}
.nproslidebtn_right:hover{
	opacity: 1;
	transform: scale(1.3);
}


.serviceintro{
	align-items: flex-start;
	justify-content: flex-start;
}
.serviceintro img{
	margin: 10px 0 0 0;
}
.serviceintro .text{
	font-size: 20px;
	line-height: 40px;
	color: #5d6d76;
	margin: 0 0 0 40px;
}


.servicelist li{
	margin: 0 0 100px 0;
}
.servicelist li .pic{
	width: 43%;
}
.servicelist li .servicetext{
	width: 48%;
}
.servicelist li:nth-child(2n) .servicetext{
	order: 1;
}
.servicelist li:nth-child(2n) .pic{
	order: 2;
}
.servicelist li .servicetext .servicetitle{
	font-size: 48px;
	color: #2686b6;
}
.servicelist li .servicetext .text{
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	color: #5d6d76;
	border-top: 1px solid #ccd4d9;
	white-space: pre-line;
}



.mapcontainer {
	font-size: 12px;
  }
  .mapcontainer .amap-copyright{
	box-sizing: content-box
  }
  .mapcontainer * {
	box-sizing: border-box
  }
  .mapcontainer .input-textarea{
	 color:grey;
	 height:8em;
	 overflow:auto;
	 border-radius:0.4rem;
	 border:1px solid #ced4da;
	 margin-bottom:1rem;
  }
  .mapcontainer  {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
	font-weight: 300;
	color: #111213;
  }
  
  .mapcontainer hr {
	margin: 0.5rem 0;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
  }
  
  .mapcontainer p {
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .mapcontainer label {
	display: inline-block;
	margin-bottom: 0.4rem;
  }
  
  .mapcontainer label,
  .mapcontainer .btn {
	margin-left: 0;
	font-size: 1rem;
  }
  
  .mapcontainer button,
  .mapcontainer input,
  .mapcontainer select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	overflow: visible;
	text-transform: none
  }
  
  .mapcontainer [type=button]::-moz-focus-inner,
  .mapcontainer [type=reset]::-moz-focus-inner,
  .mapcontainer [type=submit]::-moz-focus-inner,
  .mapcontainer button::-moz-focus-inner {
	padding: 0;
	border-style: none;
  }
  
  .mapcontainer input[type=checkbox],
  .mapcontainer input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0.5rem 0 0;
  }
  
  .mapcontainer h4 {
	font-family: inherit;
	line-height: 1.8;
	font-weight: 300;
	color: inherit;
	font-size: 1.1rem;
	margin-top: 0;
	margin-bottom: .5rem
  }
  
  .mapcontainer .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-color: transparent;
	background-image: none;
	color: #25A5F7;
	border-color: #25A5F7;
	padding: .25rem .5rem;
	line-height: 1.5;
	border-radius: 1rem;
	-webkit-appearance: button;
	cursor:pointer;
  }
  
  .mapcontainer .btn:hover {
	color: #fff;
	background-color: #25A5F7;
	border-color: #25A5F7
  }
  
  .mapcontainer .btn:hover {
	text-decoration: none
  }
  
  .mapcontainer .input-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 3rem;
  }
  
  .mapcontainer .input-item:last-child {
	margin-bottom: 0;
  }
  
  .mapcontainer .input-item>select,
  .mapcontainer .input-item>input[type=text],
  .mapcontainer .input-item>input[type=date] {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
  }
  
  .mapcontainer .input-item>select:not(:last-child),
  .mapcontainer .input-item>input[type=text]:not(:last-child),
  .mapcontainer .input-item>input[type=date]:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
  }
  
  .mapcontainer .input-item>select:not(:first-child),
  .mapcontainer .input-item>input[type=text]:not(:first-child),
  .mapcontainer .input-item>input[type=date]:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
  }
  
  .mapcontainer .input-item-prepend {
	margin-right: -1px;
  }
  
  .mapcontainer .input-item-text,
  .mapcontainer input[type=text],input[type=date], select {
	height: calc(2.2rem + 2px);
  }
  
  .mapcontainer .input-item-text {
	width: 6rem;
	text-align: justify;
	padding: 0.4rem 0.7rem;
	display: inline-block;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
  }
  
  .mapcontainer .input-item-text input[type=checkbox], .input-item-text input[type=radio] {
	margin-top: 0
  }
  
  .mapcontainer .input-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
	width: 22rem;
	border-width: 0;
	border-radius: 0.4rem;
	box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.75rem 1.25rem;
  }
  
  .mapcontainer .input-text {
	line-height: 2rem;
	margin-right: 2rem;
  }
  
  .mapcontainer .info hr {
	margin-right: 0;
	margin-left: 0;
	border-top-color: grey;
  }
  
  .mapcontainer .info {
	padding: .75rem 1.25rem;
	/* margin-bottom: 1rem; */
	border-radius: .25rem;
	position: fixed;
	top: 4rem;
	background-color: white;
	width: 250px;
	box-sizing: border-box;
	/* min-width: 22rem; */
	border-width: 0;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
  }
  .amap-marker-label{
	border: none;
	background-color: none !important;
  }
  .mapcontainer .code {
	left: 1.5rem;
	right: 1.5rem;
	top: 1.5rem;
	bottom: 1.5rem;
	overflow: auto;
	margin-bottom: 0rem;
  }
  
  .mapcontainer .code .btn {
	top: 1rem;
	position: absolute;
	right: 1rem;
  }
  
  .mapcontainer .code .result {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	padding: 1rem;
	bottom: 1rem;
	position: absolute;
	top: 5.5rem;
	right: 1rem;
	left: 1rem;
	overflow: auto;
  }
  
  .mapcontainer .code .status {
	color: #80adff;
	display: inline-block;
	font-size: 14px;
  }
  
  .mapcontainer .code h4 {
	display: inline-block;
	max-width: 20rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
  }
  
  .mapcontainer select,
  .mapcontainer input[type=text],
  .mapcontainer input[type=date] {
	display: inline-block;
	width: 100%;
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
  }
  
  .mapcontainer input[type=text],
  .mapcontainer input[type=date] {
	background: #fff;
	padding: .375rem .75rem;
  }
  
  .mapcontainer select:focus,
  .mapcontainer input[type=text]:focus,
  .mapcontainer input[type=date]:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .1rem rgba(128, 189, 255, .1)
  }
  
  .mapcontainer .btn:focus {
	outline: 0;
	box-shadow: none;
  }
  
  .mapcontainer select:focus::-ms-value,
  .mapcontainer input[type=text]:focus::-ms-value,
  .mapcontainer input[type=date]:focus::-ms-value {
	color: #495057;
	background-color: #fff
  }
  
  
  /* native toastr */
  .mapcontainer .native-toast {
	position: fixed;
	background-color: rgba(50, 50, 50, .8);
	border-radius: 33px;
	color: white;
	left: 50%;
	text-align: center;
	padding: 6px 12px;
	opacity: 0;
	z-index: 99999;
	transition: transform .25s, opacity .25s, top .25s;
	box-sizing: border-box;
  }
  
  .mapcontainer .native-toast-bottom {
	bottom: 50px;
	-ms-transform: translateX(-50%) translateY(50px);
		transform: translateX(-50%) translateY(50px)
  }
  
  .mapcontainer .native-toast-bottom.native-toast-shown {
	opacity: 1;
	-ms-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
  }
  
  .mapcontainer .native-toast-bottom.native-toast-edge {
	bottom: 0;
  }
  
  .mapcontainer .native-toast-top {
	top: 50px;
	-ms-transform: translateX(-50%) translateY(-50px);
		transform: translateX(-50%) translateY(-50px)
  }
  
  .mapcontainer .native-toast-top.native-toast-shown {
	opacity: 1;
	-ms-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
  }
  
  .mapcontainer .native-toast-top.native-toast-edge {
	top: 0;
  }
  
  .mapcontainer .native-toast-center {
	top: 0;
	-ms-transform: translateX(-50%) translateY(-50px);
		transform: translateX(-50%) translateY(-50px)
  }
  
  .mapcontainer .native-toast-center.native-toast-shown {
	opacity: 1;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
  }
  
  .mapcontainer .native-toast-edge {
	border-radius: 0;
	width: 100%;
	text-align: left;
  }
  
  @media screen and (min-width: 40rem) {
	.mapcontainer .native-toast:not(.native-toast-edge) {
	  max-width: 18rem;
	}
  }
  
  
  
  .mapcontainer .native-toast-error {
	background-color: #d92727;
	color: white;
  }
  
  .mapcontainer .native-toast-success {
	background-color: #62a465;
	color: white;
  }
  
  .mapcontainer .native-toast-warning {
	background-color: #fdaf17;
	color: white;
  }
  
  .mapcontainer .native-toast-info {
	background-color: #5060ba;
	color: white;
  }
  
  .mapcontainer [class^="native-toast-icon-"] {
	vertical-align: middle;
	margin-right: 8px
  }
  
  .mapcontainer [class^="native-toast-icon-"] svg {
	width: 16px;
	height: 16px;
  }
























