@charset "utf-8";
/* CSS Document */
.fl{float: left;}
.fr{float:right;}
.w1280{width: 1280px; margin: 0 auto;}
.h30{margin:30px 0;}



/**top**/
.logo{
    margin:24px 0;
}
/**公众号**/
.wx{
    margin:16px 0;
}
.wrapper {
  width: var(--width);
  height: var(--height);
  position: relative;
  border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  display: -webkit-box;
  color: #959595;
  line-height: 25px;
  font-size: 14px;
  display: flex;
  -webkit-box-pack: center;
          justify-content: right;
  -webkit-box-align: center;
          align-items: center;
    z-index: 1000;
}
.wrapper .tooltip {
  position: absolute;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  opacity: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity .15s ease-in, top .15s ease-in, width .15s ease-in;
  transition: opacity .15s ease-in, top .15s ease-in, width .15s ease-in;
    z-index: 1;
}
.wrapper .tooltip::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.wrapper input {
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.wrapper input:checked ~ .tooltip {
  height: 70px;
  -webkit-animation: stretch-animation 1s ease-out forwards .15s;
          animation: stretch-animation 1s ease-out forwards .15s;
  top: 90px;
  opacity: 1;
}
.gzh{
    text-align: right;
}
/**搜索**/
div.search{
    padding-top: 5px;
}
form{
    position: relative;
    width: 250px;
}
input,button{
    border:none;
    outline: none;
}
input{
    width: 81.2%;
    height: 38px;
    float:left;
    color: #959595;
}
.bar form{
    background: #a3d0c3;
}
.bar input, .bar button{
    background: #f6f6f6;
    padding-left: 13px;
}
.bar button{
    top:0;
    right:0;
    padding: 13px 17px;
}
.bar button:before{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 16px;
    color: #f9f0da;
    float: right;
}

/**nav**/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  font-family: "微软雅黑";
}
.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(#2291c9,#49ab7b);
  display: flex;
  justify-content: center;
  z-index: 100;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 1280px;
}
.menu .ul-list {
  display: flex;
}
.menu .ul-list > li {
  flex: 1;
  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  background: #f0f0f0;
  width: 100%;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  justify-content: center;
  color:#666;
}
.menu .ol-list > li > a:hover {
  background-image: linear-gradient(#2291c9,#49ab7b);
  color:#fff;
}

/**banner**/
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

/**业务领域**/
.twly_bt{
    width: 58px;
    height: 198px;
    font-size: 20px;
    line-height: 30px;
    padding: 36px 15px;
    color: #fff;
    background: url("../images/ywfw.png") no-repeat left;
}
.ywly_nr li  {
    width: 234px;
    height: 198px;
    text-align: left;
    float: left;
    margin-left: 10px;
    position: relative;
}
.tx {
    height: 198px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:url("../images/yw_bj.png");
    font-size: 16px;
    color: #fff;
    width: 100%;
    z-index: 50;
    padding-top: 150px;
}
.tx p{
    font-size: 12px;
    color: #fff;
    opacity:0.4;
    line-height: 20px;
}
.tx:hover {
    font-size: 20px;
    line-height: 25px;
    padding-top: 85px;
    background-image: linear-gradient(#2291c9,#49ab7b);
}

/**xwzx**/
.xwzx{
    width: 735px;
}

.spzx_tit a{
    font-size: 18px;
    color: #41a58b;
    font-weight: bold;
    padding-left: 30px;
    line-height: 30px;
    height: 40px;
    background: url("../images/sp.png") no-repeat left;
}

.spzx_tit span{
    float:right;
    font-size: 12px;
    font-weight: 100;
    color: #adadad;
}
.spzx_sp{
    margin-top: 10px;
}
/**选项卡**/
.lanrenzhijia{width:100%;background:#fff;}
.lanrenzhijia .title{height:40px;padding-bottom:10px;}
.lanrenzhijia .title h2{ font-size: 18px;font-family: "microsoft yahei"; color: #41a58b; background: url("../images/xw.png") left no-repeat; padding-left: 30px; line-height: 30px;}
.lanrenzhijia .title h21{ font-size: 18px;font-family: "microsoft yahei"; color: #41a58b; background: url("../images/al.png") left no-repeat; padding-left: 30px; line-height: 30px; font-weight: bold;}
.lanrenzhijia .title-list{ position: relative; top: 6px;}
.lanrenzhijia .title-list li{ margin-left: 20px; font-size: 14px; color: #999999; line-height: 20px; text-align: center; float: left; display: inline;}
.lanrenzhijia .title-list li.on{ color: #41a58b;}
.product{ overflow: hidden; display: none; }
.product-wrap .show{ display: block;}
.qyry{
    padding: 16px 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    background-image: linear-gradient(#2291c9,#49ab7b);
}







.home-news{
	padding-bottom: 100px;
}
.home-news-fl{
	width: 40%;
	zoom: 1;
}
.home-news-fl:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-sp{
	float: left;
	width: 100%;
	cursor: pointer;
}
.home-news-sp:nth-child(1){
	margin-right: 4%;
}
.home-news-img{
	width: 100%;
	overflow: hidden;
}
.home-news-img img{
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-messages{
	padding: 25px 20px;
	background: #f3f3f3;
}
.home-news-messages h4{
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home-news-messages span{
	font-size: 18px;
	color: #cccccc;
	display: block;
	font-family: arial;
	margin-bottom: 10px;
}
.home-news-messages p{
	font-size: 14px;
	color: #555555;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home-news-sp:hover .home-news-img img{
	transform: scale(1.1);
}
.home-news-sp:hover .home-news-messages{
	background: #41a58b;
}
.home-news-sp:hover .home-news-messages h4{
	color: #fff;
}
.home-news-sp:hover .home-news-messages span{
	color: #fff;
}
.home-news-sp:hover .home-news-messages p{
	color: #fff;
}

.home-news-fr{
	width: 60%;
	padding-left: 15px;
}

.txtScroll-top{ width:100%;overflow:hidden; position:relative;}
.txtScroll-top .bd{}
.txtScroll-top .infoList li{height:135px;border-bottom: 1px solid #e4e4e4;}
.txtScroll-top .hd:after{
	display: block;
	clear: both;
}
.txtScroll-top .hd a{
	display: block;
	float: left;
	width: 49%;
	height: 30px;
	background: #dddddd;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}
.txtScroll-top .hd a:hover{
	background: #41a58b;
}
.txtScroll-top .hd a img{
	vertical-align: middle;
}
.txtScroll-top .hd .next{
	margin-right: 2%;
}
.home-news-fr-list{
	width: 100%;
	height: 100%;
}
.home-news-zuo{
	width: 20%;
}
.home-news-zuo span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 40px;
	font-family: arial;
	font-weight: bold;
	color: #bbbbbb;
	margin-top: 22px;
}
.home-news-zuo span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #bbbbbb;
}
.home-news-you{
	width: 80%;
}
.home-news-you h4{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 10px;
}
.home-news-you p{
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home-news-fr-list:hover .home-news-zuo span{
	color: #41a58b;
}
.home-news-fr-list:hover .home-news-you h4{
	color: #41a58b;
}
.home-news-fr-list:hover .home-news-you p{
	color: #41a58b;
}
.alzs{
    margin:30px 0;
}

/**al**/
.home-market-section .section-title {
	font-size: 30px;
	min-width: 150px;
	text-align: left;
	color: #F8F8F8;
	display: inline-block;
	position: relative;
	border: none;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
}
.home-market-section .section-title a {
	width: 100%;
	display: block;
	position: relative;
}
.home-market-section .section-title a:before {
	position: absolute;
	content: '';
	right: -12px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(0, -50%);
	transition: .2s;
}
.home-market-section .section-title a:hover:before {
	right: -16px;
}
/*内容盒子*/
.home-market-section .section-inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {
	max-width: 1280px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
	align-items: center;
	height: 350px!important;
}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
	height: 350px!important;
	background: 0 0;
	box-sizing: border-box;
	text-align: center;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
	display: block;
	float: left;
	position: relative;
	border: 1px solid rgba(201,164,103,.2);
	width: calc((100% - 60px)/ 4);
	padding: 15px;
	height: 100%;
	margin-right: 20px;
}
.al_nr{
    font-size: 16px;
    color: #000;
    font-family: "微软雅黑";
    font-weight: bold;
    line-height: 30px;
}
.al_nr p{
    font-size: 14px;
    padding: 0 15px;
    color: #acacac;
    line-height: 20px;
    font-weight: 100;
}
.more{
   width: 100px;
    height: 30px;
    margin: 15px auto;
    font-size:12px;
    line-height: 28px;
    font-weight: 100;
    color:#717172;
    border: 1px solid #e2e2e2;
}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type {
	margin-right: 0;
}
/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets {
	bottom: 50px;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet {
	position: relative;
	margin: 0 5px;
	width: 24px;
	height: 4px;
	border-radius: 100px;
	opacity: 1;
	background: 0 0;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px!important;
	height: 4px;
	opacity: 1;
	left: 0;
	border-radius: 100px;
	background: #dfe1f1;
	vertical-align: middle;
	transition: opacity .8s, background-color .8s;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {
	width: 24px!important;
	opacity: 1;
	border-radius: 100px;
	transform: scale(1.2);
	background: #38ffe3;
}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev {
	left: 0;
	top: 118px;
	margin-top: 0;
	background: url(../images/marketplace-home-arrow_big.svg);
}
.home-market-section .section-inner .swiper-button-next {
	right: 0;
	top: 118px;
	margin-top: 0;
	background: url(../images/marketplace-home-arrow_big.svg);
	transform: rotate(180deg);
}
.home-market-section .section-inner .swiper-button-next:hover {
	background: url(../images/marketplace-home-arrow_big_hover.svg);
}
.home-market-section .section-inner .swiper-button-prev:hover {
	background: url(../images/marketplace-home-arrow_big_hover.svg);
}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}




/**footer**/
.footer{
    height: 280px;
	background-image: linear-gradient(#2291c9,#49ab7b);
}
.footer-top{
	padding-top: 60px;
	height: 230px;
	border-bottom: 1px solid #fff;
}
.footer-top-fl{
	float: left;
	width: 13%;
	border-right: 1px solid #fff;
}
.footer-ewm{
	width: 105px;
}
.footer-ewm img{
	width: 100%;
}
.footer-ewm p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.footer-top-fc{
	float: left;
	width: 55%;
	padding-left: 70px;
}
.footer-top-fc img{
	margin-bottom: 50px;
}
.footer-top-fc ul{
	zoom: 1;
}
.footer-top-fc ul:after{
	display: block;
	content: '';
	clear: both;
}
.footer-top-fc ul li{
	float: left;
	margin-right: 40px;
}
.footer-top-fc ul li a{
	font-size: 16px;
	color: #fff;
    text-decoration: inherit;
}
.footer-top-fc ul li:hover{
	opacity: 1;
}
.footer-top-fr{
	float: left;
	width: 32%;
}
.footer-top-fr li{
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	zoom: 1;
}
.footer-top-fr li:after{
	display: block;
	content: '';
	clear: both;
}
.footer-top-fr li span{
	float: left;
	width: 10%;
    padding-top: 9px;
	text-align: center;
}
.footer-top-fr li p{
	float: left;
	width: 90%;
}
.footer-bottom-fl p{
	font-size: 14px;
	color: #eeeeee;
    padding-top: 18px;
}
.footer-bottom-fr{
	margin-top: 15px;
}






/**新闻中心**/
.navs ul li:hover .erji{ opacity:1;pointer-events: auto;}
.erji{ position:fixed; left:0; right:0; top:90px; background:rgba(0,0,0,0.7); color:#fff; padding:40px 5.2%; opacity:0;pointer-events: none; transition:all 0.3s;}
.erji .ej_left{ width:25%; float:left; border-right:1px solid #dedede; text-align:center; padding:0 20px;}
.erji .ej_left p{ opacity:0.8; margin-top:20px;}
.erji .ej_left img{ margin:50px auto;}
.navs .erji .ej_right .caption{ float:left; margin-left:60px;}
.navs .erji .ej_right .caption h5{ margin-bottom:30px; position:relative;}
.navs .erji .ej_right .caption h5 i{ font-size:12px; color:#fff; position:absolute; left:-20px; top:2px; opacity:0.8; transition:all 0.3s;}
.navs .erji .ej_right .caption h5:hover i{ color:#008e8a;}
.navs .erji .ej_right .caption h5:hover a{ color:#008e8a;}
.navs .erji .ej_right .caption h5 a{ color:#fff; font-weight:normal; padding:0; padding-bottom:0px; transition:all 0.3s;}
.navs .erji .ej_right .caption p a{ color:#fff; padding:0; font-weight: normal; font-size:12px !important; padding-bottom:0px; transition:all 0.3s;}
.navs .erji .ej_right .caption p:hover a{ color:#008e8a;}

.navs ul li{ position:relative;}
.navs ul li .erji.ts2{ position:absolute; top:66px; padding:0; width:800px; left:50%; margin-left:-400px; background:none; transition:all 0.3s;}
.navs ul li:hover .erji.ts2{ margin-left:-350px;}
.navs ul li .erji.ts2:after{ background:rgba(0,0,0,0.5); content:''; width:3000px; height:100%; position:absolute; left:-1000px; top:0; z-index:-1; transition:all 0.3s;}
.navs ul li .erji.ts2 .ej_right .caption{ float:none; margin:0; text-align:center;}
.navs ul li .erji.ts2 .ej_right .caption h5{ display:inline-block; margin:0; padding:10px 0; margin-right:20px;}
.navs ul li .erji.ts2 .ej_right .caption h5:last-child{ margin-right:0px;}
.navs ul li .erji.ts2 .ej_right .caption h5 i{ position:static; margin-right:6px; transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9);}
.navs ul li .erji.ts2 .ej_right .caption h5 a{ display:inline-block;}

@media (min-width:1200px) and (max-width:1440px) {
.navs .erji .ej_right .caption h5 a{ padding:0 !important;}
.navs .erji .ej_right .caption p a{ padding:0 !important;}

}

.weixin_tan{ position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.7); opacity:0; pointer-events: none; transition:all 0.3s;}
.weixin_tan.active{ opacity:1; pointer-events: auto;}
.weixin_tan .wxbai{ max-width:90%; width:350px; padding:10px; background:#fff; position:absolute; left:0; right:0; margin:0 auto; top:50%; transform:translateY(-50%);}
.weixin_tan .wxbai .wxx{ position:absolute; right:0; top:0; width:30px; height:30px; z-index:2;}






#navmenu {
	background:#333;
	position:relative;
	z-index:99;
    float:right;
}
#navmenu .menuhome {
	margin-left:16px
}
#navmenu li {
	position:relative;
	display:block;
	float:left;
	cursor:pointer
}
#navmenu .tablink {
	position:relative;
	padding:1px 15px;
	line-height:31px;
	display:block;
	height:31px;
	color:#fff;
	font-size:14px;
	z-index:99;
	float:left
}
#navmenu .tablink a {
	line-height:30px;
	color:#FFF;
	text-decoration:none
}
#navmenu li:hover {
	background:#FFF
}
#navmenu li:hover .tablink {
	color:#357d13;
	border:1px solid #629d2a;
	border-bottom:0;
	padding:0 15px;
	text-decoration:none
}
#navmenu li:hover .tablink a {
	color:#357d13
}
#navmenu .dropdown div {
	display:none
}
#navmenu .dropdown:hover div {
	position:absolute;
	display:block;
	margin-left:-1px;
	top:32px;
	left:1px;
	z-index:9
}
#navmenu .subnav {
	width:120px
}
#navmenu .subnav a {
	line-height:16px;
	width:70px;
	display:block;
	white-space:nowrap;
	color:#333;
	float:left
}
#navmenu .subnav:hover {
	text-decoration:underline;
	color:#080
}
#navmenu .subnav {
	border-top:0;
	padding:8px;
}



/**荣誉资质**/
.ry_box{
    margin: 30px 0;
}
.ryzz a{
    width: 18%;
    float: left;
    margin: 1%;
    text-decoration: none;
    
}
.ryzz a:hover{
    width: 18%;
    float: left;
    margin: 1%;
    text-decoration: none;
    
}
.ry_tp{
    padding: 2%;
    height: 250px;
    margin: 0 auto;
    position: relative;
    
}
.ry_tp img{
    max-width: 100%;
max-height: 100%;
margin: 0 auto;
left: 0;
right: 0;
top: 50%;
    position: absolute;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
   
}
.ryzz p{
    width: 100%;
    background: #41a58b;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/**联系我们**/
.dt{
    width:65%;

}
.dt img{
    width:100%;
    height: 100%;
}
.nei-title-com {
    margin-bottom: 60px;
}
.nei-title-com h3 {
    font-size: 48px;
    color: #f3f3f3;
    font-family: arial;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.nei-title-com h4 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: -38px;
}

.lxwm-map-fr{
	width: 35%;
	height: 100%;
	background-image: linear-gradient(#2291c9,#49ab7b);
	padding: 59px 40px;
    margin-bottom: 30px;
}
.lxwm-map-fr h4{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}
.lxwm-map-fr span{
	display: block;
	width: 100%;
	border-bottom: 1px dashed #fff;
	margin: 20px 0;
}
.lxwm-map-fr p{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.lxwm-ewm-fl{
	width: 32%;
}
.lxwm-ewm-fl img{
	width: 100%;
}
.lxwm-ewm-fr{
	width: 68%;
	padding-left: 30px;
}
.lxwm-fs a{
	margin-right: 10px;
}
.lxwm-add{
	margin-top: 40px;
}
.lxwm-add ul{
	zoom: 1;
}
.lxwm-add ul:after{
	display: block;
	content: '';
	clear: both;
}
.lxwm-add ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 35px 30px 15px;
	background: #f6f6f6;
	min-height: 215px;
}
.lxwm-add ul li:nth-child(3n){
	margin-right: 0;
}
.lxwm-add ul li h4{
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.lxwm-add ul li h5{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
.lxwm-add ul li p{
	font-size: 14px;
	color: #555555;
	line-height: 26px;
}


/**jj**/
.jj{
    font-size: 15px;
    line-height: 35px;
    color:#7A7777;
}









